2024-04-15T22:09:11.382 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T22:09:11.382 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_monitoring_stack_basic} --owner scheduled_teuthology@teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --verbose --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546 -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/orig.config.yaml 2024-04-15T22:09:11.410 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:09:11.491 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657546' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3ToGhxWTpNvJyoYxjFNzs0KtIX0k0Qv5FT6mzHEP0Rho4Jlz8CGF6tlLedRYoo3/zyMTjwq9J9nnOqxr/OIkk= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBANzPhjVY/tFfOSNelN/7jQ9NhklezNDGJQD1y9fSUbiOUVotle1xXOaoO+59253lp1cygMwCMNGAhQCAQxuYgs= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLa+A3jXd+oYpgfzcq83X+9prHu0NTwo3hjlhPGHVKmfY28H4nA+UF05lTnw68Z2yzp03MFtDAEJBfXV+n35smc= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T22:09:11.492 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T22:09:11.492 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T22:09:11.492 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T22:09:11.494 INFO:teuthology.task.internal:Checking packages... 2024-04-15T22:09:11.517 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T22:09:11.517 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T22:09:11.517 INFO:teuthology.packaging:ref: None 2024-04-15T22:09:11.517 INFO:teuthology.packaging:tag: None 2024-04-15T22:09:11.517 INFO:teuthology.packaging:branch: squid 2024-04-15T22:09:11.517 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:09:11.518 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-15T22:09:11.777 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T22:09:11.779 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T22:09:11.784 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T22:09:11.784 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T22:09:11.791 INFO:teuthology.task.internal:Saving configuration 2024-04-15T22:09:11.803 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T22:09:11.808 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:09:11.833 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546', '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-15 22:01:17.989270', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3ToGhxWTpNvJyoYxjFNzs0KtIX0k0Qv5FT6mzHEP0Rho4Jlz8CGF6tlLedRYoo3/zyMTjwq9J9nnOqxr/OIkk='} 2024-04-15T22:09:11.854 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546', '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-15 22:01:17.990521', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBANzPhjVY/tFfOSNelN/7jQ9NhklezNDGJQD1y9fSUbiOUVotle1xXOaoO+59253lp1cygMwCMNGAhQCAQxuYgs='} 2024-04-15T22:09:11.872 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546', '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-15 22:01:17.987675', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLa+A3jXd+oYpgfzcq83X+9prHu0NTwo3hjlhPGHVKmfY28H4nA+UF05lTnw68Z2yzp03MFtDAEJBfXV+n35smc='} 2024-04-15T22:09:11.872 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T22:09:11.878 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T22:09:11.878 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T22:09:11.878 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-15T22:09:11.878 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T22:09:11.983 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f661bccce50>, signals=[15]) 2024-04-15T22:09:11.983 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T22:09:11.989 INFO:teuthology.task.internal:Opening connections... 2024-04-15T22:09:11.989 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-04-15T22:09:11.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:09:12.098 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T22:09:12.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:09:12.186 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-04-15T22:09:12.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:09:12.276 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T22:09:12.283 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-04-15T22:09:12.302 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-04-15T22:09:12.302 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-04-15T22:09:12.359 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="CentOS Stream" 2024-04-15T22:09:12.359 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="9" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:ID="centos" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE="rhel fedora" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="9" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:PLATFORM_ID="platform:el9" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:ANSI_COLOR="0;31" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:LOGO="fedora-logo-icon" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://centos.org/" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T22:09:12.360 INFO:teuthology.orchestra.run.smithi033.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T22:09:12.361 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-04-15T22:09:12.386 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-04-15T22:09:12.403 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-04-15T22:09:12.404 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-04-15T22:09:12.464 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="CentOS Stream" 2024-04-15T22:09:12.464 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="9" 2024-04-15T22:09:12.464 INFO:teuthology.orchestra.run.smithi130.stdout:ID="centos" 2024-04-15T22:09:12.464 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="rhel fedora" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="9" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el9" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:LOGO="fedora-logo-icon" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://centos.org/" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T22:09:12.465 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T22:09:12.465 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-04-15T22:09:12.486 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-04-15T22:09:12.504 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-04-15T22:09:12.504 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-04-15T22:09:12.560 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="9" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="9" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el9" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:LOGO="fedora-logo-icon" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2024-04-15T22:09:12.561 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T22:09:12.562 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T22:09:12.562 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T22:09:12.562 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-04-15T22:09:12.586 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T22:09:12.595 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T22:09:12.601 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T22:09:12.601 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:09:12.603 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:09:12.606 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-04-15T22:09:12.622 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T22:09:12.628 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T22:09:12.628 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:09:12.661 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:09:12.666 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-04-15T22:09:12.775 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T22:09:12.854 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T22:09:12.868 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T22:09:12.868 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-15T22:09:12.869 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:09:12.869 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:09:12.870 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T22:09:12.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:09:12.886 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-15T22:09:12.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:09:12.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:09:12.888 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-15T22:09:12.888 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-04-15T22:09:12.945 INFO:teuthology.orchestra.run.smithi153.stdout:5.14.0-361.el9.x86_64 2024-04-15T22:09:12.946 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.14.0-361.el9.x86_64 2024-04-15T22:09:12.946 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2024-04-15T22:09:12.947 INFO:teuthology.orchestra.run.smithi033.stdout:5.14.0-361.el9.x86_64 2024-04-15T22:09:12.947 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.14.0-361.el9.x86_64 2024-04-15T22:09:12.947 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum install -y kernel 2024-04-15T22:09:12.948 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-361.el9.x86_64 2024-04-15T22:09:12.948 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.14.0-361.el9.x86_64 2024-04-15T22:09:12.948 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2024-04-15T22:09:15.285 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-04-15T22:09:15.455 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS-9 - AppStream 8.3 MB/s | 6.7 MB 00:00 2024-04-15T22:09:15.565 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS-9 - AppStream 7.1 MB/s | 6.7 MB 00:00 2024-04-15T22:09:17.185 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - BaseOS 2.6 MB/s | 2.0 MB 00:00 2024-04-15T22:09:17.306 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS-9 - BaseOS 2.7 MB/s | 2.0 MB 00:00 2024-04-15T22:09:17.322 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS-9 - BaseOS 3.4 MB/s | 2.0 MB 00:00 2024-04-15T22:09:18.059 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-15T22:09:18.413 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-15T22:09:20.879 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - BaseOS 2.5 MB/s | 8.0 MB 00:03 2024-04-15T22:09:21.329 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 19 MB 00:02 2024-04-15T22:09:23.430 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 5.0 MB/s | 19 MB 00:03 2024-04-15T22:09:26.896 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - AppStream 3.8 MB/s | 19 MB 00:04 2024-04-15T22:09:27.489 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-04-15T22:09:29.323 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 26 kB/s | 16 kB 00:00 2024-04-15T22:09:31.072 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - CRB 9.0 MB/s | 6.2 MB 00:00 2024-04-15T22:09:32.765 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 16 kB 00:00 2024-04-15T22:09:34.735 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 638 kB/s | 6.2 MB 00:09 2024-04-15T22:09:36.460 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-15T22:09:44.009 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 1.4 MB/s | 21 MB 00:14 2024-04-15T22:09:49.306 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-04-15T22:09:51.738 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T22:09:51.738 INFO:teuthology.orchestra.run.smithi033.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T22:09:51.827 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:09:51.832 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:09:51.832 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:09:51.832 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:09:51.832 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:09:51.832 INFO:teuthology.orchestra.run.smithi033.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout:Install 4 Packages 2024-04-15T22:09:51.833 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:09:51.834 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 77 M 2024-04-15T22:09:51.834 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 123 M 2024-04-15T22:09:51.834 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:09:52.049 INFO:teuthology.orchestra.run.smithi033.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.3 MB/s | 277 kB 00:00 2024-04-15T22:09:52.699 INFO:teuthology.orchestra.run.smithi033.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 18 MB/s | 15 MB 00:00 2024-04-15T22:09:53.524 INFO:teuthology.orchestra.run.smithi033.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-04-15T22:09:53.949 INFO:teuthology.orchestra.run.smithi033.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 15 MB/s | 28 MB 00:01 2024-04-15T22:09:53.952 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:09:53.953 INFO:teuthology.orchestra.run.smithi033.stdout:Total 36 MB/s | 77 MB 00:02 2024-04-15T22:09:53.953 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:09:54.403 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:09:54.403 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:09:55.257 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:09:55.258 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:09:56.257 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 913 kB/s | 21 MB 00:23 2024-04-15T22:09:57.692 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:09:58.301 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T22:09:58.383 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:01.262 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:01.304 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-15T22:10:01.394 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:01.428 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 858 kB/s | 21 MB 00:24 2024-04-15T22:10:03.611 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T22:10:03.611 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T22:10:03.690 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:10:03.701 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:10:03.701 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:10:03.701 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout:Install 4 Packages 2024-04-15T22:10:03.702 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:03.703 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 77 M 2024-04-15T22:10:03.703 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 123 M 2024-04-15T22:10:03.703 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:10:03.864 INFO:teuthology.orchestra.run.smithi153.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.7 MB/s | 277 kB 00:00 2024-04-15T22:10:04.606 INFO:teuthology.orchestra.run.smithi153.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 17 MB/s | 15 MB 00:00 2024-04-15T22:10:05.348 INFO:teuthology.orchestra.run.smithi153.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 20 MB/s | 34 MB 00:01 2024-04-15T22:10:05.606 INFO:teuthology.orchestra.run.smithi153.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 16 MB/s | 28 MB 00:01 2024-04-15T22:10:05.609 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:10:05.609 INFO:teuthology.orchestra.run.smithi153.stdout:Total 40 MB/s | 77 MB 00:01 2024-04-15T22:10:05.609 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:10:06.000 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:10:06.001 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:10:06.433 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-15T22:10:06.461 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:06.501 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:06.825 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:10:06.826 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:10:08.774 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T22:10:08.774 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T22:10:08.874 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:10:08.879 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:10:08.879 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:10:08.879 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:10:08.879 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-04-15T22:10:08.880 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:08.881 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 77 M 2024-04-15T22:10:08.881 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 123 M 2024-04-15T22:10:08.881 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:10:09.102 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.2 MB/s | 277 kB 00:00 2024-04-15T22:10:09.133 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:10:09.732 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T22:10:09.835 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:10.068 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 13 MB/s | 15 MB 00:01 2024-04-15T22:10:10.935 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 16 MB/s | 34 MB 00:02 2024-04-15T22:10:11.494 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 12 MB/s | 28 MB 00:02 2024-04-15T22:10:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:10:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:Total 29 MB/s | 77 MB 00:02 2024-04-15T22:10:11.497 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:10:11.602 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:11.888 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:10:11.888 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:10:12.565 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:12.708 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:12.713 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:10:12.713 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:10:15.026 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:10:15.620 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T22:10:15.703 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:17.401 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:17.440 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:18.459 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:18.590 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:22.145 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:23.317 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:23.357 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:28.085 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:42.332 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:42.333 INFO:teuthology.orchestra.run.smithi033.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T22:10:42.333 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:10:42.377 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:42.765 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:42.766 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T22:10:42.766 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:42.766 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T22:10:43.196 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:10:43.197 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:10:43.570 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T22:10:43.667 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:43.667 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T22:10:43.667 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T22:10:43.668 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:10:43.668 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:10:43.668 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T22:10:43.668 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:10:43.668 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T22:10:43.751 INFO:teuthology.orchestra.run.smithi033.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:43.751 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T22:10:43.751 DEBUG:teuthology.orchestra.run.smithi033:> sudo rpm -qi grub2-tools 2024-04-15T22:10:43.789 INFO:teuthology.orchestra.run.smithi033.stdout:Name : grub2-tools 2024-04-15T22:10:43.789 INFO:teuthology.orchestra.run.smithi033.stdout:Epoch : 1 2024-04-15T22:10:43.789 INFO:teuthology.orchestra.run.smithi033.stdout:Version : 2.06 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Release : 68.el9 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: x86_64 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Group : Unspecified 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Size : 8264254 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:License : GPLv3+ 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Packager : builder@centos.org 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Vendor : CentOS 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T22:10:43.790 INFO:teuthology.orchestra.run.smithi033.stdout:Summary : Support tools for GRUB. 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout:Description : 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout:hardware devices. 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:10:43.791 INFO:teuthology.orchestra.run.smithi033.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T22:10:43.792 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T22:10:43.792 INFO:teuthology.task.kernel:Updating grub on smithi033 to boot 5.14.0-438.el9.x86_64 2024-04-15T22:10:43.792 DEBUG:teuthology.orchestra.run.smithi033:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T22:10:44.379 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-04-15T22:10:45.785 INFO:teuthology.orchestra.run.smithi033.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T22:10:45.823 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-04-15T22:10:45.825 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-04-15T22:10:45.841 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.4G3gARlawD 2024-04-15T22:10:45.841 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4G3gARlawD 2024-04-15T22:10:45.919 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.4G3gARlawD 2024-04-15T22:10:46.065 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.4G3gARlawD is 6KB 2024-04-15T22:10:46.114 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.4G3gARlawD 2024-04-15T22:10:46.129 DEBUG:teuthology.orchestra.run.smithi033:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T22:10:46.197 INFO:teuthology.orchestra.run.smithi033.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T22:10:46.197 INFO:teuthology.orchestra.run.smithi033.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T22:10:46.197 INFO:teuthology.orchestra.run.smithi033.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T22:10:46.197 INFO:teuthology.orchestra.run.smithi033.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T22:10:46.198 DEBUG:teuthology.orchestra.run.smithi033:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T22:10:46.357 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-04-15T22:10:51.279 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:51.280 INFO:teuthology.orchestra.run.smithi153.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T22:10:51.280 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:51.323 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:51.722 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:51.722 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T22:10:51.722 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:51.722 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T22:10:52.140 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:52.141 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:10:52.467 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T22:10:52.563 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:52.564 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T22:10:52.564 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T22:10:52.564 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:10:52.564 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:10:52.564 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T22:10:52.564 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:10:52.564 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T22:10:52.645 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:52.645 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T22:10:52.646 DEBUG:teuthology.orchestra.run.smithi153:> sudo rpm -qi grub2-tools 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Name : grub2-tools 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Epoch : 1 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Version : 2.06 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Release : 68.el9 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: x86_64 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Group : Unspecified 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:Size : 8264254 2024-04-15T22:10:52.689 INFO:teuthology.orchestra.run.smithi153.stdout:License : GPLv3+ 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Packager : builder@centos.org 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Vendor : CentOS 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Summary : Support tools for GRUB. 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:Description : 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T22:10:52.690 INFO:teuthology.orchestra.run.smithi153.stdout:hardware devices. 2024-04-15T22:10:52.691 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:10:52.691 INFO:teuthology.orchestra.run.smithi153.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T22:10:52.691 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T22:10:52.692 INFO:teuthology.task.kernel:Updating grub on smithi153 to boot 5.14.0-438.el9.x86_64 2024-04-15T22:10:52.692 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T22:10:53.253 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2024-04-15T22:10:54.639 INFO:teuthology.orchestra.run.smithi153.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T22:10:54.674 INFO:teuthology.orchestra.run.smithi153.stderr:done 2024-04-15T22:10:54.677 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2024-04-15T22:10:54.691 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.w5pm3GSpuv 2024-04-15T22:10:54.691 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.w5pm3GSpuv 2024-04-15T22:10:54.760 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.w5pm3GSpuv 2024-04-15T22:10:54.903 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.w5pm3GSpuv is 6KB 2024-04-15T22:10:54.952 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.w5pm3GSpuv 2024-04-15T22:10:54.967 DEBUG:teuthology.orchestra.run.smithi153:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T22:10:55.037 INFO:teuthology.orchestra.run.smithi153.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T22:10:55.038 INFO:teuthology.orchestra.run.smithi153.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T22:10:55.038 INFO:teuthology.orchestra.run.smithi153.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T22:10:55.038 INFO:teuthology.orchestra.run.smithi153.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T22:10:55.039 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T22:10:55.204 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2024-04-15T22:10:57.735 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:57.735 INFO:teuthology.orchestra.run.smithi130.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T22:10:57.735 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:57.778 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:58.138 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:58.138 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T22:10:58.138 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T22:10:58.138 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T22:10:58.585 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T22:10:58.585 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:58.586 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:10:58.912 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T22:10:59.011 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:59.011 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T22:10:59.011 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T22:10:59.011 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T22:10:59.011 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T22:10:59.011 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T22:10:59.011 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T22:10:59.012 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T22:10:59.091 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T22:10:59.092 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T22:10:59.092 DEBUG:teuthology.orchestra.run.smithi130:> sudo rpm -qi grub2-tools 2024-04-15T22:10:59.135 INFO:teuthology.orchestra.run.smithi130.stdout:Name : grub2-tools 2024-04-15T22:10:59.135 INFO:teuthology.orchestra.run.smithi130.stdout:Epoch : 1 2024-04-15T22:10:59.135 INFO:teuthology.orchestra.run.smithi130.stdout:Version : 2.06 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Release : 68.el9 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: x86_64 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Group : Unspecified 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Size : 8264254 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:License : GPLv3+ 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Packager : builder@centos.org 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Vendor : CentOS 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T22:10:59.136 INFO:teuthology.orchestra.run.smithi130.stdout:Summary : Support tools for GRUB. 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout:Description : 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout:hardware devices. 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:10:59.137 INFO:teuthology.orchestra.run.smithi130.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T22:10:59.138 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T22:10:59.138 INFO:teuthology.task.kernel:Updating grub on smithi130 to boot 5.14.0-438.el9.x86_64 2024-04-15T22:10:59.138 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T22:10:59.771 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-04-15T22:11:01.087 INFO:teuthology.orchestra.run.smithi130.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T22:11:01.125 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-04-15T22:11:01.127 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-04-15T22:11:01.142 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.OD9DiVhogP 2024-04-15T22:11:01.143 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OD9DiVhogP 2024-04-15T22:11:01.211 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.OD9DiVhogP 2024-04-15T22:11:01.351 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.OD9DiVhogP is 6KB 2024-04-15T22:11:01.400 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.OD9DiVhogP 2024-04-15T22:11:01.414 DEBUG:teuthology.orchestra.run.smithi130:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T22:11:01.479 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T22:11:01.479 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T22:11:01.479 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T22:11:01.480 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T22:11:01.481 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T22:11:01.632 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-04-15T22:11:16.375 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T22:11:16.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-15T22:11:16.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:11:25.214 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T22:11:25.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:11:25.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:11:31.640 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T22:11:31.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:11:31.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:11:34.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.33 2024-04-15T22:11:43.778 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-04-15T22:11:43.815 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-15T22:11:43.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:11:50.178 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T22:11:52.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:11:52.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:11:55.838 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-04-15T22:11:59.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:11:59.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:12:02.206 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.33 2024-04-15T22:12:02.242 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T22:12:07.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:12:07.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:12:14.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-15T22:12:14.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:12:14.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:12:14.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:12:14.658 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-15T22:12:15.236 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-15T22:12:15.236 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T22:12:15.236 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-15T22:12:15.251 INFO:teuthology.orchestra.run.smithi033.stdout:5.14.0-438.el9.x86_64 2024-04-15T22:12:15.251 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T22:12:15.251 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:12:15.251 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T22:12:16.254 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T22:12:16.254 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:12:16.369 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-04-15T22:12:16.416 DEBUG:teuthology.parallel:result is None 2024-04-15T22:12:26.270 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-04-15T22:12:32.670 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T22:12:41.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:12:41.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:12:41.719 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-04-15T22:12:42.143 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:12:42.143 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-438.el9.x86_64"... 2024-04-15T22:12:42.143 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-04-15T22:12:42.159 INFO:teuthology.orchestra.run.smithi153.stdout:5.14.0-438.el9.x86_64 2024-04-15T22:12:42.159 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T22:12:42.159 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:12:42.159 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T22:12:43.160 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T22:12:43.161 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:12:43.219 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-04-15T22:12:43.261 DEBUG:teuthology.parallel:result is None 2024-04-15T22:12:47.671 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:12:47.672 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:12:48.015 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-15T22:12:48.456 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:12:48.456 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T22:12:48.456 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-15T22:12:48.471 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-438.el9.x86_64 2024-04-15T22:12:48.471 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T22:12:48.471 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T22:12:48.471 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T22:12:49.472 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T22:12:49.472 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T22:12:49.541 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-04-15T22:12:49.583 DEBUG:teuthology.parallel:result is None 2024-04-15T22:12:49.583 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T22:12:49.590 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T22:12:49.591 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:12:49.594 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:12:49.606 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T22:12:49.629 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T22:12:49.640 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T22:12:49.648 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T22:12:49.648 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:12:49.656 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:12:49.666 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T22:12:49.700 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T22:12:49.708 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T22:12:49.708 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:12:49.724 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-15T22:12:49.731 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:12:49.758 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:12:49.759 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:12:49.764 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:12:49.771 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:12:49.772 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:12:49.778 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T22:12:49.780 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T22:12:49.789 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T22:12:49.790 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T22:12:49.817 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-15T22:12:49.820 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T22:12:49.849 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T22:12:49.859 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T22:12:49.859 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:12:49.890 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:12:49.895 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T22:12:49.911 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:12:49.989 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:12:50.045 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:12:50.130 DEBUG:teuthology.orchestra.run.smithi033:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:12:50.175 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-15T22:12:50.176 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:12:50.245 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:12:50.290 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:12:50.366 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:12:50.409 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:12:50.453 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T22:12:50.453 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:12:50.523 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:12:50.569 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T22:12:50.617 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:12:50.702 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T22:12:50.746 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-15T22:12:50.746 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T22:12:50.815 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-04-15T22:12:50.817 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-04-15T22:12:50.822 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-04-15T22:12:50.877 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T22:12:50.892 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T22:12:50.918 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T22:12:51.309 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T22:12:51.317 INFO:teuthology.task.internal:Starting timer... 2024-04-15T22:12:51.317 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T22:12:51.335 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T22:12:51.348 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T22:12:51.348 DEBUG:teuthology.orchestra.run.smithi033:> sudo service auditd rotate 2024-04-15T22:12:51.410 INFO:teuthology.orchestra.run.smithi033.stdout:Rotating logs: 2024-04-15T22:12:51.412 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2024-04-15T22:12:51.498 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2024-04-15T22:12:51.502 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2024-04-15T22:12:51.555 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2024-04-15T22:12:51.557 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T22:12:51.558 DEBUG:teuthology.orchestra.run.smithi033:> /usr/sbin/getenforce 2024-04-15T22:12:51.579 INFO:teuthology.orchestra.run.smithi033.stdout:Permissive 2024-04-15T22:12:51.579 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2024-04-15T22:12:51.617 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2024-04-15T22:12:51.617 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2024-04-15T22:12:51.640 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2024-04-15T22:12:51.640 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi033.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi130.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi153.front.sepia.ceph.com': 'permissive'} 2024-04-15T22:12:51.641 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:12:51.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:12:51.674 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-15T22:12:51.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:12:51.729 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:12:51.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:12:51.759 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T22:12:51.759 DEBUG:teuthology.orchestra.run.smithi033:> sudo /usr/sbin/setenforce permissive 2024-04-15T22:12:51.798 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2024-04-15T22:12:51.835 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2024-04-15T22:12:51.873 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T22:12:51.888 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T22:12:51.930 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-15T22:12:51.932 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi033.front.sepia.ceph.com,smithi130.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T22:17:34.145 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2024-04-15T22:17:34.147 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-15T22:17:34.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:17:34.243 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-15T22:17:34.322 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-15T22:17:34.323 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:17:34.323 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:17:34.412 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-15T22:17:34.494 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T22:17:34.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:17:34.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T22:17:34.587 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-04-15T22:17:34.669 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-04-15T22:17:34.670 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T22:17:34.681 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T22:17:34.681 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:17:34.682 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:17:34.685 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:17:34.685 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-15T22:17:34.687 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T22:17:34.687 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:17:34.718 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T22:17:34.718 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T22:17:34.735 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T22:17:34.737 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T22:17:34.747 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T22:17:34.766 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2024-04-15T22:17:34.767 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T22:17:34.770 INFO:teuthology.orchestra.run.smithi033.stderr:sudo: ntpd: command not found 2024-04-15T22:17:34.780 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2024-04-15T22:17:34.785 INFO:teuthology.orchestra.run.smithi033.stdout:506 Cannot talk to daemon 2024-04-15T22:17:34.798 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T22:17:34.799 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2024-04-15T22:17:34.803 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T22:17:34.814 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2024-04-15T22:17:34.815 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T22:17:34.821 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T22:17:34.832 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T22:17:34.850 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T22:17:34.875 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-15T22:17:34.875 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-04-15T22:17:34.878 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T22:17:34.879 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-15T22:17:34.879 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.879 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.879 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.879 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.880 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T22:17:34.880 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-04-15T22:17:34.880 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.880 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.880 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.880 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.905 INFO:teuthology.orchestra.run.smithi153.stderr:bash: line 1: ntpq: command not found 2024-04-15T22:17:34.908 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T22:17:34.909 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-04-15T22:17:34.909 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.909 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.909 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.909 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:17:34.909 INFO:teuthology.run_tasks:Running task install... 2024-04-15T22:17:34.917 DEBUG:teuthology.task.install:project ceph 2024-04-15T22:17:34.917 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T22:17:34.918 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T22:17:34.918 INFO:teuthology.task.install:Using flavor: default 2024-04-15T22:17:34.924 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-15T22:17:34.924 INFO:teuthology.task.install:extra packages: [] 2024-04-15T22:17:34.925 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T22:17:34.926 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:17:34.930 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T22:17:34.930 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:17:34.931 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': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T22:17:34.932 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:17:35.080 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T22:17:35.080 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T22:17:35.153 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T22:17:35.153 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T22:17:35.156 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T22:17:35.157 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T22:17:35.413 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T22:17:35.414 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T22:17:35.414 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T22:17:35.444 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-15T22:17:35.444 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T22:17:35.477 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T22:17:35.477 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-15T22:17:35.477 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T22:17:35.492 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T22:17:35.493 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-15T22:17:35.493 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T22:17:35.508 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-15T22:17:35.508 DEBUG:teuthology.orchestra.run.smithi033:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T22:17:35.513 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-15T22:17:35.523 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-15T22:17:35.524 DEBUG:teuthology.orchestra.run.smithi153:> 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/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T22:17:35.578 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:17:35.595 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:17:35.596 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-15T22:17:35.662 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:17:35.664 INFO:teuthology.orchestra.run.smithi130.stdout:check_obsoletes = 1 2024-04-15T22:17:35.665 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum clean all 2024-04-15T22:17:35.679 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:17:35.730 INFO:teuthology.orchestra.run.smithi033.stdout:check_obsoletes = 1 2024-04-15T22:17:35.731 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum clean all 2024-04-15T22:17:35.748 INFO:teuthology.orchestra.run.smithi153.stdout:check_obsoletes = 1 2024-04-15T22:17:35.750 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum clean all 2024-04-15T22:17:35.922 INFO:teuthology.orchestra.run.smithi130.stdout:74 files removed 2024-04-15T22:17:35.950 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-radosgw 2024-04-15T22:17:35.984 INFO:teuthology.orchestra.run.smithi033.stdout:74 files removed 2024-04-15T22:17:35.999 INFO:teuthology.orchestra.run.smithi153.stdout:74 files removed 2024-04-15T22:17:36.011 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-radosgw 2024-04-15T22:17:36.026 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-radosgw 2024-04-15T22:17:36.864 INFO:teuthology.orchestra.run.smithi130.stdout:ceph packages for x86_64 136 kB/s | 83 kB 00:00 2024-04-15T22:17:36.996 INFO:teuthology.orchestra.run.smithi033.stdout:ceph packages for x86_64 123 kB/s | 83 kB 00:00 2024-04-15T22:17:37.017 INFO:teuthology.orchestra.run.smithi153.stdout:ceph packages for x86_64 120 kB/s | 83 kB 00:00 2024-04-15T22:17:37.181 INFO:teuthology.orchestra.run.smithi130.stdout:ceph noarch packages 43 kB/s | 11 kB 00:00 2024-04-15T22:17:37.480 INFO:teuthology.orchestra.run.smithi033.stdout:ceph noarch packages 26 kB/s | 11 kB 00:00 2024-04-15T22:17:37.682 INFO:teuthology.orchestra.run.smithi130.stdout:ceph source packages 4.1 kB/s | 1.9 kB 00:00 2024-04-15T22:17:37.726 INFO:teuthology.orchestra.run.smithi153.stdout:ceph noarch packages 17 kB/s | 11 kB 00:00 2024-04-15T22:17:38.005 INFO:teuthology.orchestra.run.smithi033.stdout:ceph source packages 3.9 kB/s | 1.9 kB 00:00 2024-04-15T22:17:38.160 INFO:teuthology.orchestra.run.smithi153.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-04-15T22:17:38.267 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-04-15T22:17:38.507 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T22:17:38.662 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T22:17:39.676 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-04-15T22:17:40.062 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS-9 - BaseOS 7.2 MB/s | 2.0 MB 00:00 2024-04-15T22:17:40.075 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS-9 - BaseOS 5.2 MB/s | 2.0 MB 00:00 2024-04-15T22:17:41.086 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-15T22:17:41.591 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 5.1 MB/s | 8.0 MB 00:01 2024-04-15T22:17:43.096 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-15T22:17:43.659 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-15T22:17:44.498 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - BaseOS 2.0 MB/s | 8.0 MB 00:04 2024-04-15T22:17:47.774 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - AppStream 8.9 MB/s | 19 MB 00:02 2024-04-15T22:17:49.710 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.2 MB 00:02 2024-04-15T22:17:51.352 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 16 kB 00:00 2024-04-15T22:17:51.867 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-15T22:17:52.579 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-15T22:17:53.609 INFO:teuthology.orchestra.run.smithi033.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-15T22:17:54.754 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - CRB 778 kB/s | 6.2 MB 00:08 2024-04-15T22:17:55.130 INFO:teuthology.orchestra.run.smithi033.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-15T22:17:57.404 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - Extras packages 11 kB/s | 16 kB 00:01 2024-04-15T22:17:57.845 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 10 kB/s | 1.7 kB 00:00 2024-04-15T22:17:58.814 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-15T22:18:00.411 INFO:teuthology.orchestra.run.smithi033.stdout:lab-extras 48 kB/s | 1.7 kB 00:00 2024-04-15T22:18:00.691 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrading: 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T22:18:00.706 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: boost-program-options 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T22:18:00.707 INFO:teuthology.orchestra.run.smithi130.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T22:18:00.708 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout:Installing weak dependencies: 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout:Install 30 Packages 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout:Upgrade 2 Packages 2024-04-15T22:18:00.709 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:00.710 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 59 M 2024-04-15T22:18:00.710 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:18:01.580 INFO:teuthology.orchestra.run.smithi130.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 7.6 MB/s | 5.3 MB 00:00 2024-04-15T22:18:01.630 INFO:teuthology.orchestra.run.smithi130.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 505 kB/s | 25 kB 00:00 2024-04-15T22:18:01.747 INFO:teuthology.orchestra.run.smithi130.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 6.2 MB/s | 746 kB 00:00 2024-04-15T22:18:01.897 INFO:teuthology.orchestra.run.smithi130.stdout:(4/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 9.6 MB/s | 9.9 MB 00:01 2024-04-15T22:18:01.922 INFO:teuthology.orchestra.run.smithi130.stdout:(5/32): libradosstriper1-19.0.0-2114.ga9a752df. 2.8 MB/s | 501 kB 00:00 2024-04-15T22:18:01.981 INFO:teuthology.orchestra.run.smithi130.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 772 kB/s | 45 kB 00:00 2024-04-15T22:18:02.048 INFO:teuthology.orchestra.run.smithi130.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.9 MB/s | 131 kB 00:00 2024-04-15T22:18:02.123 INFO:teuthology.orchestra.run.smithi130.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 2.1 MB/s | 162 kB 00:00 2024-04-15T22:18:02.199 INFO:teuthology.orchestra.run.smithi130.stdout:(9/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 17 MB/s | 5.2 MB 00:00 2024-04-15T22:18:02.224 INFO:teuthology.orchestra.run.smithi130.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 3.1 MB/s | 320 kB 00:00 2024-04-15T22:18:02.249 INFO:teuthology.orchestra.run.smithi130.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 5.8 MB/s | 298 kB 00:00 2024-04-15T22:18:02.275 INFO:teuthology.orchestra.run.smithi130.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.9 MB/s | 99 kB 00:00 2024-04-15T22:18:02.383 INFO:teuthology.orchestra.run.smithi130.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 792 kB/s | 106 kB 00:00 2024-04-15T22:18:02.409 INFO:teuthology.orchestra.run.smithi130.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 159 kB 00:00 2024-04-15T22:18:02.425 INFO:teuthology.orchestra.run.smithi130.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-04-15T22:18:02.476 INFO:teuthology.orchestra.run.smithi130.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 9.7 MB/s | 661 kB 00:00 2024-04-15T22:18:02.501 INFO:teuthology.orchestra.run.smithi130.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-04-15T22:18:02.526 INFO:teuthology.orchestra.run.smithi130.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 827 kB/s | 41 kB 00:00 2024-04-15T22:18:02.551 INFO:teuthology.orchestra.run.smithi130.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 220 kB 00:00 2024-04-15T22:18:02.577 INFO:teuthology.orchestra.run.smithi130.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 699 kB/s | 35 kB 00:00 2024-04-15T22:18:02.602 INFO:teuthology.orchestra.run.smithi130.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 922 kB/s | 46 kB 00:00 2024-04-15T22:18:03.086 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-15T22:18:03.153 INFO:teuthology.orchestra.run.smithi130.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 390 kB/s | 26 kB 00:00 2024-04-15T22:18:03.211 INFO:teuthology.orchestra.run.smithi130.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 832 kB/s | 49 kB 00:00 2024-04-15T22:18:03.278 INFO:teuthology.orchestra.run.smithi130.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-15T22:18:03.284 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:18:03.292 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:18:03.292 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout:Upgrading: 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: boost-program-options 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T22:18:03.293 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T22:18:03.294 INFO:teuthology.orchestra.run.smithi033.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout:Installing weak dependencies: 2024-04-15T22:18:03.295 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout:Install 30 Packages 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout:Upgrade 2 Packages 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 59 M 2024-04-15T22:18:03.296 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:18:03.829 INFO:teuthology.orchestra.run.smithi130.stdout:(26/32): ceph-common-19.0.0-2114.ga9a752df.el7. 7.0 MB/s | 21 MB 00:02 2024-04-15T22:18:03.862 INFO:teuthology.orchestra.run.smithi130.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.4 MB/s | 838 kB 00:00 2024-04-15T22:18:03.881 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-04-15T22:18:04.046 INFO:teuthology.orchestra.run.smithi130.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 4.4 MB 00:01 2024-04-15T22:18:04.071 INFO:teuthology.orchestra.run.smithi130.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 792 kB/s | 192 kB 00:00 2024-04-15T22:18:04.363 INFO:teuthology.orchestra.run.smithi130.stdout:(30/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 11 MB/s | 3.1 MB 00:00 2024-04-15T22:18:04.405 INFO:teuthology.orchestra.run.smithi130.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 2.9 MB/s | 1.6 MB 00:00 2024-04-15T22:18:04.572 INFO:teuthology.orchestra.run.smithi130.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 6.4 MB/s | 3.4 MB 00:00 2024-04-15T22:18:04.575 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:04.576 INFO:teuthology.orchestra.run.smithi130.stdout:Total 15 MB/s | 59 MB 00:03 2024-04-15T22:18:04.576 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:18:04.609 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:18:04.609 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:18:04.720 INFO:teuthology.orchestra.run.smithi033.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 8.1 MB/s | 9.9 MB 00:01 2024-04-15T22:18:04.754 INFO:teuthology.orchestra.run.smithi033.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 764 kB/s | 25 kB 00:00 2024-04-15T22:18:04.829 INFO:teuthology.orchestra.run.smithi033.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 9.7 MB/s | 746 kB 00:00 2024-04-15T22:18:04.888 INFO:teuthology.orchestra.run.smithi033.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 8.4 MB/s | 501 kB 00:00 2024-04-15T22:18:05.102 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:18:05.102 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:18:05.213 INFO:teuthology.orchestra.run.smithi033.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 16 MB/s | 5.2 MB 00:00 2024-04-15T22:18:05.255 INFO:teuthology.orchestra.run.smithi033.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 1.1 MB/s | 45 kB 00:00 2024-04-15T22:18:05.297 INFO:teuthology.orchestra.run.smithi033.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 3.1 MB/s | 131 kB 00:00 2024-04-15T22:18:05.364 INFO:teuthology.orchestra.run.smithi033.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 2.4 MB/s | 162 kB 00:00 2024-04-15T22:18:05.439 INFO:teuthology.orchestra.run.smithi033.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 4.2 MB/s | 320 kB 00:00 2024-04-15T22:18:05.539 INFO:teuthology.orchestra.run.smithi033.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 2.9 MB/s | 298 kB 00:00 2024-04-15T22:18:05.640 INFO:teuthology.orchestra.run.smithi033.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 991 kB/s | 99 kB 00:00 2024-04-15T22:18:05.773 INFO:teuthology.orchestra.run.smithi033.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-04-15T22:18:05.815 INFO:teuthology.orchestra.run.smithi033.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.7 MB/s | 159 kB 00:00 2024-04-15T22:18:05.849 INFO:teuthology.orchestra.run.smithi033.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.3 MB/s | 44 kB 00:00 2024-04-15T22:18:05.925 INFO:teuthology.orchestra.run.smithi033.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-04-15T22:18:05.966 INFO:teuthology.orchestra.run.smithi033.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.6 MB/s | 282 kB 00:00 2024-04-15T22:18:06.000 INFO:teuthology.orchestra.run.smithi033.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 1.2 MB/s | 41 kB 00:00 2024-04-15T22:18:06.034 INFO:teuthology.orchestra.run.smithi033.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 6.5 MB/s | 220 kB 00:00 2024-04-15T22:18:06.067 INFO:teuthology.orchestra.run.smithi033.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 1.0 MB/s | 35 kB 00:00 2024-04-15T22:18:06.101 INFO:teuthology.orchestra.run.smithi033.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.4 MB/s | 46 kB 00:00 2024-04-15T22:18:06.510 INFO:teuthology.orchestra.run.smithi033.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 757 kB/s | 309 kB 00:00 2024-04-15T22:18:06.579 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:18:06.617 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrading: 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:18:06.630 INFO:teuthology.orchestra.run.smithi153.stdout: boost-program-options 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T22:18:06.631 INFO:teuthology.orchestra.run.smithi153.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-argparse 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T22:18:06.632 INFO:teuthology.orchestra.run.smithi153.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout:Installing weak dependencies: 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout:Install 30 Packages 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrade 2 Packages 2024-04-15T22:18:06.633 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:06.634 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 59 M 2024-04-15T22:18:06.634 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:18:06.665 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T22:18:06.693 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T22:18:06.718 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T22:18:06.741 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T22:18:06.759 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T22:18:06.818 INFO:teuthology.orchestra.run.smithi033.stdout:(22/32): libarrow-9.0.0-10.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2024-04-15T22:18:06.885 INFO:teuthology.orchestra.run.smithi033.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 389 kB/s | 26 kB 00:00 2024-04-15T22:18:06.943 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T22:18:06.952 INFO:teuthology.orchestra.run.smithi033.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 729 kB/s | 49 kB 00:00 2024-04-15T22:18:06.995 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T22:18:07.019 INFO:teuthology.orchestra.run.smithi033.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-15T22:18:07.111 INFO:teuthology.orchestra.run.smithi033.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 8.9 MB/s | 838 kB 00:00 2024-04-15T22:18:07.186 INFO:teuthology.orchestra.run.smithi033.stdout:(27/32): ceph-base-19.0.0-2114.ga9a752df.el7.x8 1.4 MB/s | 5.3 MB 00:03 2024-04-15T22:18:07.212 INFO:teuthology.orchestra.run.smithi033.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-04-15T22:18:07.295 INFO:teuthology.orchestra.run.smithi033.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2024-04-15T22:18:07.320 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T22:18:07.387 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:07.496 INFO:teuthology.orchestra.run.smithi033.stdout:(30/32): ceph-common-19.0.0-2114.ga9a752df.el7. 5.2 MB/s | 21 MB 00:03 2024-04-15T22:18:07.498 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:07.590 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T22:18:07.622 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T22:18:07.684 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T22:18:07.713 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T22:18:07.757 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T22:18:07.805 INFO:teuthology.orchestra.run.smithi033.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 5.7 MB/s | 3.4 MB 00:00 2024-04-15T22:18:07.826 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T22:18:07.849 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T22:18:07.896 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T22:18:07.930 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T22:18:08.039 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T22:18:08.073 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T22:18:08.113 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T22:18:08.138 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T22:18:08.167 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T22:18:08.202 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T22:18:08.515 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T22:18:08.546 INFO:teuthology.orchestra.run.smithi130.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T22:18:08.635 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T22:18:08.667 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T22:18:08.671 INFO:teuthology.orchestra.run.smithi033.stdout:(32/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 2.3 MB/s | 3.1 MB 00:01 2024-04-15T22:18:08.676 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:08.676 INFO:teuthology.orchestra.run.smithi033.stdout:Total 11 MB/s | 59 MB 00:05 2024-04-15T22:18:08.677 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:18:08.712 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T22:18:08.719 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:18:08.720 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:18:09.175 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T22:18:09.217 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:18:09.217 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:18:09.226 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T22:18:09.278 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T22:18:09.348 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T22:18:09.490 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T22:18:09.615 INFO:teuthology.orchestra.run.smithi153.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 2.0 MB/s | 5.3 MB 00:02 2024-04-15T22:18:09.716 INFO:teuthology.orchestra.run.smithi153.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 252 kB/s | 25 kB 00:00 2024-04-15T22:18:10.132 INFO:teuthology.orchestra.run.smithi153.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 1.7 MB/s | 746 kB 00:00 2024-04-15T22:18:10.424 INFO:teuthology.orchestra.run.smithi153.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 1.7 MB/s | 501 kB 00:00 2024-04-15T22:18:10.727 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:18:10.827 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T22:18:10.859 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T22:18:10.885 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T22:18:10.908 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T22:18:10.925 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T22:18:11.102 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T22:18:11.157 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T22:18:11.503 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T22:18:11.562 INFO:teuthology.orchestra.run.smithi033.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:11.605 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:11.638 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:11.639 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:11.727 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T22:18:11.755 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T22:18:11.809 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T22:18:11.838 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T22:18:11.882 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T22:18:11.952 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T22:18:11.974 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T22:18:12.038 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T22:18:12.072 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T22:18:12.184 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T22:18:12.206 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:12.215 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T22:18:12.243 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T22:18:12.256 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T22:18:12.288 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T22:18:12.318 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T22:18:12.319 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T22:18:12.319 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-15T22:18:12.319 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-15T22:18:12.319 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:12.350 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T22:18:12.377 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:12.680 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T22:18:12.691 INFO:teuthology.orchestra.run.smithi153.stdout:(5/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 2.3 MB/s | 5.2 MB 00:02 2024-04-15T22:18:12.713 INFO:teuthology.orchestra.run.smithi033.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T22:18:12.749 INFO:teuthology.orchestra.run.smithi153.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 778 kB/s | 45 kB 00:00 2024-04-15T22:18:12.796 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T22:18:12.826 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T22:18:12.841 INFO:teuthology.orchestra.run.smithi153.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.4 MB/s | 131 kB 00:00 2024-04-15T22:18:12.867 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T22:18:12.942 INFO:teuthology.orchestra.run.smithi153.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.6 MB/s | 162 kB 00:00 2024-04-15T22:18:13.142 INFO:teuthology.orchestra.run.smithi153.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 1.6 MB/s | 320 kB 00:00 2024-04-15T22:18:13.309 INFO:teuthology.orchestra.run.smithi153.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 1.7 MB/s | 298 kB 00:00 2024-04-15T22:18:13.366 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T22:18:13.376 INFO:teuthology.orchestra.run.smithi153.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.5 MB/s | 99 kB 00:00 2024-04-15T22:18:13.391 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T22:18:13.463 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T22:18:13.476 INFO:teuthology.orchestra.run.smithi153.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.0 MB/s | 106 kB 00:00 2024-04-15T22:18:13.519 INFO:teuthology.orchestra.run.smithi153.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.7 MB/s | 159 kB 00:00 2024-04-15T22:18:13.542 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T22:18:13.560 INFO:teuthology.orchestra.run.smithi153.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.0 MB/s | 44 kB 00:00 2024-04-15T22:18:13.569 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T22:18:13.664 INFO:teuthology.orchestra.run.smithi153.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.3 MB/s | 661 kB 00:00 2024-04-15T22:18:13.723 INFO:teuthology.orchestra.run.smithi153.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.0 MB/s | 282 kB 00:00 2024-04-15T22:18:13.761 INFO:teuthology.orchestra.run.smithi153.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 990 kB/s | 41 kB 00:00 2024-04-15T22:18:13.803 INFO:teuthology.orchestra.run.smithi153.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 5.2 MB/s | 220 kB 00:00 2024-04-15T22:18:13.836 INFO:teuthology.orchestra.run.smithi153.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 1.0 MB/s | 35 kB 00:00 2024-04-15T22:18:13.870 INFO:teuthology.orchestra.run.smithi153.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 1.4 MB/s | 46 kB 00:00 2024-04-15T22:18:14.254 INFO:teuthology.orchestra.run.smithi153.stdout:(21/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 806 kB/s | 309 kB 00:00 2024-04-15T22:18:14.554 INFO:teuthology.orchestra.run.smithi153.stdout:(22/32): libarrow-9.0.0-10.el9.x86_64.rpm 15 MB/s | 4.4 MB 00:00 2024-04-15T22:18:14.621 INFO:teuthology.orchestra.run.smithi153.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 391 kB/s | 26 kB 00:00 2024-04-15T22:18:14.688 INFO:teuthology.orchestra.run.smithi153.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 728 kB/s | 49 kB 00:00 2024-04-15T22:18:14.755 INFO:teuthology.orchestra.run.smithi153.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-04-15T22:18:14.847 INFO:teuthology.orchestra.run.smithi153.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 8.9 MB/s | 838 kB 00:00 2024-04-15T22:18:14.914 INFO:teuthology.orchestra.run.smithi153.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-15T22:18:15.047 INFO:teuthology.orchestra.run.smithi153.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-04-15T22:18:16.098 INFO:teuthology.orchestra.run.smithi153.stdout:(29/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7 1.1 MB/s | 9.9 MB 00:09 2024-04-15T22:18:16.129 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:16.311 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:16.381 INFO:teuthology.orchestra.run.smithi153.stdout:(30/32): librados2-19.0.0-2114.ga9a752df.el7.x8 2.5 MB/s | 3.4 MB 00:01 2024-04-15T22:18:16.899 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:16.936 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T22:18:17.015 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T22:18:17.015 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T22:18:17.015 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T22:18:17.015 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:17.053 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:18.456 INFO:teuthology.orchestra.run.smithi153.stdout:(31/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 1.3 MB/s | 3.1 MB 00:02 2024-04-15T22:18:20.914 INFO:teuthology.orchestra.run.smithi153.stdout:(32/32): ceph-common-19.0.0-2114.ga9a752df.el7. 1.5 MB/s | 21 MB 00:13 2024-04-15T22:18:20.919 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:20.919 INFO:teuthology.orchestra.run.smithi153.stdout:Total 4.1 MB/s | 59 MB 00:14 2024-04-15T22:18:20.920 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:18:20.958 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:18:20.958 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:18:21.457 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:18:21.457 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:18:22.110 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /sys 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /proc 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /mnt 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /var/tmp 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /home 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /root 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout:skipping the directory /tmp 2024-04-15T22:18:22.111 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:22.905 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:18:22.976 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T22:18:23.008 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T22:18:23.033 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T22:18:23.034 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:23.034 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T22:18:23.034 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-15T22:18:23.034 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-15T22:18:23.034 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:23.036 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T22:18:23.036 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T22:18:23.061 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T22:18:23.084 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T22:18:23.101 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T22:18:23.119 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T22:18:23.119 INFO:teuthology.orchestra.run.smithi130.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:23.277 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T22:18:23.332 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T22:18:23.729 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T22:18:23.763 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:23.855 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:23.942 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T22:18:23.981 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T22:18:24.043 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T22:18:24.106 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T22:18:24.150 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T22:18:24.219 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T22:18:24.242 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T22:18:24.279 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:24.279 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T22:18:24.279 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T22:18:24.279 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T22:18:24.279 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T22:18:24.280 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:24.281 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T22:18:24.282 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T22:18:24.289 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T22:18:24.324 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T22:18:24.435 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T22:18:24.466 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T22:18:24.508 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T22:18:24.548 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T22:18:24.577 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T22:18:24.610 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T22:18:24.926 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T22:18:24.956 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T22:18:25.038 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T22:18:25.070 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T22:18:25.109 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T22:18:25.261 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:25.261 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:25.261 INFO:teuthology.orchestra.run.smithi130.stdout:Upgraded: 2024-04-15T22:18:25.261 INFO:teuthology.orchestra.run.smithi130.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.261 INFO:teuthology.orchestra.run.smithi130.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T22:18:25.262 INFO:teuthology.orchestra.run.smithi130.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T22:18:25.263 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:25.264 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:18:25.563 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-test 2024-04-15T22:18:25.565 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T22:18:25.592 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T22:18:25.647 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T22:18:25.715 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T22:18:25.745 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T22:18:26.162 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:29 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:18:26.321 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:18:26.322 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:26.322 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:18:26.322 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:26.322 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:18:26.322 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T22:18:26.322 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout:Install 6 Packages 2024-04-15T22:18:26.323 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:26.324 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 49 M 2024-04-15T22:18:26.324 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 206 M 2024-04-15T22:18:26.324 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:18:26.941 INFO:teuthology.orchestra.run.smithi130.stdout:(1/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 550 kB/s | 164 kB 00:00 2024-04-15T22:18:26.966 INFO:teuthology.orchestra.run.smithi130.stdout:(2/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 672 kB/s | 217 kB 00:00 2024-04-15T22:18:27.000 INFO:teuthology.orchestra.run.smithi130.stdout:(3/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.1 MB/s | 300 kB 00:00 2024-04-15T22:18:27.025 INFO:teuthology.orchestra.run.smithi130.stdout:(4/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.0 MB/s | 63 kB 00:00 2024-04-15T22:18:27.072 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:27.072 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /sys 2024-04-15T22:18:27.072 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /proc 2024-04-15T22:18:27.073 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /mnt 2024-04-15T22:18:27.073 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /var/tmp 2024-04-15T22:18:27.073 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /home 2024-04-15T22:18:27.073 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /root 2024-04-15T22:18:27.073 INFO:teuthology.orchestra.run.smithi033.stdout:skipping the directory /tmp 2024-04-15T22:18:27.073 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:27.158 INFO:teuthology.orchestra.run.smithi130.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-15T22:18:28.024 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T22:18:28.034 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:28.050 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T22:18:28.050 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:28.050 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T22:18:28.050 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:18:28.050 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:18:28.051 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:28.052 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T22:18:28.074 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:28.131 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T22:18:28.131 INFO:teuthology.orchestra.run.smithi033.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:28.685 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T22:18:28.728 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T22:18:28.822 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T22:18:28.823 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T22:18:28.823 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T22:18:28.823 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:28.871 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:29.202 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:29.202 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T22:18:29.202 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T22:18:29.203 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T22:18:29.204 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T22:18:29.205 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:29.205 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T22:18:29.205 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T22:18:30.125 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout:Upgraded: 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T22:18:30.126 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.127 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:30.128 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:18:30.444 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-test 2024-04-15T22:18:30.917 INFO:teuthology.orchestra.run.smithi130.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 11 MB/s | 48 MB 00:04 2024-04-15T22:18:30.920 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:30.920 INFO:teuthology.orchestra.run.smithi130.stdout:Total 11 MB/s | 49 MB 00:04 2024-04-15T22:18:30.935 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:18:30.956 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:18:30.957 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:18:31.030 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:31 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:18:31.189 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:18:31.189 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:18:31.189 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:18:31.190 INFO:teuthology.orchestra.run.smithi033.stdout:Install 6 Packages 2024-04-15T22:18:31.191 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:31.191 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 49 M 2024-04-15T22:18:31.191 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 206 M 2024-04-15T22:18:31.191 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:18:31.336 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:18:31.337 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:18:31.613 INFO:teuthology.orchestra.run.smithi033.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.3 MB/s | 217 kB 00:00 2024-04-15T22:18:31.654 INFO:teuthology.orchestra.run.smithi033.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.2 MB/s | 300 kB 00:00 2024-04-15T22:18:31.688 INFO:teuthology.orchestra.run.smithi033.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-15T22:18:31.813 INFO:teuthology.orchestra.run.smithi033.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.5 MB/s | 187 kB 00:00 2024-04-15T22:18:31.905 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:18:31.993 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T22:18:32.005 INFO:teuthology.orchestra.run.smithi033.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 295 kB/s | 164 kB 00:00 2024-04-15T22:18:32.029 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T22:18:32.061 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T22:18:32.109 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T22:18:32.137 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T22:18:34.697 INFO:teuthology.orchestra.run.smithi033.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 15 MB/s | 48 MB 00:03 2024-04-15T22:18:34.700 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:34.700 INFO:teuthology.orchestra.run.smithi033.stdout:Total 14 MB/s | 49 MB 00:03 2024-04-15T22:18:34.716 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:18:34.738 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:18:34.739 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:18:35.142 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:18:35.142 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:18:35.726 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:18:35.823 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T22:18:35.867 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T22:18:35.899 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T22:18:35.939 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T22:18:35.966 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T22:18:36.711 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T22:18:36.795 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /sys 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /proc 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /mnt 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /var/tmp 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /home 2024-04-15T22:18:38.230 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /root 2024-04-15T22:18:38.231 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /tmp 2024-04-15T22:18:38.231 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:39.091 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T22:18:39.091 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T22:18:39.091 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T22:18:39.091 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T22:18:39.091 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T22:18:39.091 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T22:18:39.144 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T22:18:39.169 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T22:18:39.169 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:39.169 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T22:18:39.170 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:18:39.170 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T22:18:39.170 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:39.172 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T22:18:39.256 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T22:18:39.256 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:39.471 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: jq-1.6-16.el9.x86_64 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:39.472 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:18:39.775 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph 2024-04-15T22:18:40.358 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:43 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:18:40.393 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T22:18:40.394 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T22:18:40.395 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T22:18:40.396 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T22:18:40.396 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T22:18:40.397 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T22:18:40.397 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T22:18:40.397 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T22:18:40.397 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T22:18:40.513 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:18:40.515 INFO:teuthology.orchestra.run.smithi130.stdout:========================================================================================= 2024-04-15T22:18:40.515 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout:========================================================================================= 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T22:18:40.516 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T22:18:40.517 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout:========================================================================================= 2024-04-15T22:18:40.518 INFO:teuthology.orchestra.run.smithi130.stdout:Install 36 Packages 2024-04-15T22:18:40.519 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:40.519 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 30 M 2024-04-15T22:18:40.519 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 107 M 2024-04-15T22:18:40.519 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:18:40.700 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T22:18:40.794 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T22:18:41.287 INFO:teuthology.orchestra.run.smithi130.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 35 kB/s | 6.6 kB 00:00 2024-04-15T22:18:41.551 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T22:18:41.551 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:41.551 INFO:teuthology.orchestra.run.smithi153.stdout:Upgraded: 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T22:18:41.552 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T22:18:41.553 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:41.554 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:18:41.713 INFO:teuthology.orchestra.run.smithi130.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-04-15T22:18:41.880 INFO:teuthology.orchestra.run.smithi130.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 3.0 MB/s | 2.4 MB 00:00 2024-04-15T22:18:41.883 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-test 2024-04-15T22:18:41.946 INFO:teuthology.orchestra.run.smithi130.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 3.6 MB/s | 248 kB 00:00 2024-04-15T22:18:42.205 INFO:teuthology.orchestra.run.smithi130.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 723 kB/s | 187 kB 00:00 2024-04-15T22:18:42.272 INFO:teuthology.orchestra.run.smithi130.stdout:(6/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 4.8 MB/s | 4.7 MB 00:00 2024-04-15T22:18:42.297 INFO:teuthology.orchestra.run.smithi130.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.5 MB/s | 144 kB 00:00 2024-04-15T22:18:42.331 INFO:teuthology.orchestra.run.smithi130.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 541 kB/s | 32 kB 00:00 2024-04-15T22:18:42.364 INFO:teuthology.orchestra.run.smithi130.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 709 kB/s | 47 kB 00:00 2024-04-15T22:18:42.389 INFO:teuthology.orchestra.run.smithi130.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 660 kB/s | 39 kB 00:00 2024-04-15T22:18:42.458 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:39 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:18:42.490 INFO:teuthology.orchestra.run.smithi130.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 241 kB 00:00 2024-04-15T22:18:42.590 INFO:teuthology.orchestra.run.smithi130.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 5.7 MB/s | 1.1 MB 00:00 2024-04-15T22:18:42.613 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T22:18:42.614 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:42.615 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:18:42.615 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:18:42.615 INFO:teuthology.orchestra.run.smithi153.stdout:Install 6 Packages 2024-04-15T22:18:42.615 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:42.615 INFO:teuthology.orchestra.run.smithi130.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 826 kB/s | 103 kB 00:00 2024-04-15T22:18:42.616 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 49 M 2024-04-15T22:18:42.616 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 206 M 2024-04-15T22:18:42.616 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:18:42.649 INFO:teuthology.orchestra.run.smithi130.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 2.1 MB/s | 124 kB 00:00 2024-04-15T22:18:42.674 INFO:teuthology.orchestra.run.smithi130.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 187 kB 00:00 2024-04-15T22:18:42.933 INFO:teuthology.orchestra.run.smithi130.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 441 kB/s | 125 kB 00:00 2024-04-15T22:18:43.022 INFO:teuthology.orchestra.run.smithi153.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 914 kB/s | 217 kB 00:00 2024-04-15T22:18:43.122 INFO:teuthology.orchestra.run.smithi153.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 2.9 MB/s | 300 kB 00:00 2024-04-15T22:18:43.166 INFO:teuthology.orchestra.run.smithi153.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 63 kB 00:00 2024-04-15T22:18:43.341 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T22:18:43.342 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T22:18:43.342 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T22:18:43.342 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T22:18:43.342 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T22:18:43.342 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T22:18:43.372 INFO:teuthology.orchestra.run.smithi153.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 898 kB/s | 187 kB 00:00 2024-04-15T22:18:43.441 INFO:teuthology.orchestra.run.smithi130.stdout:(17/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 9.7 MB/s | 17 MB 00:01 2024-04-15T22:18:43.456 INFO:teuthology.orchestra.run.smithi153.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 244 kB/s | 164 kB 00:00 2024-04-15T22:18:43.467 INFO:teuthology.orchestra.run.smithi130.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 28 kB/s | 22 kB 00:00 2024-04-15T22:18:43.492 INFO:teuthology.orchestra.run.smithi130.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 270 kB/s | 151 kB 00:00 2024-04-15T22:18:43.684 INFO:teuthology.orchestra.run.smithi130.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: jq-1.6-16.el9.x86_64 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T22:18:43.730 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:43.731 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:18:43.792 INFO:teuthology.orchestra.run.smithi130.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-15T22:18:43.817 INFO:teuthology.orchestra.run.smithi130.stdout:(22/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 116 kB/s | 43 kB 00:00 2024-04-15T22:18:43.901 INFO:teuthology.orchestra.run.smithi130.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-04-15T22:18:43.935 INFO:teuthology.orchestra.run.smithi130.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-15T22:18:43.993 INFO:teuthology.orchestra.run.smithi130.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 326 kB/s | 172 kB 00:00 2024-04-15T22:18:44.019 INFO:teuthology.orchestra.run.smithi130.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-04-15T22:18:44.025 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph 2024-04-15T22:18:44.052 INFO:teuthology.orchestra.run.smithi130.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 167 kB/s | 20 kB 00:00 2024-04-15T22:18:44.103 INFO:teuthology.orchestra.run.smithi130.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 424 kB/s | 46 kB 00:00 2024-04-15T22:18:44.119 INFO:teuthology.orchestra.run.smithi130.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 783 kB/s | 79 kB 00:00 2024-04-15T22:18:44.212 INFO:teuthology.orchestra.run.smithi130.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-15T22:18:44.237 INFO:teuthology.orchestra.run.smithi130.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 770 kB/s | 90 kB 00:00 2024-04-15T22:18:44.337 INFO:teuthology.orchestra.run.smithi130.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 286 kB/s | 36 kB 00:00 2024-04-15T22:18:44.362 INFO:teuthology.orchestra.run.smithi130.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 880 kB/s | 272 kB 00:00 2024-04-15T22:18:44.387 INFO:teuthology.orchestra.run.smithi130.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.5 MB/s | 230 kB 00:00 2024-04-15T22:18:44.471 INFO:teuthology.orchestra.run.smithi130.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-15T22:18:44.529 INFO:teuthology.orchestra.run.smithi130.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.2 MB/s | 427 kB 00:00 2024-04-15T22:18:44.533 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:44.533 INFO:teuthology.orchestra.run.smithi130.stdout:Total 7.5 MB/s | 30 MB 00:04 2024-04-15T22:18:44.559 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:18:44.602 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:18:44.602 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:18:44.615 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:00:44 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:18:44.777 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:18:44.779 INFO:teuthology.orchestra.run.smithi033.stdout:========================================================================================= 2024-04-15T22:18:44.780 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:18:44.780 INFO:teuthology.orchestra.run.smithi033.stdout:========================================================================================= 2024-04-15T22:18:44.780 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:18:44.780 INFO:teuthology.orchestra.run.smithi033.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T22:18:44.780 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:18:44.780 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T22:18:44.781 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T22:18:44.781 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T22:18:44.781 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T22:18:44.781 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T22:18:44.781 INFO:teuthology.orchestra.run.smithi033.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T22:18:44.782 INFO:teuthology.orchestra.run.smithi033.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T22:18:44.782 INFO:teuthology.orchestra.run.smithi033.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T22:18:44.782 INFO:teuthology.orchestra.run.smithi033.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T22:18:44.782 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T22:18:44.782 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T22:18:44.783 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T22:18:44.783 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T22:18:44.783 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T22:18:44.783 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T22:18:44.783 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T22:18:44.783 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T22:18:44.784 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T22:18:44.784 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T22:18:44.784 INFO:teuthology.orchestra.run.smithi033.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T22:18:44.784 INFO:teuthology.orchestra.run.smithi033.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T22:18:44.784 INFO:teuthology.orchestra.run.smithi033.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T22:18:44.784 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T22:18:44.785 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T22:18:44.785 INFO:teuthology.orchestra.run.smithi033.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T22:18:44.785 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T22:18:44.785 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T22:18:44.785 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T22:18:44.785 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T22:18:44.786 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T22:18:44.786 INFO:teuthology.orchestra.run.smithi033.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T22:18:44.786 INFO:teuthology.orchestra.run.smithi033.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T22:18:44.786 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T22:18:44.786 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T22:18:44.786 INFO:teuthology.orchestra.run.smithi033.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T22:18:44.787 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:44.787 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:18:44.787 INFO:teuthology.orchestra.run.smithi033.stdout:========================================================================================= 2024-04-15T22:18:44.787 INFO:teuthology.orchestra.run.smithi033.stdout:Install 36 Packages 2024-04-15T22:18:44.787 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:44.788 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 30 M 2024-04-15T22:18:44.789 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 107 M 2024-04-15T22:18:44.789 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:18:45.019 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:18:45.019 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:18:45.691 INFO:teuthology.orchestra.run.smithi033.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 14 kB/s | 6.6 kB 00:00 2024-04-15T22:18:46.359 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:18:46.415 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T22:18:46.448 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T22:18:46.476 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T22:18:46.538 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T22:18:46.583 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T22:18:46.632 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T22:18:46.725 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T22:18:46.803 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T22:18:46.846 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T22:18:46.915 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T22:18:46.968 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T22:18:47.007 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T22:18:47.056 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T22:18:47.117 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T22:18:47.305 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T22:18:47.353 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T22:18:47.383 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T22:18:47.417 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T22:18:47.424 INFO:teuthology.orchestra.run.smithi033.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 693 kB/s | 1.5 MB 00:02 2024-04-15T22:18:47.455 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T22:18:47.532 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T22:18:47.565 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T22:18:47.598 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T22:18:47.639 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T22:18:47.674 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T22:18:47.689 INFO:teuthology.orchestra.run.smithi153.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 9.7 MB/s | 48 MB 00:04 2024-04-15T22:18:47.692 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:47.692 INFO:teuthology.orchestra.run.smithi153.stdout:Total 9.6 MB/s | 49 MB 00:05 2024-04-15T22:18:47.707 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:18:47.727 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:18:47.727 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:18:47.741 INFO:teuthology.orchestra.run.smithi033.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 958 kB/s | 2.4 MB 00:02 2024-04-15T22:18:47.742 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T22:18:47.832 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T22:18:47.866 INFO:teuthology.orchestra.run.smithi033.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 1.9 MB/s | 248 kB 00:00 2024-04-15T22:18:47.873 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T22:18:47.945 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T22:18:48.009 INFO:teuthology.orchestra.run.smithi033.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-15T22:18:48.059 INFO:teuthology.orchestra.run.smithi033.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-04-15T22:18:48.081 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T22:18:48.101 INFO:teuthology.orchestra.run.smithi033.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 759 kB/s | 32 kB 00:00 2024-04-15T22:18:48.110 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:18:48.110 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:18:48.143 INFO:teuthology.orchestra.run.smithi033.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-04-15T22:18:48.184 INFO:teuthology.orchestra.run.smithi033.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 934 kB/s | 39 kB 00:00 2024-04-15T22:18:48.197 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T22:18:48.235 INFO:teuthology.orchestra.run.smithi033.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.7 MB/s | 241 kB 00:00 2024-04-15T22:18:48.335 INFO:teuthology.orchestra.run.smithi033.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 11 MB/s | 1.1 MB 00:00 2024-04-15T22:18:48.356 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T22:18:48.377 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T22:18:48.394 INFO:teuthology.orchestra.run.smithi033.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 1.7 MB/s | 103 kB 00:00 2024-04-15T22:18:48.404 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T22:18:48.404 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:48.404 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T22:18:48.404 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-15T22:18:48.405 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-15T22:18:48.405 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:48.444 INFO:teuthology.orchestra.run.smithi033.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 2.4 MB/s | 124 kB 00:00 2024-04-15T22:18:48.494 INFO:teuthology.orchestra.run.smithi033.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-04-15T22:18:48.703 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:18:48.784 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T22:18:48.831 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T22:18:48.871 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T22:18:48.914 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T22:18:48.937 INFO:teuthology.orchestra.run.smithi033.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 283 kB/s | 125 kB 00:00 2024-04-15T22:18:48.942 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T22:18:48.987 INFO:teuthology.orchestra.run.smithi033.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 449 kB/s | 22 kB 00:00 2024-04-15T22:18:49.154 INFO:teuthology.orchestra.run.smithi033.stdout:(17/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 9.7 MB/s | 17 MB 00:01 2024-04-15T22:18:49.462 INFO:teuthology.orchestra.run.smithi033.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 155 kB/s | 43 kB 00:00 2024-04-15T22:18:49.488 INFO:teuthology.orchestra.run.smithi033.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 302 kB/s | 151 kB 00:00 2024-04-15T22:18:49.571 INFO:teuthology.orchestra.run.smithi033.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.5 MB/s | 172 kB 00:00 2024-04-15T22:18:49.646 INFO:teuthology.orchestra.run.smithi033.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.2 MB/s | 358 kB 00:00 2024-04-15T22:18:49.672 INFO:teuthology.orchestra.run.smithi033.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-15T22:18:49.722 INFO:teuthology.orchestra.run.smithi033.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 235 kB/s | 18 kB 00:00 2024-04-15T22:18:49.739 INFO:teuthology.orchestra.run.smithi033.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-04-15T22:18:49.797 INFO:teuthology.orchestra.run.smithi033.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-04-15T22:18:49.814 INFO:teuthology.orchestra.run.smithi033.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 262 kB/s | 20 kB 00:00 2024-04-15T22:18:49.845 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T22:18:49.865 INFO:teuthology.orchestra.run.smithi033.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 693 kB/s | 46 kB 00:00 2024-04-15T22:18:49.872 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T22:18:49.872 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:49.872 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T22:18:49.872 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-15T22:18:49.873 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-15T22:18:49.873 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:49.890 INFO:teuthology.orchestra.run.smithi033.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-15T22:18:49.957 INFO:teuthology.orchestra.run.smithi033.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-04-15T22:18:49.974 INFO:teuthology.orchestra.run.smithi033.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-15T22:18:50.033 INFO:teuthology.orchestra.run.smithi033.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-15T22:18:50.050 INFO:teuthology.orchestra.run.smithi033.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 475 kB/s | 36 kB 00:00 2024-04-15T22:18:50.116 INFO:teuthology.orchestra.run.smithi033.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-15T22:18:50.150 INFO:teuthology.orchestra.run.smithi033.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-15T22:18:50.184 INFO:teuthology.orchestra.run.smithi033.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 303 kB/s | 20 kB 00:00 2024-04-15T22:18:50.312 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T22:18:50.336 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T22:18:50.336 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:50.336 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T22:18:50.336 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-15T22:18:50.337 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-15T22:18:50.337 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:50.562 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T22:18:50.587 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T22:18:50.587 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:50.587 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T22:18:50.587 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-15T22:18:50.587 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-15T22:18:50.587 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:50.652 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T22:18:50.792 INFO:teuthology.orchestra.run.smithi033.stdout:(36/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 942 kB/s | 4.7 MB 00:05 2024-04-15T22:18:50.798 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:50.798 INFO:teuthology.orchestra.run.smithi033.stdout:Total 5.0 MB/s | 30 MB 00:06 2024-04-15T22:18:50.824 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:18:50.870 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:18:50.870 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:18:51.295 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:18:51.295 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:18:52.349 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T22:18:52.350 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T22:18:52.351 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T22:18:52.352 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T22:18:52.755 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:18:52.819 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T22:18:52.861 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T22:18:52.897 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T22:18:52.971 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T22:18:53.130 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T22:18:53.163 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T22:18:53.260 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T22:18:53.336 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T22:18:53.382 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:18:53.455 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T22:18:53.456 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T22:18:53.457 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T22:18:53.458 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T22:18:53.458 INFO:teuthology.orchestra.run.smithi130.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T22:18:53.458 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:53.458 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:18:53.458 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T22:18:53.509 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T22:18:53.509 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T22:18:53.554 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T22:18:53.583 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T22:18:53.613 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T22:18:53.682 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T22:18:53.838 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-base 2024-04-15T22:18:53.880 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T22:18:53.933 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T22:18:53.972 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T22:18:54.007 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T22:18:54.036 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T22:18:54.117 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T22:18:54.272 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T22:18:54.305 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T22:18:54.338 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T22:18:54.381 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T22:18:54.415 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T22:18:54.418 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:18:54.509 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T22:18:54.518 INFO:teuthology.orchestra.run.smithi130.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:18:54.555 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T22:18:54.569 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:18:54.570 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:18:54.570 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:18:54.630 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T22:18:54.643 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install cephadm 2024-04-15T22:18:54.781 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T22:18:54.914 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T22:18:55.090 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T22:18:55.116 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T22:18:55.143 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T22:18:55.143 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:55.143 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T22:18:55.143 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T22:18:55.143 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T22:18:55.143 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:55.211 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:18:55.361 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:18:55.362 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:55.362 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:18:55.362 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:55.362 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:18:55.362 INFO:teuthology.orchestra.run.smithi130.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T22:18:55.362 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 749 k 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 755 k 2024-04-15T22:18:55.363 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:18:55.658 INFO:teuthology.orchestra.run.smithi130.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T22:18:55.658 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:55.659 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T22:18:55.659 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:18:55.664 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:18:55.664 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:18:55.669 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:18:55.670 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:18:55.744 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:18:55.946 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T22:18:55.946 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T22:18:55.946 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T22:18:55.946 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T22:18:55.946 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T22:18:55.946 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T22:18:56.184 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout: jq-1.6-16.el9.x86_64 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:56.280 INFO:teuthology.orchestra.run.smithi153.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T22:18:56.281 INFO:teuthology.orchestra.run.smithi153.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T22:18:56.281 INFO:teuthology.orchestra.run.smithi153.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T22:18:56.281 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:56.281 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:18:56.287 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:18:56.628 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph 2024-04-15T22:18:56.659 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T22:18:56.664 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:18:56.687 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T22:18:56.687 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:56.687 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T22:18:56.687 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T22:18:56.687 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T22:18:56.687 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:56.954 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:18:56.954 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:56.954 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:18:56.954 INFO:teuthology.orchestra.run.smithi130.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:18:56.954 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:56.954 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:18:57.162 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T22:18:57.201 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:54 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:18:57.343 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T22:18:57.357 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:18:57.359 INFO:teuthology.orchestra.run.smithi153.stdout:========================================================================================= 2024-04-15T22:18:57.359 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:18:57.359 INFO:teuthology.orchestra.run.smithi153.stdout:========================================================================================= 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T22:18:57.360 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T22:18:57.361 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout:========================================================================================= 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout:Install 36 Packages 2024-04-15T22:18:57.362 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:18:57.363 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 30 M 2024-04-15T22:18:57.363 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 107 M 2024-04-15T22:18:57.363 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:18:57.368 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T22:18:57.368 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:57.368 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T22:18:57.368 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T22:18:57.368 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T22:18:57.368 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:57.611 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T22:18:57.635 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T22:18:57.635 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:57.635 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T22:18:57.635 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T22:18:57.635 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T22:18:57.635 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:18:57.702 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T22:18:57.756 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:00 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:18:57.907 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 145 k 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 435 k 2024-04-15T22:18:57.908 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:18:58.138 INFO:teuthology.orchestra.run.smithi130.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 633 kB/s | 145 kB 00:00 2024-04-15T22:18:58.138 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:18:58.138 INFO:teuthology.orchestra.run.smithi130.stdout:Total 629 kB/s | 145 kB 00:00 2024-04-15T22:18:58.139 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:18:58.146 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:18:58.146 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:18:58.198 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:18:58.199 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:18:58.344 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:18:58.382 INFO:teuthology.orchestra.run.smithi153.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 23 kB/s | 6.6 kB 00:00 2024-04-15T22:18:58.413 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:18:58.438 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:18:58.438 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:18:58.438 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T22:18:58.438 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:58.999 INFO:teuthology.orchestra.run.smithi153.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-15T22:18:59.066 INFO:teuthology.orchestra.run.smithi153.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 2.4 MB/s | 2.4 MB 00:00 2024-04-15T22:18:59.200 INFO:teuthology.orchestra.run.smithi153.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 1.8 MB/s | 248 kB 00:00 2024-04-15T22:18:59.219 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T22:18:59.219 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T22:18:59.220 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T22:18:59.221 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T22:18:59.222 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T22:18:59.223 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T22:18:59.223 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T22:18:59.223 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T22:18:59.223 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T22:18:59.223 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T22:18:59.223 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T22:18:59.308 INFO:teuthology.orchestra.run.smithi153.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-04-15T22:18:59.330 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:18:59.330 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:59.330 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:18:59.330 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:18:59.330 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:18:59.330 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:18:59.350 INFO:teuthology.orchestra.run.smithi153.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-15T22:18:59.376 INFO:teuthology.orchestra.run.smithi153.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 1.2 MB/s | 32 kB 00:00 2024-04-15T22:18:59.401 INFO:teuthology.orchestra.run.smithi153.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.8 MB/s | 47 kB 00:00 2024-04-15T22:18:59.426 INFO:teuthology.orchestra.run.smithi153.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.5 MB/s | 39 kB 00:00 2024-04-15T22:18:59.468 INFO:teuthology.orchestra.run.smithi153.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-04-15T22:18:59.538 INFO:teuthology.orchestra.run.smithi153.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-04-15T22:18:59.562 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr 2024-04-15T22:18:59.568 INFO:teuthology.orchestra.run.smithi153.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-04-15T22:18:59.602 INFO:teuthology.orchestra.run.smithi153.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-04-15T22:18:59.645 INFO:teuthology.orchestra.run.smithi153.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.3 MB/s | 187 kB 00:00 2024-04-15T22:18:59.778 INFO:teuthology.orchestra.run.smithi153.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 937 kB/s | 125 kB 00:00 2024-04-15T22:18:59.937 INFO:teuthology.orchestra.run.smithi153.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-04-15T22:19:00.146 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:00.216 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T22:19:00.216 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:00.216 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:00.216 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T22:19:00.217 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T22:19:00.218 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:00.219 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:00.246 INFO:teuthology.orchestra.run.smithi130.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:00.297 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:00.298 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:00.298 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:00.368 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T22:19:00.579 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-base 2024-04-15T22:19:00.587 INFO:teuthology.orchestra.run.smithi153.stdout:(17/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 2.1 MB/s | 4.7 MB 00:02 2024-04-15T22:19:00.612 INFO:teuthology.orchestra.run.smithi153.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 224 kB/s | 151 kB 00:00 2024-04-15T22:19:00.821 INFO:teuthology.orchestra.run.smithi153.stdout:(19/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 9.2 MB/s | 17 MB 00:01 2024-04-15T22:19:00.863 INFO:teuthology.orchestra.run.smithi153.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 158 kB/s | 43 kB 00:00 2024-04-15T22:19:00.937 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:00.988 INFO:teuthology.orchestra.run.smithi153.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-04-15T22:19:01.088 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:01.089 INFO:teuthology.orchestra.run.smithi130.stdout:====================================================================================== 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout:====================================================================================== 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T22:19:01.090 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout:====================================================================================== 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout:Install 12 Packages 2024-04-15T22:19:01.091 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:01.092 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 8.6 M 2024-04-15T22:19:01.092 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 103 M 2024-04-15T22:19:01.092 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:01.105 INFO:teuthology.orchestra.run.smithi153.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-15T22:19:01.177 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:01.222 INFO:teuthology.orchestra.run.smithi153.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 199 kB/s | 23 kB 00:00 2024-04-15T22:19:01.281 INFO:teuthology.orchestra.run.smithi033.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:01.330 INFO:teuthology.orchestra.run.smithi153.stdout:(24/36): python3-jaraco-functools-3.5.0-2.el9.n 180 kB/s | 19 kB 00:00 2024-04-15T22:19:01.336 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:01.337 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:01.337 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:01.355 INFO:teuthology.orchestra.run.smithi153.stdout:(25/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 231 kB/s | 172 kB 00:00 2024-04-15T22:19:01.403 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install cephadm 2024-04-15T22:19:01.439 INFO:teuthology.orchestra.run.smithi153.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 181 kB/s | 20 kB 00:00 2024-04-15T22:19:01.473 INFO:teuthology.orchestra.run.smithi153.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-15T22:19:01.531 INFO:teuthology.orchestra.run.smithi153.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 523 kB/s | 358 kB 00:00 2024-04-15T22:19:01.573 INFO:teuthology.orchestra.run.smithi153.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 590 kB/s | 79 kB 00:00 2024-04-15T22:19:01.640 INFO:teuthology.orchestra.run.smithi153.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-15T22:19:01.691 INFO:teuthology.orchestra.run.smithi153.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-04-15T22:19:01.724 INFO:teuthology.orchestra.run.smithi153.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 597 kB/s | 90 kB 00:00 2024-04-15T22:19:01.749 INFO:teuthology.orchestra.run.smithi153.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-04-15T22:19:01.807 INFO:teuthology.orchestra.run.smithi130.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 132 kB/s | 32 kB 00:00 2024-04-15T22:19:01.833 INFO:teuthology.orchestra.run.smithi153.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.6 MB/s | 230 kB 00:00 2024-04-15T22:19:01.858 INFO:teuthology.orchestra.run.smithi153.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-15T22:19:01.874 INFO:teuthology.orchestra.run.smithi130.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 50 kB/s | 15 kB 00:00 2024-04-15T22:19:01.941 INFO:teuthology.orchestra.run.smithi130.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.6 MB/s | 238 kB 00:00 2024-04-15T22:19:01.987 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:01.991 INFO:teuthology.orchestra.run.smithi130.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.5 MB/s | 1.0 MB 00:00 2024-04-15T22:19:02.008 INFO:teuthology.orchestra.run.smithi153.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.5 MB/s | 427 kB 00:00 2024-04-15T22:19:02.014 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:02.014 INFO:teuthology.orchestra.run.smithi153.stdout:Total 6.4 MB/s | 30 MB 00:04 2024-04-15T22:19:02.037 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:02.078 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:02.078 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:02.143 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:02.144 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:02.145 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:02.145 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:02.145 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:02.145 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 749 k 2024-04-15T22:19:02.145 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 755 k 2024-04-15T22:19:02.145 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:02.225 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-15T22:19:02.266 INFO:teuthology.orchestra.run.smithi130.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 469 kB/s | 19 kB 00:00 2024-04-15T22:19:02.400 INFO:teuthology.orchestra.run.smithi130.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 15 MB/s | 2.0 MB 00:00 2024-04-15T22:19:02.444 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T22:19:02.445 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:02.445 INFO:teuthology.orchestra.run.smithi033.stdout:Total 2.4 MB/s | 749 kB 00:00 2024-04-15T22:19:02.445 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:02.451 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:02.451 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:02.457 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:02.457 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:02.458 INFO:teuthology.orchestra.run.smithi130.stdout:(8/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 3.9 MB/s | 3.5 MB 00:00 2024-04-15T22:19:02.484 INFO:teuthology.orchestra.run.smithi130.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-04-15T22:19:02.490 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:02.491 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:02.509 INFO:teuthology.orchestra.run.smithi130.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 616 kB/s | 31 kB 00:00 2024-04-15T22:19:02.534 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-15T22:19:02.535 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:02.643 INFO:teuthology.orchestra.run.smithi130.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.2 MB/s | 863 kB 00:00 2024-04-15T22:19:02.646 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:02.646 INFO:teuthology.orchestra.run.smithi130.stdout:Total 5.5 MB/s | 8.6 MB 00:01 2024-04-15T22:19:02.664 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:02.681 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:02.681 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:02.855 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:02.855 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:02.980 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:03.059 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:03.369 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:03.422 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:03.451 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T22:19:03.495 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T22:19:03.541 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T22:19:03.589 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T22:19:03.692 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T22:19:03.714 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:03.714 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:03.714 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:03.714 INFO:teuthology.orchestra.run.smithi033.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:03.714 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:03.714 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:03.815 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:03.823 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T22:19:03.869 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T22:19:03.901 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T22:19:03.908 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T22:19:03.915 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T22:19:03.930 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T22:19:03.959 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T22:19:03.987 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T22:19:04.001 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T22:19:04.019 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T22:19:04.095 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T22:19:04.128 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T22:19:04.212 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T22:19:04.298 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T22:19:04.339 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T22:19:04.411 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T22:19:04.464 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T22:19:04.496 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:04.511 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T22:19:04.560 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T22:19:04.626 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T22:19:04.652 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:04.654 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:04.654 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-15T22:19:04.654 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:04.654 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:04.654 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T22:19:04.654 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 145 k 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 435 k 2024-04-15T22:19:04.655 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:04.813 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T22:19:04.857 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T22:19:04.888 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T22:19:04.922 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T22:19:04.952 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T22:19:04.992 INFO:teuthology.orchestra.run.smithi033.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 429 kB/s | 145 kB 00:00 2024-04-15T22:19:04.992 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:04.993 INFO:teuthology.orchestra.run.smithi033.stdout:Total 427 kB/s | 145 kB 00:00 2024-04-15T22:19:04.993 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:05.001 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:05.001 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:05.037 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T22:19:05.055 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T22:19:05.056 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:05.056 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:05.079 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T22:19:05.095 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T22:19:05.112 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T22:19:05.154 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T22:19:05.197 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T22:19:05.231 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T22:19:05.321 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T22:19:05.323 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:05.362 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T22:19:05.392 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:19:05.418 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:19:05.418 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:05.418 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T22:19:05.418 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:05.434 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T22:19:05.571 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T22:19:05.696 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T22:19:05.863 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T22:19:05.891 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T22:19:05.917 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T22:19:05.917 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:05.917 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T22:19:05.917 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T22:19:05.917 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T22:19:05.917 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:06.437 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:19:06.437 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:06.437 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:06.437 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:06.437 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:06.437 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:06.466 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T22:19:06.467 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T22:19:06.720 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr 2024-04-15T22:19:06.809 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T22:19:06.809 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:06.809 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:06.809 INFO:teuthology.orchestra.run.smithi130.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T22:19:06.809 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:06.810 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:07.046 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T22:19:07.312 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:07 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:07.359 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T22:19:07.386 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T22:19:07.386 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:07.386 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T22:19:07.387 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T22:19:07.387 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T22:19:07.387 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:07.414 INFO:teuthology.orchestra.run.smithi033.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:07.469 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:07.470 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:07.470 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:07.533 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T22:19:07.622 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:07.775 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================================ 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================================ 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T22:19:07.776 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T22:19:07.777 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================================ 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout:Install 12 Packages 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 37 M 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 209 M 2024-04-15T22:19:07.778 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:07.826 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T22:19:07.850 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T22:19:07.850 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:07.850 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T22:19:07.851 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T22:19:07.851 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T22:19:07.851 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:08.067 INFO:teuthology.orchestra.run.smithi130.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 266 kB/s | 32 kB 00:00 2024-04-15T22:19:08.077 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T22:19:08.101 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T22:19:08.101 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:08.101 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T22:19:08.101 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T22:19:08.101 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T22:19:08.101 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:08.109 INFO:teuthology.orchestra.run.smithi130.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 424 kB/s | 17 kB 00:00 2024-04-15T22:19:08.119 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:08 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:08.166 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T22:19:08.176 INFO:teuthology.orchestra.run.smithi130.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-15T22:19:08.201 INFO:teuthology.orchestra.run.smithi130.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 382 kB/s | 34 kB 00:00 2024-04-15T22:19:08.278 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:08.279 INFO:teuthology.orchestra.run.smithi033.stdout:====================================================================================== 2024-04-15T22:19:08.279 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:08.279 INFO:teuthology.orchestra.run.smithi033.stdout:====================================================================================== 2024-04-15T22:19:08.279 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:08.279 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T22:19:08.279 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:08.280 INFO:teuthology.orchestra.run.smithi033.stdout:====================================================================================== 2024-04-15T22:19:08.281 INFO:teuthology.orchestra.run.smithi033.stdout:Install 12 Packages 2024-04-15T22:19:08.281 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:08.281 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 8.6 M 2024-04-15T22:19:08.281 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 103 M 2024-04-15T22:19:08.281 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:08.394 INFO:teuthology.orchestra.run.smithi130.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 22 MB/s | 4.7 MB 00:00 2024-04-15T22:19:08.460 INFO:teuthology.orchestra.run.smithi130.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-04-15T22:19:08.485 INFO:teuthology.orchestra.run.smithi130.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-04-15T22:19:08.844 INFO:teuthology.orchestra.run.smithi130.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 41 MB/s | 16 MB 00:00 2024-04-15T22:19:08.862 INFO:teuthology.orchestra.run.smithi033.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 113 kB/s | 32 kB 00:00 2024-04-15T22:19:08.887 INFO:teuthology.orchestra.run.smithi033.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 50 kB/s | 15 kB 00:00 2024-04-15T22:19:09.029 INFO:teuthology.orchestra.run.smithi033.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-04-15T22:19:09.096 INFO:teuthology.orchestra.run.smithi033.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 6.8 MB/s | 3.5 MB 00:00 2024-04-15T22:19:09.129 INFO:teuthology.orchestra.run.smithi033.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.8 MB/s | 1.0 MB 00:00 2024-04-15T22:19:09.219 INFO:teuthology.orchestra.run.smithi130.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 521 kB/s | 195 kB 00:00 2024-04-15T22:19:09.294 INFO:teuthology.orchestra.run.smithi130.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 995 kB/s | 803 kB 00:00 2024-04-15T22:19:09.344 INFO:teuthology.orchestra.run.smithi130.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-04-15T22:19:09.530 INFO:teuthology.orchestra.run.smithi033.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 49 kB/s | 19 kB 00:00 2024-04-15T22:19:09.720 INFO:teuthology.orchestra.run.smithi130.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 4.2 MB/s | 7.4 MB 00:01 2024-04-15T22:19:09.722 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:09.723 INFO:teuthology.orchestra.run.smithi130.stdout:Total 19 MB/s | 37 MB 00:01 2024-04-15T22:19:09.764 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:09.788 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:09.788 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:09.847 INFO:teuthology.orchestra.run.smithi033.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.0 MB/s | 863 kB 00:00 2024-04-15T22:19:09.872 INFO:teuthology.orchestra.run.smithi033.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 707 kB/s | 548 kB 00:00 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T22:19:09.900 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T22:19:09.901 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T22:19:09.902 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T22:19:09.903 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T22:19:09.972 INFO:teuthology.orchestra.run.smithi033.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 308 kB/s | 31 kB 00:00 2024-04-15T22:19:10.106 INFO:teuthology.orchestra.run.smithi033.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2024-04-15T22:19:10.144 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:10.145 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:10.198 INFO:teuthology.orchestra.run.smithi033.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.1 MB/s | 2.0 MB 00:00 2024-04-15T22:19:10.448 INFO:teuthology.orchestra.run.smithi033.stdout:(12/12): python3-grpcio-tools-1.46.7-10.el9.x86 240 kB/s | 144 kB 00:00 2024-04-15T22:19:10.454 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:10.454 INFO:teuthology.orchestra.run.smithi033.stdout:Total 4.0 MB/s | 8.6 MB 00:02 2024-04-15T22:19:10.474 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:10.493 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:10.493 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:10.680 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:10.681 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:10.785 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T22:19:10.785 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T22:19:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T22:19:10.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:10.788 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:10.843 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:10.926 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T22:19:10.957 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T22:19:11.050 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T22:19:11.094 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T22:19:11.148 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-base 2024-04-15T22:19:11.217 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:11.272 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T22:19:11.282 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T22:19:11.309 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T22:19:11.326 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T22:19:11.374 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T22:19:11.386 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T22:19:11.411 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T22:19:11.516 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T22:19:11.650 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T22:19:11.725 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:08 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:11.742 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T22:19:11.791 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T22:19:11.819 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T22:19:11.823 INFO:teuthology.orchestra.run.smithi153.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:11.850 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T22:19:11.875 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:11.876 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:19:11.876 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:11.944 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install cephadm 2024-04-15T22:19:12.047 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T22:19:12.172 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T22:19:12.530 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:09 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:12.682 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:12.682 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 749 k 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 755 k 2024-04-15T22:19:12.683 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:12.953 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T22:19:12.993 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T22:19:13.418 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T22:19:13.424 INFO:teuthology.orchestra.run.smithi153.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.0 MB/s | 749 kB 00:00 2024-04-15T22:19:13.425 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:13.425 INFO:teuthology.orchestra.run.smithi153.stdout:Total 1.0 MB/s | 749 kB 00:00 2024-04-15T22:19:13.425 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:13.431 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:13.431 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:13.436 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:13.437 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:13.512 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:13.942 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:14.021 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:14.298 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T22:19:14.298 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T22:19:14.298 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T22:19:14.298 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T22:19:14.299 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T22:19:14.452 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T22:19:14.460 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:14.482 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:14.657 INFO:teuthology.orchestra.run.smithi033.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:14.658 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:14.802 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T22:19:14.802 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:14.802 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:14.802 INFO:teuthology.orchestra.run.smithi153.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:14.803 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:14.803 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:14.899 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T22:19:14.987 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T22:19:15.488 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:15 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:15.570 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:12 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:15.647 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:15.648 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================================ 2024-04-15T22:19:15.648 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:15.648 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================================ 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T22:19:15.649 INFO:teuthology.orchestra.run.smithi033.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================================ 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout:Install 12 Packages 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 37 M 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 209 M 2024-04-15T22:19:15.650 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:15.728 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:19:15.729 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:15.730 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 145 k 2024-04-15T22:19:15.730 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 435 k 2024-04-15T22:19:15.730 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:15.963 INFO:teuthology.orchestra.run.smithi153.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 621 kB/s | 145 kB 00:00 2024-04-15T22:19:15.964 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:15.964 INFO:teuthology.orchestra.run.smithi153.stdout:Total 617 kB/s | 145 kB 00:00 2024-04-15T22:19:15.964 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:15.972 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:15.972 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:16.025 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:16.025 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:16.185 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:16.248 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:19:16.273 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:19:16.273 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:16.273 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T22:19:16.273 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:16.339 INFO:teuthology.orchestra.run.smithi033.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 240 kB/s | 32 kB 00:00 2024-04-15T22:19:16.373 INFO:teuthology.orchestra.run.smithi033.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 531 kB/s | 17 kB 00:00 2024-04-15T22:19:16.457 INFO:teuthology.orchestra.run.smithi033.stdout:(3/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-15T22:19:16.482 INFO:teuthology.orchestra.run.smithi033.stdout:(4/12): openblas-0.3.21-2.el9.x86_64.rpm 320 kB/s | 34 kB 00:00 2024-04-15T22:19:16.832 INFO:teuthology.orchestra.run.smithi033.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 13 MB/s | 4.7 MB 00:00 2024-04-15T22:19:16.899 INFO:teuthology.orchestra.run.smithi033.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 4.8 MB 00:00 2024-04-15T22:19:16.924 INFO:teuthology.orchestra.run.smithi033.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-04-15T22:19:16.977 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T22:19:16.977 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T22:19:16.977 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T22:19:16.977 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T22:19:16.978 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T22:19:17.288 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T22:19:17.288 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:17.288 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:17.288 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:17.288 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:17.288 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:17.299 INFO:teuthology.orchestra.run.smithi033.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-21 6.8 MB/s | 7.4 MB 00:01 2024-04-15T22:19:17.402 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T22:19:17.403 INFO:teuthology.orchestra.run.smithi130.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T22:19:17.404 INFO:teuthology.orchestra.run.smithi130.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T22:19:17.404 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:17.404 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:17.553 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr 2024-04-15T22:19:17.558 INFO:teuthology.orchestra.run.smithi033.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 24 MB/s | 16 MB 00:00 2024-04-15T22:19:17.591 INFO:teuthology.orchestra.run.smithi033.stdout:(10/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 803 kB 00:00 2024-04-15T22:19:17.692 INFO:teuthology.orchestra.run.smithi033.stdout:(11/12): libquadmath-11.4.1-3.el9.x86_64.rpm 501 kB/s | 195 kB 00:00 2024-04-15T22:19:17.791 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-rook 2024-04-15T22:19:17.842 INFO:teuthology.orchestra.run.smithi033.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 866 kB/s | 245 kB 00:00 2024-04-15T22:19:17.844 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:17.844 INFO:teuthology.orchestra.run.smithi033.stdout:Total 17 MB/s | 37 MB 00:02 2024-04-15T22:19:17.886 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:17.912 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:17.912 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:18.133 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:15 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:18.231 INFO:teuthology.orchestra.run.smithi153.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:18.283 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:18.284 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:19:18.285 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:18.286 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:18.287 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:18.348 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T22:19:18.379 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:21 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:18.534 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:18.536 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================== 2024-04-15T22:19:18.536 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:19:18.536 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================== 2024-04-15T22:19:18.536 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:18.536 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T22:19:18.536 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:18.537 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:18.538 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================== 2024-04-15T22:19:18.538 INFO:teuthology.orchestra.run.smithi130.stdout:Install 13 Packages 2024-04-15T22:19:18.538 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:18.538 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 2.0 M 2024-04-15T22:19:18.538 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 26 M 2024-04-15T22:19:18.538 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:18.926 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:15 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:19.005 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:19.022 INFO:teuthology.orchestra.run.smithi130.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 193 kB/s | 24 kB 00:00 2024-04-15T22:19:19.064 INFO:teuthology.orchestra.run.smithi130.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 107 kB/s | 18 kB 00:00 2024-04-15T22:19:19.078 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout:====================================================================================== 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout:====================================================================================== 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T22:19:19.080 INFO:teuthology.orchestra.run.smithi153.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout:====================================================================================== 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout:Install 12 Packages 2024-04-15T22:19:19.081 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:19.082 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 8.6 M 2024-04-15T22:19:19.082 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 103 M 2024-04-15T22:19:19.082 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:19.090 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T22:19:19.114 INFO:teuthology.orchestra.run.smithi130.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 174 kB 00:00 2024-04-15T22:19:19.139 INFO:teuthology.orchestra.run.smithi130.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T22:19:19.140 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T22:19:19.173 INFO:teuthology.orchestra.run.smithi130.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-04-15T22:19:19.198 INFO:teuthology.orchestra.run.smithi130.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 733 kB/s | 43 kB 00:00 2024-04-15T22:19:19.223 INFO:teuthology.orchestra.run.smithi130.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 150 kB/s | 49 kB 00:00 2024-04-15T22:19:19.246 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T22:19:19.292 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T22:19:19.399 INFO:teuthology.orchestra.run.smithi130.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-04-15T22:19:19.424 INFO:teuthology.orchestra.run.smithi130.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-04-15T22:19:19.475 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T22:19:19.507 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T22:19:19.533 INFO:teuthology.orchestra.run.smithi153.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 166 kB/s | 32 kB 00:00 2024-04-15T22:19:19.541 INFO:teuthology.orchestra.run.smithi130.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 507 kB/s | 59 kB 00:00 2024-04-15T22:19:19.574 INFO:teuthology.orchestra.run.smithi130.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 578 kB/s | 203 kB 00:00 2024-04-15T22:19:19.585 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T22:19:19.625 INFO:teuthology.orchestra.run.smithi130.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-04-15T22:19:19.633 INFO:teuthology.orchestra.run.smithi153.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 53 kB/s | 15 kB 00:00 2024-04-15T22:19:19.700 INFO:teuthology.orchestra.run.smithi130.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.4 MB/s | 1.0 MB 00:00 2024-04-15T22:19:19.704 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:19.704 INFO:teuthology.orchestra.run.smithi130.stdout:Total 1.8 MB/s | 2.0 MB 00:01 2024-04-15T22:19:19.704 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:19.717 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:19.717 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:19.734 INFO:teuthology.orchestra.run.smithi153.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-04-15T22:19:19.759 INFO:teuthology.orchestra.run.smithi153.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 238 kB 00:00 2024-04-15T22:19:19.807 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:19.808 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:19.943 INFO:teuthology.orchestra.run.smithi153.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 5.9 MB/s | 3.5 MB 00:00 2024-04-15T22:19:20.043 INFO:teuthology.orchestra.run.smithi153.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.7 MB/s | 863 kB 00:00 2024-04-15T22:19:20.076 INFO:teuthology.orchestra.run.smithi153.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-04-15T22:19:20.093 INFO:teuthology.orchestra.run.smithi153.stdout:(8/12): grpc-data-1.46.7-10.el9.noarch.rpm 129 kB/s | 19 kB 00:00 2024-04-15T22:19:20.185 INFO:teuthology.orchestra.run.smithi153.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 14 MB/s | 2.0 MB 00:00 2024-04-15T22:19:20.210 INFO:teuthology.orchestra.run.smithi153.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.1 MB/s | 144 kB 00:00 2024-04-15T22:19:20.235 INFO:teuthology.orchestra.run.smithi153.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 217 kB/s | 31 kB 00:00 2024-04-15T22:19:20.282 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T22:19:20.326 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:20.369 INFO:teuthology.orchestra.run.smithi153.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.0 MB/s | 188 kB 00:00 2024-04-15T22:19:20.372 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:20.373 INFO:teuthology.orchestra.run.smithi153.stdout:Total 6.7 MB/s | 8.6 MB 00:01 2024-04-15T22:19:20.391 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:20.400 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T22:19:20.408 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:20.408 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:20.504 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T22:19:20.567 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T22:19:20.593 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:20.593 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:20.631 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T22:19:20.677 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T22:19:20.718 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T22:19:20.811 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T22:19:20.912 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T22:19:20.961 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T22:19:21.121 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:21.187 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T22:19:21.222 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T22:19:21.268 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T22:19:21.299 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T22:19:21.400 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T22:19:21.525 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T22:19:21.627 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T22:19:21.670 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T22:19:21.687 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T22:19:21.699 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T22:19:21.699 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T22:19:21.722 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T22:19:21.741 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T22:19:21.775 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T22:19:21.823 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T22:19:21.845 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T22:19:22.660 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T22:19:22.661 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T22:19:22.661 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T22:19:22.661 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T22:19:22.763 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T22:19:22.785 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T22:19:22.806 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T22:19:22.814 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T22:19:23.015 INFO:teuthology.orchestra.run.smithi130.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:23.016 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:23.266 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T22:19:23.842 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:26 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:23.994 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================== 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================== 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T22:19:23.995 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout:======================================================================================== 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout:Install 6 Packages 2024-04-15T22:19:23.996 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:23.997 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 6.8 M 2024-04-15T22:19:23.997 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 33 M 2024-04-15T22:19:23.997 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:24.255 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T22:19:24.256 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T22:19:24.626 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T22:19:24.626 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:24.626 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:24.626 INFO:teuthology.orchestra.run.smithi153.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:24.627 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:24.859 INFO:teuthology.orchestra.run.smithi130.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 5.8 MB 00:00 2024-04-15T22:19:24.879 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T22:19:24.926 INFO:teuthology.orchestra.run.smithi130.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 564 kB/s | 248 kB 00:00 2024-04-15T22:19:24.959 INFO:teuthology.orchestra.run.smithi130.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 294 kB/s | 139 kB 00:00 2024-04-15T22:19:25.102 INFO:teuthology.orchestra.run.smithi130.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 329 kB/s | 58 kB 00:00 2024-04-15T22:19:25.127 INFO:teuthology.orchestra.run.smithi130.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.0 MB/s | 548 kB 00:00 2024-04-15T22:19:25.152 INFO:teuthology.orchestra.run.smithi130.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 302 kB/s | 51 kB 00:00 2024-04-15T22:19:25.155 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:25.156 INFO:teuthology.orchestra.run.smithi130.stdout:Total 5.9 MB/s | 6.8 MB 00:01 2024-04-15T22:19:25.169 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:25.180 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:25.180 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:25.269 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:25.269 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T22:19:25.410 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T22:19:25.411 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T22:19:25.411 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T22:19:25.453 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:22 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:25.574 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:25.609 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================================ 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================================ 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T22:19:25.611 INFO:teuthology.orchestra.run.smithi153.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================================ 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout:Install 12 Packages 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:25.612 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 37 M 2024-04-15T22:19:25.613 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 209 M 2024-04-15T22:19:25.613 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:25.733 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T22:19:25.787 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T22:19:25.881 INFO:teuthology.orchestra.run.smithi033.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T22:19:25.882 INFO:teuthology.orchestra.run.smithi033.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T22:19:25.882 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:25.882 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:26.161 INFO:teuthology.orchestra.run.smithi153.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 201 kB/s | 32 kB 00:00 2024-04-15T22:19:26.203 INFO:teuthology.orchestra.run.smithi153.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 411 kB/s | 17 kB 00:00 2024-04-15T22:19:26.253 INFO:teuthology.orchestra.run.smithi153.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 688 kB/s | 34 kB 00:00 2024-04-15T22:19:26.264 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-rook 2024-04-15T22:19:26.309 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T22:19:26.320 INFO:teuthology.orchestra.run.smithi153.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.4 MB/s | 3.0 MB 00:00 2024-04-15T22:19:26.389 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T22:19:26.459 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T22:19:26.482 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T22:19:26.604 INFO:teuthology.orchestra.run.smithi153.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 14 MB/s | 4.7 MB 00:00 2024-04-15T22:19:26.670 INFO:teuthology.orchestra.run.smithi153.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 14 MB/s | 4.8 MB 00:00 2024-04-15T22:19:26.696 INFO:teuthology.orchestra.run.smithi153.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.4 MB/s | 217 kB 00:00 2024-04-15T22:19:26.857 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:26 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:27.017 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================== 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================== 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:19:27.018 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:27.019 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================== 2024-04-15T22:19:27.020 INFO:teuthology.orchestra.run.smithi033.stdout:Install 13 Packages 2024-04-15T22:19:27.020 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:27.020 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 2.0 M 2024-04-15T22:19:27.020 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 26 M 2024-04-15T22:19:27.020 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:27.096 INFO:teuthology.orchestra.run.smithi153.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 37 MB/s | 16 MB 00:00 2024-04-15T22:19:27.229 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T22:19:27.229 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T22:19:27.229 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T22:19:27.229 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T22:19:27.229 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T22:19:27.229 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T22:19:27.246 INFO:teuthology.orchestra.run.smithi153.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 803 kB 00:00 2024-04-15T22:19:27.272 INFO:teuthology.orchestra.run.smithi033.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 174 kB/s | 24 kB 00:00 2024-04-15T22:19:27.297 INFO:teuthology.orchestra.run.smithi033.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 109 kB/s | 18 kB 00:00 2024-04-15T22:19:27.346 INFO:teuthology.orchestra.run.smithi153.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 781 kB/s | 195 kB 00:00 2024-04-15T22:19:27.347 INFO:teuthology.orchestra.run.smithi033.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-15T22:19:27.372 INFO:teuthology.orchestra.run.smithi033.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T22:19:27.423 INFO:teuthology.orchestra.run.smithi033.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 211 kB 00:00 2024-04-15T22:19:27.448 INFO:teuthology.orchestra.run.smithi033.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 567 kB/s | 43 kB 00:00 2024-04-15T22:19:27.463 INFO:teuthology.orchestra.run.smithi153.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-2 5.1 MB/s | 7.4 MB 00:01 2024-04-15T22:19:27.515 INFO:teuthology.orchestra.run.smithi033.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 225 kB/s | 15 kB 00:00 2024-04-15T22:19:27.532 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:27.533 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:27.540 INFO:teuthology.orchestra.run.smithi033.stdout:(8/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 120 kB/s | 49 kB 00:00 2024-04-15T22:19:27.615 INFO:teuthology.orchestra.run.smithi033.stdout:(9/13): python3-google-auth-2.28.2-1.el9.noarch 2.0 MB/s | 203 kB 00:00 2024-04-15T22:19:27.641 INFO:teuthology.orchestra.run.smithi033.stdout:(10/13): python3-cachetools-4.2.4-1.el9.noarch. 148 kB/s | 32 kB 00:00 2024-04-15T22:19:27.699 INFO:teuthology.orchestra.run.smithi033.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 707 kB/s | 59 kB 00:00 2024-04-15T22:19:27.750 INFO:teuthology.orchestra.run.smithi033.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 826 kB/s | 90 kB 00:00 2024-04-15T22:19:27.775 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-fuse 2024-04-15T22:19:27.891 INFO:teuthology.orchestra.run.smithi033.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.9 MB/s | 1.0 MB 00:00 2024-04-15T22:19:27.893 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:27.894 INFO:teuthology.orchestra.run.smithi033.stdout:Total 2.3 MB/s | 2.0 MB 00:00 2024-04-15T22:19:27.894 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:27.905 INFO:teuthology.orchestra.run.smithi153.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 373 kB/s | 245 kB 00:00 2024-04-15T22:19:27.907 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:27.908 INFO:teuthology.orchestra.run.smithi153.stdout:Total 16 MB/s | 37 MB 00:02 2024-04-15T22:19:27.909 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:27.909 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:27.954 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:27.980 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:27.980 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:28.008 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:28.008 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:28.336 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:28.336 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:28.354 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:31 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:28.508 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:28.508 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:28.508 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:19:28.508 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout:Install 2 Packages 2024-04-15T22:19:28.509 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:28.510 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 969 k 2024-04-15T22:19:28.510 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 2.8 M 2024-04-15T22:19:28.510 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:28.534 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:28.644 INFO:teuthology.orchestra.run.smithi130.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 585 kB/s | 79 kB 00:00 2024-04-15T22:19:28.715 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T22:19:28.770 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T22:19:28.826 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T22:19:28.878 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T22:19:28.920 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T22:19:28.969 INFO:teuthology.orchestra.run.smithi130.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.9 MB/s | 891 kB 00:00 2024-04-15T22:19:28.970 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:28.971 INFO:teuthology.orchestra.run.smithi130.stdout:Total 2.1 MB/s | 969 kB 00:00 2024-04-15T22:19:28.971 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:28.992 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:28.992 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:29.016 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T22:19:29.038 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:29.064 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:29.064 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:29.111 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T22:19:29.126 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T22:19:29.142 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T22:19:29.180 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T22:19:29.237 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T22:19:29.254 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:29.271 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T22:19:29.371 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T22:19:29.444 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T22:19:29.449 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T22:19:29.478 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T22:19:29.556 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T22:19:29.939 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T22:19:29.984 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T22:19:30.018 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T22:19:30.067 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T22:19:30.096 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T22:19:30.162 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T22:19:30.162 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T22:19:30.222 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T22:19:30.349 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T22:19:30.441 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T22:19:30.441 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:30.441 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:30.441 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T22:19:30.441 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:30.442 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:30.742 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install ceph-volume 2024-04-15T22:19:30.915 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T22:19:30.915 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T22:19:30.915 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T22:19:30.916 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T22:19:31.269 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T22:19:31.269 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:31.269 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:31.269 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:31.269 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T22:19:31.269 INFO:teuthology.orchestra.run.smithi033.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:31.270 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:31.332 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:34 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:31.486 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repository Size 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T22:19:31.487 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout:Install 2 Packages 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 332 k 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 1.5 M 2024-04-15T22:19:31.488 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:31.515 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T22:19:31.606 INFO:teuthology.orchestra.run.smithi130.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 587 kB/s | 69 kB 00:00 2024-04-15T22:19:31.619 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T22:19:31.864 INFO:teuthology.orchestra.run.smithi130.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 702 kB/s | 264 kB 00:00 2024-04-15T22:19:31.865 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:31.866 INFO:teuthology.orchestra.run.smithi130.stdout:Total 879 kB/s | 332 kB 00:00 2024-04-15T22:19:31.866 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:31.875 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:31.875 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:31.911 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:31.912 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:32.057 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:32.100 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:32 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:32.245 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T22:19:32.258 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================== 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================== 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T22:19:32.259 INFO:teuthology.orchestra.run.smithi033.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout:======================================================================================== 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout:Install 6 Packages 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:32.260 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 6.8 M 2024-04-15T22:19:32.261 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 33 M 2024-04-15T22:19:32.261 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:32.283 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T22:19:32.300 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T22:19:32.300 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:32.300 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T22:19:32.300 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:32.652 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T22:19:32.677 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T22:19:32.818 INFO:teuthology.orchestra.run.smithi033.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-04-15T22:19:32.977 INFO:teuthology.orchestra.run.smithi033.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 5.8 MB 00:00 2024-04-15T22:19:33.002 INFO:teuthology.orchestra.run.smithi033.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 446 kB/s | 139 kB 00:00 2024-04-15T22:19:33.007 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T22:19:33.094 INFO:teuthology.orchestra.run.smithi033.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 493 kB/s | 58 kB 00:00 2024-04-15T22:19:33.111 INFO:teuthology.orchestra.run.smithi033.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 470 kB/s | 51 kB 00:00 2024-04-15T22:19:33.178 INFO:teuthology.orchestra.run.smithi033.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.5 MB/s | 548 kB 00:00 2024-04-15T22:19:33.179 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:33.179 INFO:teuthology.orchestra.run.smithi033.stdout:Total 7.4 MB/s | 6.8 MB 00:00 2024-04-15T22:19:33.193 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:33.204 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:33.205 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:33.299 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:33.299 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:33.347 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:33.626 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:33.718 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librados-devel 2024-04-15T22:19:33.785 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T22:19:33.831 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T22:19:34.309 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:37 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:34.387 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T22:19:34.462 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:34.463 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:34.463 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-15T22:19:34.463 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:34.463 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 127 k 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 456 k 2024-04-15T22:19:34.464 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:34.477 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T22:19:34.546 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T22:19:34.574 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T22:19:34.671 INFO:teuthology.orchestra.run.smithi130.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 611 kB/s | 127 kB 00:00 2024-04-15T22:19:34.672 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:34.672 INFO:teuthology.orchestra.run.smithi130.stdout:Total 607 kB/s | 127 kB 00:00 2024-04-15T22:19:34.672 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:34.678 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:34.678 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:34.734 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:34.735 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:34.887 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:34.995 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:35.182 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T22:19:35.183 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T22:19:35.373 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T22:19:35.373 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T22:19:35.373 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T22:19:35.373 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T22:19:35.374 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T22:19:35.374 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T22:19:35.453 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T22:19:35.610 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:35.611 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T22:19:35.677 INFO:teuthology.orchestra.run.smithi033.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T22:19:35.678 INFO:teuthology.orchestra.run.smithi033.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T22:19:35.678 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:35.678 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:35.751 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:35.751 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:35.751 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:35.751 INFO:teuthology.orchestra.run.smithi130.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:35.751 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:35.751 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:35.903 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-fuse 2024-04-15T22:19:35.970 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install libcephfs2 2024-04-15T22:19:36.012 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-rook 2024-04-15T22:19:36.492 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:36 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:36.587 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:36.598 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:33 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:36.652 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:36.652 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:36.652 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:36.652 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:36.652 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:36.652 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout:Install 2 Packages 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:36.653 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 969 k 2024-04-15T22:19:36.654 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 2.8 M 2024-04-15T22:19:36.654 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:36.692 INFO:teuthology.orchestra.run.smithi130.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:36.746 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:36.747 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:36.747 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:36.751 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout:======================================================================================== 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout:======================================================================================== 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T22:19:36.753 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout:======================================================================================== 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout:Install 13 Packages 2024-04-15T22:19:36.754 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:36.755 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 2.0 M 2024-04-15T22:19:36.755 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 26 M 2024-04-15T22:19:36.755 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:36.780 INFO:teuthology.orchestra.run.smithi033.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 621 kB/s | 79 kB 00:00 2024-04-15T22:19:36.820 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install libcephfs-devel 2024-04-15T22:19:37.039 INFO:teuthology.orchestra.run.smithi033.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 2.3 MB/s | 891 kB 00:00 2024-04-15T22:19:37.040 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:37.040 INFO:teuthology.orchestra.run.smithi033.stdout:Total 2.4 MB/s | 969 kB 00:00 2024-04-15T22:19:37.041 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:37.062 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:37.063 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:37.139 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:37.139 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:37.268 INFO:teuthology.orchestra.run.smithi153.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 126 kB/s | 18 kB 00:00 2024-04-15T22:19:37.293 INFO:teuthology.orchestra.run.smithi153.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 144 kB/s | 24 kB 00:00 2024-04-15T22:19:37.330 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:37.343 INFO:teuthology.orchestra.run.smithi153.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-15T22:19:37.368 INFO:teuthology.orchestra.run.smithi153.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T22:19:37.394 INFO:teuthology.orchestra.run.smithi153.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T22:19:37.401 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:37.411 INFO:teuthology.orchestra.run.smithi153.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-04-15T22:19:37.428 INFO:teuthology.orchestra.run.smithi153.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 162 kB/s | 49 kB 00:00 2024-04-15T22:19:37.478 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T22:19:37.549 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T22:19:37.553 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:37.553 INFO:teuthology.orchestra.run.smithi153.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 105 kB/s | 15 kB 00:00 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:19:37.554 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:37.555 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 32 k 2024-04-15T22:19:37.555 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 142 k 2024-04-15T22:19:37.555 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:37.595 INFO:teuthology.orchestra.run.smithi153.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 160 kB/s | 32 kB 00:00 2024-04-15T22:19:37.712 INFO:teuthology.orchestra.run.smithi153.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 507 kB/s | 59 kB 00:00 2024-04-15T22:19:37.724 INFO:teuthology.orchestra.run.smithi130.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 187 kB/s | 32 kB 00:00 2024-04-15T22:19:37.725 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:37.725 INFO:teuthology.orchestra.run.smithi130.stdout:Total 185 kB/s | 32 kB 00:00 2024-04-15T22:19:37.725 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:37.729 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:37.729 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:37.748 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:37.748 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:37.837 INFO:teuthology.orchestra.run.smithi153.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 525 kB/s | 203 kB 00:00 2024-04-15T22:19:37.862 INFO:teuthology.orchestra.run.smithi153.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 597 kB/s | 90 kB 00:00 2024-04-15T22:19:37.867 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:37.972 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:38.252 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T22:19:38.252 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T22:19:38.400 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:38.437 INFO:teuthology.orchestra.run.smithi153.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.2 MB/s | 1.0 MB 00:00 2024-04-15T22:19:38.441 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:38.442 INFO:teuthology.orchestra.run.smithi153.stdout:Total 1.2 MB/s | 2.0 MB 00:01 2024-04-15T22:19:38.442 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:38.456 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:38.456 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:38.546 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:38.548 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:38.591 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T22:19:38.592 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:38.592 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:38.592 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T22:19:38.592 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:38.592 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:38.662 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:38.662 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:38.662 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:38.662 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:38.662 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:38.663 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:38.833 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librados2 2024-04-15T22:19:38.855 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install ceph-volume 2024-04-15T22:19:39.068 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:39.243 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T22:19:39.297 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T22:19:39.353 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T22:19:39.390 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T22:19:39.416 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:42 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:39.431 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T22:19:39.448 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:39.517 INFO:teuthology.orchestra.run.smithi130.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:39.525 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T22:19:39.570 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:39.571 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:39.571 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:39.607 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:39.607 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:39.607 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repository Size 2024-04-15T22:19:39.607 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:39.607 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout:Installing dependencies: 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout:Install 2 Packages 2024-04-15T22:19:39.608 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:39.609 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 332 k 2024-04-15T22:19:39.609 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 1.5 M 2024-04-15T22:19:39.609 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:39.618 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install librbd1 2024-04-15T22:19:39.633 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T22:19:39.682 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T22:19:39.752 INFO:teuthology.orchestra.run.smithi033.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 482 kB/s | 69 kB 00:00 2024-04-15T22:19:40.002 INFO:teuthology.orchestra.run.smithi033.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 672 kB/s | 264 kB 00:00 2024-04-15T22:19:40.003 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:40.003 INFO:teuthology.orchestra.run.smithi033.stdout:Total 841 kB/s | 332 kB 00:00 2024-04-15T22:19:40.003 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:40.012 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:40.013 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:40.056 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:40.057 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:40.201 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:40.209 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:40.301 INFO:teuthology.orchestra.run.smithi130.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:40.352 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:40.353 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:40.354 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:40.398 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rados 2024-04-15T22:19:40.405 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T22:19:40.412 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T22:19:40.438 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T22:19:40.454 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T22:19:40.454 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:40.454 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T22:19:40.454 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:40.471 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T22:19:40.504 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T22:19:40.552 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T22:19:40.574 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T22:19:40.980 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:41.078 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:41.130 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:41.131 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:41.131 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:41.171 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T22:19:41.187 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rgw 2024-04-15T22:19:41.447 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T22:19:41.448 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T22:19:41.512 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T22:19:41.512 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:41.512 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:41.513 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:41.513 INFO:teuthology.orchestra.run.smithi033.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T22:19:41.513 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:41.513 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:41.768 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:41.813 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librados-devel 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T22:19:41.817 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T22:19:41.818 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T22:19:41.818 INFO:teuthology.orchestra.run.smithi153.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T22:19:41.818 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:41.818 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:41.865 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:41.916 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:41.917 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:41.917 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:41.967 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-cephfs 2024-04-15T22:19:42.088 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T22:19:42.408 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:42 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:42.547 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:42.566 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:42.566 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 127 k 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 456 k 2024-04-15T22:19:42.567 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:42.647 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:42.664 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:42.699 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:42.700 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:42.700 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:42.754 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install python3-rbd 2024-04-15T22:19:42.817 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout:======================================================================================== 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout:======================================================================================== 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T22:19:42.818 INFO:teuthology.orchestra.run.smithi153.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout:======================================================================================== 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout:Install 6 Packages 2024-04-15T22:19:42.819 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:42.820 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 6.8 M 2024-04-15T22:19:42.820 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 33 M 2024-04-15T22:19:42.820 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:42.982 INFO:teuthology.orchestra.run.smithi033.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 306 kB/s | 127 kB 00:00 2024-04-15T22:19:42.983 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:42.983 INFO:teuthology.orchestra.run.smithi033.stdout:Total 304 kB/s | 127 kB 00:00 2024-04-15T22:19:42.983 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:42.989 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:42.989 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:43.049 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:43.049 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:43.207 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:43.300 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:43.334 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:43.437 INFO:teuthology.orchestra.run.smithi130.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:43.490 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:43.490 INFO:teuthology.orchestra.run.smithi130.stdout:Nothing to do. 2024-04-15T22:19:43.491 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:43.540 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-fuse 2024-04-15T22:19:43.705 INFO:teuthology.orchestra.run.smithi153.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 13 MB/s | 5.8 MB 00:00 2024-04-15T22:19:43.730 INFO:teuthology.orchestra.run.smithi153.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 511 kB/s | 248 kB 00:00 2024-04-15T22:19:43.738 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:43.772 INFO:teuthology.orchestra.run.smithi153.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 264 kB/s | 139 kB 00:00 2024-04-15T22:19:44.034 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:44.034 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:44.034 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:44.035 INFO:teuthology.orchestra.run.smithi033.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:44.035 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:44.035 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:44.123 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:44.275 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:44.275 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:44.275 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:19:44.276 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:44.277 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 85 k 2024-04-15T22:19:44.277 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 231 k 2024-04-15T22:19:44.277 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:44.365 INFO:teuthology.orchestra.run.smithi153.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 91 kB/s | 58 kB 00:00 2024-04-15T22:19:44.386 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install libcephfs2 2024-04-15T22:19:44.398 INFO:teuthology.orchestra.run.smithi153.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 82 kB/s | 51 kB 00:00 2024-04-15T22:19:44.736 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 186 kB/s | 85 kB 00:00 2024-04-15T22:19:44.736 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:44.737 INFO:teuthology.orchestra.run.smithi130.stdout:Total 185 kB/s | 85 kB 00:00 2024-04-15T22:19:44.737 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:44.744 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:44.744 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:44.801 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:44.801 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:44.945 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:44.995 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:44.998 INFO:teuthology.orchestra.run.smithi153.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 424 kB/s | 548 kB 00:01 2024-04-15T22:19:45.004 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:45.005 INFO:teuthology.orchestra.run.smithi153.stdout:Total 3.1 MB/s | 6.8 MB 00:02 2024-04-15T22:19:45.020 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:45.032 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:45.032 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:45.060 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:45.098 INFO:teuthology.orchestra.run.smithi033.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:45.126 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:45.127 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:45.153 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:45.155 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:45.155 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:45.228 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install libcephfs-devel 2024-04-15T22:19:45.431 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:45.447 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:45.620 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T22:19:45.666 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T22:19:45.735 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:45.736 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:45.736 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:45.736 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:45.736 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:45.736 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:45.816 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:45.975 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 32 k 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 142 k 2024-04-15T22:19:45.976 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:45.979 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-mirror 2024-04-15T22:19:46.180 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T22:19:46.262 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T22:19:46.270 INFO:teuthology.orchestra.run.smithi033.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 108 kB/s | 32 kB 00:00 2024-04-15T22:19:46.270 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:46.270 INFO:teuthology.orchestra.run.smithi033.stdout:Total 108 kB/s | 32 kB 00:00 2024-04-15T22:19:46.270 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:46.274 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:46.274 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:46.301 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:46.302 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:46.324 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T22:19:46.347 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T22:19:46.426 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:46.529 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:46.568 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout: Package Arch Version Repo Size 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:19:46.727 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:46.728 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 3.1 M 2024-04-15T22:19:46.728 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 13 M 2024-04-15T22:19:46.728 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:46.902 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:47.103 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T22:19:47.103 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T22:19:47.103 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T22:19:47.103 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T22:19:47.103 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T22:19:47.103 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T22:19:47.174 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:47.174 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:47.174 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:47.174 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:47.174 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:47.174 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:47.355 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librados2 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:47.424 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:47.572 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 3.7 MB/s | 3.1 MB 00:00 2024-04-15T22:19:47.572 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:47.573 INFO:teuthology.orchestra.run.smithi130.stdout:Total 3.7 MB/s | 3.1 MB 00:00 2024-04-15T22:19:47.573 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:47.584 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:47.584 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:47.660 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:47.661 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:47.709 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-fuse 2024-04-15T22:19:47.946 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:48.050 INFO:teuthology.orchestra.run.smithi033.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:48.083 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:48.105 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:48.107 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:48.107 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:48.147 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:48.158 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install librbd1 2024-04-15T22:19:48.172 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:48.172 INFO:teuthology.orchestra.run.smithi130.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:48.172 INFO:teuthology.orchestra.run.smithi130.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T22:19:48.172 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-15T22:19:48.172 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-15T22:19:48.173 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:48.294 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:48.450 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:48.450 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:48.450 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:48.450 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:48.450 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout:Install 2 Packages 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:48.451 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 969 k 2024-04-15T22:19:48.452 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 2.8 M 2024-04-15T22:19:48.452 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:48.584 INFO:teuthology.orchestra.run.smithi153.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 595 kB/s | 79 kB 00:00 2024-04-15T22:19:48.748 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:48.851 INFO:teuthology.orchestra.run.smithi033.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:48.906 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:48.908 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:48.908 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:48.962 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rados 2024-04-15T22:19:48.976 INFO:teuthology.orchestra.run.smithi153.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.7 MB/s | 891 kB 00:00 2024-04-15T22:19:48.977 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:48.977 INFO:teuthology.orchestra.run.smithi153.stdout:Total 1.8 MB/s | 969 kB 00:00 2024-04-15T22:19:48.978 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:48.998 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:48.998 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:49.071 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:49.072 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:49.263 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:49.303 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:49.303 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:49.303 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:49.303 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:49.304 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:49.304 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:49.394 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T22:19:49.468 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T22:19:49.550 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:49.560 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum -y install rbd-nbd 2024-04-15T22:19:49.651 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:49.707 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:49.708 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:49.708 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:49.761 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rgw 2024-04-15T22:19:50.158 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 10:17:57 PM UTC. 2024-04-15T22:19:50.174 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T22:19:50.174 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T22:19:50.310 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T22:19:50.310 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:50.310 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 171 k 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 494 k 2024-04-15T22:19:50.311 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T22:19:50.348 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:50.449 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:50.462 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T22:19:50.462 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:50.462 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:50.463 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T22:19:50.463 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:50.463 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:50.506 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:50.507 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:50.508 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:50.557 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-cephfs 2024-04-15T22:19:50.704 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-volume 2024-04-15T22:19:50.707 INFO:teuthology.orchestra.run.smithi130.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 433 kB/s | 171 kB 00:00 2024-04-15T22:19:50.707 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:50.708 INFO:teuthology.orchestra.run.smithi130.stdout:Total 431 kB/s | 171 kB 00:00 2024-04-15T22:19:50.708 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T22:19:50.716 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T22:19:50.716 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T22:19:50.772 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T22:19:50.772 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T22:19:50.918 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T22:19:51.023 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:51.148 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:51.250 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:51.291 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:51.305 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:51.306 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:51.306 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:51.361 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install python3-rbd 2024-04-15T22:19:51.449 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:51.449 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:51.449 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-04-15T22:19:51.449 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout:Install 2 Packages 2024-04-15T22:19:51.450 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:51.451 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 332 k 2024-04-15T22:19:51.451 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 1.5 M 2024-04-15T22:19:51.451 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:51.470 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:51.589 INFO:teuthology.orchestra.run.smithi153.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 499 kB/s | 69 kB 00:00 2024-04-15T22:19:51.714 INFO:teuthology.orchestra.run.smithi153.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 1.0 MB/s | 264 kB 00:00 2024-04-15T22:19:51.715 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:51.715 INFO:teuthology.orchestra.run.smithi153.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-04-15T22:19:51.715 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:51.724 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:51.724 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:51.761 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:51.762 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:51.770 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:51.770 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:51.770 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T22:19:51.771 INFO:teuthology.orchestra.run.smithi130.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:51.771 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T22:19:51.771 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T22:19:51.912 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:51.951 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:52.022 DEBUG:teuthology.parallel:result is None 2024-04-15T22:19:52.054 INFO:teuthology.orchestra.run.smithi033.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:52.096 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T22:19:52.108 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:52.110 INFO:teuthology.orchestra.run.smithi033.stdout:Nothing to do. 2024-04-15T22:19:52.110 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:52.141 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T22:19:52.155 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-fuse 2024-04-15T22:19:52.158 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T22:19:52.158 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:52.158 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T22:19:52.158 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:52.747 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:52.899 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T22:19:52.906 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 85 k 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 231 k 2024-04-15T22:19:52.907 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:53.214 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:53.264 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 239 kB/s | 85 kB 00:00 2024-04-15T22:19:53.264 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:53.265 INFO:teuthology.orchestra.run.smithi033.stdout:Total 238 kB/s | 85 kB 00:00 2024-04-15T22:19:53.265 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:53.272 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:53.272 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:53.330 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:53.331 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:53.470 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:53.529 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install librados-devel 2024-04-15T22:19:53.556 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:53.965 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:54.129 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:54.240 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:54.241 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:54.241 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:54.241 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:54.241 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:54.241 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:54.290 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:19:54.291 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:54.292 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 127 k 2024-04-15T22:19:54.292 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 456 k 2024-04-15T22:19:54.292 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:54.448 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-mirror 2024-04-15T22:19:54.503 INFO:teuthology.orchestra.run.smithi153.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 601 kB/s | 127 kB 00:00 2024-04-15T22:19:54.504 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:54.505 INFO:teuthology.orchestra.run.smithi153.stdout:Total 595 kB/s | 127 kB 00:00 2024-04-15T22:19:54.505 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:54.510 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:54.511 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:54.569 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:54.569 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:54.738 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:54.838 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:55.044 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:55.201 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout: Package Arch Version Repo Size 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:55.202 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:55.203 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 3.1 M 2024-04-15T22:19:55.203 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 13 M 2024-04-15T22:19:55.203 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:55.349 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:55.629 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:55.629 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:55.629 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:55.629 INFO:teuthology.orchestra.run.smithi153.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:55.629 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:55.629 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:55.742 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-04-15T22:19:55.742 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:55.742 INFO:teuthology.orchestra.run.smithi033.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-15T22:19:55.743 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:55.753 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:55.753 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:55.830 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:55.830 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:55.845 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install libcephfs2 2024-04-15T22:19:56.275 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:56.334 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:56.359 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:56.360 INFO:teuthology.orchestra.run.smithi033.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:19:56.360 INFO:teuthology.orchestra.run.smithi033.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T22:19:56.360 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T22:19:56.360 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T22:19:56.360 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:56.436 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:56.541 INFO:teuthology.orchestra.run.smithi153.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:56.595 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:56.596 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:19:56.597 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:56.659 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install libcephfs-devel 2024-04-15T22:19:57.235 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:57.386 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 32 k 2024-04-15T22:19:57.387 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 142 k 2024-04-15T22:19:57.388 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:19:57.458 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:57.458 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:57.458 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:57.458 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:57.458 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:57.458 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:19:57.640 INFO:teuthology.orchestra.run.smithi153.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 126 kB/s | 32 kB 00:00 2024-04-15T22:19:57.641 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:57.641 INFO:teuthology.orchestra.run.smithi153.stdout:Total 125 kB/s | 32 kB 00:00 2024-04-15T22:19:57.641 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:19:57.644 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:19:57.644 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:19:57.670 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:19:57.670 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:19:57.717 DEBUG:teuthology.orchestra.run.smithi033:> sudo yum -y install rbd-nbd 2024-04-15T22:19:57.784 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:19:57.880 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:58.309 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:58.315 INFO:teuthology.orchestra.run.smithi033.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 10:18:00 PM UTC. 2024-04-15T22:19:58.474 INFO:teuthology.orchestra.run.smithi033.stdout:Dependencies resolved. 2024-04-15T22:19:58.475 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:58.475 INFO:teuthology.orchestra.run.smithi033.stdout: Package Architecture Version Repository Size 2024-04-15T22:19:58.475 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:Installing: 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction Summary 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:================================================================================ 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:Install 1 Package 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:Total download size: 171 k 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:Installed size: 494 k 2024-04-15T22:19:58.476 INFO:teuthology.orchestra.run.smithi033.stdout:Downloading Packages: 2024-04-15T22:19:58.578 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:58.578 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:58.578 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:19:58.579 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:58.579 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:19:58.579 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:58.739 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install librados2 2024-04-15T22:19:58.820 INFO:teuthology.orchestra.run.smithi033.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 498 kB/s | 171 kB 00:00 2024-04-15T22:19:58.820 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:19:58.820 INFO:teuthology.orchestra.run.smithi033.stdout:Total 496 kB/s | 171 kB 00:00 2024-04-15T22:19:58.821 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction check 2024-04-15T22:19:58.829 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction check succeeded. 2024-04-15T22:19:58.829 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction test 2024-04-15T22:19:58.887 INFO:teuthology.orchestra.run.smithi033.stdout:Transaction test succeeded. 2024-04-15T22:19:58.888 INFO:teuthology.orchestra.run.smithi033.stdout:Running transaction 2024-04-15T22:19:59.042 INFO:teuthology.orchestra.run.smithi033.stdout: Preparing : 1/1 2024-04-15T22:19:59.130 INFO:teuthology.orchestra.run.smithi033.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:59.317 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:19:59.418 INFO:teuthology.orchestra.run.smithi153.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:19:59.470 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:19:59.471 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:19:59.471 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:19:59.516 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install librbd1 2024-04-15T22:19:59.537 INFO:teuthology.orchestra.run.smithi033.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:59.814 INFO:teuthology.orchestra.run.smithi033.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:19:59.814 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:59.814 INFO:teuthology.orchestra.run.smithi033.stdout:Installed: 2024-04-15T22:19:59.814 INFO:teuthology.orchestra.run.smithi033.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:19:59.814 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-15T22:19:59.815 INFO:teuthology.orchestra.run.smithi033.stdout:Complete! 2024-04-15T22:20:00.024 DEBUG:teuthology.parallel:result is None 2024-04-15T22:20:00.100 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:00.201 INFO:teuthology.orchestra.run.smithi153.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:20:00.253 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:00.254 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:20:00.254 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:00.320 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-rados 2024-04-15T22:20:00.903 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:01.001 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:20:01.053 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:01.054 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:20:01.054 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:01.100 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-rgw 2024-04-15T22:20:01.681 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:01.782 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:20:01.833 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:01.835 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:20:01.835 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:01.886 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-cephfs 2024-04-15T22:20:02.472 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:59 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:02.572 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:20:02.623 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:02.624 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:20:02.624 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:02.675 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-rbd 2024-04-15T22:20:03.252 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:02:00 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:03.350 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T22:20:03.403 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:03.404 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-04-15T22:20:03.404 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:03.455 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install rbd-fuse 2024-04-15T22:20:04.037 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:04.189 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:04.190 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:04.190 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-04-15T22:20:04.190 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:04.190 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:20:04.190 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 85 k 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 231 k 2024-04-15T22:20:04.191 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:20:04.392 INFO:teuthology.orchestra.run.smithi153.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 424 kB/s | 85 kB 00:00 2024-04-15T22:20:04.392 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:20:04.393 INFO:teuthology.orchestra.run.smithi153.stdout:Total 421 kB/s | 85 kB 00:00 2024-04-15T22:20:04.393 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:20:04.400 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:20:04.400 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:20:04.455 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:20:04.455 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:20:04.596 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:20:04.707 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:05.153 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:05.444 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:05.444 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:05.445 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:20:05.445 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:20:05.445 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:05.445 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:05.668 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install rbd-mirror 2024-04-15T22:20:06.249 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:02:03 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:06.400 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:20:06.401 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:06.402 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:20:06.402 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:06.402 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 3.1 M 2024-04-15T22:20:06.402 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 13 M 2024-04-15T22:20:06.402 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:20:06.995 INFO:teuthology.orchestra.run.smithi153.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 5.2 MB/s | 3.1 MB 00:00 2024-04-15T22:20:06.996 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:20:06.996 INFO:teuthology.orchestra.run.smithi153.stdout:Total 5.2 MB/s | 3.1 MB 00:00 2024-04-15T22:20:06.996 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:20:07.005 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:20:07.005 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:20:07.078 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:20:07.124 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:20:07.499 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:20:07.571 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:07.596 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:07.596 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T22:20:07.597 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T22:20:07.597 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T22:20:07.597 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T22:20:07.597 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:08.801 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:08.802 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:08.802 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:20:08.802 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:20:08.802 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:08.802 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:09.023 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install rbd-nbd 2024-04-15T22:20:09.623 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:02:06 ago on Mon 15 Apr 2024 10:18:03 PM UTC. 2024-04-15T22:20:09.777 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-04-15T22:20:09.778 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-04-15T22:20:09.779 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-04-15T22:20:09.779 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:09.779 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 171 k 2024-04-15T22:20:09.779 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 494 k 2024-04-15T22:20:09.779 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-04-15T22:20:10.007 INFO:teuthology.orchestra.run.smithi153.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 751 kB/s | 171 kB 00:00 2024-04-15T22:20:10.007 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-04-15T22:20:10.007 INFO:teuthology.orchestra.run.smithi153.stdout:Total 747 kB/s | 171 kB 00:00 2024-04-15T22:20:10.007 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-04-15T22:20:10.015 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-04-15T22:20:10.015 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-04-15T22:20:10.072 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-04-15T22:20:10.073 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-04-15T22:20:10.225 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-04-15T22:20:10.339 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:10.786 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:11.094 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T22:20:11.094 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:11.094 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-04-15T22:20:11.094 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T22:20:11.095 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-04-15T22:20:11.095 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-04-15T22:20:11.333 DEBUG:teuthology.parallel:result is None 2024-04-15T22:20:11.333 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:11.553 DEBUG:teuthology.orchestra.run.smithi033:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T22:20:11.579 INFO:teuthology.orchestra.run.smithi033.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T22:20:11.579 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T22:20:11.580 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T22:20:11.581 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:11.719 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T22:20:11.745 INFO:teuthology.orchestra.run.smithi130.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T22:20:11.745 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T22:20:11.745 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T22:20:11.747 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:11.882 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T22:20:11.903 INFO:teuthology.orchestra.run.smithi153.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T22:20:11.904 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T22:20:11.904 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T22:20:11.905 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T22:20:11.906 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-15T22:20:11.906 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T22:20:11.940 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T22:20:11.940 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T22:20:11.987 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-15T22:20:11.987 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T22:20:12.016 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T22:20:12.016 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-15T22:20:12.016 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T22:20:12.049 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T22:20:12.121 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T22:20:12.121 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T22:20:12.153 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T22:20:12.225 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-15T22:20:12.225 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T22:20:12.253 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T22:20:12.321 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T22:20:12.321 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-15T22:20:12.321 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T22:20:12.354 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T22:20:12.426 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T22:20:12.426 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T22:20:12.455 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T22:20:12.523 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-15T22:20:12.524 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T22:20:12.551 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T22:20:12.619 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T22:20:12.620 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-15T22:20:12.620 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T22:20:12.652 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T22:20:12.726 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T22:20:12.726 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T22:20:12.754 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T22:20:12.823 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-04-15T22:20:12.823 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T22:20:12.851 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T22:20:12.919 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T22:20:13.029 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T22:20:13.029 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:13.030 INFO:tasks.cephadm:Cluster fsid is 5412ef92-fb76-11ee-bc8f-c7b262605968 2024-04-15T22:20:13.030 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T22:20:13.030 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.33', 'mon.b': '172.21.15.130', 'mon.c': '172.21.15.153'} 2024-04-15T22:20:13.031 INFO:tasks.cephadm:First mon is mon.a on smithi033 2024-04-15T22:20:13.031 INFO:tasks.cephadm:First mgr is a 2024-04-15T22:20:13.031 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T22:20:13.031 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-04-15T22:20:13.065 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-04-15T22:20:13.093 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2024-04-15T22:20:13.122 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T22:20:13.122 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:13.265 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T22:20:13.401 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:13.402 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T22:20:13.402 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:13.885 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 22:20 /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:13.885 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:14.601 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 22:20 /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:14.601 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:15.108 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 22:20 /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:15.109 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:15.127 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-15T22:20:15.146 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:15.177 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T22:20:15.177 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:20:15.180 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:20:15.189 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T22:20:15.953 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:20:16.105 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:20:16.124 INFO:teuthology.orchestra.run.smithi033.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:16.125 INFO:teuthology.orchestra.run.smithi033.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:20:16.125 INFO:teuthology.orchestra.run.smithi033.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T22:20:16.125 INFO:teuthology.orchestra.run.smithi033.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:16.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:16.146 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:20:16.147 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T22:20:16.149 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi033/crash 2024-04-15T22:20:16.150 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:20:16.175 INFO:teuthology.orchestra.run.smithi153.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:20:16.193 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:20:16.193 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:20:16.196 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi130/crash 2024-04-15T22:20:16.196 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:20:16.252 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:20:16.252 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:20:16.255 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi153/crash 2024-04-15T22:20:16.256 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T22:20:16.278 INFO:teuthology.orchestra.run.smithi130.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:16.278 INFO:teuthology.orchestra.run.smithi130.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:20:16.278 INFO:teuthology.orchestra.run.smithi130.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T22:20:16.278 INFO:teuthology.orchestra.run.smithi130.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:16.299 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T22:20:16.300 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2024-04-15T22:20:16.301 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T22:20:16.301 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-15T22:20:16.329 INFO:teuthology.orchestra.run.smithi033.stderr:grep: /var/log/ceph/5412ef92-fb76-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T22:20:16.331 INFO:tasks.cephadm:Compressing logs... 2024-04-15T22:20:16.331 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:20:16.361 INFO:teuthology.orchestra.run.smithi153.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:16.361 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T22:20:16.361 INFO:teuthology.orchestra.run.smithi153.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T22:20:16.361 INFO:teuthology.orchestra.run.smithi153.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T22:20:16.373 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-15T22:20:16.375 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:20:16.398 INFO:teuthology.orchestra.run.smithi033.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:20:16.398 INFO:teuthology.orchestra.run.smithi033.stderr:: No such file or directory 2024-04-15T22:20:16.398 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:20:16.400 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-15T22:20:16.401 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.015s 2024-04-15T22:20:16.401 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.009s 2024-04-15T22:20:16.401 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.020s 2024-04-15T22:20:16.402 INFO:teuthology.orchestra.run.smithi130.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:20:16.402 INFO:teuthology.orchestra.run.smithi130.stderr:: No such file or directory 2024-04-15T22:20:16.402 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:20:16.403 INFO:teuthology.orchestra.run.smithi153.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T22:20:16.403 INFO:teuthology.orchestra.run.smithi153.stderr:: No such file or directory 2024-04-15T22:20:16.404 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T22:20:16.404 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-15T22:20:16.404 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.017s 2024-04-15T22:20:16.405 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.014s 2024-04-15T22:20:16.405 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.017s 2024-04-15T22:20:16.406 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-04-15T22:20:16.406 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.015s 2024-04-15T22:20:16.406 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m0.011s 2024-04-15T22:20:16.406 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.018s 2024-04-15T22:20:16.406 INFO:tasks.cephadm:Archiving logs... 2024-04-15T22:20:16.406 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi033/log 2024-04-15T22:20:16.407 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:20:16.469 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi130/log 2024-04-15T22:20:16.470 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:20:16.499 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi153/log 2024-04-15T22:20:16.500 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T22:20:16.529 INFO:tasks.cephadm:Removing cluster... 2024-04-15T22:20:16.529 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5412ef92-fb76-11ee-bc8f-c7b262605968 --force 2024-04-15T22:20:16.709 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 5412ef92-fb76-11ee-bc8f-c7b262605968 2024-04-15T22:20:16.962 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5412ef92-fb76-11ee-bc8f-c7b262605968 --force 2024-04-15T22:20:17.138 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 5412ef92-fb76-11ee-bc8f-c7b262605968 2024-04-15T22:20:17.401 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5412ef92-fb76-11ee-bc8f-c7b262605968 --force 2024-04-15T22:20:17.583 INFO:teuthology.orchestra.run.smithi153.stdout:Deleting cluster with fsid: 5412ef92-fb76-11ee-bc8f-c7b262605968 2024-04-15T22:20:17.850 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T22:20:17.850 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:17.870 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:17.885 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T22:20:17.901 INFO:tasks.cephadm:Teardown complete 2024-04-15T22:20:17.901 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:20:18.092 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ed3d4d5d6e6d4b8893d603ebb12451a2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, 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_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/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_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T22:20:18.096 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T22:20:18.108 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T22:20:18.114 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-15T22:20:18.115 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T22:20:18.127 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-15T22:20:18.130 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T22:20:18.230 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T22:20:18.238 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T22:20:18.238 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:20:18.241 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:20:18.243 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T22:20:18.255 INFO:teuthology.orchestra.run.smithi033.stderr:bash: line 1: ntpq: command not found 2024-04-15T22:20:18.255 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-15T22:20:18.257 INFO:teuthology.orchestra.run.smithi153.stderr:bash: line 1: ntpq: command not found 2024-04-15T22:20:18.259 INFO:teuthology.orchestra.run.smithi033.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T22:20:18.259 INFO:teuthology.orchestra.run.smithi033.stdout:=============================================================================== 2024-04-15T22:20:18.259 INFO:teuthology.orchestra.run.smithi033.stdout:^* hv01.front.sepia.ceph.com 3 6 77 27 +1049us[+1040us] +/- 65ms 2024-04-15T22:20:18.260 INFO:teuthology.orchestra.run.smithi033.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 28 -349us[ -358us] +/- 80ms 2024-04-15T22:20:18.260 INFO:teuthology.orchestra.run.smithi033.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 29 -897us[ -905us] +/- 77ms 2024-04-15T22:20:18.260 INFO:teuthology.orchestra.run.smithi033.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:20:18.261 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T22:20:18.261 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-15T22:20:18.262 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv01.front.sepia.ceph.com 3 6 77 27 +1038us[+1014us] +/- 65ms 2024-04-15T22:20:18.262 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 27 -360us[ -384us] +/- 80ms 2024-04-15T22:20:18.262 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 28 -890us[ -914us] +/- 77ms 2024-04-15T22:20:18.262 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:20:18.263 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T22:20:18.263 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-04-15T22:20:18.263 INFO:teuthology.orchestra.run.smithi153.stdout:^* hv01.front.sepia.ceph.com 3 6 77 27 +1034us[ +995us] +/- 65ms 2024-04-15T22:20:18.263 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 27 -353us[ -391us] +/- 80ms 2024-04-15T22:20:18.263 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 28 -892us[ -931us] +/- 77ms 2024-04-15T22:20:18.263 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T22:20:18.264 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T22:20:18.271 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T22:20:18.272 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T22:20:18.280 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:20:18.371 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-15T22:20:18.435 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:20:18.500 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:20:18.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:18.533 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-15T22:20:18.563 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:18.563 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:20:18.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:18.594 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T22:20:18.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T22:20:18.610 INFO:teuthology.task.internal:Duration was 447.292395 seconds 2024-04-15T22:20:18.610 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T22:20:18.618 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T22:20:18.618 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:20:18.621 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:20:18.623 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T22:20:18.666 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T22:20:18.666 INFO:teuthology.orchestra.run.smithi033.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T22:20:18.680 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T22:20:19.018 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T22:20:19.018 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-04-15T22:20:19.018 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:20:19.040 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T22:20:19.041 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-15T22:20:19.075 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-04-15T22:20:19.075 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:20:19.097 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T22:20:19.097 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:20:19.099 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:20:19.117 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T22:20:19.167 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T22:20:19.167 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:20:19.171 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:20:19.188 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T22:20:19.300 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T22:20:19.309 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T22:20:19.309 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:20:19.338 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:20:19.366 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T22:20:19.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T22:20:19.403 DEBUG:teuthology.orchestra.run.smithi033:> 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-15T22:20:19.405 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-15T22:20:19.409 DEBUG:teuthology.orchestra.run.smithi153:> 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-15T22:20:19.430 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-04-15T22:20:19.433 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-04-15T22:20:19.462 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-04-15T22:20:19.507 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:20:19.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:19.540 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:20:19.554 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:19.555 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T22:20:19.569 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T22:20:19.570 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T22:20:19.579 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T22:20:19.580 DEBUG:teuthology.misc:Transferring archived files from smithi033:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi033 2024-04-15T22:20:19.580 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:20:19.617 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi130 2024-04-15T22:20:19.618 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:20:19.653 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546/remote/smithi153 2024-04-15T22:20:19.654 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T22:20:19.690 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T22:20:19.691 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:20:19.693 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:20:19.695 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T22:20:19.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T22:20:19.752 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T22:20:19.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T22:20:19.761 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T22:20:19.762 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:20:19.764 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:20:19.766 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T22:20:19.776 INFO:teuthology.orchestra.run.smithi033.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:20 /home/ubuntu/cephtest 2024-04-15T22:20:19.778 INFO:teuthology.orchestra.run.smithi130.stdout: 265956 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:20 /home/ubuntu/cephtest 2024-04-15T22:20:19.795 INFO:teuthology.orchestra.run.smithi153.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 22:20 /home/ubuntu/cephtest 2024-04-15T22:20:19.796 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T22:20:19.806 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T22:20:19.825 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T22:20:19.852 DEBUG:teuthology.nuke:shortname: smithi033 2024-04-15T22:20:19.853 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:20:19.878 DEBUG:teuthology.nuke:shortname: smithi130 2024-04-15T22:20:19.878 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:20:19.883 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546', '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-15 22:01:17.989270', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG3ToGhxWTpNvJyoYxjFNzs0KtIX0k0Qv5FT6mzHEP0Rho4Jlz8CGF6tlLedRYoo3/zyMTjwq9J9nnOqxr/OIkk='} 2024-04-15T22:20:19.901 DEBUG:teuthology.nuke:shortname: smithi153 2024-04-15T22:20:19.901 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T22:20:19.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546', '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-15 22:01:17.990521', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBANzPhjVY/tFfOSNelN/7jQ9NhklezNDGJQD1y9fSUbiOUVotle1xXOaoO+59253lp1cygMwCMNGAhQCAQxuYgs='} 2024-04-15T22:20:19.924 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657546', '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-15 22:01:17.987675', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLa+A3jXd+oYpgfzcq83X+9prHu0NTwo3hjlhPGHVKmfY28H4nA+UF05lTnw68Z2yzp03MFtDAEJBfXV+n35smc='} 2024-04-15T22:20:19.933 INFO:teuthology.orchestra.console.smithi033:Power off 2024-04-15T22:20:19.933 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:20:19.957 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-04-15T22:20:19.958 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:19.975 INFO:teuthology.orchestra.console.smithi130:Power off 2024-04-15T22:20:19.976 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:20:19.987 INFO:teuthology.orchestra.console.smithi153:Power off 2024-04-15T22:20:19.988 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T22:20:19.996 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-15T22:20:19.997 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2024-04-15T22:20:19.997 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:20.012 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2024-04-15T22:20:20.012 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:20.020 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T22:20:20.038 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-04-15T22:20:23.997 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:24.021 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:24.039 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:24.107 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-15T22:20:24.132 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T22:20:24.148 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-04-15T22:20:28.113 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:28.133 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:28.149 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:28.226 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-15T22:20:28.242 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2024-04-15T22:20:28.259 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2024-04-15T22:20:28.343 INFO:teuthology.orchestra.console.smithi130:Power off completed 2024-04-15T22:20:32.230 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:32.260 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T22:20:32.341 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-04-15T22:20:32.370 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2024-04-15T22:20:32.442 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-04-15T22:20:32.471 INFO:teuthology.orchestra.console.smithi153:Power off completed 2024-04-15T22:20:32.575 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 447.2923946380615 failure_reason: 'Command failed on smithi033 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ed3d4d5d6e6d4b8893d603ebb12451a2 status: fail success: false 2024-04-15T22:20:32.576 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T22:20:32.653 INFO:teuthology.run:FAIL