2024-04-22T21:46:00.673 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T21:46:00.673 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807 --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} --verbose --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/orig.config.yaml 2024-04-22T21:46:00.716 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:46:00.828 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668807' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 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: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaXPZjrSGS3Ilds31w+jghKey60GJ6rlz22Iie3AjGk1jYiAX/GakPBy6sCcYKZLk6ynNnSruAEVx6Reackz/c= smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdi6CrvVOTOY90eJuCoeWmCRovpBhiC3f1Iwq37GphagnLE1gS3C1383fnu4klS1jMEa2z6M5/6NB20F9FEsjg= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLKXC3WcxNgC7nMeWSwO8DTQK8nTH9ptHIhtTm+zryAk5c6EucokSel+eI9nTjfgy/xCmFmvr9BySPCe+BJocQ= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T21:46:00.828 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T21:46:00.829 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T21:46:00.829 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T21:46:00.831 INFO:teuthology.task.internal:Checking packages... 2024-04-22T21:46:00.857 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T21:46:00.857 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T21:46:00.857 INFO:teuthology.packaging:ref: None 2024-04-22T21:46:00.857 INFO:teuthology.packaging:tag: None 2024-04-22T21:46:00.857 INFO:teuthology.packaging:branch: squid 2024-04-22T21:46:00.858 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:46:00.858 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-22T21:46:01.077 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T21:46:01.078 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T21:46:01.084 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T21:46:01.085 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T21:46:01.126 INFO:teuthology.task.internal:Saving configuration 2024-04-22T21:46:01.141 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T21:46:01.165 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:46:01.190 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807', '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-22 21:40:43.058293', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaXPZjrSGS3Ilds31w+jghKey60GJ6rlz22Iie3AjGk1jYiAX/GakPBy6sCcYKZLk6ynNnSruAEVx6Reackz/c='} 2024-04-22T21:46:01.216 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807', '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-22 21:40:43.054801', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdi6CrvVOTOY90eJuCoeWmCRovpBhiC3f1Iwq37GphagnLE1gS3C1383fnu4klS1jMEa2z6M5/6NB20F9FEsjg='} 2024-04-22T21:46:01.240 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807', '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-22 21:40:43.056720', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLKXC3WcxNgC7nMeWSwO8DTQK8nTH9ptHIhtTm+zryAk5c6EucokSel+eI9nTjfgy/xCmFmvr9BySPCe+BJocQ='} 2024-04-22T21:46:01.241 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T21:46:01.246 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T21:46:01.246 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T21:46:01.246 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-22T21:46:01.246 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T21:46:01.385 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7f4230de50>, signals=[15]) 2024-04-22T21:46:01.385 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T21:46:01.391 INFO:teuthology.task.internal:Opening connections... 2024-04-22T21:46:01.391 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-04-22T21:46:01.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:46:01.498 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-04-22T21:46:01.499 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:46:01.576 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-04-22T21:46:01.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:46:01.654 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T21:46:01.660 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-04-22T21:46:01.679 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-04-22T21:46:01.679 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-04-22T21:46:01.737 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="9" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="9" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:46:01.738 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:46:01.739 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:46:01.739 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-04-22T21:46:01.763 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-04-22T21:46:01.782 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-04-22T21:46:01.782 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:46:01.843 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:46:01.844 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:46:01.844 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-04-22T21:46:01.894 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-04-22T21:46:01.912 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-04-22T21:46:01.913 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-04-22T21:46:01.970 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="CentOS Stream" 2024-04-22T21:46:01.970 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="9" 2024-04-22T21:46:01.970 INFO:teuthology.orchestra.run.smithi167.stdout:ID="centos" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="rhel fedora" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="9" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el9" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:LOGO="fedora-logo-icon" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://centos.org/" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T21:46:01.971 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T21:46:01.972 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-04-22T21:46:02.004 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T21:46:02.013 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T21:46:02.050 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T21:46:02.050 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:46:02.053 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:46:02.055 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-04-22T21:46:02.071 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T21:46:02.083 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T21:46:02.083 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:46:02.111 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:46:02.113 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-04-22T21:46:02.139 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T21:46:02.217 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T21:46:02.234 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T21:46:02.234 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-22T21:46:02.235 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:46:02.235 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:46:02.236 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T21:46:02.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:46:02.257 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-22T21:46:02.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:46:02.258 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:46:02.259 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-22T21:46:02.259 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-04-22T21:46:02.316 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:46:02.316 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-437.el9.x86_64 2024-04-22T21:46:02.316 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-04-22T21:46:02.318 INFO:teuthology.orchestra.run.smithi005.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:46:02.318 INFO:teuthology.orchestra.run.smithi167.stdout:5.14.0-437.el9.x86_64 2024-04-22T21:46:02.318 INFO:teuthology.task.kernel:Running kernel on smithi005: 5.14.0-437.el9.x86_64 2024-04-22T21:46:02.318 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-04-22T21:46:02.319 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.14.0-437.el9.x86_64 2024-04-22T21:46:02.319 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2024-04-22T21:46:04.504 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-22T21:46:04.886 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.0 MB 00:00 2024-04-22T21:46:06.313 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-22T21:46:06.653 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-22T21:46:10.630 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-22T21:46:11.847 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.2 MB 00:01 2024-04-22T21:46:12.514 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 23 kB/s | 16 kB 00:00 2024-04-22T21:46:13.212 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 900 kB/s | 8.0 MB 00:09 2024-04-22T21:46:13.271 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 16 kB 00:00 2024-04-22T21:46:13.499 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-04-22T21:46:14.340 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-22T21:46:18.632 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-22T21:46:19.397 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T21:46:20.513 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:46:20.513 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:46:20.595 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:46:20.596 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:46:20.597 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:46:20.698 DEBUG:teuthology.orchestra.run.smithi031:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:46:21.187 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 2.8 MB/s | 19 MB 00:06 2024-04-22T21:46:21.221 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:46:18 PM UTC. 2024-04-22T21:46:21.254 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:46:21.254 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:46:21.341 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:46:21.342 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:46:21.342 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:46:21.351 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalling: 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:46:21.360 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 255 k 2024-04-22T21:46:21.361 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 0 2024-04-22T21:46:21.361 INFO:teuthology.orchestra.run.smithi031.stderr:Operation aborted. 2024-04-22T21:46:21.415 INFO:teuthology.orchestra.run.smithi031.stdout:Is this ok [y/N]: 2024-04-22T21:46:21.415 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum reinstall -y kernel || true 2024-04-22T21:46:21.452 DEBUG:teuthology.orchestra.run.smithi167:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:46:21.928 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:46:18 PM UTC. 2024-04-22T21:46:21.955 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:46:19 PM UTC. 2024-04-22T21:46:22.049 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:46:22.049 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:46:22.049 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalling: 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 255 k 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 0 2024-04-22T21:46:22.050 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:46:22.076 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:Reinstalling: 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 255 k 2024-04-22T21:46:22.087 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 0 2024-04-22T21:46:22.088 INFO:teuthology.orchestra.run.smithi167.stderr:Operation aborted. 2024-04-22T21:46:22.149 INFO:teuthology.orchestra.run.smithi167.stdout:Is this ok [y/N]: 2024-04-22T21:46:22.149 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum reinstall -y kernel || true 2024-04-22T21:46:22.641 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:46:19 PM UTC. 2024-04-22T21:46:22.757 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:Reinstalling: 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 255 k 2024-04-22T21:46:22.758 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 0 2024-04-22T21:46:22.759 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:46:23.192 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-22T21:46:23.192 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:46:23.192 INFO:teuthology.orchestra.run.smithi167.stdout:Total 588 kB/s | 255 kB 00:00 2024-04-22T21:46:23.207 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:46:23.259 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-437.el9.x86_64.rpm 272 kB/s | 255 kB 00:00 2024-04-22T21:46:23.259 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:46:23.260 INFO:teuthology.orchestra.run.smithi031.stdout:Total 211 kB/s | 255 kB 00:01 2024-04-22T21:46:23.283 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:46:23.417 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:46:23.417 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:46:23.422 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:46:23.423 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:46:23.487 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:46:23.487 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:46:23.492 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:46:23.493 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:46:23.536 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:46:23.617 INFO:teuthology.orchestra.run.smithi167.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:46:23.618 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:23.628 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:46:23.718 INFO:teuthology.orchestra.run.smithi031.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:46:23.718 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:24.322 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:24.322 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:46:24.447 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:24.447 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:46:24.999 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:24.999 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:46:24.999 INFO:teuthology.orchestra.run.smithi167.stdout:Reinstalled: 2024-04-22T21:46:25.000 INFO:teuthology.orchestra.run.smithi167.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:46:25.000 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:46:25.000 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:46:25.144 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:25.144 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:46:25.144 INFO:teuthology.orchestra.run.smithi031.stdout:Reinstalled: 2024-04-22T21:46:25.144 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:46:25.144 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:46:25.144 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:46:25.179 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:46:25.226 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:46:25.226 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:46:25.226 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:46:25.226 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T21:46:25.227 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:46:25.258 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-04-22T21:46:25.282 DEBUG:teuthology.parallel:result is None 2024-04-22T21:46:25.313 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:46:25.360 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:46:25.360 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:46:25.360 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:46:25.361 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T21:46:25.361 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:46:25.394 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-04-22T21:46:25.413 DEBUG:teuthology.parallel:result is None 2024-04-22T21:46:33.245 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 755 kB/s | 6.2 MB 00:08 2024-04-22T21:46:34.962 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-04-22T21:46:36.941 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T21:46:42.139 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-22T21:46:44.070 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T21:46:44.070 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T21:46:44.171 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:46:44.172 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:46:44.172 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:46:44.296 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2024-04-22T21:46:44.813 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 09:46:42 PM UTC. 2024-04-22T21:46:44.948 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:Reinstalling: 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 255 k 2024-04-22T21:46:44.955 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 0 2024-04-22T21:46:44.956 INFO:teuthology.orchestra.run.smithi005.stderr:Operation aborted. 2024-04-22T21:46:45.022 INFO:teuthology.orchestra.run.smithi005.stdout:Is this ok [y/N]: 2024-04-22T21:46:45.022 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2024-04-22T21:46:45.539 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 09:46:42 PM UTC. 2024-04-22T21:46:45.659 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:46:45.660 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:46:45.660 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-22T21:46:45.660 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:46:45.660 INFO:teuthology.orchestra.run.smithi005.stdout:Reinstalling: 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 255 k 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 0 2024-04-22T21:46:45.661 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:46:45.907 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-04-22T21:46:45.907 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:46:45.907 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.0 MB/s | 255 kB 00:00 2024-04-22T21:46:45.924 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:46:46.139 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:46:46.140 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:46:46.145 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:46:46.145 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:46:46.282 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:46:46.350 INFO:teuthology.orchestra.run.smithi005.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:46:46.350 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:47.012 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:47.012 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T21:46:47.713 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T21:46:47.713 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:46:47.713 INFO:teuthology.orchestra.run.smithi005.stdout:Reinstalled: 2024-04-22T21:46:47.713 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T21:46:47.713 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:46:47.713 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:46:47.890 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T21:46:47.938 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T21:46:47.938 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T21:46:47.939 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T21:46:47.939 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T21:46:47.939 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T21:46:47.966 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-04-22T21:46:47.983 DEBUG:teuthology.parallel:result is None 2024-04-22T21:46:47.983 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T21:46:47.992 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T21:46:47.992 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:46:48.026 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:46:48.029 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T21:46:48.046 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T21:46:48.056 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T21:46:48.074 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T21:46:48.074 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:46:48.082 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:46:48.088 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T21:46:48.186 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T21:46:48.193 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T21:46:48.193 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:46:48.196 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:46:48.198 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:46:48.226 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:46:48.228 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:46:48.235 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:46:48.236 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:46:48.239 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:46:48.245 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T21:46:48.247 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T21:46:48.255 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T21:46:48.256 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:46:48.280 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:46:48.283 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T21:46:48.314 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T21:46:48.323 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T21:46:48.323 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:46:48.345 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:46:48.352 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T21:46:48.370 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:46:48.441 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:46:48.493 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:46:48.575 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:46:48.615 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-22T21:46:48.616 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:46:48.680 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:46:48.728 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:46:48.776 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:46:48.862 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:46:48.905 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-22T21:46:48.905 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:46:48.973 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:46:49.019 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T21:46:49.071 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:46:49.156 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T21:46:49.200 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T21:46:49.200 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T21:46:49.267 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-04-22T21:46:49.269 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-04-22T21:46:49.272 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-04-22T21:46:49.300 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:46:49.310 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:46:49.351 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:46:49.833 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T21:46:49.842 INFO:teuthology.task.internal:Starting timer... 2024-04-22T21:46:49.843 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T21:46:49.888 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T21:46:49.920 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T21:46:49.920 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-04-22T21:46:49.963 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-04-22T21:46:49.965 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-04-22T21:46:50.009 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-04-22T21:46:50.010 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2024-04-22T21:46:50.071 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2024-04-22T21:46:50.073 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T21:46:50.073 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-04-22T21:46:50.098 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-04-22T21:46:50.098 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-04-22T21:46:50.187 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-04-22T21:46:50.187 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2024-04-22T21:46:50.214 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2024-04-22T21:46:50.214 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi167.front.sepia.ceph.com': 'permissive'} 2024-04-22T21:46:50.214 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:46:50.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:46:50.240 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:46:50.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:46:50.269 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:46:50.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:46:50.294 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T21:46:50.295 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:46:50.320 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:46:50.347 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2024-04-22T21:46:50.371 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T21:46:50.381 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T21:46:50.402 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-22T21:46:50.404 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi031.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T21:50:21.659 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2024-04-22T21:50:21.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-04-22T21:50:21.662 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:50:21.740 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-04-22T21:50:21.826 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-04-22T21:50:21.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-22T21:50:21.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:50:21.901 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-22T21:50:21.978 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-22T21:50:21.978 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T21:50:21.979 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T21:50:22.056 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-22T21:50:22.140 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T21:50:22.140 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T21:50:22.156 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T21:50:22.157 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:50:22.157 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:50:22.160 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:50:22.160 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:50:22.162 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T21:50:22.162 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:50:22.190 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:50:22.192 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:50:22.204 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:50:22.207 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:50:22.210 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T21:50:22.225 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T21:50:22.228 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-04-22T21:50:22.233 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-04-22T21:50:22.238 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-04-22T21:50:22.244 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-04-22T21:50:22.252 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:50:22.258 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2024-04-22T21:50:22.258 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:50:22.266 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:50:22.269 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2024-04-22T21:50:22.272 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:50:22.284 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T21:50:22.298 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T21:50:22.320 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:50:22.324 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:50:22.324 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-04-22T21:50:22.324 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.324 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.324 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.324 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.332 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:50:22.335 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:50:22.335 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-04-22T21:50:22.335 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.336 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.336 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.336 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.360 INFO:teuthology.orchestra.run.smithi167.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:50:22.363 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:50:22.363 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-04-22T21:50:22.363 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.363 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.363 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.363 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:50:22.364 INFO:teuthology.run_tasks:Running task install... 2024-04-22T21:50:22.374 DEBUG:teuthology.task.install:project ceph 2024-04-22T21:50:22.374 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T21:50:22.375 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T21:50:22.375 INFO:teuthology.task.install:Using flavor: default 2024-04-22T21:50:22.381 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-22T21:50:22.381 INFO:teuthology.task.install:extra packages: [] 2024-04-22T21:50:22.382 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T21:50:22.382 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:50:22.384 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T21:50:22.384 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:50:22.385 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T21:50:22.386 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:50:22.530 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T21:50:22.530 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T21:50:22.542 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T21:50:22.542 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T21:50:22.545 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T21:50:22.546 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T21:50:22.841 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T21:50:22.841 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-22T21:50:22.841 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T21:50:22.848 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T21:50:22.849 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T21:50:22.849 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T21:50:22.851 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T21:50:22.851 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-22T21:50:22.851 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T21:50:22.868 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-22T21:50:22.869 DEBUG:teuthology.orchestra.run.smithi005:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T21:50:22.876 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-22T21:50:22.876 DEBUG:teuthology.orchestra.run.smithi167:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T21:50:22.879 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-22T21:50:22.879 DEBUG:teuthology.orchestra.run.smithi031:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T21:50:22.935 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:50:22.940 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:50:22.945 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:50:23.011 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:50:23.013 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:50:23.021 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:50:23.075 INFO:teuthology.orchestra.run.smithi005.stdout:check_obsoletes = 1 2024-04-22T21:50:23.076 INFO:teuthology.orchestra.run.smithi167.stdout:check_obsoletes = 1 2024-04-22T21:50:23.077 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum clean all 2024-04-22T21:50:23.078 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum clean all 2024-04-22T21:50:23.085 INFO:teuthology.orchestra.run.smithi031.stdout:check_obsoletes = 1 2024-04-22T21:50:23.087 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum clean all 2024-04-22T21:50:23.303 INFO:teuthology.orchestra.run.smithi167.stdout:48 files removed 2024-04-22T21:50:23.311 INFO:teuthology.orchestra.run.smithi005.stdout:48 files removed 2024-04-22T21:50:23.320 INFO:teuthology.orchestra.run.smithi031.stdout:48 files removed 2024-04-22T21:50:23.332 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-radosgw 2024-04-22T21:50:23.337 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-radosgw 2024-04-22T21:50:23.347 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-radosgw 2024-04-22T21:50:24.450 INFO:teuthology.orchestra.run.smithi005.stdout:ceph packages for x86_64 99 kB/s | 83 kB 00:00 2024-04-22T21:50:24.584 INFO:teuthology.orchestra.run.smithi031.stdout:ceph packages for x86_64 86 kB/s | 83 kB 00:00 2024-04-22T21:50:24.697 INFO:teuthology.orchestra.run.smithi167.stdout:ceph packages for x86_64 75 kB/s | 83 kB 00:01 2024-04-22T21:50:25.325 INFO:teuthology.orchestra.run.smithi005.stdout:ceph noarch packages 14 kB/s | 11 kB 00:00 2024-04-22T21:50:25.476 INFO:teuthology.orchestra.run.smithi031.stdout:ceph noarch packages 14 kB/s | 11 kB 00:00 2024-04-22T21:50:25.489 INFO:teuthology.orchestra.run.smithi167.stdout:ceph noarch packages 15 kB/s | 11 kB 00:00 2024-04-22T21:50:26.034 INFO:teuthology.orchestra.run.smithi005.stdout:ceph source packages 2.8 kB/s | 1.9 kB 00:00 2024-04-22T21:50:26.223 INFO:teuthology.orchestra.run.smithi167.stdout:ceph source packages 2.7 kB/s | 1.9 kB 00:00 2024-04-22T21:50:26.252 INFO:teuthology.orchestra.run.smithi031.stdout:ceph source packages 2.6 kB/s | 1.9 kB 00:00 2024-04-22T21:50:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-22T21:50:27.343 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.0 MB 00:01 2024-04-22T21:50:27.898 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.0 MB 00:01 2024-04-22T21:50:28.729 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-22T21:50:29.685 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - AppStream 15 MB/s | 19 MB 00:01 2024-04-22T21:50:29.883 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-22T21:50:32.956 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.2 MB 00:00 2024-04-22T21:50:34.514 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 16 kB 00:00 2024-04-22T21:50:34.777 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.2 MB 00:01 2024-04-22T21:50:36.295 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 16 kB 00:00 2024-04-22T21:50:36.534 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T21:50:37.707 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-22T21:50:38.075 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - CRB 1.3 MB/s | 6.2 MB 00:04 2024-04-22T21:50:39.675 INFO:teuthology.orchestra.run.smithi167.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-22T21:50:41.079 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-22T21:50:41.824 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-22T21:50:43.038 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-22T21:50:44.051 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:50:44.053 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout:Upgrading: 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T21:50:44.054 INFO:teuthology.orchestra.run.smithi031.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T21:50:44.055 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:50:44.056 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:50:44.057 INFO:teuthology.orchestra.run.smithi031.stdout:Install 30 Packages 2024-04-22T21:50:44.057 INFO:teuthology.orchestra.run.smithi031.stdout:Upgrade 2 Packages 2024-04-22T21:50:44.057 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:50:44.057 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 60 M 2024-04-22T21:50:44.057 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:50:45.133 INFO:teuthology.orchestra.run.smithi031.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 6.7 MB/s | 5.4 MB 00:00 2024-04-22T21:50:45.250 INFO:teuthology.orchestra.run.smithi031.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 216 kB/s | 25 kB 00:00 2024-04-22T21:50:45.349 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrading: 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:50:45.352 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T21:50:45.353 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T21:50:45.354 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout:Install 30 Packages 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout:Upgrade 2 Packages 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 60 M 2024-04-22T21:50:45.355 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:50:45.400 INFO:teuthology.orchestra.run.smithi031.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 4.9 MB/s | 745 kB 00:00 2024-04-22T21:50:45.508 INFO:teuthology.orchestra.run.smithi031.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 4.5 MB/s | 501 kB 00:00 2024-04-22T21:50:46.134 INFO:teuthology.orchestra.run.smithi031.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 8.5 MB/s | 5.3 MB 00:00 2024-04-22T21:50:46.152 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-04-22T21:50:46.217 INFO:teuthology.orchestra.run.smithi031.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 543 kB/s | 45 kB 00:00 2024-04-22T21:50:46.510 INFO:teuthology.orchestra.run.smithi031.stdout:(7/32): ceph-common-19.0.0-2407.g430e09df.el9.x 9.6 MB/s | 21 MB 00:02 2024-04-22T21:50:46.534 INFO:teuthology.orchestra.run.smithi031.stdout:(8/32): python3-ceph-common-19.0.0-2407.g430e09 419 kB/s | 133 kB 00:00 2024-04-22T21:50:46.643 INFO:teuthology.orchestra.run.smithi031.stdout:(9/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 4.4 MB/s | 10 MB 00:02 2024-04-22T21:50:46.668 INFO:teuthology.orchestra.run.smithi031.stdout:(10/32): python3-cephfs-19.0.0-2407.g430e09df.e 1.0 MB/s | 162 kB 00:00 2024-04-22T21:50:46.702 INFO:teuthology.orchestra.run.smithi031.stdout:(11/32): python3-rados-19.0.0-2407.g430e09df.el 1.9 MB/s | 321 kB 00:00 2024-04-22T21:50:46.752 INFO:teuthology.orchestra.run.smithi031.stdout:(12/32): python3-rbd-19.0.0-2407.g430e09df.el9. 2.7 MB/s | 299 kB 00:00 2024-04-22T21:50:46.778 INFO:teuthology.orchestra.run.smithi031.stdout:(13/32): python3-rgw-19.0.0-2407.g430e09df.el9. 914 kB/s | 99 kB 00:00 2024-04-22T21:50:46.844 INFO:teuthology.orchestra.run.smithi031.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 752 kB/s | 107 kB 00:00 2024-04-22T21:50:46.886 INFO:teuthology.orchestra.run.smithi031.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 418 kB/s | 45 kB 00:00 2024-04-22T21:50:46.912 INFO:teuthology.orchestra.run.smithi031.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-22T21:50:46.914 INFO:teuthology.orchestra.run.smithi005.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 3.9 MB/s | 5.4 MB 00:01 2024-04-22T21:50:46.981 INFO:teuthology.orchestra.run.smithi005.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 378 kB/s | 25 kB 00:00 2024-04-22T21:50:47.029 INFO:teuthology.orchestra.run.smithi031.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 361 kB/s | 42 kB 00:00 2024-04-22T21:50:47.087 INFO:teuthology.orchestra.run.smithi031.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.7 MB/s | 662 kB 00:00 2024-04-22T21:50:47.106 INFO:teuthology.orchestra.run.smithi005.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 5.8 MB/s | 745 kB 00:00 2024-04-22T21:50:47.112 INFO:teuthology.orchestra.run.smithi031.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.3 MB/s | 292 kB 00:00 2024-04-22T21:50:47.138 INFO:teuthology.orchestra.run.smithi031.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-04-22T21:50:47.163 INFO:teuthology.orchestra.run.smithi031.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-04-22T21:50:47.188 INFO:teuthology.orchestra.run.smithi031.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 629 kB/s | 47 kB 00:00 2024-04-22T21:50:47.231 INFO:teuthology.orchestra.run.smithi005.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 3.9 MB/s | 501 kB 00:00 2024-04-22T21:50:47.280 INFO:teuthology.orchestra.run.smithi031.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 284 kB/s | 26 kB 00:00 2024-04-22T21:50:47.339 INFO:teuthology.orchestra.run.smithi031.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.5 MB/s | 309 kB 00:00 2024-04-22T21:50:47.348 INFO:teuthology.orchestra.run.smithi005.stdout:(5/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 5.7 MB/s | 10 MB 00:01 2024-04-22T21:50:47.364 INFO:teuthology.orchestra.run.smithi031.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 581 kB/s | 49 kB 00:00 2024-04-22T21:50:47.390 INFO:teuthology.orchestra.run.smithi031.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-22T21:50:47.415 INFO:teuthology.orchestra.run.smithi005.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 678 kB/s | 45 kB 00:00 2024-04-22T21:50:47.473 INFO:teuthology.orchestra.run.smithi031.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.3 MB/s | 192 kB 00:00 2024-04-22T21:50:47.498 INFO:teuthology.orchestra.run.smithi005.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.6 MB/s | 133 kB 00:00 2024-04-22T21:50:47.574 INFO:teuthology.orchestra.run.smithi005.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 2.1 MB/s | 162 kB 00:00 2024-04-22T21:50:47.623 INFO:teuthology.orchestra.run.smithi031.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.2 MB/s | 838 kB 00:00 2024-04-22T21:50:47.666 INFO:teuthology.orchestra.run.smithi005.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 3.4 MB/s | 321 kB 00:00 2024-04-22T21:50:47.758 INFO:teuthology.orchestra.run.smithi005.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.2 MB/s | 299 kB 00:00 2024-04-22T21:50:47.782 INFO:teuthology.orchestra.run.smithi031.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.1 MB/s | 1.6 MB 00:00 2024-04-22T21:50:47.883 INFO:teuthology.orchestra.run.smithi005.stdout:(11/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 8.2 MB/s | 5.3 MB 00:00 2024-04-22T21:50:47.909 INFO:teuthology.orchestra.run.smithi005.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 660 kB/s | 99 kB 00:00 2024-04-22T21:50:47.924 INFO:teuthology.orchestra.run.smithi031.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 4.4 MB 00:00 2024-04-22T21:50:48.109 INFO:teuthology.orchestra.run.smithi005.stdout:(13/32): ceph-common-19.0.0-2407.g430e09df.el9. 8.2 MB/s | 21 MB 00:02 2024-04-22T21:50:48.149 INFO:teuthology.orchestra.run.smithi031.stdout:(31/32): librados2-19.0.0-2407.g430e09df.el9.x8 6.4 MB/s | 3.4 MB 00:00 2024-04-22T21:50:48.257 INFO:teuthology.orchestra.run.smithi031.stdout:(32/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 6.6 MB/s | 3.1 MB 00:00 2024-04-22T21:50:48.260 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:50:48.260 INFO:teuthology.orchestra.run.smithi031.stdout:Total 14 MB/s | 60 MB 00:04 2024-04-22T21:50:48.294 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout:Upgrading: 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T21:50:48.297 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T21:50:48.298 INFO:teuthology.orchestra.run.smithi167.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout:Installing weak dependencies: 2024-04-22T21:50:48.299 INFO:teuthology.orchestra.run.smithi167.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout:Install 30 Packages 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout:Upgrade 2 Packages 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 60 M 2024-04-22T21:50:48.300 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:50:48.366 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:50:48.407 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:50:48.407 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:50:48.759 INFO:teuthology.orchestra.run.smithi005.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 122 kB/s | 107 kB 00:00 2024-04-22T21:50:48.784 INFO:teuthology.orchestra.run.smithi005.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 67 kB/s | 45 kB 00:00 2024-04-22T21:50:48.895 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:50:48.897 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:50:48.918 INFO:teuthology.orchestra.run.smithi005.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 159 kB/s | 160 kB 00:01 2024-04-22T21:50:49.543 INFO:teuthology.orchestra.run.smithi005.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 68 kB/s | 42 kB 00:00 2024-04-22T21:50:49.737 INFO:teuthology.orchestra.run.smithi167.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 5.0 MB/s | 5.4 MB 00:01 2024-04-22T21:50:49.768 INFO:teuthology.orchestra.run.smithi005.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 297 kB/s | 292 kB 00:00 2024-04-22T21:50:49.803 INFO:teuthology.orchestra.run.smithi167.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 378 kB/s | 25 kB 00:00 2024-04-22T21:50:49.962 INFO:teuthology.orchestra.run.smithi167.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 4.6 MB/s | 745 kB 00:00 2024-04-22T21:50:50.121 INFO:teuthology.orchestra.run.smithi167.stdout:(4/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 7.0 MB/s | 10 MB 00:01 2024-04-22T21:50:50.154 INFO:teuthology.orchestra.run.smithi167.stdout:(5/32): libradosstriper1-19.0.0-2407.g430e09df. 2.6 MB/s | 501 kB 00:00 2024-04-22T21:50:50.177 INFO:teuthology.orchestra.run.smithi005.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 467 kB/s | 662 kB 00:01 2024-04-22T21:50:50.221 INFO:teuthology.orchestra.run.smithi167.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 677 kB/s | 45 kB 00:00 2024-04-22T21:50:50.402 INFO:teuthology.orchestra.run.smithi005.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 59 kB/s | 36 kB 00:00 2024-04-22T21:50:50.432 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:50:50.461 INFO:teuthology.orchestra.run.smithi005.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 241 kB/s | 221 kB 00:00 2024-04-22T21:50:50.472 INFO:teuthology.orchestra.run.smithi167.stdout:(7/32): ceph-common-19.0.0-2407.g430e09df.el9.x 12 MB/s | 21 MB 00:01 2024-04-22T21:50:50.497 INFO:teuthology.orchestra.run.smithi167.stdout:(8/32): python3-ceph-common-19.0.0-2407.g430e09 483 kB/s | 133 kB 00:00 2024-04-22T21:50:50.509 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T21:50:50.530 INFO:teuthology.orchestra.run.smithi167.stdout:(9/32): python3-cephfs-19.0.0-2407.g430e09df.el 2.7 MB/s | 162 kB 00:00 2024-04-22T21:50:50.537 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T21:50:50.562 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T21:50:50.572 INFO:teuthology.orchestra.run.smithi167.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 4.2 MB/s | 321 kB 00:00 2024-04-22T21:50:50.585 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:50:50.606 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:50:50.614 INFO:teuthology.orchestra.run.smithi167.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.5 MB/s | 299 kB 00:00 2024-04-22T21:50:50.640 INFO:teuthology.orchestra.run.smithi167.stdout:(12/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.5 MB/s | 99 kB 00:00 2024-04-22T21:50:50.694 INFO:teuthology.orchestra.run.smithi005.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-22T21:50:50.715 INFO:teuthology.orchestra.run.smithi167.stdout:(13/32): librgw2-19.0.0-2407.g430e09df.el9.x86_ 9.0 MB/s | 5.3 MB 00:00 2024-04-22T21:50:50.752 INFO:teuthology.orchestra.run.smithi005.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 446 kB/s | 26 kB 00:00 2024-04-22T21:50:50.803 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:50:50.803 INFO:teuthology.orchestra.run.smithi005.stdout:(24/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 76 kB/s | 47 kB 00:00 2024-04-22T21:50:50.820 INFO:teuthology.orchestra.run.smithi005.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 720 kB/s | 49 kB 00:00 2024-04-22T21:50:50.858 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:50:50.940 INFO:teuthology.orchestra.run.smithi167.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 533 kB/s | 160 kB 00:00 2024-04-22T21:50:50.999 INFO:teuthology.orchestra.run.smithi167.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 278 kB/s | 107 kB 00:00 2024-04-22T21:50:51.024 INFO:teuthology.orchestra.run.smithi167.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 147 kB/s | 45 kB 00:00 2024-04-22T21:50:51.079 INFO:teuthology.orchestra.run.smithi005.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 245 kB/s | 67 kB 00:00 2024-04-22T21:50:51.166 INFO:teuthology.orchestra.run.smithi167.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 298 kB/s | 42 kB 00:00 2024-04-22T21:50:51.196 INFO:teuthology.orchestra.run.smithi005.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2024-04-22T21:50:51.261 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T21:50:51.305 INFO:teuthology.orchestra.run.smithi031.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:50:51.329 INFO:teuthology.orchestra.run.smithi005.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 766 kB/s | 192 kB 00:00 2024-04-22T21:50:51.349 INFO:teuthology.orchestra.run.smithi167.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 835 kB/s | 292 kB 00:00 2024-04-22T21:50:51.375 INFO:teuthology.orchestra.run.smithi167.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.5 MB/s | 662 kB 00:00 2024-04-22T21:50:51.399 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:50:51.417 INFO:teuthology.orchestra.run.smithi167.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 881 kB/s | 221 kB 00:00 2024-04-22T21:50:51.442 INFO:teuthology.orchestra.run.smithi167.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 389 kB/s | 36 kB 00:00 2024-04-22T21:50:51.467 INFO:teuthology.orchestra.run.smithi167.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 514 kB/s | 47 kB 00:00 2024-04-22T21:50:51.490 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T21:50:51.515 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:50:51.543 INFO:teuthology.orchestra.run.smithi167.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 346 kB/s | 26 kB 00:00 2024-04-22T21:50:51.585 INFO:teuthology.orchestra.run.smithi167.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.8 MB/s | 309 kB 00:00 2024-04-22T21:50:51.599 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:50:51.610 INFO:teuthology.orchestra.run.smithi167.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 725 kB/s | 49 kB 00:00 2024-04-22T21:50:51.613 INFO:teuthology.orchestra.run.smithi005.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.8 MB/s | 4.4 MB 00:01 2024-04-22T21:50:51.632 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T21:50:51.635 INFO:teuthology.orchestra.run.smithi167.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-22T21:50:51.646 INFO:teuthology.orchestra.run.smithi005.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 3.5 MB/s | 1.6 MB 00:00 2024-04-22T21:50:51.677 INFO:teuthology.orchestra.run.smithi167.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-04-22T21:50:51.681 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T21:50:51.713 INFO:teuthology.orchestra.run.smithi005.stdout:(31/32): librados2-19.0.0-2407.g430e09df.el9.x8 8.8 MB/s | 3.4 MB 00:00 2024-04-22T21:50:51.728 INFO:teuthology.orchestra.run.smithi167.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 7.0 MB/s | 838 kB 00:00 2024-04-22T21:50:51.769 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:50:51.793 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:50:51.794 INFO:teuthology.orchestra.run.smithi167.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-04-22T21:50:51.857 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:50:51.861 INFO:teuthology.orchestra.run.smithi167.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-04-22T21:50:51.880 INFO:teuthology.orchestra.run.smithi005.stdout:(32/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 12 MB/s | 3.1 MB 00:00 2024-04-22T21:50:51.883 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:50:51.883 INFO:teuthology.orchestra.run.smithi005.stdout:Total 9.1 MB/s | 60 MB 00:06 2024-04-22T21:50:51.891 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T21:50:51.988 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:50:52.003 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T21:50:52.030 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:50:52.030 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:50:52.033 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T21:50:52.074 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T21:50:52.099 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T21:50:52.128 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T21:50:52.153 INFO:teuthology.orchestra.run.smithi167.stdout:(31/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 8.8 MB/s | 3.1 MB 00:00 2024-04-22T21:50:52.160 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T21:50:52.212 INFO:teuthology.orchestra.run.smithi167.stdout:(32/32): librados2-19.0.0-2407.g430e09df.el9.x8 7.0 MB/s | 3.4 MB 00:00 2024-04-22T21:50:52.218 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:50:52.218 INFO:teuthology.orchestra.run.smithi167.stdout:Total 15 MB/s | 60 MB 00:03 2024-04-22T21:50:52.318 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:50:52.354 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:50:52.354 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:50:52.489 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T21:50:52.519 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:50:52.519 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:50:52.531 INFO:teuthology.orchestra.run.smithi031.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:50:52.622 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:50:52.652 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T21:50:52.689 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T21:50:52.822 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:50:52.822 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:50:53.186 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T21:50:53.209 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:50:53.264 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:50:53.344 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T21:50:53.378 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T21:50:54.116 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:50:54.206 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T21:50:54.244 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T21:50:54.269 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T21:50:54.292 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:50:54.317 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:50:54.322 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:50:54.405 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T21:50:54.434 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T21:50:54.459 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T21:50:54.482 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:50:54.509 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T21:50:54.509 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:50:54.564 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:50:54.708 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:50:54.762 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T21:50:54.970 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T21:50:55.021 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:50:55.098 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:50:55.099 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T21:50:55.187 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T21:50:55.214 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:50:55.220 INFO:teuthology.orchestra.run.smithi167.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:50:55.302 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:50:55.316 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:50:55.339 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T21:50:55.384 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T21:50:55.411 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T21:50:55.438 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:50:55.462 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:50:55.492 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:50:55.501 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T21:50:55.530 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T21:50:55.556 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:50:55.574 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T21:50:55.590 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T21:50:55.642 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:50:55.665 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:50:55.703 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T21:50:55.730 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T21:50:55.740 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T21:50:55.747 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:50:55.764 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T21:50:55.781 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T21:50:55.790 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:50:55.814 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T21:50:55.843 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T21:50:55.874 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T21:50:55.876 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T21:50:55.907 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T21:50:55.947 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T21:50:55.972 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T21:50:56.001 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T21:50:56.034 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T21:50:56.205 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T21:50:56.255 INFO:teuthology.orchestra.run.smithi005.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:50:56.330 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:50:56.351 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T21:50:56.360 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T21:50:56.364 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:50:56.396 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T21:50:56.397 INFO:teuthology.orchestra.run.smithi167.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:50:56.402 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:50:56.487 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T21:50:56.490 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:50:56.490 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T21:50:56.490 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T21:50:56.491 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:50:56.518 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T21:50:56.520 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:50:56.554 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T21:50:56.895 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T21:50:56.926 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:50:56.998 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:50:57.025 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T21:50:57.049 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:50:57.078 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T21:50:57.103 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T21:50:57.120 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T21:50:57.199 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T21:50:57.235 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T21:50:59.418 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:50:59.449 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:50:59.526 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:50:59.557 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:51:00.023 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:51:00.061 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:51:00.102 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T21:51:00.136 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:51:00.136 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:51:00.136 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T21:51:00.137 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T21:51:00.137 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:00.171 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:00.226 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T21:51:00.226 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T21:51:00.226 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T21:51:00.226 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:00.253 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /sys 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /proc 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /mnt 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /var/tmp 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /home 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /root 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout:skipping the directory /tmp 2024-04-22T21:51:06.425 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:07.401 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:51:07.427 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:51:07.427 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:07.427 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T21:51:07.427 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:51:07.427 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:51:07.427 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:07.429 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:51:07.512 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:51:07.512 INFO:teuthology.orchestra.run.smithi031.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:08.743 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T21:51:08.744 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T21:51:08.745 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T21:51:08.746 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T21:51:08.746 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T21:51:08.746 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T21:51:08.746 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T21:51:08.747 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T21:51:08.747 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:08.747 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T21:51:08.747 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T21:51:09.567 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout:Upgraded: 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T21:51:09.568 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.569 INFO:teuthology.orchestra.run.smithi031.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:09.570 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:09.825 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-test 2024-04-22T21:51:09.916 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:09.916 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /sys 2024-04-22T21:51:09.916 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /proc 2024-04-22T21:51:09.916 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /mnt 2024-04-22T21:51:09.916 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /var/tmp 2024-04-22T21:51:09.916 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /home 2024-04-22T21:51:09.917 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /root 2024-04-22T21:51:09.917 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /tmp 2024-04-22T21:51:09.917 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /sys 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /proc 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /mnt 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /var/tmp 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /home 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /root 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout:skipping the directory /tmp 2024-04-22T21:51:10.133 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:10.368 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:10.492 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:10.492 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:10.492 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:51:10.492 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout:Install 4 Packages 2024-04-22T21:51:10.493 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:10.494 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 49 M 2024-04-22T21:51:10.494 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 207 M 2024-04-22T21:51:10.494 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:51:10.879 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:51:10.903 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:51:10.903 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:10.903 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T21:51:10.903 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:51:10.903 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:51:10.903 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:10.905 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:51:10.945 INFO:teuthology.orchestra.run.smithi031.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 305 kB 00:00 2024-04-22T21:51:10.998 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:51:10.998 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:11.007 INFO:teuthology.orchestra.run.smithi031.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.0 MB/s | 64 kB 00:00 2024-04-22T21:51:11.046 INFO:teuthology.orchestra.run.smithi031.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 598 kB/s | 164 kB 00:00 2024-04-22T21:51:11.112 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:51:11.138 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T21:51:11.138 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:11.138 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T21:51:11.139 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:51:11.139 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T21:51:11.139 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:11.140 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:51:11.223 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T21:51:11.223 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:12.212 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T21:51:12.213 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T21:51:12.214 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T21:51:12.215 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T21:51:12.474 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T21:51:12.475 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T21:51:12.476 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T21:51:12.477 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T21:51:12.477 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T21:51:12.477 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T21:51:12.477 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T21:51:12.477 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T21:51:12.477 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T21:51:12.478 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T21:51:12.478 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T21:51:12.478 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout:Upgraded: 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T21:51:13.019 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.020 INFO:teuthology.orchestra.run.smithi167.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:13.021 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:13.105 INFO:teuthology.orchestra.run.smithi031.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 21 MB/s | 48 MB 00:02 2024-04-22T21:51:13.107 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:13.107 INFO:teuthology.orchestra.run.smithi031.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-22T21:51:13.135 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:51:13.156 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:51:13.157 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout:Upgraded: 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.221 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.222 INFO:teuthology.orchestra.run.smithi005.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T21:51:13.223 INFO:teuthology.orchestra.run.smithi005.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T21:51:13.224 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:13.224 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:51:13.302 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-test 2024-04-22T21:51:13.490 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-test 2024-04-22T21:51:13.541 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:51:13.541 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:51:13.901 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:27 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:14.026 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:31 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:51:14.027 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:51:14.028 INFO:teuthology.orchestra.run.smithi167.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout:Install 4 Packages 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:14.029 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 49 M 2024-04-22T21:51:14.030 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 207 M 2024-04-22T21:51:14.030 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:51:14.084 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:51:14.148 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T21:51:14.152 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:51:14.152 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:14.152 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout:Install 4 Packages 2024-04-22T21:51:14.153 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:14.154 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 49 M 2024-04-22T21:51:14.154 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 207 M 2024-04-22T21:51:14.154 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:51:14.198 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T21:51:14.223 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:51:14.820 INFO:teuthology.orchestra.run.smithi005.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 650 kB/s | 305 kB 00:00 2024-04-22T21:51:14.918 INFO:teuthology.orchestra.run.smithi005.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 658 kB/s | 64 kB 00:00 2024-04-22T21:51:14.972 INFO:teuthology.orchestra.run.smithi167.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 219 kB/s | 164 kB 00:00 2024-04-22T21:51:15.023 INFO:teuthology.orchestra.run.smithi167.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 382 kB/s | 305 kB 00:00 2024-04-22T21:51:15.188 INFO:teuthology.orchestra.run.smithi005.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 195 kB/s | 164 kB 00:00 2024-04-22T21:51:15.453 INFO:teuthology.orchestra.run.smithi167.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 133 kB/s | 64 kB 00:00 2024-04-22T21:51:16.662 INFO:teuthology.orchestra.run.smithi167.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 20 MB/s | 48 MB 00:02 2024-04-22T21:51:16.664 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:16.664 INFO:teuthology.orchestra.run.smithi167.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-22T21:51:16.691 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:51:16.711 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:51:16.711 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:51:17.080 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:51:17.080 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:51:17.594 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:51:17.679 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T21:51:17.719 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T21:51:17.747 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:51:19.028 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:51:19.107 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:51:21.417 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:51:21.417 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T21:51:21.417 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T21:51:21.418 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T21:51:21.698 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T21:51:21.698 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:21.698 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:51:21.698 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:21.699 INFO:teuthology.orchestra.run.smithi031.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:21.699 INFO:teuthology.orchestra.run.smithi031.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T21:51:21.699 INFO:teuthology.orchestra.run.smithi031.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T21:51:21.699 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:21.699 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:21.955 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph 2024-04-22T21:51:22.306 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:51:22.377 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:51:22.487 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:22.617 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:22.619 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:22.619 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:51:22.619 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:22.619 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T21:51:22.620 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-collections 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T21:51:22.621 INFO:teuthology.orchestra.run.smithi031.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:51:22.622 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:22.623 INFO:teuthology.orchestra.run.smithi031.stdout:Install 36 Packages 2024-04-22T21:51:22.623 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:22.623 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 30 M 2024-04-22T21:51:22.623 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 107 M 2024-04-22T21:51:22.623 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:51:23.496 INFO:teuthology.orchestra.run.smithi031.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-04-22T21:51:23.771 INFO:teuthology.orchestra.run.smithi031.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 3.3 MB/s | 1.5 MB 00:00 2024-04-22T21:51:23.955 INFO:teuthology.orchestra.run.smithi031.stdout:(3/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 10 MB/s | 4.7 MB 00:00 2024-04-22T21:51:24.030 INFO:teuthology.orchestra.run.smithi031.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.2 MB/s | 249 kB 00:00 2024-04-22T21:51:24.339 INFO:teuthology.orchestra.run.smithi031.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 822 kB/s | 253 kB 00:00 2024-04-22T21:51:24.447 INFO:teuthology.orchestra.run.smithi031.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-22T21:51:24.515 INFO:teuthology.orchestra.run.smithi031.stdout:(7/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 2.0 MB/s | 2.4 MB 00:01 2024-04-22T21:51:24.548 INFO:teuthology.orchestra.run.smithi031.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2024-04-22T21:51:24.723 INFO:teuthology.orchestra.run.smithi031.stdout:(9/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86_ 18 MB/s | 17 MB 00:00 2024-04-22T21:51:24.749 INFO:teuthology.orchestra.run.smithi031.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 578 kB/s | 135 kB 00:00 2024-04-22T21:51:24.782 INFO:teuthology.orchestra.run.smithi031.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 534 kB/s | 125 kB 00:00 2024-04-22T21:51:24.818 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:51:24.818 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T21:51:24.818 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T21:51:24.818 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T21:51:24.832 INFO:teuthology.orchestra.run.smithi031.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-22T21:51:25.091 INFO:teuthology.orchestra.run.smithi031.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 134 kB/s | 35 kB 00:00 2024-04-22T21:51:25.101 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T21:51:25.101 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:25.101 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:51:25.102 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:25.102 INFO:teuthology.orchestra.run.smithi167.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:25.102 INFO:teuthology.orchestra.run.smithi167.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T21:51:25.102 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T21:51:25.102 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:25.102 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:25.266 INFO:teuthology.orchestra.run.smithi031.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 364 kB/s | 188 kB 00:00 2024-04-22T21:51:25.291 INFO:teuthology.orchestra.run.smithi031.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 254 kB/s | 51 kB 00:00 2024-04-22T21:51:25.317 INFO:teuthology.orchestra.run.smithi031.stdout:(16/36): python3-mako-1.1.4-6.el9.noarch.rpm 322 kB/s | 172 kB 00:00 2024-04-22T21:51:25.375 INFO:teuthology.orchestra.run.smithi031.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 383 kB/s | 42 kB 00:00 2024-04-22T21:51:25.385 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph 2024-04-22T21:51:25.450 INFO:teuthology.orchestra.run.smithi031.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-04-22T21:51:25.476 INFO:teuthology.orchestra.run.smithi031.stdout:(19/36): lua-devel-5.4.4-4.el9.x86_64.rpm 121 kB/s | 22 kB 00:00 2024-04-22T21:51:25.501 INFO:teuthology.orchestra.run.smithi031.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 346 kB/s | 43 kB 00:00 2024-04-22T21:51:25.526 INFO:teuthology.orchestra.run.smithi031.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-04-22T21:51:25.568 INFO:teuthology.orchestra.run.smithi031.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 160 kB/s | 11 kB 00:00 2024-04-22T21:51:25.593 INFO:teuthology.orchestra.run.smithi031.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 265 kB/s | 18 kB 00:00 2024-04-22T21:51:25.619 INFO:teuthology.orchestra.run.smithi031.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 463 kB/s | 23 kB 00:00 2024-04-22T21:51:25.644 INFO:teuthology.orchestra.run.smithi031.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-22T21:51:25.669 INFO:teuthology.orchestra.run.smithi031.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-04-22T21:51:25.694 INFO:teuthology.orchestra.run.smithi031.stdout:(27/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-04-22T21:51:25.720 INFO:teuthology.orchestra.run.smithi031.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 614 kB/s | 46 kB 00:00 2024-04-22T21:51:25.745 INFO:teuthology.orchestra.run.smithi031.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T21:51:25.837 INFO:teuthology.orchestra.run.smithi031.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 141 kB/s | 16 kB 00:00 2024-04-22T21:51:25.862 INFO:teuthology.orchestra.run.smithi031.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 771 kB/s | 90 kB 00:00 2024-04-22T21:51:25.895 INFO:teuthology.orchestra.run.smithi031.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 612 kB/s | 36 kB 00:00 2024-04-22T21:51:25.905 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:39 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:25.921 INFO:teuthology.orchestra.run.smithi031.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-04-22T21:51:25.963 INFO:teuthology.orchestra.run.smithi031.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-22T21:51:25.988 INFO:teuthology.orchestra.run.smithi031.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 298 kB/s | 20 kB 00:00 2024-04-22T21:51:26.030 INFO:teuthology.orchestra.run.smithi031.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-04-22T21:51:26.032 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:26.032 INFO:teuthology.orchestra.run.smithi031.stdout:Total 8.8 MB/s | 30 MB 00:03 2024-04-22T21:51:26.035 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:26.038 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:26.038 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:51:26.038 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:26.038 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:51:26.038 INFO:teuthology.orchestra.run.smithi167.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T21:51:26.039 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-collections 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T21:51:26.040 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout:Install 36 Packages 2024-04-22T21:51:26.041 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:26.042 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 30 M 2024-04-22T21:51:26.042 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 107 M 2024-04-22T21:51:26.042 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:51:26.173 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:51:26.216 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:51:26.216 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:51:26.529 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:51:26.530 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:51:26.830 INFO:teuthology.orchestra.run.smithi167.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 39 kB/s | 6.6 kB 00:00 2024-04-22T21:51:27.014 INFO:teuthology.orchestra.run.smithi167.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 4.2 MB/s | 1.5 MB 00:00 2024-04-22T21:51:27.796 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:51:27.858 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T21:51:27.891 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T21:51:27.919 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T21:51:27.939 INFO:teuthology.orchestra.run.smithi167.stdout:(3/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 4.2 MB/s | 4.7 MB 00:01 2024-04-22T21:51:27.984 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T21:51:28.034 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T21:51:28.067 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T21:51:28.114 INFO:teuthology.orchestra.run.smithi167.stdout:(4/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86_ 15 MB/s | 17 MB 00:01 2024-04-22T21:51:28.161 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T21:51:28.165 INFO:teuthology.orchestra.run.smithi167.stdout:(5/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 1.6 MB/s | 2.4 MB 00:01 2024-04-22T21:51:28.190 INFO:teuthology.orchestra.run.smithi167.stdout:(6/36): ceph-mgr-modules-core-19.0.0-2407.g430e 994 kB/s | 249 kB 00:00 2024-04-22T21:51:28.239 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T21:51:28.286 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T21:51:28.321 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T21:51:28.351 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T21:51:28.377 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T21:51:28.410 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T21:51:28.415 INFO:teuthology.orchestra.run.smithi167.stdout:(7/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 843 kB/s | 253 kB 00:00 2024-04-22T21:51:28.440 INFO:teuthology.orchestra.run.smithi167.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 425 kB/s | 106 kB 00:00 2024-04-22T21:51:28.466 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T21:51:28.499 INFO:teuthology.orchestra.run.smithi167.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 3.7 MB/s | 1.2 MB 00:00 2024-04-22T21:51:28.519 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T21:51:28.524 INFO:teuthology.orchestra.run.smithi167.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 1.2 MB/s | 135 kB 00:00 2024-04-22T21:51:28.550 INFO:teuthology.orchestra.run.smithi167.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 1.1 MB/s | 125 kB 00:00 2024-04-22T21:51:28.553 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T21:51:28.591 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T21:51:28.650 INFO:teuthology.orchestra.run.smithi167.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.4 MB/s | 215 kB 00:00 2024-04-22T21:51:28.667 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T21:51:28.775 INFO:teuthology.orchestra.run.smithi167.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 278 kB/s | 35 kB 00:00 2024-04-22T21:51:28.809 INFO:teuthology.orchestra.run.smithi167.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 663 kB/s | 188 kB 00:00 2024-04-22T21:51:28.811 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T21:51:28.834 INFO:teuthology.orchestra.run.smithi167.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 606 kB/s | 172 kB 00:00 2024-04-22T21:51:28.876 INFO:teuthology.orchestra.run.smithi167.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 624 kB/s | 42 kB 00:00 2024-04-22T21:51:28.893 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T21:51:28.902 INFO:teuthology.orchestra.run.smithi167.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 405 kB/s | 51 kB 00:00 2024-04-22T21:51:28.953 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T21:51:28.991 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T21:51:29.050 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T21:51:29.093 INFO:teuthology.orchestra.run.smithi167.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2024-04-22T21:51:29.113 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T21:51:29.307 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T21:51:29.318 INFO:teuthology.orchestra.run.smithi167.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2024-04-22T21:51:29.353 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T21:51:29.434 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T21:51:29.477 INFO:teuthology.orchestra.run.smithi167.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 251 kB/s | 151 kB 00:00 2024-04-22T21:51:29.532 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T21:51:29.569 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T21:51:29.577 INFO:teuthology.orchestra.run.smithi167.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-22T21:51:29.645 INFO:teuthology.orchestra.run.smithi167.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 312 kB/s | 172 kB 00:00 2024-04-22T21:51:29.678 INFO:teuthology.orchestra.run.smithi167.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-22T21:51:29.689 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T21:51:29.703 INFO:teuthology.orchestra.run.smithi167.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 933 kB/s | 358 kB 00:00 2024-04-22T21:51:29.745 INFO:teuthology.orchestra.run.smithi167.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-04-22T21:51:29.779 INFO:teuthology.orchestra.run.smithi167.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-22T21:51:29.804 INFO:teuthology.orchestra.run.smithi167.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-04-22T21:51:29.857 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T21:51:29.863 INFO:teuthology.orchestra.run.smithi167.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-22T21:51:29.887 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:51:29.896 INFO:teuthology.orchestra.run.smithi167.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 674 kB/s | 79 kB 00:00 2024-04-22T21:51:29.914 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:51:29.914 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:29.914 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T21:51:29.914 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:51:29.914 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:51:29.914 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:29.955 INFO:teuthology.orchestra.run.smithi167.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-22T21:51:29.980 INFO:teuthology.orchestra.run.smithi167.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-04-22T21:51:30.022 INFO:teuthology.orchestra.run.smithi167.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 716 kB/s | 90 kB 00:00 2024-04-22T21:51:30.064 INFO:teuthology.orchestra.run.smithi167.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 329 kB/s | 36 kB 00:00 2024-04-22T21:51:30.073 INFO:teuthology.orchestra.run.smithi005.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 3.1 MB/s | 48 MB 00:15 2024-04-22T21:51:30.075 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:30.075 INFO:teuthology.orchestra.run.smithi005.stdout:Total 3.1 MB/s | 49 MB 00:15 2024-04-22T21:51:30.102 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:51:30.125 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:51:30.125 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:51:30.148 INFO:teuthology.orchestra.run.smithi167.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.3 MB/s | 230 kB 00:00 2024-04-22T21:51:30.173 INFO:teuthology.orchestra.run.smithi167.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 184 kB/s | 20 kB 00:00 2024-04-22T21:51:30.282 INFO:teuthology.orchestra.run.smithi167.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-04-22T21:51:30.287 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:30.287 INFO:teuthology.orchestra.run.smithi167.stdout:Total 7.1 MB/s | 30 MB 00:04 2024-04-22T21:51:30.418 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:51:30.459 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:51:30.459 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:51:30.511 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:51:30.512 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:51:30.757 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:51:30.757 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:51:31.047 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:51:31.142 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T21:51:31.181 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T21:51:31.208 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:51:31.429 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:51:31.458 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:51:31.458 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:31.458 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T21:51:31.458 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:51:31.458 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:51:31.458 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:31.930 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:51:31.954 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:51:31.954 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:31.954 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T21:51:31.954 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:51:31.954 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:51:31.954 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:32.015 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:51:32.084 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T21:51:32.117 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T21:51:32.145 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T21:51:32.197 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:51:32.218 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T21:51:32.221 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:51:32.221 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:32.221 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T21:51:32.221 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:51:32.222 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:51:32.222 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:32.261 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T21:51:32.287 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:51:32.294 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T21:51:32.388 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T21:51:32.458 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T21:51:32.506 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T21:51:32.540 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T21:51:32.570 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T21:51:32.604 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T21:51:32.638 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T21:51:32.679 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T21:51:32.730 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T21:51:32.764 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T21:51:32.803 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T21:51:32.878 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T21:51:33.019 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T21:51:33.104 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T21:51:33.165 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T21:51:33.203 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T21:51:33.261 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T21:51:33.317 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T21:51:33.508 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T21:51:33.566 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T21:51:33.645 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T21:51:33.735 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T21:51:33.856 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T21:51:33.975 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T21:51:33.984 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:51:33.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T21:51:33.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T21:51:33.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T21:51:33.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T21:51:33.984 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T21:51:33.985 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T21:51:33.986 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T21:51:33.987 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T21:51:33.987 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T21:51:33.988 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T21:51:34.140 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T21:51:34.175 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:51:34.201 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:51:34.201 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:34.201 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T21:51:34.201 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:51:34.201 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:51:34.202 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:34.733 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T21:51:34.733 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:34.733 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:51:34.733 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:34.733 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T21:51:34.734 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T21:51:34.735 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:34.736 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:35.067 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-base 2024-04-22T21:51:35.606 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:35.660 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:51:35.685 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:51:35.685 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:35.685 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T21:51:35.685 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:51:35.685 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:51:35.685 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:35.687 INFO:teuthology.orchestra.run.smithi031.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:51:35.731 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:35.732 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:51:35.732 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:35.797 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install cephadm 2024-04-22T21:51:35.989 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T21:51:36.075 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:51:36.135 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:51:36.158 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:51:36.158 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:36.158 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T21:51:36.158 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:51:36.158 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:51:36.158 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:36.332 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:55 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:36.402 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:51:36.425 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:51:36.425 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:36.425 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T21:51:36.425 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:51:36.425 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:51:36.425 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:36.459 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:36.460 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:36.460 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:51:36.460 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:36.460 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 762 k 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 768 k 2024-04-22T21:51:36.461 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:51:36.489 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:51:37.696 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 617 kB/s | 762 kB 00:01 2024-04-22T21:51:37.697 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:37.697 INFO:teuthology.orchestra.run.smithi031.stdout:Total 616 kB/s | 762 kB 00:01 2024-04-22T21:51:37.697 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:51:37.704 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:51:37.704 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:51:37.710 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:51:37.710 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:51:37.785 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:51:37.946 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:51:37.946 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T21:51:37.946 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T21:51:37.946 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T21:51:37.946 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T21:51:37.946 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T21:51:37.947 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T21:51:37.948 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T21:51:37.948 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T21:51:37.948 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T21:51:37.948 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T21:51:37.949 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T21:51:38.265 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:38.352 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:38.390 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T21:51:38.390 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T21:51:38.390 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T21:51:38.390 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T21:51:38.664 INFO:teuthology.orchestra.run.smithi005.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T21:51:38.665 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:38.665 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:51:38.672 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:38.902 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T21:51:38.903 INFO:teuthology.orchestra.run.smithi167.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T21:51:38.904 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:38.905 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:38.930 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:38.930 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:38.930 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:51:38.930 INFO:teuthology.orchestra.run.smithi031.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:38.930 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:38.930 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:38.940 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph 2024-04-22T21:51:39.132 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T21:51:39.281 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-base 2024-04-22T21:51:39.460 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:51:39.586 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:51:39.588 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:39.588 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T21:51:39.589 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-collections 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T21:51:39.590 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout:Install 36 Packages 2024-04-22T21:51:39.591 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:39.592 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 30 M 2024-04-22T21:51:39.592 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 107 M 2024-04-22T21:51:39.592 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:51:39.664 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:39.790 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:39.790 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:51:39.791 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:39.792 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 145 k 2024-04-22T21:51:39.792 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 435 k 2024-04-22T21:51:39.792 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:51:39.807 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:53 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:39.888 INFO:teuthology.orchestra.run.smithi167.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:51:39.929 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:39.930 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:51:39.930 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:40.005 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install cephadm 2024-04-22T21:51:40.026 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 620 kB/s | 145 kB 00:00 2024-04-22T21:51:40.026 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:40.027 INFO:teuthology.orchestra.run.smithi031.stdout:Total 616 kB/s | 145 kB 00:00 2024-04-22T21:51:40.027 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:51:40.035 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:51:40.035 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:51:40.095 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:51:40.095 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:51:40.247 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:51:40.318 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:40.343 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:40.343 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:40.344 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T21:51:40.344 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:40.517 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:54 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:40.574 INFO:teuthology.orchestra.run.smithi005.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 24 kB/s | 6.6 kB 00:00 2024-04-22T21:51:40.636 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:40.637 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:40.637 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:51:40.637 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 762 k 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 768 k 2024-04-22T21:51:40.638 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:51:41.220 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:41.221 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:41.221 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:51:41.221 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:41.221 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:41.221 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:41.333 INFO:teuthology.orchestra.run.smithi005.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.4 MB/s | 1.5 MB 00:01 2024-04-22T21:51:41.437 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr 2024-04-22T21:51:41.661 INFO:teuthology.orchestra.run.smithi167.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 745 kB/s | 762 kB 00:01 2024-04-22T21:51:41.661 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:41.661 INFO:teuthology.orchestra.run.smithi167.stdout:Total 744 kB/s | 762 kB 00:01 2024-04-22T21:51:41.662 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:51:41.668 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:51:41.668 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:51:41.674 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:51:41.675 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:51:41.767 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:51:41.825 INFO:teuthology.orchestra.run.smithi005.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 1.5 MB/s | 2.4 MB 00:01 2024-04-22T21:51:41.958 INFO:teuthology.orchestra.run.smithi005.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.8 MB/s | 249 kB 00:00 2024-04-22T21:51:41.971 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:42.053 INFO:teuthology.orchestra.run.smithi031.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:51:42.097 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:42.098 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:51:42.098 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:42.160 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T21:51:42.254 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:42.275 INFO:teuthology.orchestra.run.smithi005.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 800 kB/s | 253 kB 00:00 2024-04-22T21:51:42.348 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:42.687 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:42.691 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:42.812 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:42.813 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:42.813 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:51:42.813 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:42.813 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T21:51:42.814 INFO:teuthology.orchestra.run.smithi031.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T21:51:42.815 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:42.815 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:51:42.815 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:51:42.815 INFO:teuthology.orchestra.run.smithi031.stdout:Install 12 Packages 2024-04-22T21:51:42.815 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:42.815 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 8.6 M 2024-04-22T21:51:42.816 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 103 M 2024-04-22T21:51:42.816 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:51:42.859 INFO:teuthology.orchestra.run.smithi005.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 2.1 MB/s | 1.2 MB 00:00 2024-04-22T21:51:42.901 INFO:teuthology.orchestra.run.smithi005.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-22T21:51:42.919 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:42.919 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:42.919 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:51:42.919 INFO:teuthology.orchestra.run.smithi167.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:42.919 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:42.919 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:42.959 INFO:teuthology.orchestra.run.smithi005.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-22T21:51:43.001 INFO:teuthology.orchestra.run.smithi005.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-04-22T21:51:43.077 INFO:teuthology.orchestra.run.smithi005.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-04-22T21:51:43.155 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T21:51:43.344 INFO:teuthology.orchestra.run.smithi005.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 707 kB/s | 188 kB 00:00 2024-04-22T21:51:43.410 INFO:teuthology.orchestra.run.smithi005.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.5 MB/s | 172 kB 00:00 2024-04-22T21:51:43.486 INFO:teuthology.orchestra.run.smithi005.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 463 kB/s | 35 kB 00:00 2024-04-22T21:51:43.553 INFO:teuthology.orchestra.run.smithi005.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 766 kB/s | 51 kB 00:00 2024-04-22T21:51:43.627 INFO:teuthology.orchestra.run.smithi005.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 557 kB/s | 42 kB 00:00 2024-04-22T21:51:43.676 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:43.736 INFO:teuthology.orchestra.run.smithi005.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 206 kB/s | 22 kB 00:00 2024-04-22T21:51:43.799 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repo Size 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:51:43.800 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:43.801 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:51:43.801 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:43.801 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 145 k 2024-04-22T21:51:43.801 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 435 k 2024-04-22T21:51:43.801 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:51:43.978 INFO:teuthology.orchestra.run.smithi005.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 626 kB/s | 151 kB 00:00 2024-04-22T21:51:44.062 INFO:teuthology.orchestra.run.smithi005.stdout:(18/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86 1.3 MB/s | 4.7 MB 00:03 2024-04-22T21:51:44.071 INFO:teuthology.orchestra.run.smithi031.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 74 kB/s | 32 kB 00:00 2024-04-22T21:51:44.087 INFO:teuthology.orchestra.run.smithi005.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 400 kB/s | 43 kB 00:00 2024-04-22T21:51:44.271 INFO:teuthology.orchestra.run.smithi005.stdout:(20/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 5.7 MB/s | 17 MB 00:02 2024-04-22T21:51:44.296 INFO:teuthology.orchestra.run.smithi005.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-04-22T21:51:44.320 INFO:teuthology.orchestra.run.smithi031.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 23 kB/s | 15 kB 00:00 2024-04-22T21:51:44.363 INFO:teuthology.orchestra.run.smithi005.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 265 kB/s | 18 kB 00:00 2024-04-22T21:51:44.397 INFO:teuthology.orchestra.run.smithi005.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-04-22T21:51:44.421 INFO:teuthology.orchestra.run.smithi031.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-04-22T21:51:44.430 INFO:teuthology.orchestra.run.smithi005.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 346 kB/s | 23 kB 00:00 2024-04-22T21:51:44.464 INFO:teuthology.orchestra.run.smithi005.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 291 kB/s | 19 kB 00:00 2024-04-22T21:51:44.488 INFO:teuthology.orchestra.run.smithi031.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-04-22T21:51:44.489 INFO:teuthology.orchestra.run.smithi005.stdout:(26/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 402 kB/s | 172 kB 00:00 2024-04-22T21:51:44.536 INFO:teuthology.orchestra.run.smithi005.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 187 kB/s | 20 kB 00:00 2024-04-22T21:51:44.565 INFO:teuthology.orchestra.run.smithi005.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T21:51:44.590 INFO:teuthology.orchestra.run.smithi005.stdout:(29/36): python3-logutils-0.3.5-21.el9.noarch.r 369 kB/s | 46 kB 00:00 2024-04-22T21:51:44.632 INFO:teuthology.orchestra.run.smithi005.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 246 kB/s | 16 kB 00:00 2024-04-22T21:51:44.657 INFO:teuthology.orchestra.run.smithi005.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.2 MB/s | 272 kB 00:00 2024-04-22T21:51:44.691 INFO:teuthology.orchestra.run.smithi005.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 611 kB/s | 36 kB 00:00 2024-04-22T21:51:44.713 INFO:teuthology.orchestra.run.smithi031.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.4 MB/s | 548 kB 00:00 2024-04-22T21:51:44.716 INFO:teuthology.orchestra.run.smithi005.stdout:(33/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 715 kB/s | 90 kB 00:00 2024-04-22T21:51:44.742 INFO:teuthology.orchestra.run.smithi167.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 154 kB/s | 145 kB 00:00 2024-04-22T21:51:44.742 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:44.743 INFO:teuthology.orchestra.run.smithi167.stdout:Total 154 kB/s | 145 kB 00:00 2024-04-22T21:51:44.743 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:51:44.751 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:51:44.751 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:51:44.758 INFO:teuthology.orchestra.run.smithi005.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-22T21:51:44.783 INFO:teuthology.orchestra.run.smithi005.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 299 kB/s | 20 kB 00:00 2024-04-22T21:51:44.788 INFO:teuthology.orchestra.run.smithi031.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 260 kB/s | 19 kB 00:00 2024-04-22T21:51:44.810 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:51:44.810 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:51:44.900 INFO:teuthology.orchestra.run.smithi005.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.0 MB/s | 427 kB 00:00 2024-04-22T21:51:44.902 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:44.903 INFO:teuthology.orchestra.run.smithi005.stdout:Total 5.7 MB/s | 30 MB 00:05 2024-04-22T21:51:44.922 INFO:teuthology.orchestra.run.smithi031.stdout:(7/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 2.7 MB/s | 3.5 MB 00:01 2024-04-22T21:51:44.951 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:51:45.034 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:45.042 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:51:45.059 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:45.059 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:45.059 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T21:51:45.059 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:45.085 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:51:45.085 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:51:45.097 INFO:teuthology.orchestra.run.smithi031.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 6.6 MB/s | 2.0 MB 00:00 2024-04-22T21:51:45.147 INFO:teuthology.orchestra.run.smithi031.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 642 kB/s | 144 kB 00:00 2024-04-22T21:51:45.181 INFO:teuthology.orchestra.run.smithi031.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 368 kB/s | 31 kB 00:00 2024-04-22T21:51:45.281 INFO:teuthology.orchestra.run.smithi031.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.4 MB/s | 188 kB 00:00 2024-04-22T21:51:45.331 INFO:teuthology.orchestra.run.smithi031.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 948 kB/s | 863 kB 00:00 2024-04-22T21:51:45.333 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:45.334 INFO:teuthology.orchestra.run.smithi031.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-04-22T21:51:45.386 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:51:45.397 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:51:45.398 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:51:45.406 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:51:45.406 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:51:45.570 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:51:45.571 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:51:45.925 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:45.925 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:45.925 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:51:45.925 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:45.925 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:45.925 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:46.104 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:51:46.133 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-mgr 2024-04-22T21:51:46.191 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T21:51:46.226 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T21:51:46.274 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T21:51:46.302 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T21:51:46.382 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T21:51:46.509 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T21:51:46.600 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T21:51:46.649 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T21:51:46.655 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:46.661 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:51:46.685 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:51:46.717 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T21:51:46.719 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T21:51:46.736 INFO:teuthology.orchestra.run.smithi167.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:51:46.753 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T21:51:46.779 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:46.780 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T21:51:46.780 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:51:46.780 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:46.847 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T21:51:46.854 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T21:51:46.905 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T21:51:46.937 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T21:51:47.033 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T21:51:47.111 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T21:51:47.165 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T21:51:47.200 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T21:51:47.230 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T21:51:47.264 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T21:51:47.297 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T21:51:47.338 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T21:51:47.356 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:47.382 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T21:51:47.415 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T21:51:47.454 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T21:51:47.479 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:47.480 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T21:51:47.481 INFO:teuthology.orchestra.run.smithi167.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout:Install 12 Packages 2024-04-22T21:51:47.482 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:47.483 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 8.6 M 2024-04-22T21:51:47.483 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 103 M 2024-04-22T21:51:47.483 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:51:47.530 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T21:51:47.683 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T21:51:47.773 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T21:51:47.819 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T21:51:47.824 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T21:51:47.851 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:51:47.870 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T21:51:47.929 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T21:51:47.992 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T21:51:48.170 INFO:teuthology.orchestra.run.smithi167.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 167 kB/s | 32 kB 00:00 2024-04-22T21:51:48.185 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T21:51:48.195 INFO:teuthology.orchestra.run.smithi167.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 71 kB/s | 15 kB 00:00 2024-04-22T21:51:48.241 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T21:51:48.321 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T21:51:48.354 INFO:teuthology.orchestra.run.smithi167.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.7 MB/s | 269 kB 00:00 2024-04-22T21:51:48.411 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T21:51:48.412 INFO:teuthology.orchestra.run.smithi167.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 8.1 MB/s | 3.5 MB 00:00 2024-04-22T21:51:48.446 INFO:teuthology.orchestra.run.smithi167.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.7 MB/s | 1.0 MB 00:00 2024-04-22T21:51:48.448 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T21:51:48.571 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T21:51:48.622 INFO:teuthology.orchestra.run.smithi167.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 111 kB/s | 19 kB 00:00 2024-04-22T21:51:48.722 INFO:teuthology.orchestra.run.smithi167.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.7 MB/s | 548 kB 00:00 2024-04-22T21:51:48.737 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T21:51:48.764 INFO:teuthology.orchestra.run.smithi167.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-04-22T21:51:48.766 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:51:48.780 INFO:teuthology.orchestra.run.smithi167.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-04-22T21:51:48.792 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T21:51:48.792 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:48.793 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T21:51:48.793 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:51:48.793 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T21:51:48.793 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:48.856 INFO:teuthology.orchestra.run.smithi167.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.7 MB/s | 2.0 MB 00:00 2024-04-22T21:51:48.881 INFO:teuthology.orchestra.run.smithi167.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-04-22T21:51:48.940 INFO:teuthology.orchestra.run.smithi167.stdout:(12/12): python3-repoze-lru-0.7-16.el9.noarch.r 175 kB/s | 31 kB 00:00 2024-04-22T21:51:48.944 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:48.944 INFO:teuthology.orchestra.run.smithi167.stdout:Total 5.9 MB/s | 8.6 MB 00:01 2024-04-22T21:51:48.991 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:51:49.009 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:51:49.009 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:51:49.108 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:51:49.108 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T21:51:49.108 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T21:51:49.108 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T21:51:49.108 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T21:51:49.108 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T21:51:49.109 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T21:51:49.109 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T21:51:49.109 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T21:51:49.109 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:51:49.109 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T21:51:49.109 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T21:51:49.166 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:51:49.166 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:51:49.429 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T21:51:49.429 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:49.429 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:51:49.429 INFO:teuthology.orchestra.run.smithi031.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T21:51:49.429 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:49.429 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:49.430 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:51:49.692 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T21:51:49.696 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:51:49.765 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T21:51:49.809 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T21:51:49.856 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T21:51:49.894 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T21:51:49.971 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T21:51:50.114 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T21:51:50.206 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T21:51:50.215 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:51:50.258 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T21:51:50.286 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:51:50.317 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:51:50.318 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T21:51:50.341 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================= 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================= 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:51:50.342 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:51:50.343 INFO:teuthology.orchestra.run.smithi031.stdout:======================================================================================= 2024-04-22T21:51:50.344 INFO:teuthology.orchestra.run.smithi031.stdout:Install 12 Packages 2024-04-22T21:51:50.344 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:51:50.344 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 38 M 2024-04-22T21:51:50.344 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 209 M 2024-04-22T21:51:50.344 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:51:50.345 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T21:51:50.345 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:50.345 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T21:51:50.345 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:51:50.345 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T21:51:50.345 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:50.687 INFO:teuthology.orchestra.run.smithi031.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-04-22T21:51:50.738 INFO:teuthology.orchestra.run.smithi031.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-04-22T21:51:50.780 INFO:teuthology.orchestra.run.smithi031.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 355 kB/s | 33 kB 00:00 2024-04-22T21:51:50.809 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:51:50.834 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T21:51:50.834 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:50.834 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T21:51:50.834 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:51:50.834 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T21:51:50.834 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:50.839 INFO:teuthology.orchestra.run.smithi031.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-04-22T21:51:50.922 INFO:teuthology.orchestra.run.smithi031.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 423 kB/s | 35 kB 00:00 2024-04-22T21:51:50.980 INFO:teuthology.orchestra.run.smithi031.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-04-22T21:51:51.068 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:51:51.081 INFO:teuthology.orchestra.run.smithi031.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.4 MB/s | 244 kB 00:00 2024-04-22T21:51:51.092 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T21:51:51.092 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:51.092 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T21:51:51.093 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:51:51.093 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T21:51:51.093 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:51.159 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:51:51.181 INFO:teuthology.orchestra.run.smithi031.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-22T21:51:51.331 INFO:teuthology.orchestra.run.smithi031.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 12 MB/s | 4.7 MB 00:00 2024-04-22T21:51:51.366 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T21:51:51.382 INFO:teuthology.orchestra.run.smithi031.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.2 MB/s | 250 kB 00:00 2024-04-22T21:51:51.402 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:51:51.532 INFO:teuthology.orchestra.run.smithi031.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 5.1 MB 00:00 2024-04-22T21:51:51.949 INFO:teuthology.orchestra.run.smithi031.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-04-22T21:51:51.950 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:51.950 INFO:teuthology.orchestra.run.smithi031.stdout:Total 24 MB/s | 38 MB 00:01 2024-04-22T21:51:52.308 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:51:52.336 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:51:52.336 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:51:52.767 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:51:52.767 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:51:52.814 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:51:52.814 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T21:51:52.814 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T21:51:52.814 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T21:51:52.815 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T21:51:52.914 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T21:51:52.915 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T21:51:52.916 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T21:51:52.916 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T21:51:52.916 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T21:51:52.916 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T21:51:52.917 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T21:51:52.917 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T21:51:52.917 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T21:51:52.917 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T21:51:52.917 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T21:51:52.917 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T21:51:52.918 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T21:51:52.918 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T21:51:52.918 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T21:51:52.918 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T21:51:53.099 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T21:51:53.099 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:53.099 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:51:53.099 INFO:teuthology.orchestra.run.smithi167.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T21:51:53.099 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:53.099 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:53.100 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:51:53.354 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T21:51:53.618 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:51:53.670 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T21:51:53.714 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:51:53.817 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:51:53.840 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T21:51:53.840 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:53.840 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:51:53.840 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:53.840 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T21:51:53.841 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T21:51:53.842 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:53.843 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:51:53.856 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T21:51:53.860 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:51:53.982 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout:======================================================================================= 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout:======================================================================================= 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T21:51:53.983 INFO:teuthology.orchestra.run.smithi167.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout:======================================================================================= 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout:Install 12 Packages 2024-04-22T21:51:53.984 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:51:53.985 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 38 M 2024-04-22T21:51:53.985 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 209 M 2024-04-22T21:51:53.985 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:51:54.034 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T21:51:54.063 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T21:51:54.143 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T21:51:54.180 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-base 2024-04-22T21:51:54.715 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:51:54.797 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:51:54.829 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T21:51:54.840 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:51:54.841 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:51:54.841 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:51:54.918 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install cephadm 2024-04-22T21:51:54.947 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T21:51:55.107 INFO:teuthology.orchestra.run.smithi167.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-24 9.3 MB/s | 7.4 MB 00:00 2024-04-22T21:51:55.190 INFO:teuthology.orchestra.run.smithi167.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 393 kB/s | 33 kB 00:00 2024-04-22T21:51:55.216 INFO:teuthology.orchestra.run.smithi167.stdout:(3/12): libquadmath-11.4.1-3.el9.x86_64.rpm 216 kB/s | 195 kB 00:00 2024-04-22T21:51:55.299 INFO:teuthology.orchestra.run.smithi167.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 220 kB/s | 18 kB 00:00 2024-04-22T21:51:55.366 INFO:teuthology.orchestra.run.smithi167.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 528 kB/s | 35 kB 00:00 2024-04-22T21:51:55.425 INFO:teuthology.orchestra.run.smithi167.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-22T21:51:55.445 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:12 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:51:55.467 INFO:teuthology.orchestra.run.smithi167.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.8 MB/s | 244 kB 00:00 2024-04-22T21:51:55.571 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:51:55.571 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:55.571 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:51:55.571 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:55.571 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:55.572 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 762 k 2024-04-22T21:51:55.573 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 768 k 2024-04-22T21:51:55.573 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:51:55.584 INFO:teuthology.orchestra.run.smithi167.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 44 MB/s | 5.1 MB 00:00 2024-04-22T21:51:55.659 INFO:teuthology.orchestra.run.smithi167.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2024-04-22T21:51:55.684 INFO:teuthology.orchestra.run.smithi167.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-04-22T21:51:55.850 INFO:teuthology.orchestra.run.smithi005.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-22T21:51:55.851 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:55.851 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-22T21:51:55.851 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:51:55.857 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:51:55.857 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:51:55.863 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:51:55.863 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:51:55.926 INFO:teuthology.orchestra.run.smithi167.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 61 MB/s | 16 MB 00:00 2024-04-22T21:51:55.940 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:51:55.960 INFO:teuthology.orchestra.run.smithi167.stdout:(12/12): libgfortran-11.4.1-3.el9.x86_64.rpm 487 kB/s | 803 kB 00:01 2024-04-22T21:51:55.961 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:55.961 INFO:teuthology.orchestra.run.smithi167.stdout:Total 19 MB/s | 38 MB 00:01 2024-04-22T21:51:56.241 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:51:56.310 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:51:56.337 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:51:56.337 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:51:56.365 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:56.455 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:56.749 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:51:56.749 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:51:56.814 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:57.043 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T21:51:57.043 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:57.043 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:51:57.044 INFO:teuthology.orchestra.run.smithi005.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:51:57.044 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:57.044 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:51:57.270 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T21:51:57.327 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T21:51:57.354 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:51:57.591 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:51:57.665 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T21:51:57.708 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:51:57.806 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:14 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:51:57.808 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:51:57.851 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T21:51:57.932 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:51:57.932 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:57.932 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:51:57.933 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:57.934 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 145 k 2024-04-22T21:51:57.934 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 435 k 2024-04-22T21:51:57.934 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:51:58.030 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T21:51:58.058 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T21:51:58.135 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T21:51:58.248 INFO:teuthology.orchestra.run.smithi005.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 462 kB/s | 145 kB 00:00 2024-04-22T21:51:58.248 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:51:58.249 INFO:teuthology.orchestra.run.smithi005.stdout:Total 459 kB/s | 145 kB 00:00 2024-04-22T21:51:58.249 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:51:58.257 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:51:58.257 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:51:58.318 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:51:58.318 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:51:58.605 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:51:58.682 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:58.707 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:58.707 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:51:58.707 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T21:51:58.707 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:58.795 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T21:51:58.916 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T21:51:59.561 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T21:51:59.561 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:59.561 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:51:59.561 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:51:59.561 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:51:59.561 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:51:59.801 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr 2024-04-22T21:51:59.968 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:51:59.968 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T21:51:59.968 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:51:59.968 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:51:59.968 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:51:59.969 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T21:52:00.154 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:52:00.337 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:17 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:52:00.344 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T21:52:00.344 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:00.344 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:00.344 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:00.344 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T21:52:00.344 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:00.345 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:00.419 INFO:teuthology.orchestra.run.smithi005.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:00.464 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:52:00.465 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:52:00.465 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:52:00.542 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T21:52:00.688 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-rook 2024-04-22T21:52:01.071 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:18 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:52:01.186 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T21:52:01.196 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T21:52:01.197 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout:Install 12 Packages 2024-04-22T21:52:01.198 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:01.199 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 8.6 M 2024-04-22T21:52:01.199 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 103 M 2024-04-22T21:52:01.199 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:52:01.210 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:52:01.225 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:20 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:01.350 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T21:52:01.351 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout:Install 13 Packages 2024-04-22T21:52:01.352 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:01.353 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 2.2 M 2024-04-22T21:52:01.353 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 26 M 2024-04-22T21:52:01.353 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:01.856 INFO:teuthology.orchestra.run.smithi031.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 95 kB/s | 19 kB 00:00 2024-04-22T21:52:01.881 INFO:teuthology.orchestra.run.smithi031.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 113 kB/s | 26 kB 00:00 2024-04-22T21:52:02.007 INFO:teuthology.orchestra.run.smithi031.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-22T21:52:02.032 INFO:teuthology.orchestra.run.smithi031.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-04-22T21:52:02.099 INFO:teuthology.orchestra.run.smithi031.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 805 kB/s | 54 kB 00:00 2024-04-22T21:52:02.157 INFO:teuthology.orchestra.run.smithi031.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.8 MB/s | 279 kB 00:00 2024-04-22T21:52:02.183 INFO:teuthology.orchestra.run.smithi031.stdout:(7/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 93 kB/s | 49 kB 00:00 2024-04-22T21:52:02.216 INFO:teuthology.orchestra.run.smithi031.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 275 kB/s | 32 kB 00:00 2024-04-22T21:52:02.242 INFO:teuthology.orchestra.run.smithi031.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 179 kB/s | 15 kB 00:00 2024-04-22T21:52:02.243 INFO:teuthology.orchestra.run.smithi005.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2407.g430 29 kB/s | 15 kB 00:00 2024-04-22T21:52:02.268 INFO:teuthology.orchestra.run.smithi005.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2407.g43 58 kB/s | 32 kB 00:00 2024-04-22T21:52:02.300 INFO:teuthology.orchestra.run.smithi031.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-04-22T21:52:02.325 INFO:teuthology.orchestra.run.smithi031.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 1.4 MB/s | 203 kB 00:00 2024-04-22T21:52:02.367 INFO:teuthology.orchestra.run.smithi031.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-04-22T21:52:02.392 INFO:teuthology.orchestra.run.smithi031.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 977 kB/s | 90 kB 00:00 2024-04-22T21:52:02.393 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:02.394 INFO:teuthology.orchestra.run.smithi031.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-04-22T21:52:02.464 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:02.480 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:02.480 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:02.573 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:02.574 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:02.627 INFO:teuthology.orchestra.run.smithi005.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 751 kB/s | 269 kB 00:00 2024-04-22T21:52:02.711 INFO:teuthology.orchestra.run.smithi005.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.2 MB/s | 1.0 MB 00:00 2024-04-22T21:52:02.968 INFO:teuthology.orchestra.run.smithi005.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 2.8 MB/s | 3.5 MB 00:01 2024-04-22T21:52:03.061 INFO:teuthology.orchestra.run.smithi005.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.5 MB/s | 548 kB 00:00 2024-04-22T21:52:03.090 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:03.103 INFO:teuthology.orchestra.run.smithi005.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 145 kB/s | 19 kB 00:00 2024-04-22T21:52:03.253 INFO:teuthology.orchestra.run.smithi005.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 11 MB/s | 2.0 MB 00:00 2024-04-22T21:52:03.255 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T21:52:03.278 INFO:teuthology.orchestra.run.smithi005.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 825 kB/s | 144 kB 00:00 2024-04-22T21:52:03.312 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T21:52:03.320 INFO:teuthology.orchestra.run.smithi005.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 460 kB/s | 31 kB 00:00 2024-04-22T21:52:03.367 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T21:52:03.371 INFO:teuthology.orchestra.run.smithi005.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-22T21:52:03.404 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T21:52:03.446 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T21:52:03.543 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T21:52:03.653 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T21:52:03.675 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:52:03.675 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T21:52:03.675 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:52:03.675 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:52:03.675 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:52:03.676 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T21:52:03.723 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T21:52:04.026 INFO:teuthology.orchestra.run.smithi167.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:04.027 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:04.329 INFO:teuthology.orchestra.run.smithi005.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 507 kB/s | 863 kB 00:01 2024-04-22T21:52:04.333 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:04.334 INFO:teuthology.orchestra.run.smithi005.stdout:Total 2.7 MB/s | 8.6 MB 00:03 2024-04-22T21:52:04.386 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:52:04.405 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-mgr-rook 2024-04-22T21:52:04.407 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:52:04.407 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:52:04.488 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T21:52:04.545 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T21:52:04.575 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:52:04.575 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:52:04.578 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T21:52:04.627 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T21:52:04.656 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:52:04.926 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:18 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:05.050 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:05.051 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:05.051 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T21:52:05.052 INFO:teuthology.orchestra.run.smithi167.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout:Install 13 Packages 2024-04-22T21:52:05.053 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:05.054 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 2.2 M 2024-04-22T21:52:05.054 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 26 M 2024-04-22T21:52:05.054 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:05.113 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:52:05.189 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T21:52:05.224 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T21:52:05.271 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T21:52:05.309 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T21:52:05.376 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:52:05.376 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T21:52:05.376 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T21:52:05.376 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T21:52:05.376 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T21:52:05.377 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T21:52:05.389 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T21:52:05.526 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T21:52:05.553 INFO:teuthology.orchestra.run.smithi167.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 70 kB/s | 19 kB 00:00 2024-04-22T21:52:05.578 INFO:teuthology.orchestra.run.smithi167.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 86 kB/s | 26 kB 00:00 2024-04-22T21:52:05.604 INFO:teuthology.orchestra.run.smithi167.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 152 kB/s | 49 kB 00:00 2024-04-22T21:52:05.615 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T21:52:05.664 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T21:52:05.692 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T21:52:05.702 INFO:teuthology.orchestra.run.smithi031.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:05.703 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:05.724 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T21:52:05.921 INFO:teuthology.orchestra.run.smithi167.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-22T21:52:05.933 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T21:52:05.979 INFO:teuthology.orchestra.run.smithi167.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 522 kB/s | 222 kB 00:00 2024-04-22T21:52:06.046 INFO:teuthology.orchestra.run.smithi167.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 428 kB/s | 54 kB 00:00 2024-04-22T21:52:06.138 INFO:teuthology.orchestra.run.smithi167.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 203 kB/s | 32 kB 00:00 2024-04-22T21:52:06.196 INFO:teuthology.orchestra.run.smithi167.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 470 kB/s | 279 kB 00:00 2024-04-22T21:52:06.222 INFO:teuthology.orchestra.run.smithi167.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 86 kB/s | 15 kB 00:00 2024-04-22T21:52:06.247 INFO:teuthology.orchestra.run.smithi167.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.8 MB/s | 203 kB 00:00 2024-04-22T21:52:06.306 INFO:teuthology.orchestra.run.smithi167.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.6 MB/s | 90 kB 00:00 2024-04-22T21:52:06.348 INFO:teuthology.orchestra.run.smithi167.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-04-22T21:52:06.431 INFO:teuthology.orchestra.run.smithi167.stdout:(13/13): python3-rsa-4.9-2.el9.noarch.rpm 283 kB/s | 59 kB 00:00 2024-04-22T21:52:06.434 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:06.434 INFO:teuthology.orchestra.run.smithi167.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-22T21:52:06.464 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:06.498 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:06.513 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:06.513 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:06.589 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:06.590 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:06.590 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:52:06.590 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:06.590 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:06.590 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T21:52:06.590 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout:Install 6 Packages 2024-04-22T21:52:06.591 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:06.592 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 7.0 M 2024-04-22T21:52:06.592 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 33 M 2024-04-22T21:52:06.592 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:06.598 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:06.598 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:06.824 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T21:52:06.866 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:52:06.987 INFO:teuthology.orchestra.run.smithi031.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-04-22T21:52:07.046 INFO:teuthology.orchestra.run.smithi031.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 633 kB/s | 141 kB 00:00 2024-04-22T21:52:07.105 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:07.279 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T21:52:07.346 INFO:teuthology.orchestra.run.smithi031.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 192 kB/s | 58 kB 00:00 2024-04-22T21:52:07.349 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T21:52:07.405 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T21:52:07.429 INFO:teuthology.orchestra.run.smithi031.stdout:(4/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.8 MB/s | 6.0 MB 00:00 2024-04-22T21:52:07.442 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T21:52:07.455 INFO:teuthology.orchestra.run.smithi031.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 470 kB/s | 51 kB 00:00 2024-04-22T21:52:07.513 INFO:teuthology.orchestra.run.smithi031.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-04-22T21:52:07.514 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:07.514 INFO:teuthology.orchestra.run.smithi031.stdout:Total 7.6 MB/s | 7.0 MB 00:00 2024-04-22T21:52:07.544 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T21:52:07.588 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:07.599 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:07.599 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:07.701 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:07.702 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:07.719 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T21:52:07.823 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T21:52:07.877 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T21:52:08.015 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T21:52:08.172 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T21:52:08.173 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T21:52:08.173 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T21:52:08.173 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T21:52:08.173 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T21:52:08.195 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T21:52:08.242 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T21:52:08.460 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T21:52:08.460 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:08.460 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:52:08.460 INFO:teuthology.orchestra.run.smithi005.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T21:52:08.460 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:08.460 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:08.461 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:52:08.604 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T21:52:08.649 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T21:52:08.683 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T21:52:08.700 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T21:52:08.731 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T21:52:08.753 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:52:08.816 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T21:52:08.905 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T21:52:08.976 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T21:52:09.002 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:52:09.233 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:26 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:52:09.359 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================= 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================= 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T21:52:09.360 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout:======================================================================================= 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout:Install 12 Packages 2024-04-22T21:52:09.361 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:09.362 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 38 M 2024-04-22T21:52:09.362 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 209 M 2024-04-22T21:52:09.362 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T21:52:09.393 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T21:52:09.394 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T21:52:09.696 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T21:52:09.696 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:09.696 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:09.696 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T21:52:09.697 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:09.698 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:09.736 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:52:09.736 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T21:52:09.736 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T21:52:09.736 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T21:52:09.736 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T21:52:09.736 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T21:52:09.920 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T21:52:10.016 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T21:52:10.016 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:10.016 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:10.016 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:10.016 INFO:teuthology.orchestra.run.smithi031.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T21:52:10.016 INFO:teuthology.orchestra.run.smithi031.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T21:52:10.017 INFO:teuthology.orchestra.run.smithi031.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T21:52:10.017 INFO:teuthology.orchestra.run.smithi031.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T21:52:10.017 INFO:teuthology.orchestra.run.smithi031.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T21:52:10.017 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:10.017 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:10.252 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-fuse 2024-04-22T21:52:10.354 INFO:teuthology.orchestra.run.smithi005.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-22T21:52:10.429 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:24 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:10.554 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:10.554 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:10.555 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:10.556 INFO:teuthology.orchestra.run.smithi167.stdout:Install 6 Packages 2024-04-22T21:52:10.556 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:10.556 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 7.0 M 2024-04-22T21:52:10.556 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 33 M 2024-04-22T21:52:10.556 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:10.671 INFO:teuthology.orchestra.run.smithi005.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 214 kB/s | 195 kB 00:00 2024-04-22T21:52:10.786 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:29 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:10.912 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:10.912 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout:Install 2 Packages 2024-04-22T21:52:10.913 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 969 k 2024-04-22T21:52:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 2.8 M 2024-04-22T21:52:10.914 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:10.938 INFO:teuthology.orchestra.run.smithi005.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 56 kB/s | 33 kB 00:00 2024-04-22T21:52:11.100 INFO:teuthology.orchestra.run.smithi167.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 441 kB/s | 141 kB 00:00 2024-04-22T21:52:11.149 INFO:teuthology.orchestra.run.smithi031.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 690 kB/s | 80 kB 00:00 2024-04-22T21:52:11.242 INFO:teuthology.orchestra.run.smithi167.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 537 kB/s | 248 kB 00:00 2024-04-22T21:52:11.332 INFO:teuthology.orchestra.run.smithi031.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.9 MB/s | 889 kB 00:00 2024-04-22T21:52:11.333 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:11.333 INFO:teuthology.orchestra.run.smithi031.stdout:Total 2.3 MB/s | 969 kB 00:00 2024-04-22T21:52:11.345 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:11.367 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:11.368 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:11.405 INFO:teuthology.orchestra.run.smithi005.stdout:(4/12): libgfortran-11.4.1-3.el9.x86_64.rpm 488 kB/s | 803 kB 00:01 2024-04-22T21:52:11.434 INFO:teuthology.orchestra.run.smithi167.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 9.1 MB/s | 6.0 MB 00:00 2024-04-22T21:52:11.450 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:11.450 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:11.455 INFO:teuthology.orchestra.run.smithi005.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 35 kB/s | 18 kB 00:00 2024-04-22T21:52:11.576 INFO:teuthology.orchestra.run.smithi167.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 173 kB/s | 58 kB 00:00 2024-04-22T21:52:11.639 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:11.751 INFO:teuthology.orchestra.run.smithi167.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 161 kB/s | 51 kB 00:00 2024-04-22T21:52:11.771 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T21:52:11.810 INFO:teuthology.orchestra.run.smithi167.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 773 kB/s | 548 kB 00:00 2024-04-22T21:52:11.811 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:11.811 INFO:teuthology.orchestra.run.smithi167.stdout:Total 5.6 MB/s | 7.0 MB 00:01 2024-04-22T21:52:11.849 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:52:11.881 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:11.892 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:11.892 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:11.987 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:11.988 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:12.005 INFO:teuthology.orchestra.run.smithi005.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 59 kB/s | 35 kB 00:00 2024-04-22T21:52:12.296 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:12.464 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T21:52:12.464 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:52:12.465 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T21:52:12.512 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T21:52:12.692 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T21:52:12.693 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:12.693 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:12.693 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T21:52:12.693 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:12.693 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:12.905 INFO:teuthology.orchestra.run.smithi005.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 271 kB/s | 244 kB 00:00 2024-04-22T21:52:12.947 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install ceph-volume 2024-04-22T21:52:13.058 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T21:52:13.148 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T21:52:13.211 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T21:52:13.248 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:52:13.488 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:32 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:13.616 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:13.617 INFO:teuthology.orchestra.run.smithi031.stdout:Install 2 Packages 2024-04-22T21:52:13.618 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:13.618 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 341 k 2024-04-22T21:52:13.618 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 1.5 M 2024-04-22T21:52:13.618 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:13.987 INFO:teuthology.orchestra.run.smithi031.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 343 kB/s | 77 kB 00:00 2024-04-22T21:52:14.057 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:52:14.057 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T21:52:14.057 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T21:52:14.057 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T21:52:14.057 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T21:52:14.057 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T21:52:14.155 INFO:teuthology.orchestra.run.smithi031.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 672 kB/s | 264 kB 00:00 2024-04-22T21:52:14.156 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:14.156 INFO:teuthology.orchestra.run.smithi031.stdout:Total 633 kB/s | 341 kB 00:00 2024-04-22T21:52:14.168 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:14.179 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:14.179 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:14.207 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:14.207 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:14.303 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:14.304 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:14.358 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:14.532 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-fuse 2024-04-22T21:52:14.548 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T21:52:14.582 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:52:14.598 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:52:14.598 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:52:14.598 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T21:52:14.599 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:14.972 INFO:teuthology.orchestra.run.smithi005.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 712 kB/s | 3.0 MB 00:04 2024-04-22T21:52:15.043 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:29 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:15.166 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:15.166 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout:Install 2 Packages 2024-04-22T21:52:15.167 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:15.168 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 969 k 2024-04-22T21:52:15.168 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 2.8 M 2024-04-22T21:52:15.168 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:15.302 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:15.600 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:15.603 INFO:teuthology.orchestra.run.smithi167.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 516 kB/s | 80 kB 00:00 2024-04-22T21:52:15.869 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install librados-devel 2024-04-22T21:52:15.887 INFO:teuthology.orchestra.run.smithi167.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 2.0 MB/s | 889 kB 00:00 2024-04-22T21:52:15.887 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:15.888 INFO:teuthology.orchestra.run.smithi167.stdout:Total 1.3 MB/s | 969 kB 00:00 2024-04-22T21:52:15.899 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:15.921 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:15.922 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:15.930 INFO:teuthology.orchestra.run.smithi005.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 262 kB/s | 250 kB 00:00 2024-04-22T21:52:16.001 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:16.001 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:16.182 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:16.322 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T21:52:16.384 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:52:16.405 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:35 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:16.531 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:16.532 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:16.532 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-04-22T21:52:16.532 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 127 k 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 456 k 2024-04-22T21:52:16.533 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:16.769 INFO:teuthology.orchestra.run.smithi031.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 538 kB/s | 127 kB 00:00 2024-04-22T21:52:16.770 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:16.770 INFO:teuthology.orchestra.run.smithi031.stdout:Total 535 kB/s | 127 kB 00:00 2024-04-22T21:52:16.770 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:16.776 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:16.776 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:16.843 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:16.843 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:16.999 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:17.037 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:52:17.037 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T21:52:17.093 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:17.296 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T21:52:17.296 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:17.296 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:17.296 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T21:52:17.296 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:17.296 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:17.504 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:17.599 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-volume 2024-04-22T21:52:17.739 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:17.739 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:17.739 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:17.739 INFO:teuthology.orchestra.run.smithi031.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:17.739 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:17.739 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:17.956 INFO:teuthology.orchestra.run.smithi005.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 746 kB/s | 4.7 MB 00:06 2024-04-22T21:52:17.965 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install libcephfs2 2024-04-22T21:52:18.117 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:32 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:18.243 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:18.243 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout:Install 2 Packages 2024-04-22T21:52:18.244 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:18.245 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 341 k 2024-04-22T21:52:18.245 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 1.5 M 2024-04-22T21:52:18.245 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:18.433 INFO:teuthology.orchestra.run.smithi167.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 648 kB/s | 77 kB 00:00 2024-04-22T21:52:18.510 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:18.584 INFO:teuthology.orchestra.run.smithi167.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 978 kB/s | 264 kB 00:00 2024-04-22T21:52:18.584 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:18.584 INFO:teuthology.orchestra.run.smithi167.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-04-22T21:52:18.595 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:18.596 INFO:teuthology.orchestra.run.smithi031.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:18.605 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:18.605 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:18.630 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:18.631 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:18.640 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:18.641 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:18.641 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:18.721 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install libcephfs-devel 2024-04-22T21:52:18.769 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:18.951 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T21:52:18.994 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:52:19.010 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:52:19.010 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:52:19.010 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T21:52:19.010 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:19.256 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:19.381 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:19.381 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 32 k 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 142 k 2024-04-22T21:52:19.382 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:19.688 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T21:52:19.773 INFO:teuthology.orchestra.run.smithi031.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 81 kB/s | 32 kB 00:00 2024-04-22T21:52:19.774 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:19.774 INFO:teuthology.orchestra.run.smithi031.stdout:Total 81 kB/s | 32 kB 00:00 2024-04-22T21:52:19.774 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:19.777 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:19.777 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:19.779 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:19.780 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:19.867 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:19.963 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:19.987 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T21:52:19.987 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:19.987 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:19.987 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:19.988 INFO:teuthology.orchestra.run.smithi167.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T21:52:19.988 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:19.988 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:20.147 INFO:teuthology.orchestra.run.smithi005.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 721 kB/s | 5.1 MB 00:07 2024-04-22T21:52:20.318 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:20.324 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install librados-devel 2024-04-22T21:52:20.540 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:20.540 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:20.540 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:20.540 INFO:teuthology.orchestra.run.smithi031.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:20.540 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:20.540 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:20.706 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install librados2 2024-04-22T21:52:20.854 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:20.977 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:20.977 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repo Size 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 127 k 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 456 k 2024-04-22T21:52:20.978 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:21.206 INFO:teuthology.orchestra.run.smithi167.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 556 kB/s | 127 kB 00:00 2024-04-22T21:52:21.207 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:21.207 INFO:teuthology.orchestra.run.smithi167.stdout:Total 553 kB/s | 127 kB 00:00 2024-04-22T21:52:21.207 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:21.213 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:21.213 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:21.239 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:21.276 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:21.276 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:21.320 INFO:teuthology.orchestra.run.smithi031.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:21.364 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:21.365 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:21.365 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:21.426 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:21.448 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install librbd1 2024-04-22T21:52:21.528 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:21.941 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:21.981 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:22.064 INFO:teuthology.orchestra.run.smithi031.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:22.107 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:22.108 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:22.109 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:22.195 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-rados 2024-04-22T21:52:22.203 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:22.204 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:22.204 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:22.204 INFO:teuthology.orchestra.run.smithi167.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:22.204 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:22.204 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:22.432 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install libcephfs2 2024-04-22T21:52:22.728 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:22.810 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:22.853 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:22.854 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:22.854 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:22.929 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-rgw 2024-04-22T21:52:22.957 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:23.038 INFO:teuthology.orchestra.run.smithi167.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:23.080 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:23.081 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:23.081 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:23.183 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install libcephfs-devel 2024-04-22T21:52:23.466 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:23.550 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:23.592 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:23.673 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-cephfs 2024-04-22T21:52:23.702 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:23.822 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:23.823 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:23.823 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repo Size 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 32 k 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 142 k 2024-04-22T21:52:23.824 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:23.994 INFO:teuthology.orchestra.run.smithi167.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 187 kB/s | 32 kB 00:00 2024-04-22T21:52:23.994 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:23.994 INFO:teuthology.orchestra.run.smithi167.stdout:Total 186 kB/s | 32 kB 00:00 2024-04-22T21:52:23.995 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:23.998 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:23.998 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:24.000 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:24.001 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:24.090 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:24.180 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:24.206 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:24.287 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:24.331 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:24.332 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:24.332 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:24.411 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install python3-rbd 2024-04-22T21:52:24.540 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:24.743 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:24.743 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:24.743 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:24.743 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:24.743 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:24.743 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:24.924 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install librados2 2024-04-22T21:52:24.950 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:25.032 INFO:teuthology.orchestra.run.smithi031.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:25.075 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:25.076 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2024-04-22T21:52:25.076 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:25.156 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install rbd-fuse 2024-04-22T21:52:25.442 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:25.521 INFO:teuthology.orchestra.run.smithi167.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:25.562 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:25.563 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:25.563 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:25.636 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install librbd1 2024-04-22T21:52:25.746 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:25.870 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:25.871 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:25.871 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-22T21:52:25.871 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 85 k 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 231 k 2024-04-22T21:52:25.872 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:26.092 INFO:teuthology.orchestra.run.smithi031.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 387 kB/s | 85 kB 00:00 2024-04-22T21:52:26.093 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:26.093 INFO:teuthology.orchestra.run.smithi031.stdout:Total 385 kB/s | 85 kB 00:00 2024-04-22T21:52:26.093 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:26.101 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:26.101 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:26.148 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:26.169 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:26.169 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:26.227 INFO:teuthology.orchestra.run.smithi167.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:26.268 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:26.269 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:26.269 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:26.316 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:26.339 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install python3-rados 2024-04-22T21:52:26.399 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:26.744 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:26.857 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:26.936 INFO:teuthology.orchestra.run.smithi167.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:26.977 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:26.978 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:26.978 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:27.014 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:27.014 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:27.014 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:27.014 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:27.015 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:27.015 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:27.047 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install python3-rgw 2024-04-22T21:52:27.270 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install rbd-mirror 2024-04-22T21:52:27.558 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:27.637 INFO:teuthology.orchestra.run.smithi167.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:27.679 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:27.680 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:27.680 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:27.752 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install python3-cephfs 2024-04-22T21:52:27.800 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:27.925 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repo Size 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:27.926 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:27.927 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:27.927 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:52:27.927 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:27.927 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 3.1 M 2024-04-22T21:52:27.927 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 13 M 2024-04-22T21:52:27.927 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:28.269 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:28.350 INFO:teuthology.orchestra.run.smithi167.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:28.390 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:28.391 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:28.392 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:28.461 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install python3-rbd 2024-04-22T21:52:28.680 INFO:teuthology.orchestra.run.smithi031.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 4.1 MB/s | 3.1 MB 00:00 2024-04-22T21:52:28.680 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:28.681 INFO:teuthology.orchestra.run.smithi031.stdout:Total 4.1 MB/s | 3.1 MB 00:00 2024-04-22T21:52:28.681 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:28.691 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:28.691 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:28.777 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:28.777 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:28.974 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:29.053 INFO:teuthology.orchestra.run.smithi167.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:52:29.094 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:29.095 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2024-04-22T21:52:29.095 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:29.168 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install rbd-fuse 2024-04-22T21:52:29.227 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:29.297 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:29.323 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:29.324 INFO:teuthology.orchestra.run.smithi031.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:52:29.324 INFO:teuthology.orchestra.run.smithi031.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T21:52:29.324 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:52:29.324 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:52:29.324 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:29.681 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:29.800 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:29.801 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:52:29.802 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:29.802 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 85 k 2024-04-22T21:52:29.802 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 231 k 2024-04-22T21:52:29.802 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:30.313 INFO:teuthology.orchestra.run.smithi167.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 166 kB/s | 85 kB 00:00 2024-04-22T21:52:30.314 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:30.314 INFO:teuthology.orchestra.run.smithi167.stdout:Total 166 kB/s | 85 kB 00:00 2024-04-22T21:52:30.314 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:30.321 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:30.322 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:30.355 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:30.356 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:30.356 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:30.356 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:30.356 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:30.356 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:30.388 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:30.388 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:30.530 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:30.583 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum -y install rbd-nbd 2024-04-22T21:52:30.633 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:30.971 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:31.125 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 09:50:41 PM UTC. 2024-04-22T21:52:31.235 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:31.235 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:31.235 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:31.235 INFO:teuthology.orchestra.run.smithi167.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:31.235 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:31.235 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:31.251 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 171 k 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 494 k 2024-04-22T21:52:31.252 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-22T21:52:31.464 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install rbd-mirror 2024-04-22T21:52:31.917 INFO:teuthology.orchestra.run.smithi031.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 258 kB/s | 171 kB 00:00 2024-04-22T21:52:31.918 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:31.918 INFO:teuthology.orchestra.run.smithi031.stdout:Total 257 kB/s | 171 kB 00:00 2024-04-22T21:52:31.918 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-22T21:52:31.927 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-22T21:52:31.928 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-22T21:52:31.998 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-22T21:52:31.998 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-22T21:52:32.000 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:32.134 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repo Size 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 3.1 M 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 13 M 2024-04-22T21:52:32.135 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:32.160 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-22T21:52:32.258 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:32.595 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:32.862 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:32.862 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:32.863 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-22T21:52:32.863 INFO:teuthology.orchestra.run.smithi031.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:32.863 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-22T21:52:32.863 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-22T21:52:33.026 INFO:teuthology.orchestra.run.smithi167.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-04-22T21:52:33.026 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:33.027 INFO:teuthology.orchestra.run.smithi167.stdout:Total 3.5 MB/s | 3.1 MB 00:00 2024-04-22T21:52:33.027 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:33.036 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:33.036 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:33.121 DEBUG:teuthology.parallel:result is None 2024-04-22T21:52:33.122 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:33.122 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:33.545 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:33.601 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:33.627 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:33.627 INFO:teuthology.orchestra.run.smithi167.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:52:33.627 INFO:teuthology.orchestra.run.smithi167.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T21:52:33.627 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:52:33.627 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:52:33.627 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:34.675 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:34.675 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:34.675 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:34.675 INFO:teuthology.orchestra.run.smithi167.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:34.675 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:34.675 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:34.920 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install rbd-nbd 2024-04-22T21:52:35.438 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 09:50:46 PM UTC. 2024-04-22T21:52:35.563 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2024-04-22T21:52:35.563 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:Install 1 Package 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 171 k 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 494 k 2024-04-22T21:52:35.564 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2024-04-22T21:52:36.188 INFO:teuthology.orchestra.run.smithi167.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 275 kB/s | 171 kB 00:00 2024-04-22T21:52:36.188 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:36.189 INFO:teuthology.orchestra.run.smithi167.stdout:Total 274 kB/s | 171 kB 00:00 2024-04-22T21:52:36.189 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2024-04-22T21:52:36.197 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2024-04-22T21:52:36.197 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2024-04-22T21:52:36.260 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2024-04-22T21:52:36.261 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2024-04-22T21:52:36.411 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2024-04-22T21:52:36.545 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:36.945 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:37.176 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:52:37.176 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:37.177 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2024-04-22T21:52:37.177 INFO:teuthology.orchestra.run.smithi167.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:52:37.177 INFO:teuthology.orchestra.run.smithi167.stdout: 2024-04-22T21:52:37.177 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2024-04-22T21:52:37.441 DEBUG:teuthology.parallel:result is None 2024-04-22T21:52:38.962 INFO:teuthology.orchestra.run.smithi005.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 723 kB/s | 16 MB 00:23 2024-04-22T21:52:38.963 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:38.964 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.3 MB/s | 38 MB 00:29 2024-04-22T21:52:39.327 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:52:39.356 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:52:39.357 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:52:39.794 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:52:39.794 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:52:40.682 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:52:40.750 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T21:52:40.802 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:52:40.973 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:52:41.011 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T21:52:41.197 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T21:52:41.227 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T21:52:41.298 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T21:52:41.996 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T21:52:42.112 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T21:52:43.425 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:52:44.509 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T21:52:44.534 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:52:47.087 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T21:52:47.087 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T21:52:47.087 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T21:52:47.088 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T21:52:47.494 INFO:teuthology.orchestra.run.smithi005.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:47.495 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:52:47.880 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-rook 2024-04-22T21:52:48.412 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:05 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:52:48.538 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T21:52:48.539 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2024-04-22T21:52:48.540 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:48.541 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 2.2 M 2024-04-22T21:52:48.541 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 26 M 2024-04-22T21:52:48.541 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:52:49.010 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 225 kB/s | 26 kB 00:00 2024-04-22T21:52:49.060 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 117 kB/s | 19 kB 00:00 2024-04-22T21:52:49.093 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 249 kB/s | 49 kB 00:00 2024-04-22T21:52:49.152 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-22T21:52:49.202 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T21:52:49.227 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 948 kB/s | 159 kB 00:00 2024-04-22T21:52:49.261 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.6 MB/s | 279 kB 00:00 2024-04-22T21:52:49.470 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 62 kB/s | 15 kB 00:00 2024-04-22T21:52:49.512 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 104 kB/s | 32 kB 00:00 2024-04-22T21:52:49.645 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 444 kB/s | 59 kB 00:00 2024-04-22T21:52:49.670 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 495 kB/s | 203 kB 00:00 2024-04-22T21:52:49.745 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 896 kB/s | 90 kB 00:00 2024-04-22T21:52:49.812 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.0 MB/s | 1.0 MB 00:00 2024-04-22T21:52:49.815 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:49.815 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-04-22T21:52:49.879 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:52:49.895 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:52:49.895 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:52:49.990 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:52:49.992 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:52:50.503 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:52:50.701 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T21:52:50.765 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T21:52:50.822 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T21:52:50.857 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T21:52:50.899 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T21:52:50.997 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T21:52:51.116 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T21:52:51.168 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T21:52:51.930 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T21:52:51.980 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T21:52:52.014 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T21:52:52.072 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T21:52:52.092 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T21:52:52.812 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T21:52:52.813 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T21:52:52.813 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T21:52:53.120 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T21:52:53.121 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T21:52:53.122 INFO:teuthology.orchestra.run.smithi005.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T21:52:53.122 INFO:teuthology.orchestra.run.smithi005.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T21:52:53.122 INFO:teuthology.orchestra.run.smithi005.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T21:52:53.122 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:53.122 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:52:53.360 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T21:52:53.891 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:10 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:52:54.017 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:52:54.017 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T21:52:54.018 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout:Install 6 Packages 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 7.0 M 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 33 M 2024-04-22T21:52:54.019 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:52:54.539 INFO:teuthology.orchestra.run.smithi005.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 811 kB/s | 248 kB 00:00 2024-04-22T21:52:54.689 INFO:teuthology.orchestra.run.smithi005.stdout:(2/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 310 kB/s | 141 kB 00:00 2024-04-22T21:52:55.023 INFO:teuthology.orchestra.run.smithi005.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 173 kB/s | 58 kB 00:00 2024-04-22T21:52:55.140 INFO:teuthology.orchestra.run.smithi005.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 913 kB/s | 548 kB 00:00 2024-04-22T21:52:55.190 INFO:teuthology.orchestra.run.smithi005.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 306 kB/s | 51 kB 00:00 2024-04-22T21:52:55.665 INFO:teuthology.orchestra.run.smithi005.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.2 MB/s | 6.0 MB 00:01 2024-04-22T21:52:55.666 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:55.666 INFO:teuthology.orchestra.run.smithi005.stdout:Total 4.2 MB/s | 7.0 MB 00:01 2024-04-22T21:52:55.741 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:52:55.754 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:52:55.754 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:52:55.858 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:52:55.863 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:52:56.301 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:52:56.480 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T21:52:56.535 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T21:52:57.083 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T21:52:57.164 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T21:52:57.235 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T21:52:57.262 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:52:57.962 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T21:52:57.963 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T21:52:57.963 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T21:52:57.963 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T21:52:57.963 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T21:52:57.963 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:58.211 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:52:58.464 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-fuse 2024-04-22T21:52:59.000 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:16 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:52:59.124 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T21:52:59.125 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 969 k 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 2.8 M 2024-04-22T21:52:59.126 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:52:59.368 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 668 kB/s | 80 kB 00:00 2024-04-22T21:52:59.694 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 1.9 MB/s | 889 kB 00:00 2024-04-22T21:52:59.694 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:52:59.695 INFO:teuthology.orchestra.run.smithi005.stdout:Total 1.7 MB/s | 969 kB 00:00 2024-04-22T21:52:59.707 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:52:59.730 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:52:59.730 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:52:59.814 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:52:59.814 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:00.001 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:00.133 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T21:53:00.211 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:53:00.816 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T21:53:00.816 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T21:53:01.062 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T21:53:01.062 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:01.062 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:01.062 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T21:53:01.063 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:01.063 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:01.309 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install ceph-volume 2024-04-22T21:53:01.842 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:18 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:01.970 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout:Install 2 Packages 2024-04-22T21:53:01.971 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:01.972 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 341 k 2024-04-22T21:53:01.972 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 1.5 M 2024-04-22T21:53:01.972 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:53:02.465 INFO:teuthology.orchestra.run.smithi005.stdout:(1/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 1.2 MB/s | 264 kB 00:00 2024-04-22T21:53:02.932 INFO:teuthology.orchestra.run.smithi005.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 112 kB/s | 77 kB 00:00 2024-04-22T21:53:02.933 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:53:02.933 INFO:teuthology.orchestra.run.smithi005.stdout:Total 354 kB/s | 341 kB 00:00 2024-04-22T21:53:02.946 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:53:02.958 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:53:02.958 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:53:02.988 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:53:02.988 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:03.137 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:03.315 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T21:53:03.351 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:53:03.367 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T21:53:03.367 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:53:03.367 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T21:53:03.367 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:04.089 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T21:53:04.393 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T21:53:04.393 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:04.393 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:04.393 INFO:teuthology.orchestra.run.smithi005.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T21:53:04.394 INFO:teuthology.orchestra.run.smithi005.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T21:53:04.394 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:04.394 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:04.766 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados-devel 2024-04-22T21:53:05.307 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:22 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:05.432 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:05.432 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:05.432 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:53:05.433 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:05.434 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 127 k 2024-04-22T21:53:05.434 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 456 k 2024-04-22T21:53:05.434 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:53:05.755 INFO:teuthology.orchestra.run.smithi005.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 395 kB/s | 127 kB 00:00 2024-04-22T21:53:05.755 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:53:05.756 INFO:teuthology.orchestra.run.smithi005.stdout:Total 394 kB/s | 127 kB 00:00 2024-04-22T21:53:05.756 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:53:05.761 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:53:05.762 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:53:05.829 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:53:05.830 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:05.985 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:06.095 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:06.504 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:06.767 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:06.768 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:06.768 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:06.768 INFO:teuthology.orchestra.run.smithi005.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:53:06.768 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:06.768 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:07.000 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs2 2024-04-22T21:53:07.536 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:24 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:07.619 INFO:teuthology.orchestra.run.smithi005.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:07.662 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:07.663 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:07.663 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:07.737 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install libcephfs-devel 2024-04-22T21:53:08.273 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:25 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:08.398 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:08.399 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-22T21:53:08.399 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:08.399 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:53:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T21:53:08.399 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 32 k 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 142 k 2024-04-22T21:53:08.400 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:53:08.650 INFO:teuthology.orchestra.run.smithi005.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 127 kB/s | 32 kB 00:00 2024-04-22T21:53:08.650 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:53:08.650 INFO:teuthology.orchestra.run.smithi005.stdout:Total 127 kB/s | 32 kB 00:00 2024-04-22T21:53:08.650 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:53:08.654 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:53:08.654 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:53:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:53:08.656 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:08.744 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:08.848 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:09.212 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:09.417 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:09.417 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:09.417 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:09.417 INFO:teuthology.orchestra.run.smithi005.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:53:09.417 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:09.417 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:09.582 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librados2 2024-04-22T21:53:10.115 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:27 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:10.196 INFO:teuthology.orchestra.run.smithi005.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:10.240 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:10.241 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:10.241 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:10.320 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install librbd1 2024-04-22T21:53:10.852 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:27 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:10.933 INFO:teuthology.orchestra.run.smithi005.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:10.977 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:10.978 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:10.979 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:11.053 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rados 2024-04-22T21:53:11.587 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:28 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:11.669 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:11.712 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:11.713 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:11.713 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:11.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rgw 2024-04-22T21:53:12.332 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:29 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:12.415 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:12.458 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:12.459 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:12.459 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:12.537 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-cephfs 2024-04-22T21:53:13.064 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:30 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:13.145 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:13.188 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:13.189 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:13.260 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install python3-rbd 2024-04-22T21:53:13.799 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:30 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:13.882 INFO:teuthology.orchestra.run.smithi005.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T21:53:13.925 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:13.927 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-04-22T21:53:13.927 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:14.015 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-fuse 2024-04-22T21:53:14.556 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:31 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:14.685 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:14.686 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:14.686 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-22T21:53:14.686 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:14.686 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:53:14.686 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T21:53:14.686 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 85 k 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 231 k 2024-04-22T21:53:14.687 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:53:15.003 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 270 kB/s | 85 kB 00:00 2024-04-22T21:53:15.003 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:53:15.004 INFO:teuthology.orchestra.run.smithi005.stdout:Total 268 kB/s | 85 kB 00:00 2024-04-22T21:53:15.004 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:53:15.012 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:53:15.012 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:53:15.078 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:53:15.078 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:15.227 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:15.317 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:15.688 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:15.941 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:15.941 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:15.941 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:15.941 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:53:15.941 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:15.941 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:16.215 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-mirror 2024-04-22T21:53:16.760 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:33 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:16.886 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:16.886 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:16.886 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repo Size 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:53:16.887 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:16.888 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 3.1 M 2024-04-22T21:53:16.888 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 13 M 2024-04-22T21:53:16.888 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:53:17.273 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 8.0 MB/s | 3.1 MB 00:00 2024-04-22T21:53:17.274 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:53:17.274 INFO:teuthology.orchestra.run.smithi005.stdout:Total 8.0 MB/s | 3.1 MB 00:00 2024-04-22T21:53:17.274 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:53:17.284 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:53:17.284 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:53:17.370 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:53:17.370 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:17.820 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:17.891 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:17.917 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:17.917 INFO:teuthology.orchestra.run.smithi005.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T21:53:17.917 INFO:teuthology.orchestra.run.smithi005.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T21:53:17.917 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:53:17.917 INFO:teuthology.orchestra.run.smithi005.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T21:53:17.917 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:18.932 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:18.932 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:18.933 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:18.933 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:53:18.933 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:18.933 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:19.162 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum -y install rbd-nbd 2024-04-22T21:53:19.698 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:02:36 ago on Mon 22 Apr 2024 09:50:43 PM UTC. 2024-04-22T21:53:19.823 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout:Install 1 Package 2024-04-22T21:53:19.824 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:19.825 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 171 k 2024-04-22T21:53:19.825 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 494 k 2024-04-22T21:53:19.825 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-04-22T21:53:20.052 INFO:teuthology.orchestra.run.smithi005.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 755 kB/s | 171 kB 00:00 2024-04-22T21:53:20.053 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-04-22T21:53:20.053 INFO:teuthology.orchestra.run.smithi005.stdout:Total 751 kB/s | 171 kB 00:00 2024-04-22T21:53:20.053 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-04-22T21:53:20.061 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-04-22T21:53:20.062 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-04-22T21:53:20.129 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-04-22T21:53:20.129 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-04-22T21:53:20.288 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-04-22T21:53:20.385 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:20.753 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:20.999 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T21:53:20.999 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:20.999 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-04-22T21:53:20.999 INFO:teuthology.orchestra.run.smithi005.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T21:53:20.999 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-04-22T21:53:20.999 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-04-22T21:53:21.282 DEBUG:teuthology.parallel:result is None 2024-04-22T21:53:21.282 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:21.430 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T21:53:21.452 INFO:teuthology.orchestra.run.smithi005.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T21:53:21.452 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T21:53:21.452 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T21:53:21.454 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:21.671 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T21:53:21.696 INFO:teuthology.orchestra.run.smithi031.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T21:53:21.696 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T21:53:21.697 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T21:53:21.698 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:21.938 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T21:53:21.963 INFO:teuthology.orchestra.run.smithi167.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T21:53:21.963 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T21:53:21.963 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T21:53:21.965 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T21:53:21.965 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-22T21:53:21.965 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T21:53:21.995 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-22T21:53:21.996 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T21:53:22.025 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T21:53:22.026 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T21:53:22.055 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T21:53:22.055 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-22T21:53:22.056 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T21:53:22.084 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T21:53:22.152 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-22T21:53:22.152 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T21:53:22.182 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T21:53:22.248 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T21:53:22.249 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T21:53:22.276 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T21:53:22.342 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T21:53:22.342 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-22T21:53:22.343 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T21:53:22.371 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T21:53:22.441 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-22T21:53:22.441 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T21:53:22.465 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T21:53:22.530 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T21:53:22.530 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T21:53:22.554 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T21:53:22.617 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T21:53:22.617 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-04-22T21:53:22.617 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T21:53:22.647 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T21:53:22.715 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-22T21:53:22.716 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T21:53:22.740 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T21:53:22.804 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T21:53:22.805 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T21:53:22.829 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T21:53:22.895 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T21:53:22.996 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T21:53:22.996 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:22.996 INFO:tasks.cephadm:Cluster fsid is bd4f841c-00f2-11ef-bc93-c7b262605968 2024-04-22T21:53:22.996 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T21:53:22.996 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.5', 'mon.b': '172.21.15.31', 'mon.c': '172.21.15.167'} 2024-04-22T21:53:22.997 INFO:tasks.cephadm:First mon is mon.a on smithi005 2024-04-22T21:53:22.997 INFO:tasks.cephadm:First mgr is a 2024-04-22T21:53:22.997 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T21:53:22.997 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-04-22T21:53:23.027 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-04-22T21:53:23.051 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-04-22T21:53:23.074 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T21:53:23.074 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:23.232 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', '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/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', '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-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T21:53:23.449 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:23.451 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T21:53:23.451 DEBUG:teuthology.orchestra.run.smithi005:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:23.985 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:53 /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:23.985 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.379 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:53 /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.379 DEBUG:teuthology.orchestra.run.smithi167:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.782 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 21:53 /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.782 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.802 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.821 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:24.850 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T21:53:24.850 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:53:24.852 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:53:24.864 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T21:53:26.386 INFO:teuthology.orchestra.run.smithi167.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:53:26.397 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:53:26.473 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:53:26.577 INFO:teuthology.orchestra.run.smithi167.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:26.612 INFO:teuthology.orchestra.run.smithi167.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:53:26.613 INFO:teuthology.orchestra.run.smithi167.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:53:26.613 INFO:teuthology.orchestra.run.smithi167.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:26.614 INFO:teuthology.orchestra.run.smithi031.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:26.614 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:53:26.614 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:53:26.614 INFO:teuthology.orchestra.run.smithi031.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:26.659 INFO:teuthology.orchestra.run.smithi005.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:26.660 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T21:53:26.660 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T21:53:26.660 INFO:teuthology.orchestra.run.smithi005.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T21:53:26.683 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:26.684 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:53:26.685 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T21:53:26.686 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi005/crash 2024-04-22T21:53:26.687 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:53:26.725 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:53:26.725 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:53:26.727 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi031/crash 2024-04-22T21:53:26.728 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:53:26.762 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:53:26.762 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:53:26.764 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi167/crash 2024-04-22T21:53:26.765 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash -- . 2024-04-22T21:53:26.802 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T21:53:26.802 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-04-22T21:53:26.803 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T21:53:26.804 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-22T21:53:26.830 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/bd4f841c-00f2-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T21:53:26.831 INFO:tasks.cephadm:Compressing logs... 2024-04-22T21:53:26.831 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:53:26.873 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:53:26.876 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:53:26.896 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-22T21:53:26.896 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:53:26.896 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:53:26.898 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-04-22T21:53:26.898 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.011s 2024-04-22T21:53:26.898 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m0.008s 2024-04-22T21:53:26.898 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.013s 2024-04-22T21:53:26.900 INFO:teuthology.orchestra.run.smithi167.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-04-22T21:53:26.900 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-04-22T21:53:26.900 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: 73.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:53:26.901 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-22T21:53:26.901 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T21:53:26.901 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T21:53:26.902 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-22T21:53:26.902 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.012s 2024-04-22T21:53:26.902 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.016s 2024-04-22T21:53:26.902 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.005s 2024-04-22T21:53:26.903 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-04-22T21:53:26.903 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m0.011s 2024-04-22T21:53:26.903 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m0.011s 2024-04-22T21:53:26.903 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.009s 2024-04-22T21:53:26.904 INFO:tasks.cephadm:Archiving logs... 2024-04-22T21:53:26.904 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi005/log 2024-04-22T21:53:26.905 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:53:26.965 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi031/log 2024-04-22T21:53:26.966 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:53:26.991 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi167/log 2024-04-22T21:53:26.992 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T21:53:27.017 INFO:tasks.cephadm:Removing cluster... 2024-04-22T21:53:27.017 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd4f841c-00f2-11ef-bc93-c7b262605968 --force 2024-04-22T21:53:27.216 INFO:teuthology.orchestra.run.smithi005.stdout:Deleting cluster with fsid: bd4f841c-00f2-11ef-bc93-c7b262605968 2024-04-22T21:53:27.497 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd4f841c-00f2-11ef-bc93-c7b262605968 --force 2024-04-22T21:53:27.693 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: bd4f841c-00f2-11ef-bc93-c7b262605968 2024-04-22T21:53:27.973 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid bd4f841c-00f2-11ef-bc93-c7b262605968 --force 2024-04-22T21:53:28.155 INFO:teuthology.orchestra.run.smithi167.stdout:Deleting cluster with fsid: bd4f841c-00f2-11ef-bc93-c7b262605968 2024-04-22T21:53:28.411 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T21:53:28.411 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:28.428 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:28.445 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T21:53:28.460 INFO:tasks.cephadm:Teardown complete 2024-04-22T21:53:28.460 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:53:28.655 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d9dd6e25260a471eb905aced0fdc7944 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T21:53:28.659 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T21:53:28.668 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T21:53:28.733 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-22T21:53:28.734 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T21:53:28.746 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T21:53:28.750 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T21:53:28.848 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T21:53:28.856 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T21:53:28.856 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:53:28.859 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:53:28.861 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T21:53:28.874 INFO:teuthology.orchestra.run.smithi005.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:53:28.875 INFO:teuthology.orchestra.run.smithi167.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:53:28.876 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-04-22T21:53:28.879 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:53:28.879 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-04-22T21:53:28.879 INFO:teuthology.orchestra.run.smithi005.stdout:^- hv01.front.sepia.ceph.com 2 6 77 50 +1479us[+1479us] +/- 595ms 2024-04-22T21:53:28.879 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 77 51 -266us[ -261us] +/- 62ms 2024-04-22T21:53:28.879 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 50 +299us[ +299us] +/- 72ms 2024-04-22T21:53:28.879 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:53:28.881 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:53:28.881 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2024-04-22T21:53:28.881 INFO:teuthology.orchestra.run.smithi167.stdout:^- hv01.front.sepia.ceph.com 2 6 77 50 +1458us[+1458us] +/- 595ms 2024-04-22T21:53:28.881 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv02.front.sepia.ceph.com 3 6 77 50 -258us[ -249us] +/- 62ms 2024-04-22T21:53:28.881 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 50 +303us[ +312us] +/- 72ms 2024-04-22T21:53:28.881 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:53:28.882 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T21:53:28.882 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-04-22T21:53:28.882 INFO:teuthology.orchestra.run.smithi031.stdout:^- hv01.front.sepia.ceph.com 2 6 77 50 +1475us[+1475us] +/- 595ms 2024-04-22T21:53:28.883 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv02.front.sepia.ceph.com 3 6 77 51 -263us[ -337us] +/- 62ms 2024-04-22T21:53:28.883 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 50 +291us[ +291us] +/- 72ms 2024-04-22T21:53:28.883 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T21:53:28.883 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T21:53:28.891 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T21:53:28.892 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T21:53:28.926 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:53:28.989 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:53:29.053 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:53:29.108 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:53:29.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:29.140 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:53:29.170 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:29.170 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:53:29.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:29.196 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T21:53:29.205 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T21:53:29.225 INFO:teuthology.task.internal:Duration was 399.382887 seconds 2024-04-22T21:53:29.226 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T21:53:29.259 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T21:53:29.259 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:53:29.262 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:53:29.264 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T21:53:29.300 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:53:29.304 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:53:29.304 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T21:53:29.590 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T21:53:29.590 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-04-22T21:53:29.590 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:53:29.613 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-04-22T21:53:29.614 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:53:29.653 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-04-22T21:53:29.654 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:53:29.679 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T21:53:29.679 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:53:29.683 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:53:29.696 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T21:53:29.744 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T21:53:29.744 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:53:29.754 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:53:29.766 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T21:53:29.874 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T21:53:29.884 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T21:53:29.885 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:53:29.909 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:53:29.935 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T21:53:29.958 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T21:53:29.967 DEBUG:teuthology.orchestra.run.smithi005:> 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-22T21:53:29.969 DEBUG:teuthology.orchestra.run.smithi031:> 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-22T21:53:29.978 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T21:53:29.990 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-04-22T21:53:29.999 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-04-22T21:53:30.020 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-04-22T21:53:30.038 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:53:30.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:30.071 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:53:30.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:30.085 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T21:53:30.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T21:53:30.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T21:53:30.110 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T21:53:30.111 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi005 2024-04-22T21:53:30.111 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:53:30.144 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi031 2024-04-22T21:53:30.144 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:53:30.177 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807/remote/smithi167 2024-04-22T21:53:30.177 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T21:53:30.208 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T21:53:30.209 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:53:30.211 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:53:30.215 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T21:53:30.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T21:53:30.269 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T21:53:30.269 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T21:53:30.292 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T21:53:30.292 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:53:30.295 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:53:30.297 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T21:53:30.307 INFO:teuthology.orchestra.run.smithi005.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:53 /home/ubuntu/cephtest 2024-04-22T21:53:30.309 INFO:teuthology.orchestra.run.smithi031.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:53 /home/ubuntu/cephtest 2024-04-22T21:53:30.312 INFO:teuthology.orchestra.run.smithi167.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 21:53 /home/ubuntu/cephtest 2024-04-22T21:53:30.313 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T21:53:30.326 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T21:53:30.393 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T21:53:30.419 DEBUG:teuthology.nuke:shortname: smithi005 2024-04-22T21:53:30.420 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:53:30.445 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807', '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-22 21:40:43.058293', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaXPZjrSGS3Ilds31w+jghKey60GJ6rlz22Iie3AjGk1jYiAX/GakPBy6sCcYKZLk6ynNnSruAEVx6Reackz/c='} 2024-04-22T21:53:30.449 DEBUG:teuthology.nuke:shortname: smithi031 2024-04-22T21:53:30.449 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:53:30.477 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807', '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-22 21:40:43.054801', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdi6CrvVOTOY90eJuCoeWmCRovpBhiC3f1Iwq37GphagnLE1gS3C1383fnu4klS1jMEa2z6M5/6NB20F9FEsjg='} 2024-04-22T21:53:30.478 DEBUG:teuthology.nuke:shortname: smithi167 2024-04-22T21:53:30.478 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T21:53:30.505 INFO:teuthology.orchestra.console.smithi005:Power off 2024-04-22T21:53:30.506 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:53:30.518 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668807', '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-22 21:40:43.056720', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLKXC3WcxNgC7nMeWSwO8DTQK8nTH9ptHIhtTm+zryAk5c6EucokSel+eI9nTjfgy/xCmFmvr9BySPCe+BJocQ='} 2024-04-22T21:53:30.530 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2024-04-22T21:53:30.531 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:30.554 INFO:teuthology.orchestra.console.smithi031:Power off 2024-04-22T21:53:30.554 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:53:30.562 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-04-22T21:53:30.575 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-04-22T21:53:30.575 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:30.590 INFO:teuthology.orchestra.console.smithi167:Power off 2024-04-22T21:53:30.590 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T21:53:30.600 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-22T21:53:30.614 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-04-22T21:53:30.614 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:30.639 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-22T21:53:34.563 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:34.601 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:34.640 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:34.673 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-04-22T21:53:34.717 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-22T21:53:34.751 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-22T21:53:38.678 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:38.718 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:38.752 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:38.788 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2024-04-22T21:53:38.827 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-22T21:53:38.861 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-22T21:53:38.889 INFO:teuthology.orchestra.console.smithi005:Power off completed 2024-04-22T21:53:42.830 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:42.861 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T21:53:42.939 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-04-22T21:53:42.970 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-04-22T21:53:43.041 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-04-22T21:53:43.071 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-04-22T21:53:43.176 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 399.38288712501526 failure_reason: 'Command failed on smithi005 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d9dd6e25260a471eb905aced0fdc7944 status: fail success: false 2024-04-22T21:53:43.177 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T21:53:43.267 INFO:teuthology.run:FAIL