2024-04-24T12:53:13.797 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T12:53:13.797 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317 --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_adking@teuthology --name adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/orig.config.yaml 2024-04-24T12:53:13.827 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T12:53:13.910 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317 branch: wip-adk-testing-2024-04-23-1222 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7671317' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-23-1222 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-23-1222 sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 6222 sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-23-1222 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec targets: smithi090.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH+rU66tcgKTZj0DvCVijqsaaEx7kDoGZ3RWXog3aoZJDuJ9BdZobyZRHFLKlu/kWJijDGSPVLmSMTeqzcM0a6U= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBrm4cltD5D4BDDvrMRNURNxopIxB0XPlw8yF9e+S3vRClLmnVGlBk6/B28yjHjh3gAUEFt7JgeuW+uUtbE346I= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOIqwr1014wUuHU5oO3ub5qZk6zalCLUftqnEfADaBJgAcRzOZ7YZ6IqXC7wLty6yP7kvH0BvpAx+R5WBtkHbE= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-24_11:41:41 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T12:53:13.910 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa; will attempt to use it 2024-04-24T12:53:13.933 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks 2024-04-24T12:53:13.933 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T12:53:13.935 INFO:teuthology.task.internal:Checking packages... 2024-04-24T12:53:13.959 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec' 2024-04-24T12:53:13.959 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T12:53:13.959 INFO:teuthology.packaging:ref: None 2024-04-24T12:53:13.959 INFO:teuthology.packaging:tag: None 2024-04-24T12:53:13.960 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-23-1222 2024-04-24T12:53:13.960 INFO:teuthology.packaging:sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:53:13.960 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-23-1222 2024-04-24T12:53:14.103 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3259.g23fcfb96 2024-04-24T12:53:14.105 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T12:53:14.112 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T12:53:14.112 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T12:53:14.119 INFO:teuthology.task.internal:Saving configuration 2024-04-24T12:53:14.131 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T12:53:14.137 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T12:53:14.163 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317', '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-24 12:47:28.327783', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH+rU66tcgKTZj0DvCVijqsaaEx7kDoGZ3RWXog3aoZJDuJ9BdZobyZRHFLKlu/kWJijDGSPVLmSMTeqzcM0a6U='} 2024-04-24T12:53:14.186 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317', '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-24 12:47:28.331354', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBrm4cltD5D4BDDvrMRNURNxopIxB0XPlw8yF9e+S3vRClLmnVGlBk6/B28yjHjh3gAUEFt7JgeuW+uUtbE346I='} 2024-04-24T12:53:14.209 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317', '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-24 12:47:28.329824', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOIqwr1014wUuHU5oO3ub5qZk6zalCLUftqnEfADaBJgAcRzOZ7YZ6IqXC7wLty6yP7kvH0BvpAx+R5WBtkHbE='} 2024-04-24T12:53:14.209 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T12:53:14.215 INFO:teuthology.task.internal:roles: ubuntu@smithi090.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-24T12:53:14.215 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-24T12:53:14.215 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-24T12:53:14.216 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T12:53:14.316 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcc6558ff70>, signals=[15]) 2024-04-24T12:53:14.316 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T12:53:14.323 INFO:teuthology.task.internal:Opening connections... 2024-04-24T12:53:14.323 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi090.front.sepia.ceph.com 2024-04-24T12:53:14.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:53:14.403 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-04-24T12:53:14.404 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:53:14.479 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-04-24T12:53:14.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:53:14.553 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T12:53:14.560 DEBUG:teuthology.orchestra.run.smithi090:> uname -m 2024-04-24T12:53:14.577 INFO:teuthology.orchestra.run.smithi090.stdout:x86_64 2024-04-24T12:53:14.577 DEBUG:teuthology.orchestra.run.smithi090:> cat /etc/os-release 2024-04-24T12:53:14.634 INFO:teuthology.orchestra.run.smithi090.stdout:NAME="CentOS Stream" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION="9" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:ID="centos" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:ID_LIKE="rhel fedora" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:VERSION_ID="9" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:PLATFORM_ID="platform:el9" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:ANSI_COLOR="0;31" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:LOGO="fedora-logo-icon" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:HOME_URL="https://centos.org/" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-24T12:53:14.635 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-24T12:53:14.636 INFO:teuthology.orchestra.run.smithi090.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-24T12:53:14.636 INFO:teuthology.lock.ops:Updating smithi090.front.sepia.ceph.com on lock server 2024-04-24T12:53:14.659 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-04-24T12:53:14.677 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-04-24T12:53:14.678 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-04-24T12:53:14.734 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="CentOS Stream" 2024-04-24T12:53:14.734 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="9" 2024-04-24T12:53:14.734 INFO:teuthology.orchestra.run.smithi130.stdout:ID="centos" 2024-04-24T12:53:14.734 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="rhel fedora" 2024-04-24T12:53:14.734 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="9" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el9" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:LOGO="fedora-logo-icon" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://centos.org/" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-24T12:53:14.735 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-24T12:53:14.735 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-04-24T12:53:14.759 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-04-24T12:53:14.777 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-04-24T12:53:14.777 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-04-24T12:53:14.835 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="CentOS Stream" 2024-04-24T12:53:14.835 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="9" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:ID="centos" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="rhel fedora" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="9" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el9" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:LOGO="fedora-logo-icon" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://centos.org/" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-24T12:53:14.836 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-24T12:53:14.837 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-04-24T12:53:14.859 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T12:53:14.868 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T12:53:14.873 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T12:53:14.873 DEBUG:teuthology.orchestra.run.smithi090:> test '!' -e /home/ubuntu/cephtest 2024-04-24T12:53:14.876 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-04-24T12:53:14.878 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-04-24T12:53:14.894 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T12:53:14.900 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T12:53:14.900 DEBUG:teuthology.orchestra.run.smithi090:> test -z $(ls -A /var/lib/ceph) 2024-04-24T12:53:14.933 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-04-24T12:53:14.935 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-04-24T12:53:15.042 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T12:53:15.116 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T12:53:15.130 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T12:53:15.130 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-24T12:53:15.130 DEBUG:teuthology.orchestra.run.smithi090:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T12:53:15.131 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T12:53:15.131 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T12:53:15.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:53:15.148 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:53:15.149 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-24T12:53:15.149 DEBUG:teuthology.orchestra.run.smithi090:> uname -r 2024-04-24T12:53:15.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:53:15.150 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-04-24T12:53:15.205 INFO:teuthology.orchestra.run.smithi090.stdout:5.14.0-437.el9.x86_64 2024-04-24T12:53:15.206 INFO:teuthology.task.kernel:Running kernel on smithi090: 5.14.0-437.el9.x86_64 2024-04-24T12:53:15.206 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum install -y kernel 2024-04-24T12:53:15.207 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-437.el9.x86_64 2024-04-24T12:53:15.207 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.14.0-437.el9.x86_64 2024-04-24T12:53:15.207 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2024-04-24T12:53:15.208 INFO:teuthology.orchestra.run.smithi149.stdout:5.14.0-437.el9.x86_64 2024-04-24T12:53:15.208 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.14.0-437.el9.x86_64 2024-04-24T12:53:15.208 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2024-04-24T12:53:17.731 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.0 MB 00:00 2024-04-24T12:53:18.369 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 5.2 MB/s | 8.0 MB 00:01 2024-04-24T12:53:19.454 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - BaseOS 3.5 MB/s | 8.0 MB 00:02 2024-04-24T12:53:20.712 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-24T12:53:22.089 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-04-24T12:53:26.654 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.2 MB 00:02 2024-04-24T12:53:27.749 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.2 MB 00:02 2024-04-24T12:53:28.821 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 16 kB 00:00 2024-04-24T12:53:30.134 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-24T12:53:30.750 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-24T12:53:31.260 INFO:teuthology.orchestra.run.smithi090.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:01 2024-04-24T12:53:35.915 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-24T12:53:36.369 INFO:teuthology.orchestra.run.smithi090.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-24T12:53:37.805 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-24T12:53:37.807 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-24T12:53:37.910 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:53:37.912 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:53:37.912 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:53:38.035 DEBUG:teuthology.orchestra.run.smithi130:> echo no | sudo yum reinstall kernel || true 2024-04-24T12:53:38.242 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-24T12:53:38.242 INFO:teuthology.orchestra.run.smithi090.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-24T12:53:38.349 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:53:38.350 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:53:38.351 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:53:38.452 DEBUG:teuthology.orchestra.run.smithi090:> echo no | sudo yum reinstall kernel || true 2024-04-24T12:53:38.533 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Apr 2024 12:53:35 PM UTC. 2024-04-24T12:53:38.653 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout:Reinstalling: 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:53:38.667 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:53:38.668 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 255 k 2024-04-24T12:53:38.668 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 0 2024-04-24T12:53:38.668 INFO:teuthology.orchestra.run.smithi130.stderr:Operation aborted. 2024-04-24T12:53:38.729 INFO:teuthology.orchestra.run.smithi130.stdout:Is this ok [y/N]: 2024-04-24T12:53:38.729 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum reinstall -y kernel || true 2024-04-24T12:53:38.947 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:02 ago on Wed 24 Apr 2024 12:53:36 PM UTC. 2024-04-24T12:53:39.109 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:53:39.126 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:53:39.126 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-04-24T12:53:39.126 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:53:39.126 INFO:teuthology.orchestra.run.smithi090.stdout:Reinstalling: 2024-04-24T12:53:39.126 INFO:teuthology.orchestra.run.smithi090.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T12:53:39.126 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:53:39.127 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:53:39.127 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:53:39.127 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:53:39.127 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 255 k 2024-04-24T12:53:39.127 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 0 2024-04-24T12:53:39.127 INFO:teuthology.orchestra.run.smithi090.stderr:Operation aborted. 2024-04-24T12:53:39.203 INFO:teuthology.orchestra.run.smithi090.stdout:Is this ok [y/N]: 2024-04-24T12:53:39.203 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum reinstall -y kernel || true 2024-04-24T12:53:39.218 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:04 ago on Wed 24 Apr 2024 12:53:35 PM UTC. 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout:Reinstalling: 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:53:39.335 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:53:39.336 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:53:39.336 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:53:39.336 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 255 k 2024-04-24T12:53:39.336 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 0 2024-04-24T12:53:39.336 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:53:39.591 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.3 MB/s | 255 kB 00:00 2024-04-24T12:53:39.592 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:53:39.592 INFO:teuthology.orchestra.run.smithi130.stdout:Total 997 kB/s | 255 kB 00:00 2024-04-24T12:53:39.614 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:53:39.698 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Apr 2024 12:53:36 PM UTC. 2024-04-24T12:53:39.796 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:53:39.796 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:53:39.801 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:53:39.801 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:53:39.813 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:53:39.814 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:53:39.814 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-04-24T12:53:39.814 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout:Reinstalling: 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 255 k 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 0 2024-04-24T12:53:39.815 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:53:39.929 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:53:40.009 INFO:teuthology.orchestra.run.smithi130.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T12:53:40.010 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:53:40.314 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-5.14.0-437.el9.x86_64.rpm 663 kB/s | 255 kB 00:00 2024-04-24T12:53:40.314 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:53:40.314 INFO:teuthology.orchestra.run.smithi090.stdout:Total 511 kB/s | 255 kB 00:00 2024-04-24T12:53:40.334 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:53:40.537 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:53:40.537 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:53:40.542 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:53:40.542 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:53:40.671 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:53:40.671 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T12:53:40.681 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:53:40.765 INFO:teuthology.orchestra.run.smithi090.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T12:53:40.765 INFO:teuthology.orchestra.run.smithi090.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:53:41.353 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:53:41.354 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:53:41.354 INFO:teuthology.orchestra.run.smithi130.stdout:Reinstalled: 2024-04-24T12:53:41.354 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-24T12:53:41.354 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:53:41.354 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:53:41.546 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-24T12:53:41.593 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-24T12:53:41.593 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-24T12:53:41.593 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-24T12:53:41.593 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T12:53:41.594 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T12:53:41.620 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-04-24T12:53:41.639 DEBUG:teuthology.parallel:result is None 2024-04-24T12:53:41.693 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:53:41.693 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T12:53:42.237 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 831 kB/s | 19 MB 00:23 2024-04-24T12:53:42.524 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:53:42.524 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:53:42.524 INFO:teuthology.orchestra.run.smithi090.stdout:Reinstalled: 2024-04-24T12:53:42.524 INFO:teuthology.orchestra.run.smithi090.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-24T12:53:42.524 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:53:42.524 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:53:42.745 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q kernel | sort -rV | head -n 1 2024-04-24T12:53:42.791 INFO:teuthology.orchestra.run.smithi090.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-24T12:53:42.791 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-24T12:53:42.791 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-24T12:53:42.791 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T12:53:42.791 DEBUG:teuthology.orchestra.run.smithi090:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T12:53:42.819 INFO:teuthology.orchestra.run.smithi090.stdout:ttyS1 2024-04-24T12:53:42.838 DEBUG:teuthology.parallel:result is None 2024-04-24T12:53:46.837 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 6.2 MB 00:00 2024-04-24T12:53:48.263 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 16 kB 00:00 2024-04-24T12:53:49.658 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-24T12:53:54.789 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 19 kB/s | 1.7 kB 00:00 2024-04-24T12:53:56.629 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-24T12:53:56.629 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-24T12:53:56.711 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:53:56.712 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:53:56.712 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:53:56.825 DEBUG:teuthology.orchestra.run.smithi149:> echo no | sudo yum reinstall kernel || true 2024-04-24T12:53:57.331 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Apr 2024 12:53:54 PM UTC. 2024-04-24T12:53:57.458 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:53:57.472 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:53:57.472 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-24T12:53:57.472 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:53:57.472 INFO:teuthology.orchestra.run.smithi149.stdout:Reinstalling: 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 255 k 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 0 2024-04-24T12:53:57.473 INFO:teuthology.orchestra.run.smithi149.stderr:Operation aborted. 2024-04-24T12:53:57.538 INFO:teuthology.orchestra.run.smithi149.stdout:Is this ok [y/N]: 2024-04-24T12:53:57.538 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum reinstall -y kernel || true 2024-04-24T12:53:58.040 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:04 ago on Wed 24 Apr 2024 12:53:54 PM UTC. 2024-04-24T12:53:58.157 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:53:58.158 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:53:58.158 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-24T12:53:58.158 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:53:58.158 INFO:teuthology.orchestra.run.smithi149.stdout:Reinstalling: 2024-04-24T12:53:58.158 INFO:teuthology.orchestra.run.smithi149.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 255 k 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 0 2024-04-24T12:53:58.159 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:53:59.033 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-437.el9.x86_64.rpm 430 kB/s | 255 kB 00:00 2024-04-24T12:53:59.033 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:53:59.033 INFO:teuthology.orchestra.run.smithi149.stdout:Total 291 kB/s | 255 kB 00:00 2024-04-24T12:53:59.055 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:53:59.253 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:53:59.253 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:53:59.258 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:53:59.258 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:53:59.388 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:53:59.483 INFO:teuthology.orchestra.run.smithi149.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T12:53:59.484 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:54:00.091 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:54:00.091 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T12:54:00.758 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T12:54:00.758 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:54:00.759 INFO:teuthology.orchestra.run.smithi149.stdout:Reinstalled: 2024-04-24T12:54:00.759 INFO:teuthology.orchestra.run.smithi149.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-24T12:54:00.759 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:54:00.759 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:54:00.911 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2024-04-24T12:54:00.958 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-24T12:54:00.958 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-24T12:54:00.959 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-24T12:54:00.959 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-24T12:54:00.959 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T12:54:00.985 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-04-24T12:54:01.018 DEBUG:teuthology.parallel:result is None 2024-04-24T12:54:01.018 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T12:54:01.026 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T12:54:01.026 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T12:54:01.029 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T12:54:01.031 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T12:54:01.073 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T12:54:01.079 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T12:54:01.089 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T12:54:01.089 DEBUG:teuthology.orchestra.run.smithi090:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T12:54:01.091 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T12:54:01.094 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T12:54:01.165 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T12:54:01.172 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T12:54:01.172 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T12:54:01.174 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T12:54:01.177 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T12:54:01.205 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:54:01.205 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:54:01.216 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:54:01.216 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:54:01.217 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:54:01.226 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T12:54:01.228 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T12:54:01.235 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T12:54:01.235 DEBUG:teuthology.orchestra.run.smithi090:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T12:54:01.260 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T12:54:01.262 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T12:54:01.291 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T12:54:01.300 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T12:54:01.300 DEBUG:teuthology.orchestra.run.smithi090:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T12:54:01.326 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T12:54:01.329 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T12:54:01.346 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:54:01.427 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:54:01.477 DEBUG:teuthology.orchestra.run.smithi090:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:54:01.560 DEBUG:teuthology.orchestra.run.smithi090:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:54:01.601 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T12:54:01.601 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T12:54:01.667 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:54:01.713 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:54:01.760 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:54:01.843 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:54:01.885 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T12:54:01.886 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T12:54:01.950 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:54:01.992 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T12:54:02.045 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:54:02.129 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T12:54:02.169 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T12:54:02.169 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T12:54:02.234 DEBUG:teuthology.orchestra.run.smithi090:> sudo service rsyslog restart 2024-04-24T12:54:02.236 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-04-24T12:54:02.239 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-04-24T12:54:02.272 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T12:54:02.284 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T12:54:02.307 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T12:54:02.817 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T12:54:02.825 INFO:teuthology.task.internal:Starting timer... 2024-04-24T12:54:02.826 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T12:54:02.880 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T12:54:02.888 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-24T12:54:02.888 DEBUG:teuthology.orchestra.run.smithi090:> sudo service auditd rotate 2024-04-24T12:54:02.955 INFO:teuthology.orchestra.run.smithi090.stdout:Rotating logs: 2024-04-24T12:54:02.957 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2024-04-24T12:54:03.008 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2024-04-24T12:54:03.010 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2024-04-24T12:54:03.057 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2024-04-24T12:54:03.063 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T12:54:03.063 DEBUG:teuthology.orchestra.run.smithi090:> /usr/sbin/getenforce 2024-04-24T12:54:03.084 INFO:teuthology.orchestra.run.smithi090.stdout:Permissive 2024-04-24T12:54:03.085 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2024-04-24T12:54:03.110 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2024-04-24T12:54:03.110 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2024-04-24T12:54:03.152 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2024-04-24T12:54:03.152 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi090.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi130.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive'} 2024-04-24T12:54:03.152 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T12:54:03.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:54:03.178 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T12:54:03.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:54:03.202 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T12:54:03.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T12:54:03.228 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T12:54:03.228 DEBUG:teuthology.orchestra.run.smithi090:> sudo /usr/sbin/setenforce permissive 2024-04-24T12:54:03.253 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2024-04-24T12:54:03.277 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2024-04-24T12:54:03.306 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T12:54:03.316 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-24T12:54:03.322 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-24T12:54:03.453 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T12:54:03.472 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-24T12:54:03.473 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi090.front.sepia.ceph.com,smithi130.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T12:57:34.529 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi090.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2024-04-24T12:57:34.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-24T12:57:34.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi090.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:57:34.611 DEBUG:teuthology.orchestra.run.smithi090:> true 2024-04-24T12:57:34.690 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi090.front.sepia.ceph.com' 2024-04-24T12:57:34.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-24T12:57:34.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:57:34.768 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-24T12:57:34.848 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-24T12:57:34.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-04-24T12:57:34.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T12:57:34.966 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-04-24T12:57:35.050 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-04-24T12:57:35.050 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T12:57:35.060 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T12:57:35.061 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T12:57:35.062 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T12:57:35.064 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T12:57:35.064 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T12:57:35.066 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T12:57:35.067 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T12:57:35.090 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-24T12:57:35.095 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-24T12:57:35.104 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-24T12:57:35.109 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-24T12:57:35.118 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-24T12:57:35.127 INFO:teuthology.orchestra.run.smithi090.stderr:sudo: ntpd: command not found 2024-04-24T12:57:35.132 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-24T12:57:35.133 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2024-04-24T12:57:35.138 INFO:teuthology.orchestra.run.smithi090.stdout:506 Cannot talk to daemon 2024-04-24T12:57:35.144 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2024-04-24T12:57:35.151 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-24T12:57:35.154 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2024-04-24T12:57:35.157 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-24T12:57:35.164 INFO:teuthology.orchestra.run.smithi090.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-24T12:57:35.164 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2024-04-24T12:57:35.170 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-24T12:57:35.178 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-24T12:57:35.191 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-24T12:57:35.221 INFO:teuthology.orchestra.run.smithi090.stderr:bash: line 1: ntpq: command not found 2024-04-24T12:57:35.224 INFO:teuthology.orchestra.run.smithi090.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T12:57:35.225 INFO:teuthology.orchestra.run.smithi090.stdout:=============================================================================== 2024-04-24T12:57:35.225 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.225 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.225 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.225 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.228 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-24T12:57:35.231 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T12:57:35.231 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-24T12:57:35.231 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.231 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.232 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.232 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.249 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-04-24T12:57:35.254 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T12:57:35.254 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-04-24T12:57:35.254 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.254 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.254 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.254 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T12:57:35.255 INFO:teuthology.run_tasks:Running task install... 2024-04-24T12:57:35.263 DEBUG:teuthology.task.install:project ceph 2024-04-24T12:57:35.263 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'}} 2024-04-24T12:57:35.263 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'} 2024-04-24T12:57:35.263 INFO:teuthology.task.install:Using flavor: default 2024-04-24T12:57:35.271 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-24T12:57:35.271 INFO:teuthology.task.install:extra packages: [] 2024-04-24T12:57:35.272 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': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'tag': None, 'wait_for_package': False} 2024-04-24T12:57:35.272 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:57:35.274 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': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'tag': None, 'wait_for_package': False} 2024-04-24T12:57:35.274 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:57:35.275 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': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'tag': None, 'wait_for_package': False} 2024-04-24T12:57:35.275 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:57:35.424 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/ 2024-04-24T12:57:35.425 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3259.g23fcfb96 2024-04-24T12:57:35.429 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/ 2024-04-24T12:57:35.429 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3259.g23fcfb96 2024-04-24T12:57:35.492 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/ 2024-04-24T12:57:35.492 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3259.g23fcfb96 2024-04-24T12:57:35.543 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-24T12:57:35.543 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T12:57:35.543 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-24T12:57:35.568 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-24T12:57:35.568 DEBUG:teuthology.orchestra.run.smithi149:> 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/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-24T12:57:35.589 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-24T12:57:35.590 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T12:57:35.590 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-24T12:57:35.598 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-24T12:57:35.599 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T12:57:35.599 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-24T12:57:35.614 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-24T12:57:35.614 DEBUG:teuthology.orchestra.run.smithi090:> 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/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-24T12:57:35.623 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-24T12:57:35.624 DEBUG:teuthology.orchestra.run.smithi130:> 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/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-24T12:57:35.633 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T12:57:35.679 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T12:57:35.688 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T12:57:35.706 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T12:57:35.752 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T12:57:35.762 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T12:57:35.769 INFO:teuthology.orchestra.run.smithi149.stdout:check_obsoletes = 1 2024-04-24T12:57:35.771 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum clean all 2024-04-24T12:57:35.815 INFO:teuthology.orchestra.run.smithi090.stdout:check_obsoletes = 1 2024-04-24T12:57:35.817 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum clean all 2024-04-24T12:57:35.824 INFO:teuthology.orchestra.run.smithi130.stdout:check_obsoletes = 1 2024-04-24T12:57:35.826 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum clean all 2024-04-24T12:57:35.997 INFO:teuthology.orchestra.run.smithi149.stdout:48 files removed 2024-04-24T12:57:36.025 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-radosgw 2024-04-24T12:57:36.040 INFO:teuthology.orchestra.run.smithi090.stdout:48 files removed 2024-04-24T12:57:36.049 INFO:teuthology.orchestra.run.smithi130.stdout:48 files removed 2024-04-24T12:57:36.066 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-radosgw 2024-04-24T12:57:36.075 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-radosgw 2024-04-24T12:57:36.613 INFO:teuthology.orchestra.run.smithi149.stdout:ceph packages for x86_64 254 kB/s | 83 kB 00:00 2024-04-24T12:57:36.741 INFO:teuthology.orchestra.run.smithi130.stdout:ceph packages for x86_64 205 kB/s | 83 kB 00:00 2024-04-24T12:57:36.747 INFO:teuthology.orchestra.run.smithi090.stdout:ceph packages for x86_64 197 kB/s | 83 kB 00:00 2024-04-24T12:57:36.997 INFO:teuthology.orchestra.run.smithi149.stdout:ceph noarch packages 34 kB/s | 12 kB 00:00 2024-04-24T12:57:37.123 INFO:teuthology.orchestra.run.smithi090.stdout:ceph noarch packages 35 kB/s | 12 kB 00:00 2024-04-24T12:57:37.125 INFO:teuthology.orchestra.run.smithi130.stdout:ceph noarch packages 34 kB/s | 12 kB 00:00 2024-04-24T12:57:37.356 INFO:teuthology.orchestra.run.smithi149.stdout:ceph source packages 5.8 kB/s | 1.9 kB 00:00 2024-04-24T12:57:37.457 INFO:teuthology.orchestra.run.smithi090.stdout:ceph source packages 6.3 kB/s | 1.9 kB 00:00 2024-04-24T12:57:37.484 INFO:teuthology.orchestra.run.smithi130.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-04-24T12:57:37.881 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-24T12:57:38.092 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-24T12:57:40.099 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-24T12:57:41.152 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 19 MB 00:01 2024-04-24T12:57:46.241 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 6.2 MB 00:02 2024-04-24T12:57:46.242 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 945 kB/s | 8.0 MB 00:08 2024-04-24T12:57:47.016 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.2 MB 00:02 2024-04-24T12:57:47.708 INFO:teuthology.orchestra.run.smithi149.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-24T12:57:49.169 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 10 MB/s | 19 MB 00:01 2024-04-24T12:57:49.213 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-24T12:57:49.280 INFO:teuthology.orchestra.run.smithi090.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 16 kB 00:01 2024-04-24T12:57:51.258 INFO:teuthology.orchestra.run.smithi090.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-24T12:57:53.469 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 6.2 MB 00:00 2024-04-24T12:57:54.277 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-24T12:57:55.020 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-04-24T12:57:56.240 INFO:teuthology.orchestra.run.smithi090.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-24T12:57:56.445 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:57:56.447 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:57:56.447 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:57:56.447 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:57:56.447 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 11 M 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrading: 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: librados2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.4 M 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 21 M 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 25 k 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 747 k 2024-04-24T12:57:56.448 INFO:teuthology.orchestra.run.smithi149.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 500 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 45 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 135 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 161 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-24T12:57:56.449 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 321 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 297 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 99 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout:Installing weak dependencies: 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout:Install 30 Packages 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrade 2 Packages 2024-04-24T12:57:56.450 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:57:56.451 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 60 M 2024-04-24T12:57:56.451 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:57:56.757 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-24T12:57:58.286 INFO:teuthology.orchestra.run.smithi149.stdout:(1/32): ceph-common-19.0.0-3259.g23fcfb96.el8.x 15 MB/s | 21 MB 00:01 2024-04-24T12:57:58.378 INFO:teuthology.orchestra.run.smithi149.stdout:(2/32): ceph-base-19.0.0-3259.g23fcfb96.el8.x86 3.6 MB/s | 5.4 MB 00:01 2024-04-24T12:57:58.403 INFO:teuthology.orchestra.run.smithi149.stdout:(3/32): ceph-selinux-19.0.0-3259.g23fcfb96.el8. 216 kB/s | 25 kB 00:00 2024-04-24T12:57:58.408 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-radosgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 11 M 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout:Upgrading: 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: librados2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.4 M 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: librbd1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-base x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T12:57:58.411 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 21 M 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-selinux x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 25 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 747 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: libradosstriper1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 500 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: librgw2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-24T12:57:58.412 INFO:teuthology.orchestra.run.smithi090.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-argparse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 45 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 135 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cephfs x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 161 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rados x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 321 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 297 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 99 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout:Installing weak dependencies: 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-24T12:57:58.413 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout:Install 30 Packages 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout:Upgrade 2 Packages 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 60 M 2024-04-24T12:57:58.414 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:57:58.479 INFO:teuthology.orchestra.run.smithi149.stdout:(4/32): libcephfs2-19.0.0-3259.g23fcfb96.el8.x8 7.3 MB/s | 747 kB 00:00 2024-04-24T12:57:58.812 INFO:teuthology.orchestra.run.smithi149.stdout:(5/32): libradosstriper1-19.0.0-3259.g23fcfb96. 1.2 MB/s | 500 kB 00:00 2024-04-24T12:57:58.879 INFO:teuthology.orchestra.run.smithi149.stdout:(6/32): python3-ceph-argparse-19.0.0-3259.g23fc 677 kB/s | 45 kB 00:00 2024-04-24T12:57:58.938 INFO:teuthology.orchestra.run.smithi149.stdout:(7/32): python3-ceph-common-19.0.0-3259.g23fcfb 2.3 MB/s | 135 kB 00:00 2024-04-24T12:57:59.029 INFO:teuthology.orchestra.run.smithi149.stdout:(8/32): python3-cephfs-19.0.0-3259.g23fcfb96.el 1.7 MB/s | 161 kB 00:00 2024-04-24T12:57:59.130 INFO:teuthology.orchestra.run.smithi149.stdout:(9/32): python3-rados-19.0.0-3259.g23fcfb96.el8 3.1 MB/s | 321 kB 00:00 2024-04-24T12:57:59.230 INFO:teuthology.orchestra.run.smithi149.stdout:(10/32): librgw2-19.0.0-3259.g23fcfb96.el8.x86_ 7.1 MB/s | 5.4 MB 00:00 2024-04-24T12:57:59.255 INFO:teuthology.orchestra.run.smithi149.stdout:(11/32): python3-rbd-19.0.0-3259.g23fcfb96.el8. 2.3 MB/s | 297 kB 00:00 2024-04-24T12:57:59.372 INFO:teuthology.orchestra.run.smithi149.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 918 kB/s | 107 kB 00:00 2024-04-24T12:57:59.397 INFO:teuthology.orchestra.run.smithi149.stdout:(13/32): python3-rgw-19.0.0-3259.g23fcfb96.el8. 594 kB/s | 99 kB 00:00 2024-04-24T12:57:59.439 INFO:teuthology.orchestra.run.smithi149.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.3 MB/s | 160 kB 00:00 2024-04-24T12:57:59.523 INFO:teuthology.orchestra.run.smithi149.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.8 MB/s | 662 kB 00:00 2024-04-24T12:57:59.548 INFO:teuthology.orchestra.run.smithi149.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 301 kB/s | 45 kB 00:00 2024-04-24T12:57:59.574 INFO:teuthology.orchestra.run.smithi149.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.7 MB/s | 292 kB 00:00 2024-04-24T12:57:59.607 INFO:teuthology.orchestra.run.smithi149.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 722 kB/s | 42 kB 00:00 2024-04-24T12:57:59.632 INFO:teuthology.orchestra.run.smithi149.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-24T12:57:59.658 INFO:teuthology.orchestra.run.smithi149.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-04-24T12:57:59.683 INFO:teuthology.orchestra.run.smithi149.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 942 kB/s | 47 kB 00:00 2024-04-24T12:58:00.042 INFO:teuthology.orchestra.run.smithi149.stdout:(22/32): ceph-radosgw-19.0.0-3259.g23fcfb96.el8 3.4 MB/s | 11 MB 00:03 2024-04-24T12:58:00.200 INFO:teuthology.orchestra.run.smithi149.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 570 kB/s | 309 kB 00:00 2024-04-24T12:58:00.284 INFO:teuthology.orchestra.run.smithi149.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 590 kB/s | 49 kB 00:00 2024-04-24T12:58:00.334 INFO:teuthology.orchestra.run.smithi149.stdout:(25/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 89 kB/s | 26 kB 00:00 2024-04-24T12:58:00.368 INFO:teuthology.orchestra.run.smithi149.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 809 kB/s | 67 kB 00:00 2024-04-24T12:58:00.510 INFO:teuthology.orchestra.run.smithi149.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.3 MB/s | 4.4 MB 00:00 2024-04-24T12:58:00.535 INFO:teuthology.orchestra.run.smithi149.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-24T12:58:00.610 INFO:teuthology.orchestra.run.smithi149.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-04-24T12:58:00.644 INFO:teuthology.orchestra.run.smithi149.stdout:(30/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-04-24T12:58:00.651 INFO:teuthology.orchestra.run.smithi090.stdout:(1/32): ceph-base-19.0.0-3259.g23fcfb96.el8.x86 3.0 MB/s | 5.4 MB 00:01 2024-04-24T12:58:00.718 INFO:teuthology.orchestra.run.smithi090.stdout:(2/32): ceph-selinux-19.0.0-3259.g23fcfb96.el8. 378 kB/s | 25 kB 00:00 2024-04-24T12:58:00.869 INFO:teuthology.orchestra.run.smithi090.stdout:(3/32): libcephfs2-19.0.0-3259.g23fcfb96.el8.x8 4.9 MB/s | 747 kB 00:00 2024-04-24T12:58:00.977 INFO:teuthology.orchestra.run.smithi090.stdout:(4/32): libradosstriper1-19.0.0-3259.g23fcfb96. 4.5 MB/s | 500 kB 00:00 2024-04-24T12:58:01.219 INFO:teuthology.orchestra.run.smithi090.stdout:(5/32): ceph-radosgw-19.0.0-3259.g23fcfb96.el8. 4.5 MB/s | 11 MB 00:02 2024-04-24T12:58:01.353 INFO:teuthology.orchestra.run.smithi149.stdout:(31/32): librados2-19.0.0-3259.g23fcfb96.el8.x8 4.2 MB/s | 3.4 MB 00:00 2024-04-24T12:58:01.486 INFO:teuthology.orchestra.run.smithi149.stdout:(32/32): librbd1-19.0.0-3259.g23fcfb96.el8.x86_ 3.6 MB/s | 3.1 MB 00:00 2024-04-24T12:58:01.493 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:01.493 INFO:teuthology.orchestra.run.smithi149.stdout:Total 12 MB/s | 60 MB 00:05 2024-04-24T12:58:01.536 INFO:teuthology.orchestra.run.smithi090.stdout:(6/32): ceph-common-19.0.0-3259.g23fcfb96.el8.x 7.9 MB/s | 21 MB 00:02 2024-04-24T12:58:01.562 INFO:teuthology.orchestra.run.smithi090.stdout:(7/32): python3-ceph-argparse-19.0.0-3259.g23fc 132 kB/s | 45 kB 00:00 2024-04-24T12:58:01.594 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:58:01.595 INFO:teuthology.orchestra.run.smithi090.stdout:(8/32): python3-ceph-common-19.0.0-3259.g23fcfb 2.3 MB/s | 135 kB 00:00 2024-04-24T12:58:01.629 INFO:teuthology.orchestra.run.smithi090.stdout:(9/32): python3-cephfs-19.0.0-3259.g23fcfb96.el 2.4 MB/s | 161 kB 00:00 2024-04-24T12:58:01.630 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:58:01.630 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:58:01.671 INFO:teuthology.orchestra.run.smithi090.stdout:(10/32): python3-rados-19.0.0-3259.g23fcfb96.el 4.2 MB/s | 321 kB 00:00 2024-04-24T12:58:01.704 INFO:teuthology.orchestra.run.smithi090.stdout:(11/32): python3-rbd-19.0.0-3259.g23fcfb96.el8. 3.9 MB/s | 297 kB 00:00 2024-04-24T12:58:01.738 INFO:teuthology.orchestra.run.smithi090.stdout:(12/32): python3-rgw-19.0.0-3259.g23fcfb96.el8. 1.4 MB/s | 99 kB 00:00 2024-04-24T12:58:01.830 INFO:teuthology.orchestra.run.smithi090.stdout:(13/32): librgw2-19.0.0-3259.g23fcfb96.el8.x86_ 6.3 MB/s | 5.4 MB 00:00 2024-04-24T12:58:01.863 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-24T12:58:01.914 INFO:teuthology.orchestra.run.smithi090.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 511 kB/s | 107 kB 00:00 2024-04-24T12:58:01.981 INFO:teuthology.orchestra.run.smithi090.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 301 kB/s | 45 kB 00:00 2024-04-24T12:58:02.006 INFO:teuthology.orchestra.run.smithi090.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 598 kB/s | 160 kB 00:00 2024-04-24T12:58:02.065 INFO:teuthology.orchestra.run.smithi090.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-04-24T12:58:02.098 INFO:teuthology.orchestra.run.smithi090.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-04-24T12:58:02.102 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:58:02.103 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:58:02.132 INFO:teuthology.orchestra.run.smithi090.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 292 kB 00:00 2024-04-24T12:58:02.157 INFO:teuthology.orchestra.run.smithi090.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 611 kB/s | 36 kB 00:00 2024-04-24T12:58:02.184 INFO:teuthology.orchestra.run.smithi090.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.8 MB/s | 221 kB 00:00 2024-04-24T12:58:02.209 INFO:teuthology.orchestra.run.smithi090.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 615 kB/s | 47 kB 00:00 2024-04-24T12:58:02.518 INFO:teuthology.orchestra.run.smithi090.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 84 kB/s | 26 kB 00:00 2024-04-24T12:58:02.660 INFO:teuthology.orchestra.run.smithi090.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 615 kB/s | 309 kB 00:00 2024-04-24T12:58:02.685 INFO:teuthology.orchestra.run.smithi090.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 291 kB/s | 49 kB 00:00 2024-04-24T12:58:02.752 INFO:teuthology.orchestra.run.smithi090.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 735 kB/s | 67 kB 00:00 2024-04-24T12:58:02.911 INFO:teuthology.orchestra.run.smithi090.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.6 MB/s | 838 kB 00:00 2024-04-24T12:58:02.986 INFO:teuthology.orchestra.run.smithi090.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.5 MB/s | 4.4 MB 00:00 2024-04-24T12:58:03.011 INFO:teuthology.orchestra.run.smithi090.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 741 kB/s | 192 kB 00:00 2024-04-24T12:58:03.120 INFO:teuthology.orchestra.run.smithi090.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.7 MB/s | 1.6 MB 00:00 2024-04-24T12:58:03.345 INFO:teuthology.orchestra.run.smithi090.stdout:(31/32): librbd1-19.0.0-3259.g23fcfb96.el8.x86_ 9.5 MB/s | 3.1 MB 00:00 2024-04-24T12:58:03.529 INFO:teuthology.orchestra.run.smithi090.stdout:(32/32): librados2-19.0.0-3259.g23fcfb96.el8.x8 6.6 MB/s | 3.4 MB 00:00 2024-04-24T12:58:03.533 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:03.534 INFO:teuthology.orchestra.run.smithi090.stdout:Total 12 MB/s | 60 MB 00:05 2024-04-24T12:58:03.630 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:58:03.665 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:58:03.666 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:58:03.727 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:58:03.812 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-24T12:58:03.841 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-24T12:58:03.866 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-24T12:58:03.889 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T12:58:03.916 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T12:58:04.012 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-radosgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 11 M 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrading: 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout: librados2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.4 M 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout: librbd1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:58:04.015 INFO:teuthology.orchestra.run.smithi130.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 21 M 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-selinux x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 25 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 747 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: libradosstriper1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 500 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: librgw2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T12:58:04.016 INFO:teuthology.orchestra.run.smithi130.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 45 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 135 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cephfs x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 161 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rados x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 321 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 297 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 99 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-24T12:58:04.017 INFO:teuthology.orchestra.run.smithi130.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout:Installing weak dependencies: 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout:Install 30 Packages 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrade 2 Packages 2024-04-24T12:58:04.018 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:04.019 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 60 M 2024-04-24T12:58:04.019 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:58:04.065 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T12:58:04.120 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T12:58:04.135 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:58:04.159 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:58:04.465 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-24T12:58:04.578 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:04.669 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:04.731 INFO:teuthology.orchestra.run.smithi130.stdout:(1/32): ceph-base-19.0.0-3259.g23fcfb96.el8.x86 9.9 MB/s | 5.4 MB 00:00 2024-04-24T12:58:04.759 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 8/34 2024-04-24T12:58:04.772 INFO:teuthology.orchestra.run.smithi130.stdout:(2/32): ceph-selinux-19.0.0-3259.g23fcfb96.el8. 606 kB/s | 25 kB 00:00 2024-04-24T12:58:04.786 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T12:58:04.840 INFO:teuthology.orchestra.run.smithi130.stdout:(3/32): libcephfs2-19.0.0-3259.g23fcfb96.el8.x8 11 MB/s | 747 kB 00:00 2024-04-24T12:58:04.848 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T12:58:04.877 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-24T12:58:04.898 INFO:teuthology.orchestra.run.smithi130.stdout:(4/32): libradosstriper1-19.0.0-3259.g23fcfb96. 8.4 MB/s | 500 kB 00:00 2024-04-24T12:58:04.913 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 11/34 2024-04-24T12:58:04.986 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T12:58:05.033 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T12:58:05.069 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T12:58:05.103 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-24T12:58:05.190 INFO:teuthology.orchestra.run.smithi130.stdout:(5/32): librgw2-19.0.0-3259.g23fcfb96.el8.x86_6 18 MB/s | 5.4 MB 00:00 2024-04-24T12:58:05.215 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-24T12:58:05.232 INFO:teuthology.orchestra.run.smithi130.stdout:(6/32): python3-ceph-argparse-19.0.0-3259.g23fc 1.1 MB/s | 45 kB 00:00 2024-04-24T12:58:05.245 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-24T12:58:05.274 INFO:teuthology.orchestra.run.smithi130.stdout:(7/32): python3-ceph-common-19.0.0-3259.g23fcfb 3.2 MB/s | 135 kB 00:00 2024-04-24T12:58:05.286 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-24T12:58:05.319 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-24T12:58:05.324 INFO:teuthology.orchestra.run.smithi130.stdout:(8/32): python3-cephfs-19.0.0-3259.g23fcfb96.el 3.2 MB/s | 161 kB 00:00 2024-04-24T12:58:05.350 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-24T12:58:05.374 INFO:teuthology.orchestra.run.smithi130.stdout:(9/32): python3-rados-19.0.0-3259.g23fcfb96.el8 6.3 MB/s | 321 kB 00:00 2024-04-24T12:58:05.382 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-24T12:58:05.433 INFO:teuthology.orchestra.run.smithi130.stdout:(10/32): python3-rbd-19.0.0-3259.g23fcfb96.el8. 5.0 MB/s | 297 kB 00:00 2024-04-24T12:58:05.484 INFO:teuthology.orchestra.run.smithi130.stdout:(11/32): python3-rgw-19.0.0-3259.g23fcfb96.el8. 2.0 MB/s | 99 kB 00:00 2024-04-24T12:58:05.659 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:58:05.659 INFO:teuthology.orchestra.run.smithi130.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 611 kB/s | 107 kB 00:00 2024-04-24T12:58:05.696 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-24T12:58:05.737 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T12:58:05.742 INFO:teuthology.orchestra.run.smithi130.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-04-24T12:58:05.789 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-24T12:58:05.792 INFO:teuthology.orchestra.run.smithi130.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 907 kB/s | 45 kB 00:00 2024-04-24T12:58:05.811 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T12:58:05.826 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-24T12:58:05.850 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 23/34 2024-04-24T12:58:05.860 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-24T12:58:05.886 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-24T12:58:05.891 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T12:58:05.919 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T12:58:06.001 INFO:teuthology.orchestra.run.smithi130.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-04-24T12:58:06.110 INFO:teuthology.orchestra.run.smithi130.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-04-24T12:58:06.117 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T12:58:06.160 INFO:teuthology.orchestra.run.smithi130.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 839 kB/s | 42 kB 00:00 2024-04-24T12:58:06.172 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T12:58:06.252 INFO:teuthology.orchestra.run.smithi130.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.4 MB/s | 221 kB 00:00 2024-04-24T12:58:06.302 INFO:teuthology.orchestra.run.smithi130.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 719 kB/s | 36 kB 00:00 2024-04-24T12:58:06.353 INFO:teuthology.orchestra.run.smithi130.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 951 kB/s | 47 kB 00:00 2024-04-24T12:58:06.366 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-24T12:58:06.398 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T12:58:06.469 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T12:58:06.511 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-24T12:58:06.546 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 27/34 2024-04-24T12:58:06.575 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 28/34 2024-04-24T12:58:06.673 INFO:teuthology.orchestra.run.smithi090.stdout: Upgrading : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:06.720 INFO:teuthology.orchestra.run.smithi130.stdout:(21/32): ceph-radosgw-19.0.0-3259.g23fcfb96.el8 4.2 MB/s | 11 MB 00:02 2024-04-24T12:58:06.765 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:06.854 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 8/34 2024-04-24T12:58:06.861 INFO:teuthology.orchestra.run.smithi130.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-04-24T12:58:06.883 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T12:58:06.937 INFO:teuthology.orchestra.run.smithi130.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 351 kB/s | 26 kB 00:00 2024-04-24T12:58:07.000 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T12:58:07.012 INFO:teuthology.orchestra.run.smithi130.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 649 kB/s | 49 kB 00:00 2024-04-24T12:58:07.096 INFO:teuthology.orchestra.run.smithi130.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 809 kB/s | 67 kB 00:00 2024-04-24T12:58:07.242 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-24T12:58:07.285 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 11/34 2024-04-24T12:58:07.356 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T12:58:07.378 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T12:58:07.388 INFO:teuthology.orchestra.run.smithi130.stdout:(26/32): ceph-common-19.0.0-3259.g23fcfb96.el8. 6.6 MB/s | 21 MB 00:03 2024-04-24T12:58:07.421 INFO:teuthology.orchestra.run.smithi130.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.5 MB/s | 838 kB 00:00 2024-04-24T12:58:07.435 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T12:58:07.469 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-24T12:58:07.580 INFO:teuthology.orchestra.run.smithi130.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.1 MB/s | 4.4 MB 00:00 2024-04-24T12:58:07.581 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-24T12:58:07.619 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-24T12:58:07.622 INFO:teuthology.orchestra.run.smithi130.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-04-24T12:58:07.660 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-24T12:58:07.693 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-24T12:58:07.723 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-24T12:58:07.755 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-24T12:58:07.764 INFO:teuthology.orchestra.run.smithi130.stdout:(30/32): re2-20211101-3.el9.x86_64.rpm 510 kB/s | 192 kB 00:00 2024-04-24T12:58:07.881 INFO:teuthology.orchestra.run.smithi130.stdout:(31/32): librbd1-19.0.0-3259.g23fcfb96.el8.x86_ 12 MB/s | 3.1 MB 00:00 2024-04-24T12:58:07.956 INFO:teuthology.orchestra.run.smithi130.stdout:(32/32): librados2-19.0.0-3259.g23fcfb96.el8.x8 9.1 MB/s | 3.4 MB 00:00 2024-04-24T12:58:07.962 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:07.962 INFO:teuthology.orchestra.run.smithi130.stdout:Total 15 MB/s | 60 MB 00:03 2024-04-24T12:58:08.061 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-24T12:58:08.062 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:58:08.097 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:58:08.098 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:58:08.118 INFO:teuthology.orchestra.run.smithi090.stdout: Upgrading : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T12:58:08.208 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T12:58:08.232 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 23/34 2024-04-24T12:58:08.277 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-24T12:58:08.561 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:58:08.562 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:58:08.754 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-24T12:58:08.806 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T12:58:08.877 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T12:58:08.914 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:08.946 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:08.954 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 27/34 2024-04-24T12:58:08.992 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 28/34 2024-04-24T12:58:09.489 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:09.525 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T12:58:09.615 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T12:58:09.615 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-24T12:58:09.615 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-24T12:58:09.615 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:09.642 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:10.044 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:58:10.132 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-24T12:58:10.172 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-24T12:58:10.195 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-24T12:58:10.223 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T12:58:10.245 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T12:58:10.434 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T12:58:10.498 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T12:58:10.873 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-24T12:58:10.923 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:11.015 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:11.104 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 8/34 2024-04-24T12:58:11.132 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T12:58:11.220 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T12:58:11.254 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-24T12:58:11.301 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 11/34 2024-04-24T12:58:11.344 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:11.379 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T12:58:11.391 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:11.402 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T12:58:11.466 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T12:58:11.500 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-24T12:58:11.611 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-24T12:58:11.642 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-24T12:58:11.682 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-24T12:58:11.708 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-24T12:58:11.737 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-24T12:58:11.770 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-24T12:58:11.930 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:11.970 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T12:58:12.062 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T12:58:12.062 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-24T12:58:12.062 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-24T12:58:12.062 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:12.091 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-24T12:58:12.096 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:12.133 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T12:58:12.206 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T12:58:12.237 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 23/34 2024-04-24T12:58:12.273 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-24T12:58:12.749 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-24T12:58:12.779 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T12:58:12.834 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T12:58:12.911 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 27/34 2024-04-24T12:58:12.940 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 28/34 2024-04-24T12:58:15.224 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:15.271 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:15.813 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T12:58:15.857 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T12:58:15.949 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T12:58:15.949 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-24T12:58:15.949 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-24T12:58:15.949 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:15.974 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /sys 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /proc 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /mnt 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /var/tmp 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /home 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /root 2024-04-24T12:58:19.516 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /tmp 2024-04-24T12:58:19.517 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:20.500 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T12:58:20.525 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T12:58:20.525 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:20.525 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-24T12:58:20.525 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T12:58:20.525 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T12:58:20.525 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:20.527 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T12:58:20.611 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T12:58:20.611 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 6/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 8/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 9/34 2024-04-24T12:58:21.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 10/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 11/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 13/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-24T12:58:21.885 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-24T12:58:21.886 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-24T12:58:21.887 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/34 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /sys 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /proc 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /mnt 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /var/tmp 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /home 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /root 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout:skipping the directory /tmp 2024-04-24T12:58:22.215 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:22.616 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:22.616 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout:Upgraded: 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-24T12:58:22.617 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-24T12:58:22.618 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: re2-1:20211101-3.el9.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:22.619 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:22.903 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-test 2024-04-24T12:58:23.214 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T12:58:23.239 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T12:58:23.239 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:23.239 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-24T12:58:23.239 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T12:58:23.239 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T12:58:23.239 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:23.241 INFO:teuthology.orchestra.run.smithi090.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T12:58:23.350 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T12:58:23.350 INFO:teuthology.orchestra.run.smithi090.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:23.448 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:29 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:23.570 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 49 M 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 164 k 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:23.571 INFO:teuthology.orchestra.run.smithi149.stdout:Install 4 Packages 2024-04-24T12:58:23.572 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:23.572 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 50 M 2024-04-24T12:58:23.572 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 211 M 2024-04-24T12:58:23.572 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:58:24.154 INFO:teuthology.orchestra.run.smithi149.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 989 kB/s | 305 kB 00:00 2024-04-24T12:58:24.288 INFO:teuthology.orchestra.run.smithi149.stdout:(2/4): libcephsqlite-19.0.0-3259.g23fcfb96.el8. 370 kB/s | 164 kB 00:00 2024-04-24T12:58:24.381 INFO:teuthology.orchestra.run.smithi149.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 281 kB/s | 64 kB 00:00 2024-04-24T12:58:24.762 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:24.762 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/34 2024-04-24T12:58:24.762 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/34 2024-04-24T12:58:24.762 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/34 2024-04-24T12:58:24.762 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 6/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 8/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 9/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 10/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 11/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 13/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-24T12:58:24.763 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-24T12:58:24.764 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:24.765 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-24T12:58:24.765 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/34 2024-04-24T12:58:25.523 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:25.523 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /sys 2024-04-24T12:58:25.523 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /proc 2024-04-24T12:58:25.523 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /mnt 2024-04-24T12:58:25.523 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /var/tmp 2024-04-24T12:58:25.523 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /home 2024-04-24T12:58:25.524 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /root 2024-04-24T12:58:25.524 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /tmp 2024-04-24T12:58:25.524 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:25.539 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:25.539 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout:Upgraded: 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-24T12:58:25.540 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-24T12:58:25.541 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: re2-1:20211101-3.el9.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:25.542 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:58:25.836 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-test 2024-04-24T12:58:26.454 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:30 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:58:26.493 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T12:58:26.522 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T12:58:26.522 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:26.523 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-24T12:58:26.523 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T12:58:26.523 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T12:58:26.523 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:26.523 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T12:58:26.579 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:58:26.580 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:26.580 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-test x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 49 M 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout: libcephsqlite x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 164 k 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout:Install 4 Packages 2024-04-24T12:58:26.581 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:26.582 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 50 M 2024-04-24T12:58:26.582 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 211 M 2024-04-24T12:58:26.582 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:58:26.603 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T12:58:26.604 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:26.983 INFO:teuthology.orchestra.run.smithi090.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-24T12:58:27.042 INFO:teuthology.orchestra.run.smithi090.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-24T12:58:27.210 INFO:teuthology.orchestra.run.smithi090.stdout:(3/4): libcephsqlite-19.0.0-3259.g23fcfb96.el8. 352 kB/s | 164 kB 00:00 2024-04-24T12:58:27.371 INFO:teuthology.orchestra.run.smithi149.stdout:(4/4): ceph-test-19.0.0-3259.g23fcfb96.el8.x86_ 14 MB/s | 49 MB 00:03 2024-04-24T12:58:27.374 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:27.374 INFO:teuthology.orchestra.run.smithi149.stdout:Total 13 MB/s | 50 MB 00:03 2024-04-24T12:58:27.398 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:58:27.414 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:58:27.415 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/34 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/34 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/34 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/34 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/34 2024-04-24T12:58:27.693 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 6/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 8/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 9/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 10/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 11/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 13/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-24T12:58:27.694 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-24T12:58:27.695 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/34 2024-04-24T12:58:27.785 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:58:27.785 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:58:28.303 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:58:28.381 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-24T12:58:28.420 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-24T12:58:28.448 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T12:58:28.466 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout:Upgraded: 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-24T12:58:28.467 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.468 INFO:teuthology.orchestra.run.smithi130.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: re2-1:20211101-3.el9.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:28.469 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:58:28.732 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-test 2024-04-24T12:58:29.270 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:28 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:58:29.393 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-test x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 49 M 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout: libcephsqlite x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 164 k 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:58:29.394 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:29.395 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-04-24T12:58:29.395 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:29.395 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 50 M 2024-04-24T12:58:29.395 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 211 M 2024-04-24T12:58:29.395 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:58:30.192 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): libcephsqlite-19.0.0-3259.g23fcfb96.el8. 313 kB/s | 164 kB 00:00 2024-04-24T12:58:30.391 INFO:teuthology.orchestra.run.smithi090.stdout:(4/4): ceph-test-19.0.0-3259.g23fcfb96.el8.x86_ 13 MB/s | 49 MB 00:03 2024-04-24T12:58:30.392 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:30.392 INFO:teuthology.orchestra.run.smithi090.stdout:Total 13 MB/s | 50 MB 00:03 2024-04-24T12:58:30.416 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:58:30.433 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:58:30.433 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:58:30.739 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 285 kB/s | 305 kB 00:01 2024-04-24T12:58:30.802 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:58:30.802 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:58:30.857 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 96 kB/s | 64 kB 00:00 2024-04-24T12:58:31.316 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:58:31.392 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-24T12:58:31.440 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-24T12:58:31.468 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T12:58:32.474 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): ceph-test-19.0.0-3259.g23fcfb96.el8.x86_ 17 MB/s | 49 MB 00:02 2024-04-24T12:58:32.476 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:32.477 INFO:teuthology.orchestra.run.smithi130.stdout:Total 16 MB/s | 50 MB 00:03 2024-04-24T12:58:32.504 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:58:32.525 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:58:32.525 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:58:32.895 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:58:32.895 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:58:33.111 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T12:58:33.186 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T12:58:33.418 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:58:33.492 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-24T12:58:33.540 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-24T12:58:33.568 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T12:58:35.525 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T12:58:35.525 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/4 2024-04-24T12:58:35.525 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/4 2024-04-24T12:58:35.525 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:35.799 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:36.089 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph 2024-04-24T12:58:36.091 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T12:58:36.183 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T12:58:36.620 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:42 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:36.742 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:36.744 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:36.744 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:58:36.744 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:36.744 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: ceph x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 6.6 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mds x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 2.4 M 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 1.5 M 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 249 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mon x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 4.7 M 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-osd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 17 M 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-24T12:58:36.745 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-collections 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-24T12:58:36.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:36.747 INFO:teuthology.orchestra.run.smithi149.stdout:Install 36 Packages 2024-04-24T12:58:36.748 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:36.748 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 30 M 2024-04-24T12:58:36.748 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 108 M 2024-04-24T12:58:36.748 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:58:37.539 INFO:teuthology.orchestra.run.smithi149.stdout:(1/36): ceph-19.0.0-3259.g23fcfb96.el8.x86_64.r 21 kB/s | 6.6 kB 00:00 2024-04-24T12:58:37.639 INFO:teuthology.orchestra.run.smithi149.stdout:(2/36): ceph-mds-19.0.0-3259.g23fcfb96.el8.x86_ 5.8 MB/s | 2.4 MB 00:00 2024-04-24T12:58:37.681 INFO:teuthology.orchestra.run.smithi149.stdout:(3/36): ceph-mgr-19.0.0-3259.g23fcfb96.el8.x86_ 3.3 MB/s | 1.5 MB 00:00 2024-04-24T12:58:37.815 INFO:teuthology.orchestra.run.smithi149.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3259.g23fc 1.8 MB/s | 249 kB 00:00 2024-04-24T12:58:37.949 INFO:teuthology.orchestra.run.smithi149.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-24T12:58:38.040 INFO:teuthology.orchestra.run.smithi149.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 13 MB/s | 1.2 MB 00:00 2024-04-24T12:58:38.082 INFO:teuthology.orchestra.run.smithi149.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-24T12:58:38.124 INFO:teuthology.orchestra.run.smithi149.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-24T12:58:38.166 INFO:teuthology.orchestra.run.smithi149.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-24T12:58:38.169 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T12:58:38.208 INFO:teuthology.orchestra.run.smithi149.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.0 MB/s | 215 kB 00:00 2024-04-24T12:58:38.248 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T12:58:38.250 INFO:teuthology.orchestra.run.smithi149.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 4.4 MB/s | 188 kB 00:00 2024-04-24T12:58:38.292 INFO:teuthology.orchestra.run.smithi149.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 4.1 MB/s | 172 kB 00:00 2024-04-24T12:58:38.460 INFO:teuthology.orchestra.run.smithi149.stdout:(13/36): ceph-osd-19.0.0-3259.g23fcfb96.el8.x86 21 MB/s | 17 MB 00:00 2024-04-24T12:58:38.484 INFO:teuthology.orchestra.run.smithi149.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 181 kB/s | 35 kB 00:00 2024-04-24T12:58:38.526 INFO:teuthology.orchestra.run.smithi149.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.0 MB/s | 42 kB 00:00 2024-04-24T12:58:38.560 INFO:teuthology.orchestra.run.smithi149.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 509 kB/s | 51 kB 00:00 2024-04-24T12:58:38.802 INFO:teuthology.orchestra.run.smithi149.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 81 kB/s | 22 kB 00:00 2024-04-24T12:58:38.944 INFO:teuthology.orchestra.run.smithi149.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 394 kB/s | 151 kB 00:00 2024-04-24T12:58:39.066 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T12:58:39.066 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/4 2024-04-24T12:58:39.066 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/4 2024-04-24T12:58:39.066 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-24T12:58:39.069 INFO:teuthology.orchestra.run.smithi149.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-04-24T12:58:39.136 INFO:teuthology.orchestra.run.smithi149.stdout:(20/36): ceph-mon-19.0.0-3259.g23fcfb96.el8.x86 2.9 MB/s | 4.7 MB 00:01 2024-04-24T12:58:39.161 INFO:teuthology.orchestra.run.smithi149.stdout:(21/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 121 kB/s | 43 kB 00:00 2024-04-24T12:58:39.211 INFO:teuthology.orchestra.run.smithi149.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.5 MB/s | 358 kB 00:00 2024-04-24T12:58:39.261 INFO:teuthology.orchestra.run.smithi149.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-04-24T12:58:39.313 INFO:teuthology.orchestra.run.smithi149.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 308 kB/s | 23 kB 00:00 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:39.319 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:58:39.345 INFO:teuthology.orchestra.run.smithi149.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 233 kB/s | 19 kB 00:00 2024-04-24T12:58:39.387 INFO:teuthology.orchestra.run.smithi149.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-24T12:58:39.413 INFO:teuthology.orchestra.run.smithi149.stdout:(27/36): python3-jaraco-classes-3.2.1-5.el9.noa 70 kB/s | 18 kB 00:00 2024-04-24T12:58:39.454 INFO:teuthology.orchestra.run.smithi149.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 425 kB/s | 46 kB 00:00 2024-04-24T12:58:39.480 INFO:teuthology.orchestra.run.smithi149.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 857 kB/s | 79 kB 00:00 2024-04-24T12:58:39.538 INFO:teuthology.orchestra.run.smithi149.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-24T12:58:39.572 INFO:teuthology.orchestra.run.smithi149.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 979 kB/s | 90 kB 00:00 2024-04-24T12:58:39.630 INFO:teuthology.orchestra.run.smithi149.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-04-24T12:58:39.664 INFO:teuthology.orchestra.run.smithi149.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-24T12:58:39.682 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph 2024-04-24T12:58:39.689 INFO:teuthology.orchestra.run.smithi149.stdout:(34/36): python3-pecan-1.4.2-3.el9.noarch.rpm 985 kB/s | 272 kB 00:00 2024-04-24T12:58:39.739 INFO:teuthology.orchestra.run.smithi149.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-24T12:58:39.856 INFO:teuthology.orchestra.run.smithi149.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.8 MB/s | 427 kB 00:00 2024-04-24T12:58:39.860 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:39.861 INFO:teuthology.orchestra.run.smithi149.stdout:Total 9.7 MB/s | 30 MB 00:03 2024-04-24T12:58:39.993 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:58:40.032 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:58:40.033 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:58:40.197 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:44 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:58:40.321 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:58:40.323 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:40.323 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:58:40.323 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:40.323 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: ceph x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 6.6 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mds x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 2.4 M 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 1.5 M 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 249 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mon x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 4.7 M 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-osd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 17 M 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-24T12:58:40.324 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-collections 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-24T12:58:40.325 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-24T12:58:40.326 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:40.327 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:58:40.327 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:40.327 INFO:teuthology.orchestra.run.smithi090.stdout:Install 36 Packages 2024-04-24T12:58:40.327 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:40.327 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:58:40.328 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 30 M 2024-04-24T12:58:40.328 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 108 M 2024-04-24T12:58:40.328 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:58:40.328 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:58:40.755 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T12:58:40.755 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/4 2024-04-24T12:58:40.755 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/4 2024-04-24T12:58:40.755 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-24T12:58:41.023 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-24T12:58:41.023 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:41.024 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:58:41.116 INFO:teuthology.orchestra.run.smithi090.stdout:(1/36): ceph-19.0.0-3259.g23fcfb96.el8.x86_64.r 34 kB/s | 6.6 kB 00:00 2024-04-24T12:58:41.300 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph 2024-04-24T12:58:41.383 INFO:teuthology.orchestra.run.smithi090.stdout:(2/36): ceph-mgr-19.0.0-3259.g23fcfb96.el8.x86_ 3.3 MB/s | 1.5 MB 00:00 2024-04-24T12:58:41.621 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:58:41.685 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-24T12:58:41.718 INFO:teuthology.orchestra.run.smithi090.stdout:(3/36): ceph-mon-19.0.0-3259.g23fcfb96.el8.x86_ 7.8 MB/s | 4.7 MB 00:00 2024-04-24T12:58:41.734 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-24T12:58:41.762 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-24T12:58:41.775 INFO:teuthology.orchestra.run.smithi090.stdout:(4/36): ceph-mds-19.0.0-3259.g23fcfb96.el8.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-04-24T12:58:41.810 INFO:teuthology.orchestra.run.smithi090.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3259.g23fc 2.7 MB/s | 249 kB 00:00 2024-04-24T12:58:41.814 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:40 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:58:41.834 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-24T12:58:41.877 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-24T12:58:41.910 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-24T12:58:41.943 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout: ceph x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 6.6 k 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mds x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 2.4 M 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 1.5 M 2024-04-24T12:58:41.946 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 249 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mon x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 4.7 M 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-osd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 17 M 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-collections 2024-04-24T12:58:41.947 INFO:teuthology.orchestra.run.smithi130.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-24T12:58:41.948 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout:Install 36 Packages 2024-04-24T12:58:41.949 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:41.950 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 30 M 2024-04-24T12:58:41.950 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 108 M 2024-04-24T12:58:41.950 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:58:42.004 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-24T12:58:42.044 INFO:teuthology.orchestra.run.smithi090.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 944 kB/s | 253 kB 00:00 2024-04-24T12:58:42.073 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-24T12:58:42.102 INFO:teuthology.orchestra.run.smithi090.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-24T12:58:42.129 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-24T12:58:42.161 INFO:teuthology.orchestra.run.smithi090.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-24T12:58:42.164 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-24T12:58:42.194 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-24T12:58:42.220 INFO:teuthology.orchestra.run.smithi090.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-04-24T12:58:42.228 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-24T12:58:42.270 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-24T12:58:42.311 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-24T12:58:42.354 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-24T12:58:42.388 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-24T12:58:42.426 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-24T12:58:42.453 INFO:teuthology.orchestra.run.smithi090.stdout:(10/36): ceph-osd-19.0.0-3259.g23fcfb96.el8.x86 16 MB/s | 17 MB 00:01 2024-04-24T12:58:42.478 INFO:teuthology.orchestra.run.smithi090.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 830 kB/s | 215 kB 00:00 2024-04-24T12:58:42.501 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-24T12:58:42.596 INFO:teuthology.orchestra.run.smithi090.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-24T12:58:42.646 INFO:teuthology.orchestra.run.smithi090.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 695 kB/s | 35 kB 00:00 2024-04-24T12:58:42.648 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-24T12:58:42.679 INFO:teuthology.orchestra.run.smithi090.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 858 kB/s | 172 kB 00:00 2024-04-24T12:58:42.721 INFO:teuthology.orchestra.run.smithi090.stdout:(15/36): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-04-24T12:58:42.734 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-24T12:58:42.747 INFO:teuthology.orchestra.run.smithi090.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 507 kB/s | 51 kB 00:00 2024-04-24T12:58:42.787 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-24T12:58:42.826 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-24T12:58:42.880 INFO:teuthology.orchestra.run.smithi090.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 208 kB/s | 42 kB 00:00 2024-04-24T12:58:42.883 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-24T12:58:42.938 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-24T12:58:43.010 INFO:teuthology.orchestra.run.smithi130.stdout:(1/36): ceph-19.0.0-3259.g23fcfb96.el8.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-04-24T12:58:43.064 INFO:teuthology.orchestra.run.smithi090.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 65 kB/s | 22 kB 00:00 2024-04-24T12:58:43.134 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-24T12:58:43.179 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-24T12:58:43.219 INFO:teuthology.orchestra.run.smithi130.stdout:(2/36): ceph-mgr-19.0.0-3259.g23fcfb96.el8.x86_ 3.8 MB/s | 1.5 MB 00:00 2024-04-24T12:58:43.259 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-24T12:58:43.347 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-24T12:58:43.352 INFO:teuthology.orchestra.run.smithi130.stdout:(3/36): ceph-mds-19.0.0-3259.g23fcfb96.el8.x86_ 4.5 MB/s | 2.4 MB 00:00 2024-04-24T12:58:43.387 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-24T12:58:43.428 INFO:teuthology.orchestra.run.smithi130.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3259.g23fc 3.2 MB/s | 249 kB 00:00 2024-04-24T12:58:43.439 INFO:teuthology.orchestra.run.smithi090.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 78 kB/s | 43 kB 00:00 2024-04-24T12:58:43.506 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-24T12:58:43.595 INFO:teuthology.orchestra.run.smithi130.stdout:(5/36): ceph-mon-19.0.0-3259.g23fcfb96.el8.x86_ 8.0 MB/s | 4.7 MB 00:00 2024-04-24T12:58:43.598 INFO:teuthology.orchestra.run.smithi090.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 177 kB/s | 151 kB 00:00 2024-04-24T12:58:43.620 INFO:teuthology.orchestra.run.smithi130.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-04-24T12:58:43.662 INFO:teuthology.orchestra.run.smithi130.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-24T12:58:43.669 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 31/36 2024-04-24T12:58:43.697 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T12:58:43.698 INFO:teuthology.orchestra.run.smithi090.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-24T12:58:43.703 INFO:teuthology.orchestra.run.smithi130.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-24T12:58:43.723 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T12:58:43.723 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:43.723 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-24T12:58:43.723 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T12:58:43.723 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T12:58:43.723 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:43.746 INFO:teuthology.orchestra.run.smithi130.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-24T12:58:43.757 INFO:teuthology.orchestra.run.smithi090.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 248 kB/s | 172 kB 00:00 2024-04-24T12:58:43.787 INFO:teuthology.orchestra.run.smithi130.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 6.4 MB/s | 1.2 MB 00:00 2024-04-24T12:58:43.799 INFO:teuthology.orchestra.run.smithi090.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-24T12:58:43.813 INFO:teuthology.orchestra.run.smithi130.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-04-24T12:58:43.858 INFO:teuthology.orchestra.run.smithi090.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-04-24T12:58:43.900 INFO:teuthology.orchestra.run.smithi090.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-24T12:58:43.958 INFO:teuthology.orchestra.run.smithi090.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-04-24T12:58:44.000 INFO:teuthology.orchestra.run.smithi090.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 462 kB/s | 46 kB 00:00 2024-04-24T12:58:44.026 INFO:teuthology.orchestra.run.smithi090.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 612 kB/s | 358 kB 00:00 2024-04-24T12:58:44.143 INFO:teuthology.orchestra.run.smithi090.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 141 kB/s | 16 kB 00:00 2024-04-24T12:58:44.168 INFO:teuthology.orchestra.run.smithi090.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 376 kB/s | 79 kB 00:00 2024-04-24T12:58:44.293 INFO:teuthology.orchestra.run.smithi090.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 286 kB/s | 36 kB 00:00 2024-04-24T12:58:44.305 INFO:teuthology.orchestra.run.smithi130.stdout:(12/36): ceph-osd-19.0.0-3259.g23fcfb96.el8.x86 16 MB/s | 17 MB 00:01 2024-04-24T12:58:44.347 INFO:teuthology.orchestra.run.smithi130.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 337 kB/s | 188 kB 00:00 2024-04-24T12:58:44.361 INFO:teuthology.orchestra.run.smithi090.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 412 kB/s | 90 kB 00:00 2024-04-24T12:58:44.372 INFO:teuthology.orchestra.run.smithi130.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 308 kB/s | 172 kB 00:00 2024-04-24T12:58:44.447 INFO:teuthology.orchestra.run.smithi130.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 509 kB/s | 51 kB 00:00 2024-04-24T12:58:44.472 INFO:teuthology.orchestra.run.smithi130.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-04-24T12:58:44.478 INFO:teuthology.orchestra.run.smithi090.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 570 kB/s | 272 kB 00:00 2024-04-24T12:58:44.564 INFO:teuthology.orchestra.run.smithi130.stdout:(17/36): python3-markupsafe-1.1.1-12.el9.x86_64 134 kB/s | 35 kB 00:00 2024-04-24T12:58:44.587 INFO:teuthology.orchestra.run.smithi090.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-24T12:58:44.662 INFO:teuthology.orchestra.run.smithi090.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 623 kB/s | 230 kB 00:00 2024-04-24T12:58:44.690 INFO:teuthology.orchestra.run.smithi130.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 697 kB/s | 151 kB 00:00 2024-04-24T12:58:44.740 INFO:teuthology.orchestra.run.smithi130.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 248 kB/s | 43 kB 00:00 2024-04-24T12:58:44.815 INFO:teuthology.orchestra.run.smithi130.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.7 MB/s | 172 kB 00:00 2024-04-24T12:58:44.865 INFO:teuthology.orchestra.run.smithi130.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 218 kB/s | 11 kB 00:00 2024-04-24T12:58:44.907 INFO:teuthology.orchestra.run.smithi130.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.1 MB/s | 358 kB 00:00 2024-04-24T12:58:44.933 INFO:teuthology.orchestra.run.smithi130.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 263 kB/s | 18 kB 00:00 2024-04-24T12:58:44.954 INFO:teuthology.orchestra.run.smithi090.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 721 kB/s | 427 kB 00:00 2024-04-24T12:58:44.959 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:44.959 INFO:teuthology.orchestra.run.smithi090.stdout:Total 6.5 MB/s | 30 MB 00:04 2024-04-24T12:58:44.974 INFO:teuthology.orchestra.run.smithi130.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 347 kB/s | 23 kB 00:00 2024-04-24T12:58:45.000 INFO:teuthology.orchestra.run.smithi130.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-24T12:58:45.033 INFO:teuthology.orchestra.run.smithi130.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 335 kB/s | 20 kB 00:00 2024-04-24T12:58:45.059 INFO:teuthology.orchestra.run.smithi130.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 790 kB/s | 46 kB 00:00 2024-04-24T12:58:45.084 INFO:teuthology.orchestra.run.smithi130.stdout:(28/36): lua-devel-5.4.4-4.el9.x86_64.rpm 35 kB/s | 22 kB 00:00 2024-04-24T12:58:45.097 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:58:45.109 INFO:teuthology.orchestra.run.smithi130.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-24T12:58:45.135 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:58:45.135 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:58:45.135 INFO:teuthology.orchestra.run.smithi130.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-04-24T12:58:45.169 INFO:teuthology.orchestra.run.smithi130.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-04-24T12:58:45.173 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T12:58:45.194 INFO:teuthology.orchestra.run.smithi130.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 609 kB/s | 36 kB 00:00 2024-04-24T12:58:45.200 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T12:58:45.200 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:45.200 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-24T12:58:45.200 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T12:58:45.200 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T12:58:45.200 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:45.219 INFO:teuthology.orchestra.run.smithi130.stdout:(33/36): python3-portend-3.1.0-2.el9.noarch.rpm 122 kB/s | 16 kB 00:00 2024-04-24T12:58:45.261 INFO:teuthology.orchestra.run.smithi130.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-24T12:58:45.295 INFO:teuthology.orchestra.run.smithi130.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-24T12:58:45.320 INFO:teuthology.orchestra.run.smithi130.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-04-24T12:58:45.321 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:45.321 INFO:teuthology.orchestra.run.smithi130.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-04-24T12:58:45.429 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:58:45.429 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:58:45.456 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:58:45.495 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:58:45.496 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:58:45.649 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T12:58:45.672 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T12:58:45.672 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:45.672 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-24T12:58:45.672 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T12:58:45.672 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T12:58:45.672 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:45.788 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:58:45.789 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:58:45.899 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T12:58:45.923 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T12:58:45.923 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:45.923 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-24T12:58:45.923 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T12:58:45.923 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T12:58:45.923 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:45.987 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T12:58:46.690 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:58:46.749 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-24T12:58:46.783 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-24T12:58:46.819 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-24T12:58:46.898 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-24T12:58:46.952 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-24T12:58:46.992 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-24T12:58:47.036 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:58:47.085 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-24T12:58:47.098 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-24T12:58:47.130 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-24T12:58:47.159 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-24T12:58:47.163 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-24T12:58:47.220 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-24T12:58:47.232 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-24T12:58:47.256 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-24T12:58:47.282 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-24T12:58:47.296 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-24T12:58:47.315 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-24T12:58:47.329 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-24T12:58:47.364 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-24T12:58:47.403 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-24T12:58:47.405 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-24T12:58:47.447 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-24T12:58:47.482 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-24T12:58:47.484 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-24T12:58:47.512 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-24T12:58:47.534 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-24T12:58:47.570 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-24T12:58:47.593 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-24T12:58:47.599 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-24T12:58:47.634 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-24T12:58:47.667 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-24T12:58:47.698 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 6/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-24T12:58:47.699 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-24T12:58:47.700 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-24T12:58:47.701 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-24T12:58:47.708 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-24T12:58:47.740 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-24T12:58:47.743 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-24T12:58:47.777 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-24T12:58:47.815 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-24T12:58:47.821 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-24T12:58:47.874 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-24T12:58:47.888 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-24T12:58:47.921 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-24T12:58:47.979 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-24T12:58:48.034 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-24T12:58:48.042 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-24T12:58:48.123 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-24T12:58:48.176 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-24T12:58:48.215 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-24T12:58:48.228 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-24T12:58:48.264 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-24T12:58:48.277 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-24T12:58:48.319 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-24T12:58:48.355 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-24T12:58:48.444 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-24T12:58:48.485 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-24T12:58:48.502 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-24T12:58:48.552 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-24T12:58:48.602 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-24T12:58:48.629 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-24T12:58:48.718 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:48.750 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: lua-5.4.4-4.el9.x86_64 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-24T12:58:48.751 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-24T12:58:48.752 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ply-3.11-14.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:48.753 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:48.760 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-24T12:58:48.766 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 31/36 2024-04-24T12:58:48.796 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T12:58:48.822 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T12:58:48.822 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:48.822 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-24T12:58:48.822 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T12:58:48.822 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T12:58:48.822 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:48.878 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-24T12:58:49.033 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 31/36 2024-04-24T12:58:49.071 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T12:58:49.096 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T12:58:49.096 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:49.096 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-24T12:58:49.096 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T12:58:49.096 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T12:58:49.096 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:49.105 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-base 2024-04-24T12:58:49.629 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:55 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:49.708 INFO:teuthology.orchestra.run.smithi149.stdout:Package ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:58:49.750 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:49.751 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:58:49.751 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:49.818 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install cephadm 2024-04-24T12:58:50.272 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T12:58:50.298 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T12:58:50.298 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:50.299 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-24T12:58:50.299 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T12:58:50.299 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T12:58:50.299 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:50.329 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:56 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:50.450 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout: cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 763 k 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 763 k 2024-04-24T12:58:50.452 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 769 k 2024-04-24T12:58:50.453 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:58:50.546 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T12:58:50.573 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T12:58:50.573 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:50.573 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-24T12:58:50.573 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T12:58:50.573 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T12:58:50.574 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:50.748 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T12:58:50.771 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T12:58:50.771 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:50.771 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-24T12:58:50.772 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T12:58:50.772 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T12:58:50.772 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:50.898 INFO:teuthology.orchestra.run.smithi149.stdout:cephadm-19.0.0-3259.g23fcfb96.el8.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-04-24T12:58:50.898 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:50.899 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-04-24T12:58:50.899 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:58:50.904 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:58:50.904 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:58:50.910 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:58:50.910 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:58:50.977 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:58:51.000 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T12:58:51.014 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T12:58:51.023 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T12:58:51.023 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:51.023 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-24T12:58:51.023 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T12:58:51.023 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T12:58:51.023 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:51.037 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T12:58:51.037 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:51.037 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-24T12:58:51.037 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T12:58:51.037 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T12:58:51.037 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:51.087 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T12:58:51.265 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T12:58:51.288 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T12:58:51.288 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:51.288 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-24T12:58:51.288 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T12:58:51.288 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T12:58:51.288 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:51.351 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T12:58:51.451 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:51.533 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:51.861 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:52.105 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:52.105 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:52.105 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:58:52.105 INFO:teuthology.orchestra.run.smithi149.stdout: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:58:52.105 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:52.105 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:52.318 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-immutable-object-cache 2024-04-24T12:58:52.850 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:58 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:52.972 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:52.973 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T12:58:52.973 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/36 2024-04-24T12:58:52.973 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/36 2024-04-24T12:58:52.973 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/36 2024-04-24T12:58:52.973 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 6/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-24T12:58:52.981 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-24T12:58:52.982 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-24T12:58:52.983 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-24T12:58:52.983 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-24T12:58:52.983 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-24T12:58:52.983 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-24T12:58:52.983 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-24T12:58:52.983 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 145 k 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 145 k 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 435 k 2024-04-24T12:58:52.984 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/36 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/36 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/36 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/36 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/36 2024-04-24T12:58:53.263 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 6/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-24T12:58:53.264 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-24T12:58:53.265 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-24T12:58:53.265 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-24T12:58:53.265 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-24T12:58:53.265 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-24T12:58:53.265 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-24T12:58:53.266 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-24T12:58:53.266 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-24T12:58:53.266 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-24T12:58:53.266 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-24T12:58:53.266 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-24T12:58:53.266 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-24T12:58:53.267 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-24T12:58:53.267 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-24T12:58:53.267 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-24T12:58:53.267 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-24T12:58:53.296 INFO:teuthology.orchestra.run.smithi149.stdout:ceph-immutable-object-cache-19.0.0-3259.g23fcfb 451 kB/s | 145 kB 00:00 2024-04-24T12:58:53.296 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:53.297 INFO:teuthology.orchestra.run.smithi149.stdout:Total 448 kB/s | 145 kB 00:00 2024-04-24T12:58:53.297 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:58:53.304 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:58:53.304 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:58:53.361 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:58:53.361 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:58:53.514 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:58:53.588 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:53.612 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:53.612 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:53.612 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-24T12:58:53.612 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.016 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: lua-5.4.4-4.el9.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-24T12:58:54.017 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ply-3.11-14.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-24T12:58:54.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-24T12:58:54.019 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-24T12:58:54.019 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-24T12:58:54.019 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-24T12:58:54.019 INFO:teuthology.orchestra.run.smithi130.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-24T12:58:54.019 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:54.019 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:58:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-24T12:58:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:54.329 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:58:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.329 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: lua-5.4.4-4.el9.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-24T12:58:54.330 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-ply-3.11-14.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-24T12:58:54.331 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:54.332 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:58:54.335 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-base 2024-04-24T12:58:54.452 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:54.452 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:54.452 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:58:54.452 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:54.452 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:54.452 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:54.647 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr 2024-04-24T12:58:54.739 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-base 2024-04-24T12:58:54.846 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:53 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:58:54.925 INFO:teuthology.orchestra.run.smithi130.stdout:Package ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:58:54.966 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:58:54.968 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:58:54.968 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:58:55.035 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install cephadm 2024-04-24T12:58:55.175 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:01 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:55.245 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:59 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:58:55.257 INFO:teuthology.orchestra.run.smithi149.stdout:Package ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:58:55.299 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:55.300 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:58:55.300 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:58:55.322 INFO:teuthology.orchestra.run.smithi090.stdout:Package ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:58:55.362 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:58:55.363 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:58:55.363 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:58:55.378 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-dashboard 2024-04-24T12:58:55.425 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install cephadm 2024-04-24T12:58:55.537 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:54 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:58:55.655 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:58:55.656 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:55.656 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:58:55.656 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:55.656 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:58:55.656 INFO:teuthology.orchestra.run.smithi130.stdout: cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 763 k 2024-04-24T12:58:55.656 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 763 k 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 769 k 2024-04-24T12:58:55.657 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:58:55.894 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:01 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:58:55.925 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:00:59 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:58:55.931 INFO:teuthology.orchestra.run.smithi130.stdout:cephadm-19.0.0-3259.g23fcfb96.el8.noarch.rpm 2.7 MB/s | 763 kB 00:00 2024-04-24T12:58:55.932 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:55.932 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.7 MB/s | 763 kB 00:00 2024-04-24T12:58:55.932 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:58:55.937 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:58:55.937 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:58:55.943 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:58:55.943 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:58:56.015 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:58:56.016 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 3.5 M 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 34 k 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 16 k 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-24T12:58:56.017 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout:Install 12 Packages 2024-04-24T12:58:56.018 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:58:56.019 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 8.6 M 2024-04-24T12:58:56.019 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 104 M 2024-04-24T12:58:56.019 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:58:56.044 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:58:56.044 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:56.044 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:58:56.044 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout: cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 763 k 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:56.045 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 763 k 2024-04-24T12:58:56.046 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 769 k 2024-04-24T12:58:56.046 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:58:56.347 INFO:teuthology.orchestra.run.smithi090.stdout:cephadm-19.0.0-3259.g23fcfb96.el8.noarch.rpm 2.5 MB/s | 763 kB 00:00 2024-04-24T12:58:56.347 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:56.347 INFO:teuthology.orchestra.run.smithi090.stdout:Total 2.5 MB/s | 763 kB 00:00 2024-04-24T12:58:56.348 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:58:56.352 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:58:56.353 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:58:56.358 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:58:56.359 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:58:56.431 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:58:56.456 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:56.541 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:56.852 INFO:teuthology.orchestra.run.smithi149.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3259.g23 155 kB/s | 34 kB 00:00 2024-04-24T12:58:56.863 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:56.914 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:56.966 INFO:teuthology.orchestra.run.smithi149.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3259.g23f 49 kB/s | 16 kB 00:00 2024-04-24T12:58:57.000 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:57.058 INFO:teuthology.orchestra.run.smithi149.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.9 MB/s | 1.0 MB 00:00 2024-04-24T12:58:57.080 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:57.080 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:57.080 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:58:57.080 INFO:teuthology.orchestra.run.smithi130.stdout: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:58:57.080 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:57.080 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:58:57.133 INFO:teuthology.orchestra.run.smithi149.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-04-24T12:58:57.315 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-immutable-object-cache 2024-04-24T12:58:57.342 INFO:teuthology.orchestra.run.smithi149.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3259.g23fcfb9 5.0 MB/s | 3.5 MB 00:00 2024-04-24T12:58:57.425 INFO:teuthology.orchestra.run.smithi149.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.8 MB/s | 548 kB 00:00 2024-04-24T12:58:57.427 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:57.443 INFO:teuthology.orchestra.run.smithi149.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 194 kB/s | 19 kB 00:00 2024-04-24T12:58:57.468 INFO:teuthology.orchestra.run.smithi149.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-04-24T12:58:57.576 INFO:teuthology.orchestra.run.smithi149.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 14 MB/s | 2.0 MB 00:00 2024-04-24T12:58:57.602 INFO:teuthology.orchestra.run.smithi149.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 230 kB/s | 31 kB 00:00 2024-04-24T12:58:57.627 INFO:teuthology.orchestra.run.smithi149.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 786 kB/s | 144 kB 00:00 2024-04-24T12:58:57.644 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T12:58:57.644 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:57.644 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:58:57.644 INFO:teuthology.orchestra.run.smithi090.stdout: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:58:57.644 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:57.644 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:58:57.652 INFO:teuthology.orchestra.run.smithi149.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-04-24T12:58:57.654 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:57.654 INFO:teuthology.orchestra.run.smithi149.stdout:Total 5.3 MB/s | 8.6 MB 00:01 2024-04-24T12:58:57.700 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:58:57.716 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:58:57.717 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:58:57.838 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:56 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:58:57.871 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:58:57.871 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:58:57.886 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-immutable-object-cache 2024-04-24T12:58:57.959 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 145 k 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:57.960 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 145 k 2024-04-24T12:58:57.961 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 435 k 2024-04-24T12:58:57.961 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:58:58.296 INFO:teuthology.orchestra.run.smithi130.stdout:ceph-immutable-object-cache-19.0.0-3259.g23fcfb 433 kB/s | 145 kB 00:00 2024-04-24T12:58:58.297 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:58.297 INFO:teuthology.orchestra.run.smithi130.stdout:Total 430 kB/s | 145 kB 00:00 2024-04-24T12:58:58.298 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:58:58.305 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:58:58.305 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:58:58.362 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:58:58.363 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:58:58.407 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:58:58.407 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:02 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:58:58.469 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-24T12:58:58.512 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-24T12:58:58.520 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:58:58.529 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 145 k 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:58:58.530 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:58:58.531 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:58.531 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 145 k 2024-04-24T12:58:58.531 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 435 k 2024-04-24T12:58:58.531 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:58:58.559 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-24T12:58:58.589 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-24T12:58:58.597 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:58.623 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:58.623 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:58.623 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-24T12:58:58.623 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:58.666 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-24T12:58:58.749 INFO:teuthology.orchestra.run.smithi090.stdout:ceph-immutable-object-cache-19.0.0-3259.g23fcfb 665 kB/s | 145 kB 00:00 2024-04-24T12:58:58.750 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:58:58.750 INFO:teuthology.orchestra.run.smithi090.stdout:Total 659 kB/s | 145 kB 00:00 2024-04-24T12:58:58.750 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:58:58.758 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:58:58.758 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:58:58.791 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-24T12:58:58.814 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:58:58.814 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:58:58.884 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-24T12:58:58.927 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-24T12:58:58.956 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-24T12:58:58.958 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:58:58.988 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 10/12 2024-04-24T12:58:59.042 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:59.066 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:59.067 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:58:59.067 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-24T12:58:59.067 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:58:59.505 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:58:59.505 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:59.505 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:58:59.505 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:58:59.505 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:58:59.505 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:58:59.717 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr 2024-04-24T12:59:00.015 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T12:59:00.015 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:00.015 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:00.015 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:00.015 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:00.015 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:00.038 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 11/12 2024-04-24T12:59:00.071 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T12:59:00.236 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:59 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:00.286 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr 2024-04-24T12:59:00.318 INFO:teuthology.orchestra.run.smithi130.stdout:Package ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:00.362 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:00.363 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:00.363 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:00.435 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-dashboard 2024-04-24T12:59:00.800 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:04 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:00.879 INFO:teuthology.orchestra.run.smithi090.stdout:Package ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:00.923 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:00.924 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:00.924 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:00.932 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:59 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:01.001 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-dashboard 2024-04-24T12:59:01.052 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:01.053 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:01.053 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:59:01.053 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:01.053 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:01.053 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 3.5 M 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 34 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 16 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-24T12:59:01.054 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:01.055 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:01.055 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:01.055 INFO:teuthology.orchestra.run.smithi130.stdout:Install 12 Packages 2024-04-24T12:59:01.055 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:01.055 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 8.6 M 2024-04-24T12:59:01.058 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 104 M 2024-04-24T12:59:01.058 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 1/12 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 2/12 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 3/12 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-24T12:59:01.449 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-24T12:59:01.450 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-24T12:59:01.450 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-24T12:59:01.450 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-24T12:59:01.450 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-24T12:59:01.450 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-24T12:59:01.503 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:05 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:01.625 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 3.5 M 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 34 k 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 16 k 2024-04-24T12:59:01.626 INFO:teuthology.orchestra.run.smithi090.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout:Install 12 Packages 2024-04-24T12:59:01.627 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:01.628 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 8.6 M 2024-04-24T12:59:01.628 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 104 M 2024-04-24T12:59:01.628 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:01.745 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-24T12:59:01.746 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-24T12:59:01.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-24T12:59:01.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-24T12:59:01.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-24T12:59:01.747 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-24T12:59:01.747 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:01.747 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:02.010 INFO:teuthology.orchestra.run.smithi130.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3259.g23 173 kB/s | 34 kB 00:00 2024-04-24T12:59:02.025 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-24T12:59:02.110 INFO:teuthology.orchestra.run.smithi130.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3259.g23f 55 kB/s | 16 kB 00:00 2024-04-24T12:59:02.425 INFO:teuthology.orchestra.run.smithi090.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3259.g23 154 kB/s | 34 kB 00:00 2024-04-24T12:59:02.486 INFO:teuthology.orchestra.run.smithi130.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3259.g23fcfb9 5.3 MB/s | 3.5 MB 00:00 2024-04-24T12:59:02.517 INFO:teuthology.orchestra.run.smithi090.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3259.g23f 52 kB/s | 16 kB 00:00 2024-04-24T12:59:02.540 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:08 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:02.663 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:02.664 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-04-24T12:59:02.664 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 7.4 M 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-24T12:59:02.665 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout:======================================================================================= 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout:Install 12 Packages 2024-04-24T12:59:02.666 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:02.667 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 38 M 2024-04-24T12:59:02.667 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 209 M 2024-04-24T12:59:02.667 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:02.686 INFO:teuthology.orchestra.run.smithi130.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.2 MB/s | 863 kB 00:00 2024-04-24T12:59:02.734 INFO:teuthology.orchestra.run.smithi090.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-04-24T12:59:02.793 INFO:teuthology.orchestra.run.smithi090.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.7 MB/s | 1.0 MB 00:00 2024-04-24T12:59:02.919 INFO:teuthology.orchestra.run.smithi130.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.3 MB/s | 548 kB 00:00 2024-04-24T12:59:02.951 INFO:teuthology.orchestra.run.smithi090.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3259.g23fcfb9 4.7 MB/s | 3.5 MB 00:00 2024-04-24T12:59:02.969 INFO:teuthology.orchestra.run.smithi130.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 388 kB/s | 19 kB 00:00 2024-04-24T12:59:03.095 INFO:teuthology.orchestra.run.smithi130.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 16 MB/s | 2.0 MB 00:00 2024-04-24T12:59:03.120 INFO:teuthology.orchestra.run.smithi130.stdout:(8/12): python3-protobuf-3.14.0-13.el9.noarch.r 267 kB/s | 269 kB 00:01 2024-04-24T12:59:03.145 INFO:teuthology.orchestra.run.smithi130.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-04-24T12:59:03.170 INFO:teuthology.orchestra.run.smithi130.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 619 kB/s | 31 kB 00:00 2024-04-24T12:59:03.195 INFO:teuthology.orchestra.run.smithi130.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-24T12:59:03.260 INFO:teuthology.orchestra.run.smithi090.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 63 kB/s | 19 kB 00:00 2024-04-24T12:59:03.334 INFO:teuthology.orchestra.run.smithi149.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 195 kB 00:00 2024-04-24T12:59:03.376 INFO:teuthology.orchestra.run.smithi149.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.4 MB/s | 803 kB 00:00 2024-04-24T12:59:03.377 INFO:teuthology.orchestra.run.smithi090.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 939 kB/s | 548 kB 00:00 2024-04-24T12:59:03.460 INFO:teuthology.orchestra.run.smithi149.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-04-24T12:59:03.460 INFO:teuthology.orchestra.run.smithi090.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-04-24T12:59:03.518 INFO:teuthology.orchestra.run.smithi149.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-04-24T12:59:03.527 INFO:teuthology.orchestra.run.smithi090.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 460 kB/s | 31 kB 00:00 2024-04-24T12:59:03.585 INFO:teuthology.orchestra.run.smithi149.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 528 kB/s | 35 kB 00:00 2024-04-24T12:59:03.594 INFO:teuthology.orchestra.run.smithi090.stdout:(10/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.0 MB/s | 863 kB 00:00 2024-04-24T12:59:03.619 INFO:teuthology.orchestra.run.smithi090.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-24T12:59:03.737 INFO:teuthology.orchestra.run.smithi090.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.3 MB/s | 2.0 MB 00:00 2024-04-24T12:59:03.740 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:03.740 INFO:teuthology.orchestra.run.smithi090.stdout:Total 4.1 MB/s | 8.6 MB 00:02 2024-04-24T12:59:03.788 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:03.805 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:03.806 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:03.958 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:03.959 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:04.046 INFO:teuthology.orchestra.run.smithi130.stdout:(12/12): protobuf-3.14.0-13.el9.x86_64.rpm 507 kB/s | 1.0 MB 00:02 2024-04-24T12:59:04.050 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:04.050 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.9 MB/s | 8.6 MB 00:02 2024-04-24T12:59:04.101 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:04.110 INFO:teuthology.orchestra.run.smithi149.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-32 8.1 MB/s | 7.4 MB 00:00 2024-04-24T12:59:04.120 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:04.120 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:04.276 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:04.277 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:04.328 INFO:teuthology.orchestra.run.smithi149.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.1 MB/s | 3.0 MB 00:00 2024-04-24T12:59:04.353 INFO:teuthology.orchestra.run.smithi149.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-04-24T12:59:04.436 INFO:teuthology.orchestra.run.smithi149.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-04-24T12:59:04.488 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:04.571 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-24T12:59:04.622 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-24T12:59:04.677 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-24T12:59:04.717 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-24T12:59:04.789 INFO:teuthology.orchestra.run.smithi149.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 3.9 MB/s | 4.7 MB 00:01 2024-04-24T12:59:04.793 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:04.794 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-24T12:59:04.879 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-24T12:59:04.919 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-24T12:59:04.923 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-24T12:59:04.970 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-24T12:59:05.000 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-24T12:59:05.003 INFO:teuthology.orchestra.run.smithi149.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 7.5 MB/s | 5.1 MB 00:00 2024-04-24T12:59:05.013 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-24T12:59:05.066 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-24T12:59:05.077 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-24T12:59:05.102 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-24T12:59:05.136 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 10/12 2024-04-24T12:59:05.210 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-24T12:59:05.304 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-24T12:59:05.355 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-24T12:59:05.383 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-24T12:59:05.416 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 10/12 2024-04-24T12:59:05.429 INFO:teuthology.orchestra.run.smithi149.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 16 MB/s | 16 MB 00:00 2024-04-24T12:59:05.430 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:05.430 INFO:teuthology.orchestra.run.smithi149.stdout:Total 14 MB/s | 38 MB 00:02 2024-04-24T12:59:05.778 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:05.805 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:05.805 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:06.186 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 11/12 2024-04-24T12:59:06.214 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:06.215 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:06.228 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T12:59:06.480 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 11/12 2024-04-24T12:59:06.516 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T12:59:07.069 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:07.133 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-24T12:59:07.177 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-24T12:59:07.277 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-24T12:59:07.311 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-24T12:59:07.499 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-24T12:59:07.544 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-24T12:59:07.621 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 1/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 2/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 3/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-24T12:59:07.874 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-24T12:59:07.875 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-24T12:59:07.875 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-24T12:59:07.875 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-24T12:59:07.875 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-24T12:59:08.159 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T12:59:08.159 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 1/12 2024-04-24T12:59:08.159 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 2/12 2024-04-24T12:59:08.159 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 3/12 2024-04-24T12:59:08.159 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-24T12:59:08.160 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-24T12:59:08.163 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:08.164 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:08.277 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-24T12:59:08.399 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-24T12:59:08.406 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-24T12:59:08.492 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-24T12:59:08.493 INFO:teuthology.orchestra.run.smithi090.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-24T12:59:08.493 INFO:teuthology.orchestra.run.smithi090.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-24T12:59:08.493 INFO:teuthology.orchestra.run.smithi090.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-24T12:59:08.493 INFO:teuthology.orchestra.run.smithi090.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-24T12:59:08.493 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:08.493 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:08.749 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-24T12:59:08.908 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:07 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:09.028 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================= 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================= 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 7.4 M 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-24T12:59:09.029 INFO:teuthology.orchestra.run.smithi130.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================= 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout:Install 12 Packages 2024-04-24T12:59:09.030 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:09.031 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 38 M 2024-04-24T12:59:09.031 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 209 M 2024-04-24T12:59:09.031 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:09.257 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:13 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:09.378 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:09.379 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================= 2024-04-24T12:59:09.379 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================= 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 7.4 M 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-24T12:59:09.380 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout:======================================================================================= 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout:Install 12 Packages 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 38 M 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 209 M 2024-04-24T12:59:09.381 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:09.562 INFO:teuthology.orchestra.run.smithi130.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-04-24T12:59:09.612 INFO:teuthology.orchestra.run.smithi130.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.9 MB/s | 803 kB 00:00 2024-04-24T12:59:09.635 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T12:59:09.638 INFO:teuthology.orchestra.run.smithi130.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 434 kB/s | 33 kB 00:00 2024-04-24T12:59:09.680 INFO:teuthology.orchestra.run.smithi130.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 438 kB/s | 18 kB 00:00 2024-04-24T12:59:09.730 INFO:teuthology.orchestra.run.smithi130.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 35 kB 00:00 2024-04-24T12:59:09.856 INFO:teuthology.orchestra.run.smithi130.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-24T12:59:09.897 INFO:teuthology.orchestra.run.smithi130.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.8 MB/s | 244 kB 00:00 2024-04-24T12:59:09.981 INFO:teuthology.orchestra.run.smithi130.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-04-24T12:59:10.023 INFO:teuthology.orchestra.run.smithi130.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 5.9 MB/s | 250 kB 00:00 2024-04-24T12:59:10.086 INFO:teuthology.orchestra.run.smithi090.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 341 kB/s | 195 kB 00:00 2024-04-24T12:59:10.090 INFO:teuthology.orchestra.run.smithi130.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 27 MB/s | 5.1 MB 00:00 2024-04-24T12:59:10.278 INFO:teuthology.orchestra.run.smithi090.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-04-24T12:59:10.324 INFO:teuthology.orchestra.run.smithi130.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 54 MB/s | 16 MB 00:00 2024-04-24T12:59:10.486 INFO:teuthology.orchestra.run.smithi090.stdout:(3/12): ceph-mgr-diskprediction-local-19.0.0-32 7.6 MB/s | 7.4 MB 00:00 2024-04-24T12:59:10.490 INFO:teuthology.orchestra.run.smithi130.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 6.9 MB/s | 7.4 MB 00:01 2024-04-24T12:59:10.491 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:10.491 INFO:teuthology.orchestra.run.smithi130.stdout:Total 26 MB/s | 38 MB 00:01 2024-04-24T12:59:10.512 INFO:teuthology.orchestra.run.smithi090.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 77 kB/s | 33 kB 00:00 2024-04-24T12:59:10.678 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-24T12:59:10.702 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T12:59:10.746 INFO:teuthology.orchestra.run.smithi090.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 70 kB/s | 18 kB 00:00 2024-04-24T12:59:10.840 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:10.846 INFO:teuthology.orchestra.run.smithi090.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 105 kB/s | 35 kB 00:00 2024-04-24T12:59:10.867 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:10.867 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:11.277 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:11.277 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:11.688 INFO:teuthology.orchestra.run.smithi090.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 290 kB/s | 244 kB 00:00 2024-04-24T12:59:12.102 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:12.170 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-24T12:59:12.214 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-24T12:59:12.312 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-24T12:59:12.357 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-24T12:59:12.421 INFO:teuthology.orchestra.run.smithi090.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 2.8 MB/s | 4.7 MB 00:01 2024-04-24T12:59:12.495 INFO:teuthology.orchestra.run.smithi090.stdout:(9/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.3 MB/s | 3.0 MB 00:02 2024-04-24T12:59:12.536 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-24T12:59:12.564 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-24T12:59:12.640 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-24T12:59:13.230 INFO:teuthology.orchestra.run.smithi090.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 310 kB/s | 250 kB 00:00 2024-04-24T12:59:13.270 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 1/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-24T12:59:13.271 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T12:59:13.272 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-24T12:59:13.278 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-24T12:59:13.402 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-24T12:59:13.630 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-24T12:59:13.630 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-24T12:59:13.631 INFO:teuthology.orchestra.run.smithi149.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-24T12:59:13.632 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:13.632 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:14.015 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-rook 2024-04-24T12:59:14.550 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:20 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:14.622 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T12:59:14.668 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:14.669 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:14.669 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:59:14.669 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-rook noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 49 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-24T12:59:14.670 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout:Install 13 Packages 2024-04-24T12:59:14.671 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:14.672 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 2.2 M 2024-04-24T12:59:14.672 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 26 M 2024-04-24T12:59:14.672 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:15.060 INFO:teuthology.orchestra.run.smithi149.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 271 kB/s | 26 kB 00:00 2024-04-24T12:59:15.076 INFO:teuthology.orchestra.run.smithi149.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 172 kB/s | 19 kB 00:00 2024-04-24T12:59:15.162 INFO:teuthology.orchestra.run.smithi149.stdout:(3/13): ceph-mgr-rook-19.0.0-3259.g23fcfb96.el8 253 kB/s | 49 kB 00:00 2024-04-24T12:59:15.194 INFO:teuthology.orchestra.run.smithi149.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-04-24T12:59:15.227 INFO:teuthology.orchestra.run.smithi149.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-24T12:59:15.253 INFO:teuthology.orchestra.run.smithi149.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 915 kB/s | 54 kB 00:00 2024-04-24T12:59:15.395 INFO:teuthology.orchestra.run.smithi149.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-04-24T12:59:15.453 INFO:teuthology.orchestra.run.smithi149.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 143 kB/s | 32 kB 00:00 2024-04-24T12:59:15.495 INFO:teuthology.orchestra.run.smithi149.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-04-24T12:59:15.530 INFO:teuthology.orchestra.run.smithi090.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.3 MB/s | 5.1 MB 00:03 2024-04-24T12:59:15.578 INFO:teuthology.orchestra.run.smithi149.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.1 MB/s | 206 kB 00:00 2024-04-24T12:59:15.604 INFO:teuthology.orchestra.run.smithi149.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 544 kB/s | 59 kB 00:00 2024-04-24T12:59:15.660 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-24T12:59:15.687 INFO:teuthology.orchestra.run.smithi149.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 4.4 MB/s | 1.0 MB 00:00 2024-04-24T12:59:15.689 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T12:59:15.713 INFO:teuthology.orchestra.run.smithi149.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 671 kB/s | 90 kB 00:00 2024-04-24T12:59:15.714 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:15.714 INFO:teuthology.orchestra.run.smithi149.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-04-24T12:59:15.778 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:15.791 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:15.791 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:15.876 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:15.876 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:16.381 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:16.481 INFO:teuthology.orchestra.run.smithi090.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 4.1 MB/s | 16 MB 00:03 2024-04-24T12:59:16.482 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:16.482 INFO:teuthology.orchestra.run.smithi090.stdout:Total 5.4 MB/s | 38 MB 00:07 2024-04-24T12:59:16.552 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-24T12:59:16.606 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-24T12:59:16.661 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-24T12:59:16.698 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-24T12:59:16.767 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-24T12:59:16.834 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:16.857 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-24T12:59:16.860 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:16.860 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:16.959 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-24T12:59:17.016 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-24T12:59:17.270 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:17.270 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:17.737 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-24T12:59:17.780 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-24T12:59:17.814 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-24T12:59:17.862 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-24T12:59:17.884 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T12:59:18.125 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:18.194 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-24T12:59:18.247 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-24T12:59:18.273 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T12:59:18.273 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 1/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-24T12:59:18.274 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-24T12:59:18.275 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T12:59:18.275 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-24T12:59:18.347 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-24T12:59:18.381 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-24T12:59:18.551 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-24T12:59:18.581 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-24T12:59:18.583 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T12:59:18.583 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 1/13 2024-04-24T12:59:18.583 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-24T12:59:18.584 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-24T12:59:18.584 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-24T12:59:18.584 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-24T12:59:18.585 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-24T12:59:18.623 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:18.624 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:18.658 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-24T12:59:18.884 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-24T12:59:18.884 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:18.884 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-24T12:59:18.885 INFO:teuthology.orchestra.run.smithi149.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-24T12:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-24T12:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-24T12:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-24T12:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-24T12:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-24T12:59:18.886 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:18.887 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:18.983 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-rook 2024-04-24T12:59:19.137 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-mgr-cephadm 2024-04-24T12:59:19.303 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-24T12:59:19.420 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-24T12:59:19.499 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:18 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:19.617 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-rook noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 49 k 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-24T12:59:19.619 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout:Install 13 Packages 2024-04-24T12:59:19.620 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:19.621 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 2.2 M 2024-04-24T12:59:19.621 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 26 M 2024-04-24T12:59:19.621 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:19.662 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:25 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:19.784 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 143 k 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-24T12:59:19.785 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout:Install 6 Packages 2024-04-24T12:59:19.786 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:19.787 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 7.0 M 2024-04-24T12:59:19.787 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 33 M 2024-04-24T12:59:19.787 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:20.000 INFO:teuthology.orchestra.run.smithi130.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 304 kB/s | 26 kB 00:00 2024-04-24T12:59:20.016 INFO:teuthology.orchestra.run.smithi130.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 190 kB/s | 19 kB 00:00 2024-04-24T12:59:20.134 INFO:teuthology.orchestra.run.smithi130.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-04-24T12:59:20.159 INFO:teuthology.orchestra.run.smithi130.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-24T12:59:20.176 INFO:teuthology.orchestra.run.smithi130.stdout:(5/13): ceph-mgr-rook-19.0.0-3259.g23fcfb96.el8 189 kB/s | 49 kB 00:00 2024-04-24T12:59:20.201 INFO:teuthology.orchestra.run.smithi130.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.2 MB/s | 54 kB 00:00 2024-04-24T12:59:20.243 INFO:teuthology.orchestra.run.smithi130.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-04-24T12:59:20.260 INFO:teuthology.orchestra.run.smithi130.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 255 kB/s | 15 kB 00:00 2024-04-24T12:59:20.278 INFO:teuthology.orchestra.run.smithi130.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 319 kB/s | 32 kB 00:00 2024-04-24T12:59:20.402 INFO:teuthology.orchestra.run.smithi130.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 1.3 MB/s | 206 kB 00:00 2024-04-24T12:59:20.444 INFO:teuthology.orchestra.run.smithi130.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-04-24T12:59:20.478 INFO:teuthology.orchestra.run.smithi130.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 4.7 MB/s | 1.0 MB 00:00 2024-04-24T12:59:20.503 INFO:teuthology.orchestra.run.smithi130.stdout:(13/13): python3-rsa-4.9-2.el9.noarch.rpm 262 kB/s | 59 kB 00:00 2024-04-24T12:59:20.503 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:20.504 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-04-24T12:59:20.523 INFO:teuthology.orchestra.run.smithi149.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-04-24T12:59:20.550 INFO:teuthology.orchestra.run.smithi149.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3259.g23fcfb96.e 522 kB/s | 143 kB 00:00 2024-04-24T12:59:20.563 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:20.577 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:20.577 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:20.638 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T12:59:20.660 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:20.660 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:20.675 INFO:teuthology.orchestra.run.smithi149.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 462 kB/s | 58 kB 00:00 2024-04-24T12:59:20.734 INFO:teuthology.orchestra.run.smithi149.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 873 kB/s | 51 kB 00:00 2024-04-24T12:59:20.759 INFO:teuthology.orchestra.run.smithi149.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.3 MB/s | 548 kB 00:00 2024-04-24T12:59:20.909 INFO:teuthology.orchestra.run.smithi149.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.4 MB/s | 6.0 MB 00:00 2024-04-24T12:59:20.910 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:20.910 INFO:teuthology.orchestra.run.smithi149.stdout:Total 6.2 MB/s | 7.0 MB 00:01 2024-04-24T12:59:20.980 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:20.991 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:20.991 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:21.089 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:21.089 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:21.151 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:21.325 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-24T12:59:21.379 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-24T12:59:21.385 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:21.434 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-24T12:59:21.472 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-24T12:59:21.513 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-24T12:59:21.557 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-24T12:59:21.602 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-24T12:59:21.609 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-24T12:59:21.693 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-24T12:59:21.709 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-24T12:59:21.729 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T12:59:21.757 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-24T12:59:22.129 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-24T12:59:22.214 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-24T12:59:22.276 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-24T12:59:22.314 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T12:59:22.488 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-24T12:59:22.529 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-24T12:59:22.563 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-24T12:59:22.611 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-24T12:59:22.633 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T12:59:23.105 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T12:59:23.105 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/6 2024-04-24T12:59:23.105 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-24T12:59:23.105 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-24T12:59:23.105 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-24T12:59:23.105 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-24T12:59:23.352 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T12:59:23.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 1/13 2024-04-24T12:59:23.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-24T12:59:23.361 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-24T12:59:23.362 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-24T12:59:23.363 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-24T12:59:23.363 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-24T12:59:23.363 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:23.364 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:23.364 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:23.364 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-24T12:59:23.364 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-24T12:59:23.364 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-24T12:59:23.364 INFO:teuthology.orchestra.run.smithi149.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-24T12:59:23.365 INFO:teuthology.orchestra.run.smithi149.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-24T12:59:23.365 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:23.365 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:23.616 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-fuse 2024-04-24T12:59:23.664 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-24T12:59:23.664 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:23.664 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:23.664 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:23.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-24T12:59:23.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-24T12:59:23.665 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-24T12:59:23.666 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-24T12:59:23.666 INFO:teuthology.orchestra.run.smithi130.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-24T12:59:23.666 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:23.666 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:23.902 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-cephadm 2024-04-24T12:59:24.135 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:30 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:24.257 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:24.257 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:24.257 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:59:24.257 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 890 k 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout:Install 2 Packages 2024-04-24T12:59:24.258 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:24.259 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 970 k 2024-04-24T12:59:24.259 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 2.8 M 2024-04-24T12:59:24.259 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:24.425 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:23 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:24.545 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:24.546 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:24.546 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:59:24.546 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:24.546 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 143 k 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout:Install 6 Packages 2024-04-24T12:59:24.547 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:24.548 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 7.0 M 2024-04-24T12:59:24.548 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 33 M 2024-04-24T12:59:24.548 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:24.694 INFO:teuthology.orchestra.run.smithi149.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 490 kB/s | 80 kB 00:00 2024-04-24T12:59:24.828 INFO:teuthology.orchestra.run.smithi149.stdout:(2/2): ceph-fuse-19.0.0-3259.g23fcfb96.el8.x86_ 2.9 MB/s | 890 kB 00:00 2024-04-24T12:59:24.828 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:24.828 INFO:teuthology.orchestra.run.smithi149.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-04-24T12:59:24.840 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:24.863 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:24.863 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 1/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T12:59:24.896 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-24T12:59:24.940 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:24.941 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:25.122 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:25.165 INFO:teuthology.orchestra.run.smithi130.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-04-24T12:59:25.263 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-24T12:59:25.312 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-24T12:59:25.312 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:25.312 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:25.312 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:25.312 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-24T12:59:25.312 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:25.313 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:25.324 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T12:59:25.332 INFO:teuthology.orchestra.run.smithi130.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 6.0 MB 00:00 2024-04-24T12:59:25.358 INFO:teuthology.orchestra.run.smithi130.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3259.g23fcfb96.e 442 kB/s | 143 kB 00:00 2024-04-24T12:59:25.549 INFO:teuthology.orchestra.run.smithi130.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 267 kB/s | 58 kB 00:00 2024-04-24T12:59:25.575 INFO:teuthology.orchestra.run.smithi130.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-24T12:59:25.600 INFO:teuthology.orchestra.run.smithi130.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 211 kB/s | 51 kB 00:00 2024-04-24T12:59:25.602 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:25.603 INFO:teuthology.orchestra.run.smithi130.stdout:Total 6.6 MB/s | 7.0 MB 00:01 2024-04-24T12:59:25.673 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:25.685 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:25.685 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:25.780 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:25.782 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:25.814 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-rook 2024-04-24T12:59:26.008 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T12:59:26.008 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/2 2024-04-24T12:59:26.091 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:26.244 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-24T12:59:26.244 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:26.244 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:26.245 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-24T12:59:26.245 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:26.245 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:26.248 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-24T12:59:26.301 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-24T12:59:26.328 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:30 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:26.446 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-rook noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 49 k 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-24T12:59:26.448 INFO:teuthology.orchestra.run.smithi090.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout:Install 13 Packages 2024-04-24T12:59:26.449 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:26.450 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 2.2 M 2024-04-24T12:59:26.450 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 26 M 2024-04-24T12:59:26.450 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:26.506 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-volume 2024-04-24T12:59:26.837 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-24T12:59:26.877 INFO:teuthology.orchestra.run.smithi090.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 229 kB/s | 26 kB 00:00 2024-04-24T12:59:26.902 INFO:teuthology.orchestra.run.smithi090.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 140 kB/s | 19 kB 00:00 2024-04-24T12:59:26.921 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-24T12:59:26.984 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-24T12:59:27.014 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T12:59:27.019 INFO:teuthology.orchestra.run.smithi090.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-04-24T12:59:27.027 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:33 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:27.044 INFO:teuthology.orchestra.run.smithi090.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-24T12:59:27.070 INFO:teuthology.orchestra.run.smithi090.stdout:(5/13): ceph-mgr-rook-19.0.0-3259.g23fcfb96.el8 162 kB/s | 49 kB 00:00 2024-04-24T12:59:27.104 INFO:teuthology.orchestra.run.smithi090.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 910 kB/s | 54 kB 00:00 2024-04-24T12:59:27.129 INFO:teuthology.orchestra.run.smithi090.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-04-24T12:59:27.152 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-volume noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 273 k 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:27.153 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:27.154 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:27.154 INFO:teuthology.orchestra.run.smithi149.stdout:Install 2 Packages 2024-04-24T12:59:27.154 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:27.154 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 350 k 2024-04-24T12:59:27.154 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 1.5 M 2024-04-24T12:59:27.154 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:27.338 INFO:teuthology.orchestra.run.smithi090.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 120 kB/s | 32 kB 00:00 2024-04-24T12:59:27.363 INFO:teuthology.orchestra.run.smithi090.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 58 kB/s | 15 kB 00:00 2024-04-24T12:59:27.538 INFO:teuthology.orchestra.run.smithi090.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 568 kB/s | 206 kB 00:00 2024-04-24T12:59:27.572 INFO:teuthology.orchestra.run.smithi090.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 283 kB/s | 59 kB 00:00 2024-04-24T12:59:27.664 INFO:teuthology.orchestra.run.smithi090.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-04-24T12:59:27.689 INFO:teuthology.orchestra.run.smithi090.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 596 kB/s | 90 kB 00:00 2024-04-24T12:59:27.691 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:27.692 INFO:teuthology.orchestra.run.smithi090.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-04-24T12:59:27.715 INFO:teuthology.orchestra.run.smithi149.stdout:(1/2): ceph-volume-19.0.0-3259.g23fcfb96.el8.no 714 kB/s | 273 kB 00:00 2024-04-24T12:59:27.752 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:27.767 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:27.767 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:27.772 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T12:59:27.772 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/6 2024-04-24T12:59:27.772 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-24T12:59:27.772 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-24T12:59:27.772 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-24T12:59:27.772 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-24T12:59:27.850 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:27.851 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:28.017 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-24T12:59:28.017 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:28.017 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:28.017 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:28.018 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:28.048 INFO:teuthology.orchestra.run.smithi149.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 108 kB/s | 77 kB 00:00 2024-04-24T12:59:28.049 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:28.049 INFO:teuthology.orchestra.run.smithi149.stdout:Total 391 kB/s | 350 kB 00:00 2024-04-24T12:59:28.061 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:28.071 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:28.071 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:28.098 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:28.098 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:28.240 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:28.255 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-fuse 2024-04-24T12:59:28.352 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:28.421 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-24T12:59:28.468 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T12:59:28.483 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T12:59:28.483 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:59:28.483 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-24T12:59:28.483 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:28.529 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-24T12:59:28.582 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-24T12:59:28.647 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-24T12:59:28.685 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-24T12:59:28.726 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-24T12:59:28.759 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:27 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:28.821 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-24T12:59:28.879 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:28.880 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 890 k 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:28.881 INFO:teuthology.orchestra.run.smithi130.stdout:Install 2 Packages 2024-04-24T12:59:28.882 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:28.882 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 970 k 2024-04-24T12:59:28.882 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 2.8 M 2024-04-24T12:59:28.882 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:28.929 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-24T12:59:28.978 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-24T12:59:29.207 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 1/2 2024-04-24T12:59:29.336 INFO:teuthology.orchestra.run.smithi130.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 483 kB/s | 80 kB 00:00 2024-04-24T12:59:29.460 INFO:teuthology.orchestra.run.smithi130.stdout:(2/2): ceph-fuse-19.0.0-3259.g23fcfb96.el8.x86_ 3.0 MB/s | 890 kB 00:00 2024-04-24T12:59:29.461 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:29.461 INFO:teuthology.orchestra.run.smithi130.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-04-24T12:59:29.472 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:29.493 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-24T12:59:29.493 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:29.493 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:29.494 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:29.494 INFO:teuthology.orchestra.run.smithi149.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-24T12:59:29.494 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:29.494 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:29.495 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:29.495 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:29.572 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:29.572 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:29.685 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-24T12:59:29.752 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:29.794 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-24T12:59:29.828 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-24T12:59:29.850 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librados-devel 2024-04-24T12:59:29.876 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-24T12:59:29.887 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-24T12:59:29.906 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T12:59:29.958 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T12:59:30.377 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:36 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:30.497 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: librados-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 127 k 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:30.498 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:30.499 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:59:30.499 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:30.499 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 127 k 2024-04-24T12:59:30.499 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 456 k 2024-04-24T12:59:30.499 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:30.619 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T12:59:30.619 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/2 2024-04-24T12:59:30.738 INFO:teuthology.orchestra.run.smithi149.stdout:librados-devel-19.0.0-3259.g23fcfb96.el8.x86_64 531 kB/s | 127 kB 00:00 2024-04-24T12:59:30.739 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:30.739 INFO:teuthology.orchestra.run.smithi149.stdout:Total 527 kB/s | 127 kB 00:00 2024-04-24T12:59:30.739 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:30.744 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:30.744 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:30.750 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T12:59:30.750 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 1/13 2024-04-24T12:59:30.750 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-24T12:59:30.751 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-24T12:59:30.806 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:30.807 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:30.875 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-24T12:59:30.875 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:30.875 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:30.875 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-24T12:59:30.875 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:30.876 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:30.955 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:31.050 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-24T12:59:31.065 INFO:teuthology.orchestra.run.smithi090.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:31.066 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:31.138 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-volume 2024-04-24T12:59:31.322 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-mgr-cephadm 2024-04-24T12:59:31.473 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:31.658 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:30 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:31.722 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:31.722 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:31.722 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:31.722 INFO:teuthology.orchestra.run.smithi149.stdout: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:31.723 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:31.723 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:31.780 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:31.780 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:31.780 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-volume noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 273 k 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout:Install 2 Packages 2024-04-24T12:59:31.781 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:31.782 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 350 k 2024-04-24T12:59:31.782 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 1.5 M 2024-04-24T12:59:31.782 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:31.830 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:35 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:31.947 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install libcephfs2 2024-04-24T12:59:31.951 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:31.952 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:31.952 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:59:31.952 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:31.952 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:31.952 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 143 k 2024-04-24T12:59:31.952 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout:Install 6 Packages 2024-04-24T12:59:31.953 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:31.954 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 7.0 M 2024-04-24T12:59:31.954 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 33 M 2024-04-24T12:59:31.954 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:32.057 INFO:teuthology.orchestra.run.smithi130.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 507 kB/s | 77 kB 00:00 2024-04-24T12:59:32.149 INFO:teuthology.orchestra.run.smithi130.stdout:(2/2): ceph-volume-19.0.0-3259.g23fcfb96.el8.no 1.1 MB/s | 273 kB 00:00 2024-04-24T12:59:32.149 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:32.149 INFO:teuthology.orchestra.run.smithi130.stdout:Total 951 kB/s | 350 kB 00:00 2024-04-24T12:59:32.160 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:32.169 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:32.169 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:32.195 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:32.195 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:32.338 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:32.474 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:38 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:32.512 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-24T12:59:32.543 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T12:59:32.556 INFO:teuthology.orchestra.run.smithi149.stdout:Package libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:32.558 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T12:59:32.558 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:59:32.558 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-24T12:59:32.558 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:32.573 INFO:teuthology.orchestra.run.smithi090.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3259.g23fcfb96.e 563 kB/s | 143 kB 00:00 2024-04-24T12:59:32.598 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:32.599 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:32.599 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:32.623 INFO:teuthology.orchestra.run.smithi090.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 814 kB/s | 248 kB 00:00 2024-04-24T12:59:32.701 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install libcephfs-devel 2024-04-24T12:59:32.949 INFO:teuthology.orchestra.run.smithi090.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 191 kB/s | 58 kB 00:00 2024-04-24T12:59:33.040 INFO:teuthology.orchestra.run.smithi090.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 556 kB/s | 51 kB 00:00 2024-04-24T12:59:33.074 INFO:teuthology.orchestra.run.smithi090.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.1 MB/s | 548 kB 00:00 2024-04-24T12:59:33.228 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:39 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:33.251 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 1/2 2024-04-24T12:59:33.348 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 32 k 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:33.349 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:33.350 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:59:33.350 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:33.350 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 32 k 2024-04-24T12:59:33.350 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 142 k 2024-04-24T12:59:33.350 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:33.550 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:33.557 INFO:teuthology.orchestra.run.smithi090.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.8 MB/s | 6.0 MB 00:01 2024-04-24T12:59:33.560 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:33.560 INFO:teuthology.orchestra.run.smithi090.stdout:Total 4.3 MB/s | 7.0 MB 00:01 2024-04-24T12:59:33.625 INFO:teuthology.orchestra.run.smithi149.stdout:libcephfs-devel-19.0.0-3259.g23fcfb96.el8.x86_6 115 kB/s | 32 kB 00:00 2024-04-24T12:59:33.625 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:33.626 INFO:teuthology.orchestra.run.smithi149.stdout:Total 115 kB/s | 32 kB 00:00 2024-04-24T12:59:33.626 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:33.629 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:33.629 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:33.630 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:33.631 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:33.632 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:33.642 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:33.642 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:33.719 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:33.737 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:33.738 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:33.829 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:33.845 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librados-devel 2024-04-24T12:59:34.040 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:34.185 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:34.218 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-24T12:59:34.276 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-24T12:59:34.369 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:33 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:34.398 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:34.398 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:34.398 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:34.398 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:34.398 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:34.398 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:34.489 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout: librados-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 127 k 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:34.490 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:59:34.491 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:34.491 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 127 k 2024-04-24T12:59:34.491 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 456 k 2024-04-24T12:59:34.491 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:34.597 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librados2 2024-04-24T12:59:34.721 INFO:teuthology.orchestra.run.smithi130.stdout:librados-devel-19.0.0-3259.g23fcfb96.el8.x86_64 549 kB/s | 127 kB 00:00 2024-04-24T12:59:34.722 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:34.722 INFO:teuthology.orchestra.run.smithi130.stdout:Total 546 kB/s | 127 kB 00:00 2024-04-24T12:59:34.723 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:34.728 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:34.728 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:34.790 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:34.790 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:34.797 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-24T12:59:34.898 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-24T12:59:34.954 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:34.969 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-24T12:59:34.999 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T12:59:35.068 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:35.109 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:41 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:35.188 INFO:teuthology.orchestra.run.smithi149.stdout:Package librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:35.230 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:35.230 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:35.231 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:35.312 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install librbd1 2024-04-24T12:59:35.511 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:35.726 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:35.726 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:35.727 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:35.727 INFO:teuthology.orchestra.run.smithi130.stdout: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:35.727 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:35.727 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:35.835 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:41 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:35.919 INFO:teuthology.orchestra.run.smithi149.stdout:Package librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:35.938 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install libcephfs2 2024-04-24T12:59:35.960 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:35.961 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:35.961 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:36.015 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T12:59:36.015 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/6 2024-04-24T12:59:36.017 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-24T12:59:36.017 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-24T12:59:36.017 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-24T12:59:36.017 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-24T12:59:36.045 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rados 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-24T12:59:36.265 INFO:teuthology.orchestra.run.smithi090.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-24T12:59:36.266 INFO:teuthology.orchestra.run.smithi090.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-24T12:59:36.266 INFO:teuthology.orchestra.run.smithi090.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-24T12:59:36.266 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:36.266 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:36.454 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:35 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:36.533 INFO:teuthology.orchestra.run.smithi130.stdout:Package libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:36.534 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-fuse 2024-04-24T12:59:36.564 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:42 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:36.575 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:36.576 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:36.576 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:36.644 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:36.645 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install libcephfs-devel 2024-04-24T12:59:36.685 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:36.686 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:36.687 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:36.770 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rgw 2024-04-24T12:59:37.041 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:41 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:37.160 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:37.160 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 890 k 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout:Install 2 Packages 2024-04-24T12:59:37.161 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:37.162 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 970 k 2024-04-24T12:59:37.162 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 2.8 M 2024-04-24T12:59:37.162 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:37.166 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:36 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:37.285 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:37.286 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:37.286 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 32 k 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 32 k 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 142 k 2024-04-24T12:59:37.287 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:37.289 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:43 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:37.368 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:37.389 INFO:teuthology.orchestra.run.smithi090.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 505 kB/s | 80 kB 00:00 2024-04-24T12:59:37.410 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:37.411 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:37.411 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:37.495 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-cephfs 2024-04-24T12:59:37.533 INFO:teuthology.orchestra.run.smithi130.stdout:libcephfs-devel-19.0.0-3259.g23fcfb96.el8.x86_6 129 kB/s | 32 kB 00:00 2024-04-24T12:59:37.534 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:37.534 INFO:teuthology.orchestra.run.smithi130.stdout:Total 128 kB/s | 32 kB 00:00 2024-04-24T12:59:37.534 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:37.538 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:37.538 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:37.540 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:37.541 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:37.626 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:37.714 INFO:teuthology.orchestra.run.smithi090.stdout:(2/2): ceph-fuse-19.0.0-3259.g23fcfb96.el8.x86_ 1.8 MB/s | 890 kB 00:00 2024-04-24T12:59:37.715 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:37.715 INFO:teuthology.orchestra.run.smithi090.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-04-24T12:59:37.727 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:37.729 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:37.749 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:37.749 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:37.827 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:37.827 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:38.008 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:38.018 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:38.065 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:38.098 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:38.140 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:38.141 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:38.141 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:38.153 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-24T12:59:38.217 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install python3-rbd 2024-04-24T12:59:38.232 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T12:59:38.265 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:38.266 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:38.266 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:38.266 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:38.266 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:38.266 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:38.433 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librados2 2024-04-24T12:59:38.732 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:38.811 INFO:teuthology.orchestra.run.smithi149.stdout:Package python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:38.852 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:38.852 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2024-04-24T12:59:38.853 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:38.936 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-fuse 2024-04-24T12:59:38.940 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:37 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:39.019 INFO:teuthology.orchestra.run.smithi130.stdout:Package librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:39.042 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T12:59:39.042 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/2 2024-04-24T12:59:39.061 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:39.062 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:39.062 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:39.126 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librbd1 2024-04-24T12:59:39.298 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-24T12:59:39.299 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:39.299 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:39.299 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-24T12:59:39.299 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:39.299 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:39.454 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:45 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:39.575 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 85 k 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:39.576 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:59:39.577 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:39.577 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 85 k 2024-04-24T12:59:39.577 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 231 k 2024-04-24T12:59:39.577 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:39.621 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install ceph-volume 2024-04-24T12:59:39.640 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:38 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:39.719 INFO:teuthology.orchestra.run.smithi130.stdout:Package librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:39.760 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:39.761 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:39.761 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:39.825 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rados 2024-04-24T12:59:39.919 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-fuse-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 249 kB/s | 85 kB 00:00 2024-04-24T12:59:39.920 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:39.920 INFO:teuthology.orchestra.run.smithi149.stdout:Total 248 kB/s | 85 kB 00:00 2024-04-24T12:59:39.920 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:39.927 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:39.927 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:39.989 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:39.990 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:40.132 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:40.138 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:40.232 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:40.259 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repository Size 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-volume noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 273 k 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout:Installing dependencies: 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:40.260 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:40.261 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:40.261 INFO:teuthology.orchestra.run.smithi090.stdout:Install 2 Packages 2024-04-24T12:59:40.261 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:40.261 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 350 k 2024-04-24T12:59:40.261 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 1.5 M 2024-04-24T12:59:40.261 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:40.340 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:39 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:40.420 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:40.461 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:40.462 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:40.462 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:40.530 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rgw 2024-04-24T12:59:40.542 INFO:teuthology.orchestra.run.smithi090.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 503 kB/s | 77 kB 00:00 2024-04-24T12:59:40.588 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:40.650 INFO:teuthology.orchestra.run.smithi090.stdout:(2/2): ceph-volume-19.0.0-3259.g23fcfb96.el8.no 1.0 MB/s | 273 kB 00:00 2024-04-24T12:59:40.651 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:40.651 INFO:teuthology.orchestra.run.smithi090.stdout:Total 898 kB/s | 350 kB 00:00 2024-04-24T12:59:40.662 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:40.672 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:40.672 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:40.697 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:40.698 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:40.813 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:40.813 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:40.813 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:40.813 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:40.813 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:40.813 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:40.837 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:41.023 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-24T12:59:41.036 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:40 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:41.062 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T12:59:41.070 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-mirror 2024-04-24T12:59:41.077 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T12:59:41.078 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:59:41.078 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-24T12:59:41.078 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:41.114 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:41.155 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:41.156 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:41.156 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:41.215 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-cephfs 2024-04-24T12:59:41.600 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:47 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:41.724 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:40 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:41.724 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repo Size 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-mirror x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:41.725 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:59:41.726 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:41.726 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 3.1 M 2024-04-24T12:59:41.726 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 13 M 2024-04-24T12:59:41.726 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:41.802 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:41.843 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:41.844 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:41.844 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:41.848 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 1/2 2024-04-24T12:59:41.907 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rbd 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:42.138 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:42.306 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-mirror-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-04-24T12:59:42.307 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:42.307 INFO:teuthology.orchestra.run.smithi149.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-04-24T12:59:42.307 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:42.317 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:42.317 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:42.402 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:42.402 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:42.418 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:41 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:42.497 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:42.518 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install librados-devel 2024-04-24T12:59:42.538 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:42.539 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-24T12:59:42.539 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:42.601 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-fuse 2024-04-24T12:59:42.848 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:42.915 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:42.942 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:42.942 INFO:teuthology.orchestra.run.smithi149.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:59:42.942 INFO:teuthology.orchestra.run.smithi149.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-24T12:59:42.942 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T12:59:42.942 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T12:59:42.942 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:43.040 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:47 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:43.106 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:42 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:43.164 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout: librados-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 127 k 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:43.165 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:43.166 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:59:43.166 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:43.166 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 127 k 2024-04-24T12:59:43.166 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 456 k 2024-04-24T12:59:43.166 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:43.225 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:43.226 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:43.226 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-24T12:59:43.226 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:43.226 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:43.226 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 85 k 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 85 k 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 231 k 2024-04-24T12:59:43.227 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:43.529 INFO:teuthology.orchestra.run.smithi090.stdout:librados-devel-19.0.0-3259.g23fcfb96.el8.x86_64 349 kB/s | 127 kB 00:00 2024-04-24T12:59:43.529 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:43.529 INFO:teuthology.orchestra.run.smithi090.stdout:Total 348 kB/s | 127 kB 00:00 2024-04-24T12:59:43.529 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:43.535 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:43.535 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:43.537 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-fuse-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 275 kB/s | 85 kB 00:00 2024-04-24T12:59:43.537 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:43.538 INFO:teuthology.orchestra.run.smithi130.stdout:Total 274 kB/s | 85 kB 00:00 2024-04-24T12:59:43.538 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:43.545 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:43.545 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:43.599 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:43.600 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:43.607 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:43.607 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:43.745 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:43.745 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:43.833 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:43.840 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:44.022 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:44.022 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:44.022 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:44.022 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:44.022 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:44.022 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:44.160 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:44.312 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install rbd-nbd 2024-04-24T12:59:44.346 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:44.393 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:44.393 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:44.393 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:44.393 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:44.393 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:44.393 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:44.594 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:44.594 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:44.594 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:44.594 INFO:teuthology.orchestra.run.smithi090.stdout: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:44.594 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:44.595 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:44.632 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-mirror 2024-04-24T12:59:44.831 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install libcephfs2 2024-04-24T12:59:44.846 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:50 ago on Wed 24 Apr 2024 12:57:54 PM UTC. 2024-04-24T12:59:44.970 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-nbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 170 k 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:44.971 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2024-04-24T12:59:44.972 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2024-04-24T12:59:44.972 INFO:teuthology.orchestra.run.smithi149.stdout:Install 1 Package 2024-04-24T12:59:44.972 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:44.972 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 170 k 2024-04-24T12:59:44.972 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 494 k 2024-04-24T12:59:44.972 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2024-04-24T12:59:45.161 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:45.210 INFO:teuthology.orchestra.run.smithi149.stdout:rbd-nbd-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 718 kB/s | 170 kB 00:00 2024-04-24T12:59:45.211 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:45.211 INFO:teuthology.orchestra.run.smithi149.stdout:Total 713 kB/s | 170 kB 00:00 2024-04-24T12:59:45.211 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2024-04-24T12:59:45.219 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2024-04-24T12:59:45.219 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2024-04-24T12:59:45.282 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2024-04-24T12:59:45.282 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2024-04-24T12:59:45.285 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:45.285 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:45.285 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-mirror x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:59:45.286 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:45.287 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 3.1 M 2024-04-24T12:59:45.287 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 13 M 2024-04-24T12:59:45.287 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:45.354 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:49 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:45.432 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2024-04-24T12:59:45.434 INFO:teuthology.orchestra.run.smithi090.stdout:Package libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:45.476 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:45.477 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:45.477 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:45.530 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:45.586 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install libcephfs-devel 2024-04-24T12:59:45.867 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-mirror-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 5.3 MB/s | 3.1 MB 00:00 2024-04-24T12:59:45.867 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:45.868 INFO:teuthology.orchestra.run.smithi130.stdout:Total 5.3 MB/s | 3.1 MB 00:00 2024-04-24T12:59:45.868 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:45.877 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:45.877 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:45.923 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:45.959 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:45.959 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:46.102 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:50 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:46.150 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:46.151 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:46.151 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2024-04-24T12:59:46.151 INFO:teuthology.orchestra.run.smithi149.stdout: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:46.151 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-04-24T12:59:46.151 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2024-04-24T12:59:46.222 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 32 k 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:46.223 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:46.224 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:59:46.224 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:46.224 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 32 k 2024-04-24T12:59:46.224 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 142 k 2024-04-24T12:59:46.224 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:46.382 DEBUG:teuthology.parallel:result is None 2024-04-24T12:59:46.386 INFO:teuthology.orchestra.run.smithi090.stdout:libcephfs-devel-19.0.0-3259.g23fcfb96.el8.x86_6 196 kB/s | 32 kB 00:00 2024-04-24T12:59:46.386 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:46.387 INFO:teuthology.orchestra.run.smithi090.stdout:Total 194 kB/s | 32 kB 00:00 2024-04-24T12:59:46.387 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:46.389 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:46.390 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:46.390 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:46.392 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:46.393 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:46.466 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:46.475 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:46.490 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:46.490 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:59:46.491 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-24T12:59:46.491 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T12:59:46.491 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T12:59:46.491 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:46.583 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:47.026 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:47.230 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:47.230 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:47.230 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:47.230 INFO:teuthology.orchestra.run.smithi090.stdout: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:47.230 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:47.230 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:47.444 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install librados2 2024-04-24T12:59:47.549 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:47.550 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:47.550 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:47.550 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:47.550 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:47.550 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:47.788 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-nbd 2024-04-24T12:59:47.950 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:51 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:48.029 INFO:teuthology.orchestra.run.smithi090.stdout:Package librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:48.070 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:48.071 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:48.071 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:48.141 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install librbd1 2024-04-24T12:59:48.315 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:47 ago on Wed 24 Apr 2024 12:58:01 PM UTC. 2024-04-24T12:59:48.439 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-24T12:59:48.439 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-nbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 170 k 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 170 k 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 494 k 2024-04-24T12:59:48.440 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-24T12:59:48.645 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:52 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:48.722 INFO:teuthology.orchestra.run.smithi090.stdout:Package librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:48.780 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:48.780 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:48.781 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:48.787 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-nbd-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 493 kB/s | 170 kB 00:00 2024-04-24T12:59:48.787 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:48.788 INFO:teuthology.orchestra.run.smithi130.stdout:Total 490 kB/s | 170 kB 00:00 2024-04-24T12:59:48.788 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-24T12:59:48.795 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-24T12:59:48.795 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-24T12:59:48.861 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-24T12:59:48.861 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-24T12:59:48.879 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-rados 2024-04-24T12:59:49.017 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-24T12:59:49.116 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:49.397 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:53 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:49.477 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:49.517 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:49.518 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:49.518 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:49.534 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:49.585 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-rgw 2024-04-24T12:59:49.755 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:49.755 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:49.755 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-24T12:59:49.755 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:49.755 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-24T12:59:49.755 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-24T12:59:49.958 DEBUG:teuthology.parallel:result is None 2024-04-24T12:59:50.096 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:54 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:50.176 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:50.217 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:50.219 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:50.219 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:50.329 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-cephfs 2024-04-24T12:59:50.839 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:54 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:50.917 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:50.959 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:50.959 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:50.959 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:51.029 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install python3-rbd 2024-04-24T12:59:51.533 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:55 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:51.611 INFO:teuthology.orchestra.run.smithi090.stdout:Package python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T12:59:51.652 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:51.653 INFO:teuthology.orchestra.run.smithi090.stdout:Nothing to do. 2024-04-24T12:59:51.653 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:51.740 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install rbd-fuse 2024-04-24T12:59:52.246 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:56 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:52.366 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 85 k 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 85 k 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 231 k 2024-04-24T12:59:52.367 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:52.666 INFO:teuthology.orchestra.run.smithi090.stdout:rbd-fuse-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 285 kB/s | 85 kB 00:00 2024-04-24T12:59:52.667 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:52.667 INFO:teuthology.orchestra.run.smithi090.stdout:Total 284 kB/s | 85 kB 00:00 2024-04-24T12:59:52.667 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:52.674 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:52.675 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:52.737 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:52.737 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:52.881 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:53.013 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:53.424 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:53.686 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:53.686 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:53.686 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:53.686 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:53.686 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:53.686 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:53.945 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install rbd-mirror 2024-04-24T12:59:54.468 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:01:58 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:54.591 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout: Package Arch Version Repo Size 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-mirror x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 3.1 M 2024-04-24T12:59:54.592 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 13 M 2024-04-24T12:59:54.593 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:54.976 INFO:teuthology.orchestra.run.smithi090.stdout:rbd-mirror-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 8.1 MB/s | 3.1 MB 00:00 2024-04-24T12:59:54.977 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:54.977 INFO:teuthology.orchestra.run.smithi090.stdout:Total 8.1 MB/s | 3.1 MB 00:00 2024-04-24T12:59:54.977 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:54.985 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:54.985 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:55.065 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:55.065 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:55.492 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:55.576 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:55.600 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:55.600 INFO:teuthology.orchestra.run.smithi090.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T12:59:55.600 INFO:teuthology.orchestra.run.smithi090.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-24T12:59:55.600 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T12:59:55.600 INFO:teuthology.orchestra.run.smithi090.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T12:59:55.600 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:56.783 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:56.783 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:56.783 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:56.783 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:56.783 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:56.783 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:57.055 DEBUG:teuthology.orchestra.run.smithi090:> sudo yum -y install rbd-nbd 2024-04-24T12:59:57.571 INFO:teuthology.orchestra.run.smithi090.stdout:Last metadata expiration check: 0:02:01 ago on Wed 24 Apr 2024 12:57:56 PM UTC. 2024-04-24T12:59:57.696 INFO:teuthology.orchestra.run.smithi090.stdout:Dependencies resolved. 2024-04-24T12:59:57.697 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout: Package Architecture Version Repository Size 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout:Installing: 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-nbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 170 k 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction Summary 2024-04-24T12:59:57.698 INFO:teuthology.orchestra.run.smithi090.stdout:================================================================================ 2024-04-24T12:59:57.699 INFO:teuthology.orchestra.run.smithi090.stdout:Install 1 Package 2024-04-24T12:59:57.699 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:57.699 INFO:teuthology.orchestra.run.smithi090.stdout:Total download size: 170 k 2024-04-24T12:59:57.699 INFO:teuthology.orchestra.run.smithi090.stdout:Installed size: 494 k 2024-04-24T12:59:57.699 INFO:teuthology.orchestra.run.smithi090.stdout:Downloading Packages: 2024-04-24T12:59:58.048 INFO:teuthology.orchestra.run.smithi090.stdout:rbd-nbd-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 487 kB/s | 170 kB 00:00 2024-04-24T12:59:58.049 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T12:59:58.049 INFO:teuthology.orchestra.run.smithi090.stdout:Total 485 kB/s | 170 kB 00:00 2024-04-24T12:59:58.049 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction check 2024-04-24T12:59:58.057 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction check succeeded. 2024-04-24T12:59:58.057 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction test 2024-04-24T12:59:58.122 INFO:teuthology.orchestra.run.smithi090.stdout:Transaction test succeeded. 2024-04-24T12:59:58.122 INFO:teuthology.orchestra.run.smithi090.stdout:Running transaction 2024-04-24T12:59:58.275 INFO:teuthology.orchestra.run.smithi090.stdout: Preparing : 1/1 2024-04-24T12:59:58.396 INFO:teuthology.orchestra.run.smithi090.stdout: Installing : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:58.857 INFO:teuthology.orchestra.run.smithi090.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:59.088 INFO:teuthology.orchestra.run.smithi090.stdout: Verifying : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T12:59:59.320 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:59.320 INFO:teuthology.orchestra.run.smithi090.stdout:Installed: 2024-04-24T12:59:59.320 INFO:teuthology.orchestra.run.smithi090.stdout: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T12:59:59.320 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T12:59:59.320 INFO:teuthology.orchestra.run.smithi090.stdout:Complete! 2024-04-24T12:59:59.392 DEBUG:teuthology.parallel:result is None 2024-04-24T12:59:59.393 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:59:59.629 DEBUG:teuthology.orchestra.run.smithi090:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-24T12:59:59.649 INFO:teuthology.orchestra.run.smithi090.stdout:19.0.0-3259.g23fcfb96.el8 2024-04-24T12:59:59.650 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3259.g23fcfb96.el8 2024-04-24T12:59:59.650 INFO:teuthology.task.install:The correct ceph version 19.0.0-3259.g23fcfb96 is installed. 2024-04-24T12:59:59.652 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T12:59:59.869 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-24T12:59:59.893 INFO:teuthology.orchestra.run.smithi130.stdout:19.0.0-3259.g23fcfb96.el8 2024-04-24T12:59:59.893 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3259.g23fcfb96.el8 2024-04-24T12:59:59.894 INFO:teuthology.task.install:The correct ceph version 19.0.0-3259.g23fcfb96 is installed. 2024-04-24T12:59:59.896 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:00:00.115 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-24T13:00:00.140 INFO:teuthology.orchestra.run.smithi149.stdout:19.0.0-3259.g23fcfb96.el8 2024-04-24T13:00:00.140 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3259.g23fcfb96.el8 2024-04-24T13:00:00.140 INFO:teuthology.task.install:The correct ceph version 19.0.0-3259.g23fcfb96 is installed. 2024-04-24T13:00:00.143 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-24T13:00:00.150 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:00:00.150 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T13:00:00.182 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T13:00:00.182 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T13:00:00.212 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T13:00:00.212 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T13:00:00.241 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-24T13:00:00.241 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:00:00.241 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T13:00:00.264 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T13:00:00.328 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T13:00:00.328 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T13:00:00.357 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T13:00:00.424 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T13:00:00.424 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T13:00:00.451 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T13:00:00.518 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-24T13:00:00.518 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:00:00.518 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T13:00:00.542 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T13:00:00.605 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T13:00:00.605 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T13:00:00.633 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T13:00:00.700 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T13:00:00.700 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T13:00:00.727 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T13:00:00.794 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-24T13:00:00.795 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:00:00.795 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T13:00:00.818 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T13:00:00.881 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T13:00:00.881 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T13:00:00.909 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T13:00:00.978 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T13:00:00.978 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T13:00:01.011 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T13:00:01.084 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T13:00:01.227 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'} 2024-04-24T13:00:01.227 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:00:01.229 INFO:tasks.cephadm:Cluster fsid is 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:01.229 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T13:00:01.229 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.90', 'mon.b': '172.21.15.130', 'mon.c': '172.21.15.149'} 2024-04-24T13:00:01.229 INFO:tasks.cephadm:First mon is mon.a on smithi090 2024-04-24T13:00:01.230 INFO:tasks.cephadm:First mgr is a 2024-04-24T13:00:01.230 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T13:00:01.230 DEBUG:teuthology.orchestra.run.smithi090:> sudo hostname $(hostname -s) 2024-04-24T13:00:01.264 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-04-24T13:00:01.297 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-04-24T13:00:01.333 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T13:00:01.333 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:00:01.567 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78820/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3259-g23fcfb96', 'node_name': '172.21.5.40+adami10', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3259.g23fcfb96'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-23 18:44:57.190083', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-23-1222', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-24T13:00:01.788 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-23-1222, sha1 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:00:01.790 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm 2024-04-24T13:00:01.790 DEBUG:teuthology.orchestra.run.smithi090:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:02.411 INFO:teuthology.orchestra.run.smithi090.stdout:-rw-r--r--. 1 ubuntu ubuntu 782463 Apr 24 13:00 /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:02.411 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:02.810 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-r--r--. 1 ubuntu ubuntu 782463 Apr 24 13:00 /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:02.811 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:03.289 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-r--r--. 1 ubuntu ubuntu 782463 Apr 24 13:00 /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:03.289 DEBUG:teuthology.orchestra.run.smithi090:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:03.309 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:03.334 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T13:00:03.707 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec on all hosts... 2024-04-24T13:00:03.708 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T13:00:03.711 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T13:00:03.714 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T13:00:05.199 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:05.236 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:06.094 INFO:teuthology.orchestra.run.smithi090.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:34.277 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-04-24T13:00:34.278 INFO:teuthology.orchestra.run.smithi149.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:00:34.278 INFO:teuthology.orchestra.run.smithi149.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:00:34.278 INFO:teuthology.orchestra.run.smithi149.stdout: "repo_digests": [ 2024-04-24T13:00:34.278 INFO:teuthology.orchestra.run.smithi149.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:00:34.279 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-04-24T13:00:34.279 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout:{ 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout: "repo_digests": [ 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout: ] 2024-04-24T13:00:45.802 INFO:teuthology.orchestra.run.smithi130.stdout:} 2024-04-24T13:00:46.293 INFO:teuthology.orchestra.run.smithi090.stdout:{ 2024-04-24T13:00:46.293 INFO:teuthology.orchestra.run.smithi090.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:00:46.294 INFO:teuthology.orchestra.run.smithi090.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:00:46.294 INFO:teuthology.orchestra.run.smithi090.stdout: "repo_digests": [ 2024-04-24T13:00:46.294 INFO:teuthology.orchestra.run.smithi090.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:00:46.294 INFO:teuthology.orchestra.run.smithi090.stdout: ] 2024-04-24T13:00:46.294 INFO:teuthology.orchestra.run.smithi090.stdout:} 2024-04-24T13:00:46.320 DEBUG:teuthology.orchestra.run.smithi090:> sudo mkdir -p /etc/ceph 2024-04-24T13:00:46.385 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /etc/ceph 2024-04-24T13:00:46.413 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-04-24T13:00:46.444 DEBUG:teuthology.orchestra.run.smithi090:> sudo chmod 777 /etc/ceph 2024-04-24T13:00:46.468 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 777 /etc/ceph 2024-04-24T13:00:46.493 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-04-24T13:00:46.519 INFO:tasks.cephadm:Writing seed config... 2024-04-24T13:00:46.520 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-24T13:00:46.520 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T13:00:46.521 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T13:00:46.522 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:00:46.522 DEBUG:teuthology.orchestra.run.smithi090:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T13:00:46.538 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 = 8f98a79e-023a-11ef-bc93-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-24T13:00:46.538 DEBUG:teuthology.orchestra.run.smithi090:mon.a> sudo journalctl -f -n 0 -u ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service 2024-04-24T13:00:46.580 DEBUG:teuthology.orchestra.run.smithi090:mgr.a> sudo journalctl -f -n 0 -u ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a.service 2024-04-24T13:00:46.623 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T13:00:46.623 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec -v bootstrap --fsid 8f98a79e-023a-11ef-bc93-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.90 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:00:46.812 INFO:teuthology.orchestra.run.smithi090.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:00:46.812 INFO:teuthology.orchestra.run.smithi090.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', '-v', 'bootstrap', '--fsid', '8f98a79e-023a-11ef-bc93-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.90', '--skip-admin-label'] 2024-04-24T13:00:46.813 INFO:teuthology.orchestra.run.smithi090.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T13:00:46.813 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying podman|docker is present... 2024-04-24T13:00:46.837 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-24T13:00:46.837 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying lvm2 is present... 2024-04-24T13:00:46.837 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying time synchronization is in place... 2024-04-24T13:00:46.844 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T13:00:46.844 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T13:00:46.850 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T13:00:46.850 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-04-24T13:00:46.856 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout enabled 2024-04-24T13:00:46.862 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout active 2024-04-24T13:00:46.863 INFO:teuthology.orchestra.run.smithi090.stdout:Unit chronyd.service is enabled and running 2024-04-24T13:00:46.863 INFO:teuthology.orchestra.run.smithi090.stdout:Repeating the final host check... 2024-04-24T13:00:46.898 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-24T13:00:46.898 INFO:teuthology.orchestra.run.smithi090.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-24T13:00:46.898 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl is present 2024-04-24T13:00:46.898 INFO:teuthology.orchestra.run.smithi090.stdout:lvcreate is present 2024-04-24T13:00:46.904 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T13:00:46.904 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T13:00:46.909 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T13:00:46.909 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-04-24T13:00:46.916 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout enabled 2024-04-24T13:00:46.922 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout active 2024-04-24T13:00:46.922 INFO:teuthology.orchestra.run.smithi090.stdout:Unit chronyd.service is enabled and running 2024-04-24T13:00:46.922 INFO:teuthology.orchestra.run.smithi090.stdout:Host looks OK 2024-04-24T13:00:46.922 INFO:teuthology.orchestra.run.smithi090.stdout:Cluster fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:00:46.922 INFO:teuthology.orchestra.run.smithi090.stdout:Acquiring lock 140044543550416 on /run/cephadm/8f98a79e-023a-11ef-bc93-c7b262605968.lock 2024-04-24T13:00:46.922 INFO:teuthology.orchestra.run.smithi090.stdout:Lock 140044543550416 acquired on /run/cephadm/8f98a79e-023a-11ef-bc93-c7b262605968.lock 2024-04-24T13:00:46.923 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying IP 172.21.15.90 port 3300 ... 2024-04-24T13:00:46.923 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying IP 172.21.15.90 port 6789 ... 2024-04-24T13:00:46.923 INFO:teuthology.orchestra.run.smithi090.stdout:Base mon IP(s) is [172.21.15.90:3300, 172.21.15.90:6789], mon addrv is [v2:172.21.15.90:3300,v1:172.21.15.90:6789] 2024-04-24T13:00:46.926 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.90 metric 100 2024-04-24T13:00:46.926 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.90 metric 100 2024-04-24T13:00:46.928 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T13:00:46.928 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-24T13:00:46.928 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-24T13:00:46.930 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout inet6 fe80::de31:f485:8a2d:9aa0/64 scope link noprefixroute 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:Mon IP `172.21.15.90` is in CIDR network `172.21.0.0/20` 2024-04-24T13:00:46.931 INFO:teuthology.orchestra.run.smithi090.stdout:Mon IP `172.21.15.90` is in CIDR network `172.21.0.0/20` 2024-04-24T13:00:46.932 INFO:teuthology.orchestra.run.smithi090.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-24T13:00:46.932 INFO:teuthology.orchestra.run.smithi090.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T13:00:46.932 INFO:teuthology.orchestra.run.smithi090.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:47.458 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stdout 01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 2024-04-24T13:00:47.458 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:00:47.459 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Getting image source signatures 2024-04-24T13:00:47.459 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Copying blob sha256:a4982283557e5bd1184f6de140fa756eb0a6d32757a69fa2aeef6902a5048d66 2024-04-24T13:00:47.459 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-24T13:00:47.459 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Copying config sha256:01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 2024-04-24T13:00:47.459 INFO:teuthology.orchestra.run.smithi090.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-24T13:00:48.369 INFO:teuthology.orchestra.run.smithi090.stdout:ceph: stdout ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev) 2024-04-24T13:00:48.369 INFO:teuthology.orchestra.run.smithi090.stdout:Ceph version: ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev) 2024-04-24T13:00:48.369 INFO:teuthology.orchestra.run.smithi090.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T13:00:49.320 INFO:teuthology.orchestra.run.smithi090.stdout:stat: stdout 167 167 2024-04-24T13:00:49.320 INFO:teuthology.orchestra.run.smithi090.stdout:Creating initial keys... 2024-04-24T13:00:50.218 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph-authtool: stdout AQCBAilm90m5JhAArx88bJ3k5OKluXBrtjGfmg== 2024-04-24T13:00:51.109 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph-authtool: stdout AQCCAilmurY+IBAAE7quR2bSURyEtwCb38tlFw== 2024-04-24T13:00:54.444 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph-authtool: stdout AQCDAilmc9C1GRAAGpdRxyYae6q8lNBiiLs6RQ== 2024-04-24T13:00:54.445 INFO:teuthology.orchestra.run.smithi090.stdout:Creating initial monmap... 2024-04-24T13:01:06.037 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T13:01:06.037 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T13:01:06.037 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout:monmaptool for a [v2:172.21.15.90:3300,v1:172.21.15.90:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout:setting min_mon_release = quincy 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: set fsid to 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:01:06.038 INFO:teuthology.orchestra.run.smithi090.stdout:Creating mon... 2024-04-24T13:01:08.710 INFO:teuthology.orchestra.run.smithi090.stdout:create mon.a on 2024-04-24T13:01:08.911 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-24T13:01:09.045 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-24T13:01:09.216 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8f98a79e-023a-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-8f98a79e-023a-11ef-bc93-c7b262605968.target. 2024-04-24T13:01:09.216 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8f98a79e-023a-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-8f98a79e-023a-11ef-bc93-c7b262605968.target. 2024-04-24T13:01:09.433 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a 2024-04-24T13:01:09.434 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-24T13:01:09.592 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8f98a79e-023a-11ef-bc93-c7b262605968.target.wants/ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-8f98a79e-023a-11ef-bc93-c7b262605968@.service. 2024-04-24T13:01:10.097 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:10 smithi090 systemd[1]: Started Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968. 2024-04-24T13:01:10.102 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:01:10.102 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-04-24T13:01:10.110 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:01:10.110 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-04-24T13:01:10.110 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-04-24T13:01:10.110 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T13:01:10.110 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mon to start... 2024-04-24T13:01:10.110 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mon... 2024-04-24T13:01:11.171 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: monmap epoch 1 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: fsid 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: last_changed 2024-04-24T13:00:58.178796+0000 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: created 2024-04-24T13:00:58.178796+0000 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: min_mon_release 19 (squid) 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: election_strategy: 1 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: 0: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.a 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: fsmap 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: mgrmap e1: no daemons active 2024-04-24T13:01:11.172 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:11 smithi090 ceph-mon[26588]: from='client.? 172.21.15.90:0/55614178' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T13:01:11.174 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T13:01:11.174 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout id: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout services: 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.565188s) 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout data: 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T13:01:11.175 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T13:01:11.176 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T13:01:11.176 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T13:01:11.177 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:11.177 INFO:teuthology.orchestra.run.smithi090.stdout:mon is available 2024-04-24T13:01:11.177 INFO:teuthology.orchestra.run.smithi090.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T13:01:12.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:12 smithi090 ceph-mon[26588]: from='client.? 172.21.15.90:0/472829990' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:01:12.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:12 smithi090 ceph-mon[26588]: from='client.? 172.21.15.90:0/472829990' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T13:01:12.838 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:12.839 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T13:01:12.839 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout fsid = 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:12.839 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T13:01:12.841 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.90:3300,v1:172.21.15.90:6789] 2024-04-24T13:01:12.841 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T13:01:12.841 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T13:01:12.842 INFO:teuthology.orchestra.run.smithi090.stdout:Generating new minimal ceph.conf... 2024-04-24T13:01:13.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:13 smithi090 ceph-mon[26588]: from='client.? 172.21.15.90:0/2716659306' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:01:14.307 INFO:teuthology.orchestra.run.smithi090.stdout:Restarting the monitor... 2024-04-24T13:01:14.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:14 smithi090 systemd[1]: Stopping Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968... 2024-04-24T13:01:14.857 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:14 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a[26584]: 2024-04-24T13:01:14.575+0000 7fe6b9594700 -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-24T13:01:14.857 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:14 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a[26584]: 2024-04-24T13:01:14.575+0000 7fe6b9594700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T13:01:14.857 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:14 smithi090 podman[26847]: 2024-04-24 13:01:14.596326118 +0000 UTC m=+0.118676035 container died 6d846f04248c560f9decc22184c62f03464b085551d53ef7113e83af8323c764 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5) 2024-04-24T13:01:15.199 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:14 smithi090 podman[26847]: 2024-04-24 13:01:14.959243952 +0000 UTC m=+0.481593863 container cleanup 6d846f04248c560f9decc22184c62f03464b085551d53ef7113e83af8323c764 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-24T13:01:15.200 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:14 smithi090 bash[26847]: ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a 2024-04-24T13:01:15.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 podman[26861]: 2024-04-24 13:01:15.20202913 +0000 UTC m=+0.601855358 container remove 6d846f04248c560f9decc22184c62f03464b085551d53ef7113e83af8323c764 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.license=GPLv2) 2024-04-24T13:01:15.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 systemd[1]: ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T13:01:15.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 systemd[1]: Stopped Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968. 2024-04-24T13:01:15.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 systemd[1]: Starting Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968... 2024-04-24T13:01:15.821 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 podman[26955]: 2024-04-24 13:01:15.447158769 +0000 UTC m=+0.018104307 image pull 01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:01:15.821 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 podman[26955]: 2024-04-24 13:01:15.554381808 +0000 UTC m=+0.125327345 container create b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 podman[26955]: 2024-04-24 13:01:15.740646715 +0000 UTC m=+0.311592253 container init b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, maintainer=Guillaume Abrioux , ceph=True) 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 podman[26955]: 2024-04-24 13:01:15.743609081 +0000 UTC m=+0.314554622 container start b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: set uid:gid to 167:167 (ceph:ceph) 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev), process ceph-mon, pid 2 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: pidfile_write: ignore empty --pid-file 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: load: jerasure load: lrc 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: RocksDB version: 7.9.2 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Git sha 0 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Compile date 2024-04-23 19:26:43 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: DB SUMMARY 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: DB Session ID: ZNBPQ5S55Y136IMLYRLK 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: CURRENT file: CURRENT 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: IDENTITY file: IDENTITY 2024-04-24T13:01:15.822 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T13:01:15.823 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T13:01:15.823 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88539 ; 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.error_if_exists: 0 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.create_if_missing: 0 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.paranoid_checks: 1 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T13:01:15.824 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.env: 0x5582748bacc0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.fs: PosixFileSystem 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.info_log: 0x5582756d9be0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_file_opening_threads: 16 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.statistics: (nil) 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.use_fsync: 0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_log_file_size: 0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.keep_log_file_num: 1000 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.recycle_log_file_num: 0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.allow_fallocate: 1 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.allow_mmap_reads: 0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.allow_mmap_writes: 0 2024-04-24T13:01:15.825 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.use_direct_reads: 0 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.create_missing_column_families: 0 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.db_log_dir: 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.wal_dir: 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.advise_random_on_open: 1 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.db_write_buffer_size: 0 2024-04-24T13:01:15.826 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.write_buffer_manager: 0x55827566d0e0 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.rate_limiter: (nil) 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.wal_recovery_mode: 2 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.enable_thread_tracking: 0 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.enable_pipelined_write: 0 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.unordered_write: 0 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T13:01:15.827 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.row_cache: None 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.wal_filter: None 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.allow_ingest_behind: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.two_write_queues: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.manual_wal_flush: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.wal_compression: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.atomic_flush: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.log_readahead_size: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.best_efforts_recovery: 0 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T13:01:15.828 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.allow_data_in_errors: 0 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.db_host_id: __hostname__ 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_background_jobs: 2 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_background_compactions: -1 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_subcompactions: 1 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_total_wal_size: 0 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T13:01:15.829 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_open_files: -1 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bytes_per_sync: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_readahead_size: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_background_flushes: -1 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Compression algorithms supported: 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kZSTD supported: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kXpressCompression supported: 0 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kLZ4HCCompression supported: 1 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kZlibCompression supported: 1 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kSnappyCompression supported: 1 2024-04-24T13:01:15.830 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kLZ4Compression supported: 1 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: kBZip2Compression supported: 0 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.merge_operator: 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_filter: None 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_filter_factory: None 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.sst_partitioner_factory: None 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5582756d9dc0) 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout: cache_index_and_filter_blocks: 1 2024-04-24T13:01:15.831 INFO:journalctl@ceph.mon.a.smithi090.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: pin_top_level_index_and_filter: 1 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: index_type: 0 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: data_block_index_type: 0 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: index_shortening: 1 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: checksum: 4 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: no_block_cache: 0 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache: 0x55827569f1f0 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache_name: BinnedLRUCache 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache_options: 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: capacity : 536870912 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: num_shard_bits : 4 2024-04-24T13:01:15.832 INFO:journalctl@ceph.mon.a.smithi090.stdout: strict_capacity_limit : 0 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: high_pri_pool_ratio: 0.000 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_cache_compressed: (nil) 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: persistent_cache: (nil) 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_size: 4096 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_size_deviation: 10 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_restart_interval: 16 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: index_block_restart_interval: 1 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: metadata_block_size: 4096 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: partition_filters: 0 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: use_delta_encoding: 1 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: filter_policy: bloomfilter 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: whole_key_filtering: 1 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: verify_compression: 0 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: read_amp_bytes_per_bit: 0 2024-04-24T13:01:15.833 INFO:journalctl@ceph.mon.a.smithi090.stdout: format_version: 5 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout: enable_index_compression: 1 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout: block_align: 0 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout: max_auto_readahead_size: 262144 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout: prepopulate_block_cache: 0 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout: initial_auto_readahead_size: 8192 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout: num_file_reads_for_auto_readahead: 2 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.write_buffer_size: 33554432 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_write_buffer_number: 2 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression: NoCompression 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression: Disabled 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.prefix_extractor: nullptr 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.num_levels: 7 2024-04-24T13:01:15.834 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.level: 32767 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.strategy: 0 2024-04-24T13:01:15.835 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.enabled: false 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.target_file_size_base: 67108864 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T13:01:15.836 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.arena_block_size: 1048576 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.disable_auto_compactions: 0 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T13:01:15.837 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.inplace_update_support: 0 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T13:01:15.838 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.bloom_locality: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.max_successive_merges: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.paranoid_file_checks: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.force_consistency_checks: 1 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.report_bg_io_stats: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.ttl: 2592000 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.enable_blob_files: false 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.min_blob_size: 0 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.blob_file_size: 268435456 2024-04-24T13:01:15.839 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.blob_file_starting_level: 0 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: 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-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d21f671e-d671-4de8-b4f4-4e78d08ba184 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713963675772103, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713963675772951, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85278, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83425, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77637, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1713963675, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d21f671e-d671-4de8-b4f4-4e78d08ba184", "db_session_id": "ZNBPQ5S55Y136IMLYRLK", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713963675773030, "job": 1, "event": "recovery_finished"} 2024-04-24T13:01:15.840 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: 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-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5582757b4000 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: DB pointer 0x55827579e000 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** DB Stats ** 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.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-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.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-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:01:15.841 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** Compaction Stats [default] ** 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.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-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: L0 2/0 85.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: Sum 2/0 85.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.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 146.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** Compaction Stats [default] ** 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.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-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.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 146.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T13:01:15.842 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: Cumulative compaction: 0.00 GB write, 29.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: Interval compaction: 0.00 GB write, 29.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.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-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: Block cache BinnedLRUCache@0x55827569f1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-24T13:01:15.843 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: starting mon.a rank 0 at public addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] at bind addrs [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???) e1 preinit fsid 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).mds e1 new map 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).mds e1 print_map 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout: e1 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.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-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout: legacy client fscid: -1 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout: 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout: No filesystems configured 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T13:01:15.844 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 bash[26955]: b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 2024-04-24T13:01:15.845 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 systemd[1]: Started Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968. 2024-04-24T13:01:15.845 INFO:teuthology.orchestra.run.smithi090.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: monmap epoch 1 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: fsid 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: last_changed 2024-04-24T13:00:58.178796+0000 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: created 2024-04-24T13:00:58.178796+0000 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: min_mon_release 19 (squid) 2024-04-24T13:01:16.125 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: election_strategy: 1 2024-04-24T13:01:16.126 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: 0: [v2:172.21.15.90:3300/0,v1:172.21.15.90:6789/0] mon.a 2024-04-24T13:01:16.126 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: fsmap 2024-04-24T13:01:16.126 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:01:16.126 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:15 smithi090 ceph-mon[26974]: mgrmap e1: no daemons active 2024-04-24T13:01:16.833 INFO:teuthology.orchestra.run.smithi090.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T13:01:16.863 INFO:teuthology.orchestra.run.smithi090.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:01:16.863 INFO:teuthology.orchestra.run.smithi090.stdout:Creating mgr... 2024-04-24T13:01:16.863 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T13:01:16.864 INFO:teuthology.orchestra.run.smithi090.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T13:01:17.526 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a 2024-04-24T13:01:17.527 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-24T13:01:17.675 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8f98a79e-023a-11ef-bc93-c7b262605968.target.wants/ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-8f98a79e-023a-11ef-bc93-c7b262605968@.service. 2024-04-24T13:01:17.693 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:17 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/1412913152' entity='client.admin' 2024-04-24T13:01:18.008 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:17 smithi090 podman[27193]: 2024-04-24 13:01:17.943270781 +0000 UTC m=+0.145225572 container create 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-24T13:01:18.217 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:01:18.217 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-04-24T13:01:18.224 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:01:18.224 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-04-24T13:01:18.224 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-04-24T13:01:18.224 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T13:01:18.232 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:01:18.233 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-04-24T13:01:18.240 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:01:18.240 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-04-24T13:01:18.240 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-04-24T13:01:18.240 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-24T13:01:18.241 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr to start... 2024-04-24T13:01:18.241 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr... 2024-04-24T13:01:18.296 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 podman[27193]: 2024-04-24 13:01:18.13821171 +0000 UTC m=+0.340166459 container init 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-04-24T13:01:18.296 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 podman[27193]: 2024-04-24 13:01:18.140606812 +0000 UTC m=+0.342561564 container start 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-04-24T13:01:18.297 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 bash[27193]: 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 2024-04-24T13:01:18.297 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 systemd[1]: Started Ceph mgr.a for 8f98a79e-023a-11ef-bc93-c7b262605968. 2024-04-24T13:01:18.575 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:18.298+0000 7f3f7687a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T13:01:18.575 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:18.486+0000 7f3f7687a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:01:18.903 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:18 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/1184448210' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:01:18.903 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:18.589+0000 7f3f7687a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T13:01:18.904 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:18.905+0000 7f3f7687a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T13:01:19.258 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:18 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:18.990+0000 7f3f7687a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T13:01:19.560 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:19.560 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:19.560 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "8f98a79e-023a-11ef-bc93-c7b262605968", 2024-04-24T13:01:19.560 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:19.561 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:01:19.562 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:01:19.562 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.562 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:01:19.562 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:19.562 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:01:19.565 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:01:19.565 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:01:19.565 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.566 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.567 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:01:10.053933+0000", 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:19.568 INFO:teuthology.orchestra.run.smithi090.stdout:mgr not available, waiting (1/15)... 2024-04-24T13:01:20.507 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:20 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:20.188+0000 7f3f7687a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T13:01:20.508 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:20 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:20.354+0000 7f3f7687a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T13:01:20.802 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:20 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:20.522+0000 7f3f7687a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T13:01:20.802 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:20 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:20.804+0000 7f3f7687a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T13:01:21.093 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:20 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:20.895+0000 7f3f7687a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T13:01:21.094 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:21 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:21.095+0000 7f3f7687a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T13:01:21.508 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:21 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:21.283+0000 7f3f7687a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:01:21.925 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:21 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:21.889+0000 7f3f7687a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T13:01:22.257 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:22 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2503815983' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:01:22.613 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:22 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:22.318+0000 7f3f7687a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T13:01:22.614 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:22 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:22.414+0000 7f3f7687a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T13:01:22.614 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:22 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:22.615+0000 7f3f7687a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T13:01:22.674 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:22.674 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:22.674 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "8f98a79e-023a-11ef-bc93-c7b262605968", 2024-04-24T13:01:22.674 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:01:22.674 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:01:22.674 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:01:22.675 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:01:22.676 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.677 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:01:22.678 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:01:10.053933+0000", 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:22.679 INFO:teuthology.orchestra.run.smithi090.stdout:mgr not available, waiting (2/15)... 2024-04-24T13:01:23.453 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:23 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:23.129+0000 7f3f7687a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T13:01:23.454 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:23 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:23.219+0000 7f3f7687a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T13:01:23.758 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:23 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:23.455+0000 7f3f7687a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T13:01:23.759 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:23 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:23.585+0000 7f3f7687a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T13:01:23.759 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:23 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:23.679+0000 7f3f7687a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T13:01:24.088 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:23 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:23.792+0000 7f3f7687a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T13:01:24.089 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:24.090+0000 7f3f7687a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T13:01:24.956 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:24.679+0000 7f3f7687a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T13:01:24.956 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:24.904+0000 7f3f7687a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T13:01:25.209 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: Activating manager daemon a 2024-04-24T13:01:25.209 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: mgrmap e2: a(active, starting, since 0.00284617s) 2024-04-24T13:01:25.209 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:01:25.209 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:01:25.209 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: Manager daemon a is now available 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' 2024-04-24T13:01:25.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:24 smithi090 ceph-mon[26974]: from='mgr.14100 172.21.15.90:0/1385723218' entity='mgr.a' 2024-04-24T13:01:25.759 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:26.258 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:26.258 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "8f98a79e-023a-11ef-bc93-c7b262605968", 2024-04-24T13:01:26.258 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:01:26.258 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:01:26.258 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:01:26.259 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:01:26.259 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.259 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:01:26.259 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-24T13:01:26.265 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:01:26.266 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:26.267 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:26.268 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:01:10.053933+0000", 2024-04-24T13:01:26.269 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:26.269 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:26.269 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:01:26.269 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:26.269 INFO:teuthology.orchestra.run.smithi090.stdout:mgr not available, waiting (3/15)... 2024-04-24T13:01:26.269 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:25 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2904287924' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:01:26.269 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:25 smithi090 ceph-mon[26974]: mgrmap e3: a(active, since 1.00658s) 2024-04-24T13:01:28.210 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:27 smithi090 ceph-mon[26974]: mgrmap e4: a(active, since 2s) 2024-04-24T13:01:29.215 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:28 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/608290544' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:01:29.217 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsid": "8f98a79e-023a-11ef-bc93-c7b262605968", 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:01:29.223 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:01:29.224 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.225 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:29.226 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:01:10.053933+0000", 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:29.227 INFO:teuthology.orchestra.run.smithi090.stdout:mgr is available 2024-04-24T13:01:30.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:29 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/3722733205' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:01:30.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:29 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/3722733205' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T13:01:30.320 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:30.320 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T13:01:30.320 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout fsid = 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:30.320 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T13:01:30.320 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T13:01:30.321 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling cephadm module... 2024-04-24T13:01:31.344 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2684806673' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T13:01:31.345 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: ignoring --setuser ceph since I am not root 2024-04-24T13:01:31.345 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: ignoring --setgroup ceph since I am not root 2024-04-24T13:01:31.345 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:31.189+0000 7f1557728200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T13:01:31.675 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:31.374+0000 7f1557728200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:01:31.676 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:31.477+0000 7f1557728200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T13:01:31.963 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:31.789+0000 7f1557728200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T13:01:31.963 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:31 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:31.876+0000 7f1557728200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T13:01:32.257 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:32 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2684806673' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T13:01:32.257 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:32 smithi090 ceph-mon[26974]: mgrmap e5: a(active, since 6s) 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for the mgr to restart... 2024-04-24T13:01:32.804 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr epoch 5... 2024-04-24T13:01:33.069 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/667005107' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:01:33.408 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:33.070+0000 7f1557728200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T13:01:33.408 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:33.244+0000 7f1557728200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T13:01:33.408 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:33.410+0000 7f1557728200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T13:01:33.978 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:33.692+0000 7f1557728200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T13:01:33.978 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:33.782+0000 7f1557728200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T13:01:33.978 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:33.980+0000 7f1557728200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T13:01:34.257 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:34 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:34.169+0000 7f1557728200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:01:35.007 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:34 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:34.754+0000 7f1557728200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T13:01:35.452 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:35 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:35.163+0000 7f1557728200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T13:01:35.452 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:35 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:35.257+0000 7f1557728200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T13:01:35.452 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:35 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:35.454+0000 7f1557728200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T13:01:36.257 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:35 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:35.964+0000 7f1557728200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T13:01:36.257 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:36 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:36.053+0000 7f1557728200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T13:01:36.622 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:36 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:36.289+0000 7f1557728200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T13:01:36.622 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:36 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:36.418+0000 7f1557728200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T13:01:36.622 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:36 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:36.511+0000 7f1557728200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T13:01:36.622 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:36 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:36.623+0000 7f1557728200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T13:01:37.257 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:36 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:36.918+0000 7f1557728200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T13:01:37.757 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:37.504+0000 7f1557728200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T13:01:37.757 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:37.716+0000 7f1557728200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T13:01:38.257 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: Active manager daemon a restarted 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: Activating manager daemon a 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: osdmap e2: 0 total, 0 up, 0 in 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: mgrmap e6: a(active, starting, since 0.00327883s) 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: Manager daemon a is now available 2024-04-24T13:01:38.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:38.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:38.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:38.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:38.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:38.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:37 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:01:39.007 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:38 smithi090 ceph-mon[26974]: Found migration_current of "None". Setting to last migration. 2024-04-24T13:01:39.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:38 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T13:01:39.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:38 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:39.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:38 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:39.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:38 smithi090 ceph-mon[26974]: mgrmap e7: a(active, since 1.00567s) 2024-04-24T13:01:39.272 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:39.272 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T13:01:39.272 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T13:01:39.272 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:39.272 INFO:teuthology.orchestra.run.smithi090.stdout:mgr epoch 5 is available 2024-04-24T13:01:39.272 INFO:teuthology.orchestra.run.smithi090.stdout:Setting orchestrator backend to cephadm... 2024-04-24T13:01:39.928 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:39 smithi090 ceph-mon[26974]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:01:39.928 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:39 smithi090 ceph-mon[26974]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:01:41.110 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: mgrmap e8: a(active, since 2s) 2024-04-24T13:01:41.111 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:41.111 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:41.111 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: [24/Apr/2024:13:01:39] ENGINE Bus STARTING 2024-04-24T13:01:41.111 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:41.111 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: [24/Apr/2024:13:01:40] ENGINE Serving on http://172.21.15.90:8765 2024-04-24T13:01:41.111 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:40 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:41.639 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T13:01:41.639 INFO:teuthology.orchestra.run.smithi090.stdout:Generating ssh key... 2024-04-24T13:01:41.941 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:41 smithi090 ceph-mon[26974]: [24/Apr/2024:13:01:40] ENGINE Serving on https://172.21.15.90:7150 2024-04-24T13:01:41.941 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:41 smithi090 ceph-mon[26974]: [24/Apr/2024:13:01:40] ENGINE Bus STARTED 2024-04-24T13:01:43.152 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-mon[26974]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: Generating public/private rsa key pair. 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: Your identification has been saved in /tmp/tmpyy7qxsru/key. 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: Your public key has been saved in /tmp/tmpyy7qxsru/key.pub. 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: The key fingerprint is: 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: SHA256:H17zu2Ck37xo/qvZr3fIL2iZqiSzPe8MGBuU+JAcBDk ceph-8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: The key's randomart image is: 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: +---[RSA 3072]----+ 2024-04-24T13:01:43.153 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | .+o | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | E. + . | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | .= o | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | + | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | + S . + | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | = o = o | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | = o + o=.. | 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | *.o o*B+.o| 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: | . o===*o@X+| 2024-04-24T13:01:43.154 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:42 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: +----[SHA256]-----+ 2024-04-24T13:01:44.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:43 smithi090 ceph-mon[26974]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:44.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:43 smithi090 ceph-mon[26974]: Generating ssh key... 2024-04-24T13:01:44.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:43 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:44.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:43 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:44.633 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:01:44.639 INFO:teuthology.orchestra.run.smithi090.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:01:44.639 INFO:teuthology.orchestra.run.smithi090.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T13:01:44.640 INFO:teuthology.orchestra.run.smithi090.stdout:Adding host smithi090... 2024-04-24T13:01:44.933 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:44 smithi090 ceph-mon[26974]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:46.473 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:46 smithi090 ceph-mon[26974]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi090", "addr": "172.21.15.90", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:46.473 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:46 smithi090 ceph-mon[26974]: Deploying cephadm binary to smithi090 2024-04-24T13:01:49.894 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Added host 'smithi090' with addr '172.21.15.90' 2024-04-24T13:01:49.894 INFO:teuthology.orchestra.run.smithi090.stdout:Deploying unmanaged mon service... 2024-04-24T13:01:50.497 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:50 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:50.497 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:50 smithi090 ceph-mon[26974]: Added host smithi090 2024-04-24T13:01:50.497 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:50 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:01:51.040 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T13:01:51.040 INFO:teuthology.orchestra.run.smithi090.stdout:Deploying unmanaged mgr service... 2024-04-24T13:01:51.757 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:51 smithi090 ceph-mon[26974]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:51.757 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:51 smithi090 ceph-mon[26974]: Saving service mon spec with placement count:5 2024-04-24T13:01:51.757 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:51 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:52.437 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T13:01:53.007 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:52 smithi090 ceph-mon[26974]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:01:53.007 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:52 smithi090 ceph-mon[26974]: Saving service mgr spec with placement count:2 2024-04-24T13:01:53.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:52 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:54.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:54 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/3153684295' entity='client.admin' 2024-04-24T13:01:54.351 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:54 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:55.116 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling the dashboard module... 2024-04-24T13:01:55.507 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:55 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:55.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:55 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/538200147' entity='client.admin' 2024-04-24T13:01:56.737 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: ignoring --setuser ceph since I am not root 2024-04-24T13:01:56.738 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: ignoring --setgroup ceph since I am not root 2024-04-24T13:01:56.738 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:56.645+0000 7feb0e30e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T13:01:56.738 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2718892088' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T13:01:56.738 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:56.739 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:56.739 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi090", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:01:56.739 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' 2024-04-24T13:01:56.739 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi090", "caps": []}]: dispatch 2024-04-24T13:01:56.739 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-mon[26974]: from='mgr.14120 172.21.15.90:0/1171645434' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi090", "caps": []}]': finished 2024-04-24T13:01:57.007 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:56.835+0000 7feb0e30e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:01:57.007 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:56 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:56.936+0000 7feb0e30e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T13:01:57.301 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:57 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:57.254+0000 7feb0e30e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T13:01:57.757 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:57 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:57.347+0000 7feb0e30e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T13:01:57.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:57 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2718892088' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T13:01:57.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:57 smithi090 ceph-mon[26974]: mgrmap e9: a(active, since 18s) 2024-04-24T13:01:58.382 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for the mgr to restart... 2024-04-24T13:01:58.383 INFO:teuthology.orchestra.run.smithi090.stdout:Waiting for mgr epoch 9... 2024-04-24T13:01:58.739 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:01:58 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2265334764' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:01:58.739 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:58 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:58.563+0000 7feb0e30e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T13:01:58.739 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:58 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:58.741+0000 7feb0e30e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T13:01:59.007 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:58 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:58.913+0000 7feb0e30e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T13:01:59.488 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:59 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:59.199+0000 7feb0e30e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T13:01:59.488 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:59 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:59.291+0000 7feb0e30e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T13:01:59.488 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:59 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:59.490+0000 7feb0e30e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T13:01:59.758 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:01:59 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:01:59.682+0000 7feb0e30e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:02:00.694 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:00 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:00.273+0000 7feb0e30e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T13:02:00.991 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:00 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:00.694+0000 7feb0e30e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T13:02:00.991 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:00 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:00.790+0000 7feb0e30e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T13:02:00.991 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:00 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:00.992+0000 7feb0e30e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T13:02:01.846 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:01 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:01.513+0000 7feb0e30e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T13:02:01.846 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:01 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:01.605+0000 7feb0e30e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T13:02:02.190 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:01 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:01.847+0000 7feb0e30e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T13:02:02.190 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:01 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:01.979+0000 7feb0e30e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T13:02:02.191 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:02 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:02.074+0000 7feb0e30e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T13:02:02.191 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:02 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:02.190+0000 7feb0e30e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T13:02:02.757 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:02 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:02.486+0000 7feb0e30e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T13:02:03.352 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:03.082+0000 7feb0e30e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T13:02:03.352 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a[27208]: 2024-04-24T13:02:03.300+0000 7feb0e30e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T13:02:03.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: Active manager daemon a restarted 2024-04-24T13:02:03.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: Activating manager daemon a 2024-04-24T13:02:03.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: osdmap e3: 0 total, 0 up, 0 in 2024-04-24T13:02:03.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: mgrmap e10: a(active, starting, since 0.00311896s) 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: Manager daemon a is now available 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:03.759 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:03 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:04.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:04 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:02:04.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:04 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T13:02:04.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:04 smithi090 ceph-mon[26974]: mgrmap e11: a(active, since 1.00545s) 2024-04-24T13:02:05.020 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:02:05.021 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T13:02:05.021 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T13:02:05.021 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:02:05.021 INFO:teuthology.orchestra.run.smithi090.stdout:mgr epoch 9 is available 2024-04-24T13:02:05.021 INFO:teuthology.orchestra.run.smithi090.stdout:Generating a dashboard self-signed certificate... 2024-04-24T13:02:05.757 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:05 smithi090 ceph-mon[26974]: [24/Apr/2024:13:02:03] ENGINE Bus STARTING 2024-04-24T13:02:05.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:05 smithi090 ceph-mon[26974]: [24/Apr/2024:13:02:03] ENGINE Serving on https://172.21.15.90:7150 2024-04-24T13:02:05.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:05 smithi090 ceph-mon[26974]: [24/Apr/2024:13:02:04] ENGINE Serving on http://172.21.15.90:8765 2024-04-24T13:02:05.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:05 smithi090 ceph-mon[26974]: [24/Apr/2024:13:02:04] ENGINE Bus STARTED 2024-04-24T13:02:05.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:05 smithi090 ceph-mon[26974]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:02:05.758 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:05 smithi090 ceph-mon[26974]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:02:06.370 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T13:02:06.370 INFO:teuthology.orchestra.run.smithi090.stdout:Creating initial admin user... 2024-04-24T13:02:06.664 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: mgrmap e12: a(active, since 2s) 2024-04-24T13:02:06.665 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:06.665 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi090", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:02:06.665 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:06.665 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi090", "caps": []}]: dispatch 2024-04-24T13:02:06.665 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:06.666 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:06 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:07.500 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:07 smithi090 ceph-mon[26974]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:07.500 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:07 smithi090 ceph-mon[26974]: Deploying daemon agent.smithi090 on smithi090 2024-04-24T13:02:07.501 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:07 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:07.772 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$10DjOTup9mfkITQcQDf1eu9imkcBT.khUFBJwby36HULHff.HuFFy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713963727, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T13:02:07.772 INFO:teuthology.orchestra.run.smithi090.stdout:Fetching dashboard port number... 2024-04-24T13:02:08.694 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:08 smithi090 ceph-mon[26974]: 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-24T13:02:08.955 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T13:02:08.965 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:02:08.965 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout disabled 2024-04-24T13:02:08.972 INFO:teuthology.orchestra.run.smithi090.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:02:08.972 INFO:teuthology.orchestra.run.smithi090.stdout:systemctl: stdout inactive 2024-04-24T13:02:08.972 INFO:teuthology.orchestra.run.smithi090.stdout:firewalld.service is not enabled 2024-04-24T13:02:08.972 INFO:teuthology.orchestra.run.smithi090.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T13:02:08.974 INFO:teuthology.orchestra.run.smithi090.stdout:Ceph Dashboard is now available at: 2024-04-24T13:02:08.974 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:08.974 INFO:teuthology.orchestra.run.smithi090.stdout: URL: https://smithi090:8443/ 2024-04-24T13:02:08.974 INFO:teuthology.orchestra.run.smithi090.stdout: User: admin 2024-04-24T13:02:08.974 INFO:teuthology.orchestra.run.smithi090.stdout: Password: 4hm20njjyz 2024-04-24T13:02:08.974 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:08.975 INFO:teuthology.orchestra.run.smithi090.stdout:Saving cluster configuration to /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config directory 2024-04-24T13:02:08.975 INFO:teuthology.orchestra.run.smithi090.stdout:Enabling autotune for osd_memory_target 2024-04-24T13:02:09.621 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:09 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2784672245' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T13:02:10.474 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:10 smithi090 ceph-mon[26974]: mgrmap e13: a(active, since 6s) 2024-04-24T13:02:11.548 INFO:teuthology.orchestra.run.smithi090.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: ceph telemetry on 2024-04-24T13:02:11.549 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.550 INFO:teuthology.orchestra.run.smithi090.stdout:For more information see: 2024-04-24T13:02:11.550 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.550 INFO:teuthology.orchestra.run.smithi090.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T13:02:11.550 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:11.550 INFO:teuthology.orchestra.run.smithi090.stdout:Bootstrap complete. 2024-04-24T13:02:11.590 INFO:tasks.cephadm:Fetching config... 2024-04-24T13:02:11.591 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:02:11.591 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T13:02:11.606 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T13:02:11.606 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:02:11.607 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T13:02:11.660 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T13:02:11.661 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:02:11.661 DEBUG:teuthology.orchestra.run.smithi090:> sudo dd if=/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-24T13:02:11.808 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T13:02:11.809 DEBUG:teuthology.orchestra.run.smithi090:> set -ex 2024-04-24T13:02:11.809 DEBUG:teuthology.orchestra.run.smithi090:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T13:02:11.864 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T13:02:11.864 DEBUG:teuthology.orchestra.run.smithi090:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:02:11.996 INFO:teuthology.orchestra.run.smithi090.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:12.007 DEBUG:teuthology.orchestra.run.smithi130:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:02:12.049 INFO:teuthology.orchestra.run.smithi130.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:12.061 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:02:12.102 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrn0O0JR+0OzWFq5ZFqzq0NPfCIQUPhed1fupV8S5S/mk0K5n0y/KOBfklqbOfFdbMmxOTY39/MjrOUPSrBy1FOLFwEGEBdUSh4FAtt4QTRpqYkED7H/A3Rv9FLnXs//VBYjqJVPvKDZi+R6ODHjCfJ6xvjFdNfcVJ80C1gbuT2wyfiuAEkqsaJTMt4UPkXGQWvUd0VIwDw4ycC4p0MXP3pYVo/cV0Uvdj4scTJ/qGsg3wwfLDZPSmXdhwAqe75c9ijAOAJajM4+E9uu/UhgUyONB+mh0UwNpbcO0RiQD474O9155IDz2OYrxVM+FbGG0UhPM+ucQc3PQ3UM9k6R3/0HP2lB56HS3dIcOdkSD34YFanAVzipEAbHX838syuWYTfEsq2+LSS1tiyILj3sgKpFUR1+xe3phFUlb0ZGtrjZMxSbjoyEJ3ZFUN0wJSMbrVQl+5r/ISaamAA5oG5wEocc9v80rmly7NxHUhyJns98YHQJ13wi/OW6OBmv0vHXE= ceph-8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:12.114 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T13:02:12.134 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:11 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/4136253564' entity='client.admin' 2024-04-24T13:02:12.358 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:13.396 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.396 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.396 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.396 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:13.396 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.397 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:13 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:13.762 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T13:02:13.762 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T13:02:14.289 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:14.374 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:14 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/1620035581' entity='client.admin' 2024-04-24T13:02:14.374 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:14 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:14.374 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:14 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:14.374 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:14 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:16.288 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi130 2024-04-24T13:02:16.288 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T13:02:16.289 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.conf 2024-04-24T13:02:16.313 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-24T13:02:16.313 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:16.376 INFO:tasks.cephadm:Adding host smithi130 to orchestrator... 2024-04-24T13:02:16.376 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch host add smithi130 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: Updating smithi090:/etc/ceph/ceph.conf 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:16.612 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:16.613 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:16.613 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:16 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:16.958 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:17.724 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:17 smithi090 ceph-mon[26974]: Updating smithi090:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:02:17.724 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:17 smithi090 ceph-mon[26974]: Updating smithi090:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:17.724 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:17 smithi090 ceph-mon[26974]: Updating smithi090:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:02:19.507 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:19 smithi090 ceph-mon[26974]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:19.507 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:19 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:19.507 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:19 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:19.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:19 smithi090 ceph-mon[26974]: Deploying cephadm binary to smithi130 2024-04-24T13:02:21.682 INFO:teuthology.orchestra.run.smithi090.stdout:Added host 'smithi130' with addr '172.21.15.130' 2024-04-24T13:02:22.274 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T13:02:22.508 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:22.915 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:22 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:22.915 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:22 smithi090 ceph-mon[26974]: Added host smithi130 2024-04-24T13:02:22.915 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:22 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:22.915 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:22 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:23.149 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:23.150 INFO:teuthology.orchestra.run.smithi090.stdout:[{"addr": "172.21.15.90", "hostname": "smithi090", "labels": [], "status": ""}, {"addr": "172.21.15.130", "hostname": "smithi130", "labels": [], "status": ""}] 2024-04-24T13:02:23.746 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2024-04-24T13:02:23.746 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T13:02:23.746 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2024-04-24T13:02:23.764 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-04-24T13:02:23.764 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:23.821 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2024-04-24T13:02:23.821 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch host add smithi149 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: Updating smithi130:/etc/ceph/ceph.conf 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: Updating smithi130:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:24.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: Updating smithi130:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:02:24.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:24.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:24.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-24T13:02:24.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:23 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]': finished 2024-04-24T13:02:24.057 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:25.257 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:24 smithi090 ceph-mon[26974]: Deploying daemon agent.smithi130 on smithi130 2024-04-24T13:02:26.257 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.258 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: Deploying cephadm binary to smithi149 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:26.259 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:25 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:28.748 INFO:teuthology.orchestra.run.smithi090.stdout:Added host 'smithi149' with addr '172.21.15.149' 2024-04-24T13:02:28.748 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:28 smithi090 ceph-mon[26974]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:28.748 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:28 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:28.749 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:28 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:28.749 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:28 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:29.262 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T13:02:29.497 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:29.934 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:29 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:29.934 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:29 smithi090 ceph-mon[26974]: Added host smithi149 2024-04-24T13:02:29.935 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:29 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:29.935 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:29 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:29.935 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:29 smithi090 ceph-mon[26974]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:30.145 INFO:teuthology.orchestra.run.smithi090.stdout: 2024-04-24T13:02:30.145 INFO:teuthology.orchestra.run.smithi090.stdout:[{"addr": "172.21.15.90", "hostname": "smithi090", "labels": [], "status": ""}, {"addr": "172.21.15.130", "hostname": "smithi130", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2024-04-24T13:02:30.897 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T13:02:30.897 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T13:02:31.130 INFO:teuthology.orchestra.run.smithi090.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: Updating smithi149:/etc/ceph/ceph.conf 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: Updating smithi149:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:02:31.242 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T13:02:31.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:31.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: Updating smithi149:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:02:31.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:31.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:31.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-04-24T13:02:31.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:30 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]': finished 2024-04-24T13:02:31.829 INFO:teuthology.orchestra.run.smithi090.stderr:adjusted tunables profile to default 2024-04-24T13:02:32.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:31 smithi090 ceph-mon[26974]: Deploying daemon agent.smithi149 on smithi149 2024-04-24T13:02:32.243 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:31 smithi090 ceph-mon[26974]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:02:32.244 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:31 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2325975200' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T13:02:32.368 INFO:tasks.cephadm:Adding mon.a on smithi090 2024-04-24T13:02:32.369 INFO:tasks.cephadm:Adding mon.b on smithi130 2024-04-24T13:02:32.369 INFO:tasks.cephadm:Adding mon.c on smithi149 2024-04-24T13:02:32.369 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi090:172.21.15.90=a;smithi130:172.21.15.130=b;smithi149:172.21.15.149=c' 2024-04-24T13:02:32.608 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:02:32.636 INFO:teuthology.orchestra.run.smithi149.stderr:Error: statfs /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968: no such file or directory 2024-04-24T13:02:32.665 DEBUG:teuthology.orchestra.run:got remote process result: 125 2024-04-24T13:02:32.666 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 958, in ceph_mons _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi149 with status 125: "sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi090:172.21.15.90=a;smithi130:172.21.15.130=b;smithi149:172.21.15.149=c'" 2024-04-24T13:02:32.668 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T13:02:32.668 DEBUG:teuthology.orchestra.run.smithi090:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:02:32.683 DEBUG:teuthology.orchestra.run.smithi130:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:02:32.701 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:02:32.717 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T13:02:32.717 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-24T13:02:32.717 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a 2024-04-24T13:02:33.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 systemd[1]: Stopping Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968... 2024-04-24T13:02:33.008 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='client.? 172.21.15.90:0/2325975200' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: osdmap e4: 0 total, 0 up, 0 in 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:02:33.009 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:32 smithi090 ceph-mon[26974]: from='mgr.14152 172.21.15.90:0/2425399655' entity='mgr.a' 2024-04-24T13:02:33.362 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a[26970]: 2024-04-24T13:02:33.044+0000 7f1a6d06a700 -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-24T13:02:33.362 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:33 smithi090 ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a[26970]: 2024-04-24T13:02:33.044+0000 7f1a6d06a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T13:02:33.968 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:33 smithi090 podman[33033]: 2024-04-24 13:02:33.718570295 +0000 UTC m=+0.798508032 container died b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-04-24T13:02:34.227 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:34 smithi090 podman[33033]: 2024-04-24 13:02:34.069138013 +0000 UTC m=+1.149075758 container cleanup b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-04-24T13:02:34.228 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:34 smithi090 bash[33033]: ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a 2024-04-24T13:02:34.508 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:34 smithi090 podman[33102]: 2024-04-24 13:02:34.229044279 +0000 UTC m=+0.937730329 container remove b9fbc07baa43c37463c45ada52b4f629e0573247e3b0e6cd0a78f4dcad060291 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS) 2024-04-24T13:02:34.871 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:34 smithi090 systemd[1]: ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T13:02:34.872 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:34 smithi090 systemd[1]: Stopped Ceph mon.a for 8f98a79e-023a-11ef-bc93-c7b262605968. 2024-04-24T13:02:34.872 INFO:journalctl@ceph.mon.a.smithi090.stdout:Apr 24 13:02:34 smithi090 systemd[1]: ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service: Consumed 1.900s CPU time. 2024-04-24T13:02:34.875 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mon.a.service' 2024-04-24T13:02:34.940 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T13:02:34.941 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-24T13:02:34.941 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-24T13:02:34.941 DEBUG:teuthology.orchestra.run.smithi090:> sudo systemctl stop ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a 2024-04-24T13:02:35.257 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:34 smithi090 systemd[1]: Stopping Ceph mgr.a for 8f98a79e-023a-11ef-bc93-c7b262605968... 2024-04-24T13:02:35.522 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:35 smithi090 podman[33251]: 2024-04-24 13:02:35.271382437 +0000 UTC m=+0.132425071 container died 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-04-24T13:02:36.176 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:35 smithi090 podman[33251]: 2024-04-24 13:02:35.816379622 +0000 UTC m=+0.677422255 container cleanup 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS) 2024-04-24T13:02:36.176 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:35 smithi090 bash[33251]: ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a 2024-04-24T13:02:36.467 INFO:journalctl@ceph.mgr.a.smithi090.stdout:Apr 24 13:02:36 smithi090 podman[33270]: 2024-04-24 13:02:36.363577268 +0000 UTC m=+1.093097637 container remove 5de19f63d50690f36521364a61cff74d179062ef1ee8bb2f84ae7f5fface3400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-8f98a79e-023a-11ef-bc93-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-24T13:02:36.489 DEBUG:teuthology.orchestra.run.smithi090:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f98a79e-023a-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-24T13:02:36.537 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T13:02:36.537 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-24T13:02:36.537 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:02:36.712 INFO:teuthology.orchestra.run.smithi090.stdout:Deleting cluster with fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:37.787 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:02:37.978 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:38.412 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:02:38.607 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:39.319 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:39.350 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:39.377 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:02:39.402 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T13:02:39.404 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi090/crash 2024-04-24T13:02:39.405 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:02:39.464 INFO:teuthology.orchestra.run.smithi090.stderr:tar: /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:02:39.465 INFO:teuthology.orchestra.run.smithi090.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:02:39.466 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi130/crash 2024-04-24T13:02:39.468 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:02:39.502 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:02:39.502 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:02:39.504 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi149/crash 2024-04-24T13:02:39.505 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:02:39.537 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:02:39.538 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:02:39.538 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T13:02:39.539 DEBUG:teuthology.orchestra.run.smithi090:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-04-24T13:02:39.569 INFO:tasks.cephadm:Compressing logs... 2024-04-24T13:02:39.569 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T13:02:39.612 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T13:02:39.614 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T13:02:39.636 INFO:teuthology.orchestra.run.smithi090.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.log 2024-04-24T13:02:39.636 INFO:teuthology.orchestra.run.smithi090.stderr:: No such file or directory 2024-04-24T13:02:39.636 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T13:02:39.636 INFO:teuthology.orchestra.run.smithi090.stderr:gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.log: 81.2% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr: 88.5% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr: 79.6% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T13:02:39.637 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T13:02:39.639 INFO:teuthology.orchestra.run.smithi090.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-24T13:02:39.639 INFO:teuthology.orchestra.run.smithi090.stderr: 81.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:: No such file or directory 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 59.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr: 90.1% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.011s 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m0.006s 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.015s 2024-04-24T13:02:39.641 INFO:teuthology.orchestra.run.smithi130.stderr:find: ‘/var/log/rbd-target-api’gzip -5: No such file or directory --verbose 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr: -- /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 56.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr: 90.1% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.011s 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.013s 2024-04-24T13:02:39.642 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.009s 2024-04-24T13:02:39.659 INFO:teuthology.orchestra.run.smithi090.stderr: 88.5% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-24T13:02:39.669 INFO:teuthology.orchestra.run.smithi090.stderr: 91.4% -- replaced with /var/log/ceph/8f98a79e-023a-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-24T13:02:39.671 INFO:teuthology.orchestra.run.smithi090.stderr: 2024-04-24T13:02:39.671 INFO:teuthology.orchestra.run.smithi090.stderr:real 0m0.046s 2024-04-24T13:02:39.671 INFO:teuthology.orchestra.run.smithi090.stderr:user 0m0.066s 2024-04-24T13:02:39.671 INFO:teuthology.orchestra.run.smithi090.stderr:sys 0m0.020s 2024-04-24T13:02:39.671 INFO:tasks.cephadm:Archiving logs... 2024-04-24T13:02:39.671 DEBUG:teuthology.misc:Transferring archived files from smithi090:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi090/log 2024-04-24T13:02:39.672 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:02:39.752 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi130/log 2024-04-24T13:02:39.753 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:02:39.780 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi149/log 2024-04-24T13:02:39.781 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:02:39.808 INFO:tasks.cephadm:Removing cluster... 2024-04-24T13:02:39.808 DEBUG:teuthology.orchestra.run.smithi090:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 --force 2024-04-24T13:02:39.987 INFO:teuthology.orchestra.run.smithi090.stdout:Deleting cluster with fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:40.239 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 --force 2024-04-24T13:02:40.418 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:40.674 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 --force 2024-04-24T13:02:40.857 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: 8f98a79e-023a-11ef-bc93-c7b262605968 2024-04-24T13:02:41.109 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T13:02:41.109 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:02:41.127 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:02:41.143 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:02:41.158 INFO:tasks.cephadm:Teardown complete 2024-04-24T13:02:41.159 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 958, in ceph_mons _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi149 with status 125: "sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi090:172.21.15.90=a;smithi130:172.21.15.130=b;smithi149:172.21.15.149=c'" 2024-04-24T13:02:45.652 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3f786e75fbea4932865d97d98052946e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 958, in ceph_mons _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi149 with status 125: "sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi090:172.21.15.90=a;smithi130:172.21.15.130=b;smithi149:172.21.15.149=c'" 2024-04-24T13:02:45.657 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T13:02:45.667 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-24T13:02:45.675 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-24T13:02:45.675 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T13:02:45.691 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T13:02:45.694 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T13:02:45.801 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T13:02:45.811 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T13:02:45.812 DEBUG:teuthology.orchestra.run.smithi090:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:02:45.815 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:02:45.818 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:02:45.827 INFO:teuthology.orchestra.run.smithi090.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:02:45.830 INFO:teuthology.orchestra.run.smithi090.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:02:45.830 INFO:teuthology.orchestra.run.smithi090.stdout:=============================================================================== 2024-04-24T13:02:45.830 INFO:teuthology.orchestra.run.smithi090.stdout:^- hv01.front.sepia.ceph.com 2 6 377 44 +304us[ +304us] +/- 589ms 2024-04-24T13:02:45.831 INFO:teuthology.orchestra.run.smithi090.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -555us[ -558us] +/- 71ms 2024-04-24T13:02:45.831 INFO:teuthology.orchestra.run.smithi090.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +655us[ +655us] +/- 84ms 2024-04-24T13:02:45.831 INFO:teuthology.orchestra.run.smithi090.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:02:45.831 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:02:45.833 INFO:teuthology.orchestra.run.smithi149.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:02:45.834 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:02:45.834 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-24T13:02:45.834 INFO:teuthology.orchestra.run.smithi130.stdout:^- hv01.front.sepia.ceph.com 2 6 377 45 +307us[ +307us] +/- 589ms 2024-04-24T13:02:45.834 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv02.front.sepia.ceph.com 3 6 377 45 -560us[ -565us] +/- 71ms 2024-04-24T13:02:45.835 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 45 +646us[ +646us] +/- 84ms 2024-04-24T13:02:45.835 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:02:45.836 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:02:45.837 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2024-04-24T13:02:45.837 INFO:teuthology.orchestra.run.smithi149.stdout:^- hv01.front.sepia.ceph.com 2 6 377 45 +319us[ +309us] +/- 589ms 2024-04-24T13:02:45.837 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -546us[ -556us] +/- 71ms 2024-04-24T13:02:45.837 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 +662us[ +652us] +/- 84ms 2024-04-24T13:02:45.837 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:02:45.838 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T13:02:45.848 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T13:02:45.848 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T13:02:45.856 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T13:02:45.932 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T13:02:45.990 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T13:02:46.048 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T13:02:46.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:02:46.076 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T13:02:46.102 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:02:46.103 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T13:02:46.128 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:02:46.129 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T13:02:46.138 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T13:02:46.148 INFO:teuthology.task.internal:Duration was 523.322204 seconds 2024-04-24T13:02:46.148 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T13:02:46.157 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T13:02:46.158 DEBUG:teuthology.orchestra.run.smithi090:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:02:46.160 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:02:46.163 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:02:46.195 INFO:teuthology.orchestra.run.smithi090.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:02:46.197 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:02:46.206 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:02:46.574 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T13:02:46.574 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi090.front.sepia.ceph.com 2024-04-24T13:02:46.575 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T13:02:46.614 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-04-24T13:02:46.614 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T13:02:46.637 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-04-24T13:02:46.638 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T13:02:46.661 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T13:02:46.661 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:02:46.664 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:02:46.680 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:02:46.725 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T13:02:46.726 DEBUG:teuthology.orchestra.run.smithi090:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:02:46.728 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:02:46.745 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:02:46.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T13:02:46.870 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T13:02:46.870 DEBUG:teuthology.orchestra.run.smithi090:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:02:46.894 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:02:46.918 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:02:46.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T13:02:46.952 DEBUG:teuthology.orchestra.run.smithi090:> 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-24T13:02:46.954 DEBUG:teuthology.orchestra.run.smithi130:> 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-24T13:02:46.961 DEBUG:teuthology.orchestra.run.smithi149:> 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-24T13:02:46.974 INFO:teuthology.orchestra.run.smithi090.stdout:kernel.core_pattern = core 2024-04-24T13:02:46.980 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-04-24T13:02:47.004 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-04-24T13:02:47.046 DEBUG:teuthology.orchestra.run.smithi090:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:02:47.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:02:47.060 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:02:47.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:02:47.101 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:02:47.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:02:47.115 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T13:02:47.125 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T13:02:47.126 DEBUG:teuthology.misc:Transferring archived files from smithi090:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi090 2024-04-24T13:02:47.126 DEBUG:teuthology.orchestra.run.smithi090:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:02:47.160 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi130 2024-04-24T13:02:47.160 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:02:47.192 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317/remote/smithi149 2024-04-24T13:02:47.192 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:02:47.224 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T13:02:47.224 DEBUG:teuthology.orchestra.run.smithi090:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:02:47.226 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:02:47.230 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:02:47.273 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T13:02:47.285 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T13:02:47.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T13:02:47.298 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T13:02:47.298 DEBUG:teuthology.orchestra.run.smithi090:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:02:47.301 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:02:47.303 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:02:47.312 INFO:teuthology.orchestra.run.smithi090.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:02 /home/ubuntu/cephtest 2024-04-24T13:02:47.315 INFO:teuthology.orchestra.run.smithi130.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:02 /home/ubuntu/cephtest 2024-04-24T13:02:47.328 INFO:teuthology.orchestra.run.smithi149.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:02 /home/ubuntu/cephtest 2024-04-24T13:02:47.329 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T13:02:47.339 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T13:02:47.358 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T13:02:47.384 DEBUG:teuthology.nuke:shortname: smithi090 2024-04-24T13:02:47.385 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:02:47.410 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi090.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317', '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-24 12:47:28.327783', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH+rU66tcgKTZj0DvCVijqsaaEx7kDoGZ3RWXog3aoZJDuJ9BdZobyZRHFLKlu/kWJijDGSPVLmSMTeqzcM0a6U='} 2024-04-24T13:02:47.416 DEBUG:teuthology.nuke:shortname: smithi130 2024-04-24T13:02:47.416 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:02:47.437 DEBUG:teuthology.nuke:shortname: smithi149 2024-04-24T13:02:47.438 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:02:47.442 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317', '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-24 12:47:28.331354', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBrm4cltD5D4BDDvrMRNURNxopIxB0XPlw8yF9e+S3vRClLmnVGlBk6/B28yjHjh3gAUEFt7JgeuW+uUtbE346I='} 2024-04-24T13:02:47.471 INFO:teuthology.orchestra.console.smithi090:Power off 2024-04-24T13:02:47.471 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:02:47.484 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671317', '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-24 12:47:28.329824', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFOIqwr1014wUuHU5oO3ub5qZk6zalCLUftqnEfADaBJgAcRzOZ7YZ6IqXC7wLty6yP7kvH0BvpAx+R5WBtkHbE='} 2024-04-24T13:02:47.496 DEBUG:teuthology.orchestra.console.smithi090:power off output: Chassis Power Control: Down/Off 2024-04-24T13:02:47.496 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:47.518 INFO:teuthology.orchestra.console.smithi130:Power off 2024-04-24T13:02:47.518 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:02:47.533 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-04-24T13:02:47.541 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2024-04-24T13:02:47.541 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:47.565 INFO:teuthology.orchestra.console.smithi149:Power off 2024-04-24T13:02:47.565 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:02:47.576 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-24T13:02:47.590 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2024-04-24T13:02:47.591 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:47.616 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-04-24T13:02:51.534 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:51.577 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:51.618 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:51.649 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is on 2024-04-24T13:02:51.693 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-24T13:02:51.733 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-04-24T13:02:55.654 DEBUG:teuthology.orchestra.console.smithi090:pexpect command: ipmitool -H smithi090.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:55.694 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:55.734 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:02:55.766 DEBUG:teuthology.orchestra.console.smithi090:check power output: Chassis Power is off 2024-04-24T13:02:55.804 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2024-04-24T13:02:55.845 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2024-04-24T13:02:55.868 INFO:teuthology.orchestra.console.smithi090:Power off completed 2024-04-24T13:02:55.905 INFO:teuthology.orchestra.console.smithi130:Power off completed 2024-04-24T13:02:55.946 INFO:teuthology.orchestra.console.smithi149:Power off completed 2024-04-24T13:02:56.051 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 523.3222043514252 failure_reason: 'Command failed on smithi149 with status 125: "sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f98a79e-023a-11ef-bc93-c7b262605968 -- ceph orch apply mon ''3;smithi090:172.21.15.90=a;smithi130:172.21.15.130=b;smithi149:172.21.15.149=c''"' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3f786e75fbea4932865d97d98052946e status: fail success: false 2024-04-24T13:02:56.052 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T13:02:56.126 INFO:teuthology.run:FAIL