2024-04-15T21:35:42.536 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T21:35:42.536 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi --verbose --archive /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479 --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_monitoring_stack_basic} -- /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/orig.config.yaml 2024-04-15T21:35:42.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:35:42.651 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7657479' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7775 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 18/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 461a84e6fbbf089011eafd13b98169fb9e9b8cc9 targets: smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH/bMGoESxHcsIh7a/MsaHTFRwfTCCIYLEqkC/tQfMMgVQgwhVxpaHTJnNGIBhixdOYU77F9QnTMLyradgQWi/k= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCO6B1ZqGawUlQOtKJ0KRt4/5LS7iRfRvS7SdidMC646xvtBCnxoqVTbnfweWGfwwr3vzVeq+Ywq0ljCMMDFqo= smithi120.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF2S3L2T824Ng0M1rccutxOdjVejyrBmmIAruDoGjYFWWkNA+S/ZhZG/he/w7QajHMxug31bKuHKEkWD9pKxEJw= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-15_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-15T21:35:42.651 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa; will attempt to use it 2024-04-15T21:35:42.652 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks 2024-04-15T21:35:42.652 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T21:35:42.654 INFO:teuthology.task.internal:Checking packages... 2024-04-15T21:35:42.679 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T21:35:42.679 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T21:35:42.679 INFO:teuthology.packaging:ref: None 2024-04-15T21:35:42.679 INFO:teuthology.packaging:tag: None 2024-04-15T21:35:42.679 INFO:teuthology.packaging:branch: squid 2024-04-15T21:35:42.679 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:35:42.679 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-15T21:35:42.874 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T21:35:42.875 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T21:35:42.882 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T21:35:42.883 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T21:35:42.891 INFO:teuthology.task.internal:Saving configuration 2024-04-15T21:35:42.904 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T21:35:42.911 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:35:42.936 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:28.810162', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH/bMGoESxHcsIh7a/MsaHTFRwfTCCIYLEqkC/tQfMMgVQgwhVxpaHTJnNGIBhixdOYU77F9QnTMLyradgQWi/k='} 2024-04-15T21:35:42.961 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:28.808856', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCO6B1ZqGawUlQOtKJ0KRt4/5LS7iRfRvS7SdidMC646xvtBCnxoqVTbnfweWGfwwr3vzVeq+Ywq0ljCMMDFqo='} 2024-04-15T21:35:42.985 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:28.807273', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF2S3L2T824Ng0M1rccutxOdjVejyrBmmIAruDoGjYFWWkNA+S/ZhZG/he/w7QajHMxug31bKuHKEkWD9pKxEJw='} 2024-04-15T21:35:42.986 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T21:35:42.992 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-15T21:35:42.992 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-15T21:35:42.992 INFO:teuthology.task.internal:roles: ubuntu@smithi120.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-15T21:35:42.992 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T21:35:43.097 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f54ae57af70>, signals=[15]) 2024-04-15T21:35:43.098 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T21:35:43.105 INFO:teuthology.task.internal:Opening connections... 2024-04-15T21:35:43.105 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2024-04-15T21:35:43.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:35:43.201 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-04-15T21:35:43.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:35:43.293 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi120.front.sepia.ceph.com 2024-04-15T21:35:43.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:35:43.381 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T21:35:43.390 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2024-04-15T21:35:43.408 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2024-04-15T21:35:43.408 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2024-04-15T21:35:43.465 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="CentOS Stream" 2024-04-15T21:35:43.465 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="9" 2024-04-15T21:35:43.465 INFO:teuthology.orchestra.run.smithi072.stdout:ID="centos" 2024-04-15T21:35:43.465 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:35:43.465 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="9" 2024-04-15T21:35:43.465 INFO:teuthology.orchestra.run.smithi072.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:ANSI_COLOR="0;31" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:35:43.466 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:35:43.467 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2024-04-15T21:35:43.486 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-04-15T21:35:43.504 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-04-15T21:35:43.505 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-04-15T21:35:43.562 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:35:43.563 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:35:43.563 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:35:43.563 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:35:43.563 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:35:43.563 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:35:43.563 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-04-15T21:35:43.586 DEBUG:teuthology.orchestra.run.smithi120:> uname -m 2024-04-15T21:35:43.604 INFO:teuthology.orchestra.run.smithi120.stdout:x86_64 2024-04-15T21:35:43.605 DEBUG:teuthology.orchestra.run.smithi120:> cat /etc/os-release 2024-04-15T21:35:43.663 INFO:teuthology.orchestra.run.smithi120.stdout:NAME="CentOS Stream" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION="9" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:ID="centos" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:ID_LIKE="rhel fedora" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:VERSION_ID="9" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:PLATFORM_ID="platform:el9" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:ANSI_COLOR="0;31" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:LOGO="fedora-logo-icon" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:HOME_URL="https://centos.org/" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T21:35:43.664 INFO:teuthology.orchestra.run.smithi120.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T21:35:43.665 INFO:teuthology.lock.ops:Updating smithi120.front.sepia.ceph.com on lock server 2024-04-15T21:35:43.686 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T21:35:43.697 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T21:35:43.709 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T21:35:43.709 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:35:43.712 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:35:43.714 DEBUG:teuthology.orchestra.run.smithi120:> test '!' -e /home/ubuntu/cephtest 2024-04-15T21:35:43.730 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T21:35:43.740 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T21:35:43.741 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:35:43.768 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:35:43.771 DEBUG:teuthology.orchestra.run.smithi120:> test -z $(ls -A /var/lib/ceph) 2024-04-15T21:35:43.798 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T21:35:43.888 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T21:35:43.904 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T21:35:43.904 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-15T21:35:43.905 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:35:43.905 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:35:43.906 DEBUG:teuthology.orchestra.run.smithi120:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T21:35:43.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:35:43.922 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-04-15T21:35:43.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:35:43.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:35:43.924 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-04-15T21:35:43.924 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-15T21:35:43.979 INFO:teuthology.orchestra.run.smithi120.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:35:43.979 INFO:teuthology.task.kernel:Running kernel on smithi120: 5.14.0-361.el9.x86_64 2024-04-15T21:35:43.979 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum install -y kernel 2024-04-15T21:35:43.982 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:35:43.982 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-361.el9.x86_64 2024-04-15T21:35:43.982 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-04-15T21:35:43.983 INFO:teuthology.orchestra.run.smithi072.stdout:5.14.0-361.el9.x86_64 2024-04-15T21:35:43.984 INFO:teuthology.task.kernel:Running kernel on smithi072: 5.14.0-361.el9.x86_64 2024-04-15T21:35:43.984 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum install -y kernel 2024-04-15T21:35:46.109 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-04-15T21:35:46.207 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-04-15T21:35:47.349 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-15T21:35:47.543 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-04-15T21:35:47.633 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-04-15T21:35:48.774 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS-9 - BaseOS 6.2 MB/s | 2.0 MB 00:00 2024-04-15T21:35:49.692 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-15T21:35:50.757 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - BaseOS 2.9 MB/s | 8.0 MB 00:02 2024-04-15T21:35:51.662 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-15T21:35:51.759 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 2.1 MB/s | 8.0 MB 00:03 2024-04-15T21:35:54.893 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 9.3 MB/s | 19 MB 00:02 2024-04-15T21:35:56.258 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - CRB 5.6 MB/s | 6.2 MB 00:01 2024-04-15T21:35:57.207 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - AppStream 3.5 MB/s | 19 MB 00:05 2024-04-15T21:35:57.709 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 16 kB 00:00 2024-04-15T21:35:59.020 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-15T21:35:59.271 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 6.2 MB 00:00 2024-04-15T21:36:00.702 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 16 kB 00:00 2024-04-15T21:36:01.391 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - CRB 9.2 MB/s | 6.2 MB 00:00 2024-04-15T21:36:01.771 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-15T21:36:02.826 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 16 kB 00:00 2024-04-15T21:36:04.088 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-04-15T21:36:04.604 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-15T21:36:06.454 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:36:06.454 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:36:06.584 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:36:06.599 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:36:06.599 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:36:06.599 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout:Install 4 Packages 2024-04-15T21:36:06.600 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:06.601 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 77 M 2024-04-15T21:36:06.601 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 123 M 2024-04-15T21:36:06.601 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:36:06.729 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-15T21:36:06.757 INFO:teuthology.orchestra.run.smithi072.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.7 MB/s | 277 kB 00:00 2024-04-15T21:36:07.484 INFO:teuthology.orchestra.run.smithi072.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 17 MB/s | 15 MB 00:00 2024-04-15T21:36:08.943 INFO:teuthology.orchestra.run.smithi072.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 14 MB/s | 34 MB 00:02 2024-04-15T21:36:09.086 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:36:09.086 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:36:09.174 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:36:09.180 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:36:09.180 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:36:09.180 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-04-15T21:36:09.181 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:09.182 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 77 M 2024-04-15T21:36:09.182 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 123 M 2024-04-15T21:36:09.182 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:36:09.356 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.6 MB/s | 277 kB 00:00 2024-04-15T21:36:09.418 INFO:teuthology.orchestra.run.smithi072.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 10 MB/s | 28 MB 00:02 2024-04-15T21:36:09.422 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:36:09.422 INFO:teuthology.orchestra.run.smithi072.stdout:Total 27 MB/s | 77 MB 00:02 2024-04-15T21:36:09.422 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:36:09.619 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 22 kB/s | 1.7 kB 00:00 2024-04-15T21:36:09.830 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:36:09.830 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:36:09.839 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 23 MB/s | 15 MB 00:00 2024-04-15T21:36:10.340 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 29 MB/s | 34 MB 00:01 2024-04-15T21:36:10.663 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:36:10.664 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:36:11.065 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): kernel-modules-core-5.14.0-438.el9.x86_6 16 MB/s | 28 MB 00:01 2024-04-15T21:36:11.067 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:36:11.067 INFO:teuthology.orchestra.run.smithi098.stdout:Total 41 MB/s | 77 MB 00:01 2024-04-15T21:36:11.068 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:36:11.425 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:36:11.426 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:36:12.000 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T21:36:12.000 INFO:teuthology.orchestra.run.smithi120.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T21:36:12.094 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout: kernel x86_64 5.14.0-438.el9 CentOS-BaseOS 277 k 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-core x86_64 5.14.0-438.el9 CentOS-BaseOS 15 M 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-modules x86_64 5.14.0-438.el9 CentOS-BaseOS 34 M 2024-04-15T21:36:12.105 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-modules-core x86_64 5.14.0-438.el9 CentOS-BaseOS 28 M 2024-04-15T21:36:12.106 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:36:12.106 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:36:12.106 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:36:12.106 INFO:teuthology.orchestra.run.smithi120.stdout:Install 4 Packages 2024-04-15T21:36:12.106 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:36:12.106 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 77 M 2024-04-15T21:36:12.107 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 123 M 2024-04-15T21:36:12.107 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:36:12.243 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:36:12.243 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:36:12.262 INFO:teuthology.orchestra.run.smithi120.stdout:(1/4): kernel-5.14.0-438.el9.x86_64.rpm 1.7 MB/s | 277 kB 00:00 2024-04-15T21:36:12.895 INFO:teuthology.orchestra.run.smithi120.stdout:(2/4): kernel-core-5.14.0-438.el9.x86_64.rpm 19 MB/s | 15 MB 00:00 2024-04-15T21:36:12.957 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:36:13.620 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:36:13.724 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:(3/4): kernel-modules-core-5.14.0-438.el9.x86_6 19 MB/s | 28 MB 00:01 2024-04-15T21:36:14.096 INFO:teuthology.orchestra.run.smithi120.stdout:(4/4): kernel-modules-5.14.0-438.el9.x86_64.rpm 17 MB/s | 34 MB 00:01 2024-04-15T21:36:14.099 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:36:14.099 INFO:teuthology.orchestra.run.smithi120.stdout:Total 39 MB/s | 77 MB 00:01 2024-04-15T21:36:14.100 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:36:14.482 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:36:14.483 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:36:14.543 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:36:15.147 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:36:15.235 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:15.337 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:36:15.338 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:36:16.453 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:16.642 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:17.680 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:36:17.974 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:18.104 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:18.290 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-modules-core-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:36:18.373 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:21.117 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:21.264 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:21.358 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:21.405 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:22.805 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:22.845 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:25.978 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:26.136 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:26.197 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:27.609 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:30.974 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:56.803 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:56.803 INFO:teuthology.orchestra.run.smithi098.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:36:56.803 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:56.847 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:57.244 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:57.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:36:57.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:57.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:57.684 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:57.684 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:57.684 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:36:57.684 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:36:57.684 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:36:57.685 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:36:57.685 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:36:57.685 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:57.685 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:36:57.800 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:57.800 INFO:teuthology.orchestra.run.smithi072.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:36:57.800 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:57.843 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:58.031 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:36:58.125 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:36:58.125 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:36:58.125 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:36:58.125 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:36:58.126 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:36:58.126 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T21:36:58.126 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:36:58.126 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:36:58.205 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:36:58.206 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:36:58.206 DEBUG:teuthology.orchestra.run.smithi098:> sudo rpm -qi grub2-tools 2024-04-15T21:36:58.239 INFO:teuthology.orchestra.run.smithi098.stdout:Name : grub2-tools 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Epoch : 1 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Version : 2.06 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Release : 68.el9 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: x86_64 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Group : Unspecified 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Size : 8264254 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:License : GPLv3+ 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:36:58.240 INFO:teuthology.orchestra.run.smithi098.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:Packager : builder@centos.org 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:Vendor : CentOS 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:Summary : Support tools for GRUB. 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:Description : 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:hardware devices. 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:36:58.241 INFO:teuthology.orchestra.run.smithi098.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:36:58.242 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:36:58.242 INFO:teuthology.task.kernel:Updating grub on smithi098 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:36:58.242 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:36:58.269 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:58.269 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:36:58.270 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:36:58.270 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:36:58.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:36:58.708 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:58.708 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:36:58.708 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:36:58.709 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:36:58.709 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:36:58.709 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:36:58.709 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:58.709 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:36:58.811 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-04-15T21:36:59.175 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:36:59.326 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:36:59.327 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:36:59.327 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:36:59.327 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:36:59.327 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:36:59.328 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T21:36:59.328 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi072.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:36:59.328 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:36:59.408 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:36:59.408 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:36:59.408 DEBUG:teuthology.orchestra.run.smithi072:> sudo rpm -qi grub2-tools 2024-04-15T21:36:59.441 INFO:teuthology.orchestra.run.smithi072.stdout:Name : grub2-tools 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Epoch : 1 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Version : 2.06 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Release : 68.el9 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Architecture: x86_64 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Group : Unspecified 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Size : 8264254 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:License : GPLv3+ 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:36:59.442 INFO:teuthology.orchestra.run.smithi072.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:Packager : builder@centos.org 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:Vendor : CentOS 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:Summary : Support tools for GRUB. 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:Description : 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:hardware devices. 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:36:59.443 INFO:teuthology.orchestra.run.smithi072.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:36:59.444 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:36:59.444 INFO:teuthology.task.kernel:Updating grub on smithi072 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:36:59.445 DEBUG:teuthology.orchestra.run.smithi072:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:37:00.090 INFO:teuthology.orchestra.run.smithi072.stderr:Generating grub configuration file ... 2024-04-15T21:37:00.184 INFO:teuthology.orchestra.run.smithi098.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:37:00.217 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-04-15T21:37:00.219 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-04-15T21:37:00.231 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:00.231 INFO:teuthology.orchestra.run.smithi120.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T21:37:00.231 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:37:00.234 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.5vOm8yO6Qy 2024-04-15T21:37:00.234 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5vOm8yO6Qy 2024-04-15T21:37:00.275 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-modules-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:00.305 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.5vOm8yO6Qy 2024-04-15T21:37:00.444 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.5vOm8yO6Qy is 6KB 2024-04-15T21:37:00.493 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.5vOm8yO6Qy 2024-04-15T21:37:00.507 DEBUG:teuthology.orchestra.run.smithi098:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:37:00.580 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:37:00.580 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:37:00.580 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:37:00.580 INFO:teuthology.orchestra.run.smithi098.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:37:00.581 DEBUG:teuthology.orchestra.run.smithi098:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:37:00.677 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: kernel-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:00.678 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-5.14.0-438.el9.x86_64 1/4 2024-04-15T21:37:00.678 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-core-5.14.0-438.el9.x86_64 2/4 2024-04-15T21:37:00.678 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-modules-5.14.0-438.el9.x86_64 3/4 2024-04-15T21:37:00.738 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-04-15T21:37:01.085 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : kernel-modules-core-5.14.0-438.el9.x86_64 4/4 2024-04-15T21:37:01.085 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-5.14.0-438.el9.x86_64 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-core-5.14.0-438.el9.x86_64 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-modules-5.14.0-438.el9.x86_64 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout: kernel-modules-core-5.14.0-438.el9.x86_64 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:37:01.086 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:37:01.444 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:37:01.542 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:37:01.542 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:37:01.542 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-438.el9.x86_64 2024-04-15T21:37:01.542 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T21:37:01.542 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T21:37:01.542 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-15T21:37:01.542 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi120.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T21:37:01.543 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T21:37:01.623 INFO:teuthology.orchestra.run.smithi120.stdout:kernel-5.14.0-438.el9.x86_64 2024-04-15T21:37:01.623 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-438.el9.x86_64 2024-04-15T21:37:01.623 DEBUG:teuthology.orchestra.run.smithi120:> sudo rpm -qi grub2-tools 2024-04-15T21:37:01.625 INFO:teuthology.orchestra.run.smithi072.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:37:01.671 INFO:teuthology.orchestra.run.smithi120.stdout:Name : grub2-tools 2024-04-15T21:37:01.671 INFO:teuthology.orchestra.run.smithi120.stdout:Epoch : 1 2024-04-15T21:37:01.671 INFO:teuthology.orchestra.run.smithi120.stdout:Version : 2.06 2024-04-15T21:37:01.671 INFO:teuthology.orchestra.run.smithi120.stdout:Release : 68.el9 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Architecture: x86_64 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Group : Unspecified 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Size : 8264254 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:License : GPLv3+ 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Packager : builder@centos.org 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Vendor : CentOS 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Summary : Support tools for GRUB. 2024-04-15T21:37:01.672 INFO:teuthology.orchestra.run.smithi120.stdout:Description : 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout:hardware devices. 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:37:01.673 INFO:teuthology.orchestra.run.smithi120.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T21:37:01.674 INFO:teuthology.orchestra.run.smithi072.stderr:done 2024-04-15T21:37:01.674 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T21:37:01.674 INFO:teuthology.task.kernel:Updating grub on smithi120 to boot 5.14.0-438.el9.x86_64 2024-04-15T21:37:01.674 DEBUG:teuthology.orchestra.run.smithi120:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T21:37:01.675 DEBUG:teuthology.orchestra.run.smithi072:> mktemp 2024-04-15T21:37:01.696 INFO:teuthology.orchestra.run.smithi072.stdout:/tmp/tmp.DoGQzjhqBJ 2024-04-15T21:37:01.696 DEBUG:teuthology.orchestra.run.smithi072:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DoGQzjhqBJ 2024-04-15T21:37:01.774 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 0666 /tmp/tmp.DoGQzjhqBJ 2024-04-15T21:37:01.949 DEBUG:teuthology.orchestra.remote:smithi072:/tmp/tmp.DoGQzjhqBJ is 6KB 2024-04-15T21:37:01.968 DEBUG:teuthology.orchestra.run.smithi072:> rm -fr /tmp/tmp.DoGQzjhqBJ 2024-04-15T21:37:01.982 DEBUG:teuthology.orchestra.run.smithi072:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:37:02.046 INFO:teuthology.orchestra.run.smithi072.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:37:02.046 INFO:teuthology.orchestra.run.smithi072.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:37:02.046 INFO:teuthology.orchestra.run.smithi072.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:37:02.046 INFO:teuthology.orchestra.run.smithi072.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:37:02.047 DEBUG:teuthology.orchestra.run.smithi072:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:37:02.187 DEBUG:teuthology.orchestra.run.smithi072:> sudo shutdown -r now 2024-04-15T21:37:02.217 INFO:teuthology.orchestra.run.smithi120.stderr:Generating grub configuration file ... 2024-04-15T21:37:03.512 INFO:teuthology.orchestra.run.smithi120.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T21:37:03.549 INFO:teuthology.orchestra.run.smithi120.stderr:done 2024-04-15T21:37:03.552 DEBUG:teuthology.orchestra.run.smithi120:> mktemp 2024-04-15T21:37:03.567 INFO:teuthology.orchestra.run.smithi120.stdout:/tmp/tmp.5fd03ynRhc 2024-04-15T21:37:03.567 DEBUG:teuthology.orchestra.run.smithi120:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5fd03ynRhc 2024-04-15T21:37:03.636 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod 0666 /tmp/tmp.5fd03ynRhc 2024-04-15T21:37:03.788 DEBUG:teuthology.orchestra.remote:smithi120:/tmp/tmp.5fd03ynRhc is 6KB 2024-04-15T21:37:03.836 DEBUG:teuthology.orchestra.run.smithi120:> rm -fr /tmp/tmp.5fd03ynRhc 2024-04-15T21:37:03.851 DEBUG:teuthology.orchestra.run.smithi120:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T21:37:03.915 INFO:teuthology.orchestra.run.smithi120.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T21:37:03.916 INFO:teuthology.orchestra.run.smithi120.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T21:37:03.916 INFO:teuthology.orchestra.run.smithi120.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T21:37:03.916 INFO:teuthology.orchestra.run.smithi120.stdout:15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64.conf 2024-04-15T21:37:03.917 DEBUG:teuthology.orchestra.run.smithi120:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-438.el9.x86_64 2024-04-15T21:37:04.057 DEBUG:teuthology.orchestra.run.smithi120:> sudo shutdown -r now 2024-04-15T21:37:30.766 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T21:37:30.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-15T21:37:30.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:32.190 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T21:37:32.190 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-15T21:37:32.191 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:34.061 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-15T21:37:34.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-15T21:37:34.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:49.087 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-04-15T21:37:50.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-04-15T21:37:52.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-04-15T21:37:58.092 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-15T21:37:58.093 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:37:59.629 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-15T21:37:59.630 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:01.150 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-04-15T21:38:01.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-15T21:38:01.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:02.686 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.72 2024-04-15T21:38:04.482 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.120 2024-04-15T21:38:13.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-15T21:38:13.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:14.688 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-15T21:38:14.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:16.485 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-15T21:38:16.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:38:45.043 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-15T21:38:45.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-15T21:38:45.666 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:38:45.666 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-15T21:38:45.694 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:38:45.694 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:38:45.694 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:38:45.694 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:38:46.695 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T21:38:46.696 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:38:46.955 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-04-15T21:38:47.051 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-04-15T21:38:47.081 DEBUG:teuthology.parallel:result is None 2024-04-15T21:38:48.175 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-15T21:38:48.175 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:38:48.175 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-04-15T21:38:48.192 INFO:teuthology.orchestra.run.smithi072.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:38:48.192 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:38:48.192 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:38:48.192 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:38:48.510 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-04-15T21:38:48.904 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-15T21:38:48.905 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-438.el9.x86_64"... 2024-04-15T21:38:48.905 DEBUG:teuthology.orchestra.run.smithi120:> uname -r 2024-04-15T21:38:48.925 INFO:teuthology.orchestra.run.smithi120.stdout:5.14.0-438.el9.x86_64 2024-04-15T21:38:48.925 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-438.el9.x86_64 vs 5.14.0-438.el9.x86_64 2024-04-15T21:38:48.925 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T21:38:48.925 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T21:38:49.193 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T21:38:49.193 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:38:49.330 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2024-04-15T21:38:49.369 DEBUG:teuthology.parallel:result is None 2024-04-15T21:38:49.926 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-15T21:38:49.926 DEBUG:teuthology.orchestra.run.smithi120:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T21:38:50.033 INFO:teuthology.orchestra.run.smithi120.stdout:ttyS1 2024-04-15T21:38:50.074 DEBUG:teuthology.parallel:result is None 2024-04-15T21:38:50.075 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T21:38:50.081 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T21:38:50.081 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:38:50.084 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:38:50.086 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T21:38:50.111 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T21:38:50.117 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T21:38:50.128 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T21:38:50.128 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:38:50.139 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:38:50.145 DEBUG:teuthology.orchestra.run.smithi120:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T21:38:50.298 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T21:38:50.305 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T21:38:50.305 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:38:50.307 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:38:50.309 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:38:50.343 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:38:50.344 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:38:50.357 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:38:50.358 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:38:50.363 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:38:50.391 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T21:38:50.394 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T21:38:50.401 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T21:38:50.402 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:38:50.404 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:38:50.406 DEBUG:teuthology.orchestra.run.smithi120:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T21:38:50.454 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T21:38:50.464 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T21:38:50.464 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:38:50.477 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:38:50.479 DEBUG:teuthology.orchestra.run.smithi120:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T21:38:50.503 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:38:50.575 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:38:50.654 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:38:50.695 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:38:50.744 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-15T21:38:50.744 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:38:50.831 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:38:50.880 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:38:50.933 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:38:51.014 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:38:51.063 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-15T21:38:51.063 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:38:51.133 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:38:51.174 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T21:38:51.336 DEBUG:teuthology.orchestra.run.smithi120:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:38:51.378 DEBUG:teuthology.orchestra.run.smithi120:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T21:38:51.423 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-15T21:38:51.423 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T21:38:51.494 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2024-04-15T21:38:51.496 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-04-15T21:38:51.499 DEBUG:teuthology.orchestra.run.smithi120:> sudo service rsyslog restart 2024-04-15T21:38:51.548 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:38:51.553 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:38:51.586 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:38:51.957 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T21:38:51.965 INFO:teuthology.task.internal:Starting timer... 2024-04-15T21:38:51.965 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T21:38:51.992 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T21:38:52.004 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T21:38:52.005 DEBUG:teuthology.orchestra.run.smithi072:> sudo service auditd rotate 2024-04-15T21:38:52.092 INFO:teuthology.orchestra.run.smithi072.stdout:Rotating logs: 2024-04-15T21:38:52.094 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-04-15T21:38:52.154 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-04-15T21:38:52.156 DEBUG:teuthology.orchestra.run.smithi120:> sudo service auditd rotate 2024-04-15T21:38:52.207 INFO:teuthology.orchestra.run.smithi120.stdout:Rotating logs: 2024-04-15T21:38:52.209 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T21:38:52.210 DEBUG:teuthology.orchestra.run.smithi072:> /usr/sbin/getenforce 2024-04-15T21:38:52.236 INFO:teuthology.orchestra.run.smithi072.stdout:Permissive 2024-04-15T21:38:52.237 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-04-15T21:38:52.268 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-04-15T21:38:52.268 DEBUG:teuthology.orchestra.run.smithi120:> /usr/sbin/getenforce 2024-04-15T21:38:52.305 INFO:teuthology.orchestra.run.smithi120.stdout:Permissive 2024-04-15T21:38:52.305 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi072.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi120.front.sepia.ceph.com': 'permissive'} 2024-04-15T21:38:52.305 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:38:52.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:38:52.334 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:38:52.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:38:52.365 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:38:52.393 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:38:52.394 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T21:38:52.394 DEBUG:teuthology.orchestra.run.smithi072:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:38:52.430 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:38:52.469 DEBUG:teuthology.orchestra.run.smithi120:> sudo /usr/sbin/setenforce permissive 2024-04-15T21:38:52.506 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T21:38:52.516 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-15T21:38:52.521 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-15T21:38:52.633 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T21:38:52.648 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-15T21:38:52.649 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi072.front.sepia.ceph.com,smithi098.front.sepia.ceph.com,smithi120.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T21:43:19.391 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi072.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi120.front.sepia.ceph.com')] 2024-04-15T21:43:19.392 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-15T21:43:19.393 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:43:19.529 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-04-15T21:43:19.607 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-15T21:43:19.608 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-15T21:43:19.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:43:19.703 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-15T21:43:19.789 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-15T21:43:19.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-15T21:43:19.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi120.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T21:43:19.880 DEBUG:teuthology.orchestra.run.smithi120:> true 2024-04-15T21:43:19.976 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi120.front.sepia.ceph.com' 2024-04-15T21:43:19.977 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T21:43:19.988 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T21:43:19.988 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:43:19.989 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:43:19.991 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:43:19.992 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:43:19.994 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T21:43:19.994 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:43:20.026 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:43:20.029 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:43:20.045 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:43:20.048 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:43:20.052 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T21:43:20.071 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T21:43:20.078 INFO:teuthology.orchestra.run.smithi072.stderr:sudo: ntpd: command not found 2024-04-15T21:43:20.081 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-04-15T21:43:20.094 INFO:teuthology.orchestra.run.smithi072.stdout:506 Cannot talk to daemon 2024-04-15T21:43:20.096 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-04-15T21:43:20.103 INFO:teuthology.orchestra.run.smithi120.stderr:sudo: ntpd: command not found 2024-04-15T21:43:20.111 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:43:20.113 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:43:20.117 INFO:teuthology.orchestra.run.smithi120.stdout:506 Cannot talk to daemon 2024-04-15T21:43:20.129 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:43:20.131 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:43:20.135 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T21:43:20.152 INFO:teuthology.orchestra.run.smithi120.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T21:43:20.183 INFO:teuthology.orchestra.run.smithi072.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:43:20.184 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:43:20.187 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:43:20.187 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2024-04-15T21:43:20.187 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.187 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.187 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.187 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.188 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:43:20.189 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-15T21:43:20.189 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.189 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.189 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.189 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.205 INFO:teuthology.orchestra.run.smithi120.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:43:20.208 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:43:20.209 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2024-04-15T21:43:20.209 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.209 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.209 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.209 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:43:20.209 INFO:teuthology.run_tasks:Running task pexec... 2024-04-15T21:43:20.218 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-15T21:43:20.218 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi072.front.sepia.ceph.com 2024-04-15T21:43:20.219 DEBUG:teuthology.orchestra.run.smithi072:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:43:20.219 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-04-15T21:43:20.219 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:43:20.219 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi120.front.sepia.ceph.com 2024-04-15T21:43:20.220 DEBUG:teuthology.orchestra.run.smithi120:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T21:43:20.821 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:54 ago on Mon 15 Apr 2024 09:42:26 PM UTC. 2024-04-15T21:43:20.824 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:51 ago on Mon 15 Apr 2024 09:42:29 PM UTC. 2024-04-15T21:43:20.846 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 09:42:23 PM UTC. 2024-04-15T21:43:20.968 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:43:20.970 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 9.8 M 2024-04-15T21:43:20.971 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:43:20.987 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:43:20.987 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-15T21:43:20.987 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 3.1 M 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 9.8 M 2024-04-15T21:43:20.988 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:43:20.990 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:43:20.991 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:43:20.991 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-15T21:43:20.991 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:43:20.991 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:43:20.992 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 3.1 M 2024-04-15T21:43:20.993 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 9.8 M 2024-04-15T21:43:20.993 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:43:21.273 INFO:teuthology.orchestra.run.smithi098.stdout:runc-1.1.12-2.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-04-15T21:43:21.273 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:43:21.273 INFO:teuthology.orchestra.run.smithi098.stdout:Total 10 MB/s | 3.1 MB 00:00 2024-04-15T21:43:21.308 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:43:21.314 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:43:21.314 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:43:21.393 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:43:21.394 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:43:21.617 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:43:21.707 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:22.249 INFO:teuthology.orchestra.run.smithi072.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-04-15T21:43:22.249 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:43:22.249 INFO:teuthology.orchestra.run.smithi072.stdout:Total 2.5 MB/s | 3.1 MB 00:01 2024-04-15T21:43:22.259 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:22.287 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:43:22.294 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:43:22.294 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:43:22.319 INFO:teuthology.orchestra.run.smithi120.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-04-15T21:43:22.320 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:43:22.320 INFO:teuthology.orchestra.run.smithi120.stdout:Total 2.4 MB/s | 3.1 MB 00:01 2024-04-15T21:43:22.358 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:43:22.364 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:43:22.364 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:43:22.375 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:43:22.375 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:43:22.445 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:43:22.445 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:43:22.555 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:22.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:43:22.555 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:43:22.555 INFO:teuthology.orchestra.run.smithi098.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:43:22.556 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:43:22.556 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:43:22.594 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:43:22.662 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:43:22.703 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:22.748 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:22.821 DEBUG:teuthology.parallel:result is None 2024-04-15T21:43:23.211 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:23.451 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:23.536 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:23.536 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:43:23.536 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:43:23.536 INFO:teuthology.orchestra.run.smithi120.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:43:23.536 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:43:23.536 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:43:23.776 DEBUG:teuthology.parallel:result is None 2024-04-15T21:43:23.811 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T21:43:23.811 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:43:23.811 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:43:23.811 INFO:teuthology.orchestra.run.smithi072.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T21:43:23.811 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:43:23.811 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:43:24.115 DEBUG:teuthology.parallel:result is None 2024-04-15T21:43:24.115 INFO:teuthology.run_tasks:Running task install... 2024-04-15T21:43:24.125 DEBUG:teuthology.task.install:project ceph 2024-04-15T21:43:24.125 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'}} 2024-04-15T21:43:24.125 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:43:24.125 INFO:teuthology.task.install:Using flavor: default 2024-04-15T21:43:24.135 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-15T21:43:24.135 INFO:teuthology.task.install:extra packages: [] 2024-04-15T21:43:24.135 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:43:24.136 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:43:24.138 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:43:24.139 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:43:24.139 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'tag': None, 'wait_for_package': False} 2024-04-15T21:43:24.140 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:43:24.290 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:43:24.291 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:43:24.294 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:43:24.294 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:43:24.301 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/ 2024-04-15T21:43:24.301 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2114.ga9a752df 2024-04-15T21:43:24.481 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:43:24.482 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-15T21:43:24.482 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:43:24.489 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:43:24.489 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-15T21:43:24.489 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:43:24.491 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-15T21:43:24.491 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-15T21:43:24.491 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-15T21:43:24.512 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-15T21:43:24.512 DEBUG:teuthology.orchestra.run.smithi120:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:43:24.520 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-15T21:43:24.520 DEBUG:teuthology.orchestra.run.smithi072:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:43:24.522 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-15T21:43:24.522 DEBUG:teuthology.orchestra.run.smithi098:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/a9a752df26c63acad72e1b3569fd79a515ca0765/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-15T21:43:24.581 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:43:24.589 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:43:24.593 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:43:24.664 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:43:24.672 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:43:24.675 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:43:24.732 INFO:teuthology.orchestra.run.smithi120.stdout:check_obsoletes = 1 2024-04-15T21:43:24.733 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum clean all 2024-04-15T21:43:24.739 INFO:teuthology.orchestra.run.smithi072.stdout:check_obsoletes = 1 2024-04-15T21:43:24.741 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum clean all 2024-04-15T21:43:24.743 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-04-15T21:43:24.745 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-04-15T21:43:24.975 INFO:teuthology.orchestra.run.smithi120.stdout:74 files removed 2024-04-15T21:43:24.981 INFO:teuthology.orchestra.run.smithi072.stdout:74 files removed 2024-04-15T21:43:24.989 INFO:teuthology.orchestra.run.smithi098.stdout:74 files removed 2024-04-15T21:43:25.002 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-radosgw 2024-04-15T21:43:25.008 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-radosgw 2024-04-15T21:43:25.015 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-04-15T21:43:25.658 INFO:teuthology.orchestra.run.smithi120.stdout:ceph packages for x86_64 237 kB/s | 83 kB 00:00 2024-04-15T21:43:25.789 INFO:teuthology.orchestra.run.smithi072.stdout:ceph packages for x86_64 173 kB/s | 83 kB 00:00 2024-04-15T21:43:25.838 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 158 kB/s | 83 kB 00:00 2024-04-15T21:43:26.042 INFO:teuthology.orchestra.run.smithi120.stdout:ceph noarch packages 34 kB/s | 11 kB 00:00 2024-04-15T21:43:26.205 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-15T21:43:26.251 INFO:teuthology.orchestra.run.smithi072.stdout:ceph noarch packages 28 kB/s | 11 kB 00:00 2024-04-15T21:43:26.517 INFO:teuthology.orchestra.run.smithi120.stdout:ceph source packages 4.4 kB/s | 1.9 kB 00:00 2024-04-15T21:43:26.714 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 4.0 kB/s | 1.9 kB 00:00 2024-04-15T21:43:26.744 INFO:teuthology.orchestra.run.smithi072.stdout:ceph source packages 4.2 kB/s | 1.9 kB 00:00 2024-04-15T21:43:27.045 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-15T21:43:27.317 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - AppStream 12 MB/s | 6.7 MB 00:00 2024-04-15T21:43:27.388 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-15T21:43:28.528 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS-9 - BaseOS 5.7 MB/s | 2.0 MB 00:00 2024-04-15T21:43:28.709 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-04-15T21:43:28.965 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS-9 - BaseOS 4.5 MB/s | 2.0 MB 00:00 2024-04-15T21:43:29.552 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-15T21:43:30.933 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.0 MB 00:01 2024-04-15T21:43:32.666 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - BaseOS 2.4 MB/s | 8.0 MB 00:03 2024-04-15T21:43:34.211 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - AppStream 5.3 MB/s | 19 MB 00:03 2024-04-15T21:43:35.668 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 5.2 MB/s | 19 MB 00:03 2024-04-15T21:43:38.371 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-15T21:43:39.887 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.2 MB 00:00 2024-04-15T21:43:40.031 INFO:teuthology.orchestra.run.smithi120.stdout:CentOS Stream 9 - Extras packages 34 kB/s | 16 kB 00:00 2024-04-15T21:43:40.998 INFO:teuthology.orchestra.run.smithi120.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-04-15T21:43:41.303 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 16 kB 00:00 2024-04-15T21:43:42.263 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-04-15T21:43:46.022 INFO:teuthology.orchestra.run.smithi120.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-15T21:43:47.347 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-15T21:43:47.576 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - AppStream 1.4 MB/s | 19 MB 00:13 2024-04-15T21:43:48.794 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:43:48.796 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:43:48.796 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:43:48.796 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:43:48.796 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:43:48.796 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:43:48.796 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrading: 2024-04-15T21:43:48.797 INFO:teuthology.orchestra.run.smithi120.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:43:48.797 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:43:48.797 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:43:48.797 INFO:teuthology.orchestra.run.smithi120.stdout: boost-program-options 2024-04-15T21:43:48.797 INFO:teuthology.orchestra.run.smithi120.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:43:48.798 INFO:teuthology.orchestra.run.smithi120.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:43:48.799 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout:Installing weak dependencies: 2024-04-15T21:43:48.800 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:43:48.801 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:43:48.801 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:43:48.801 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:43:48.801 INFO:teuthology.orchestra.run.smithi120.stdout:Install 30 Packages 2024-04-15T21:43:48.801 INFO:teuthology.orchestra.run.smithi120.stdout:Upgrade 2 Packages 2024-04-15T21:43:48.801 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:43:48.802 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 59 M 2024-04-15T21:43:48.802 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:43:50.124 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-04-15T21:43:50.126 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:43:50.127 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:43:50.128 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout:Install 30 Packages 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-04-15T21:43:50.129 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:43:50.130 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 59 M 2024-04-15T21:43:50.130 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:43:51.306 INFO:teuthology.orchestra.run.smithi120.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 4.6 MB/s | 9.9 MB 00:02 2024-04-15T21:43:51.778 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.2 MB 00:00 2024-04-15T21:43:51.915 INFO:teuthology.orchestra.run.smithi120.stdout:(2/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 1.9 MB/s | 5.3 MB 00:02 2024-04-15T21:43:51.953 INFO:teuthology.orchestra.run.smithi120.stdout:(3/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 39 kB/s | 25 kB 00:00 2024-04-15T21:43:52.015 INFO:teuthology.orchestra.run.smithi098.stdout:(1/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 5.7 MB/s | 9.9 MB 00:01 2024-04-15T21:43:52.106 INFO:teuthology.orchestra.run.smithi098.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 275 kB/s | 25 kB 00:00 2024-04-15T21:43:52.115 INFO:teuthology.orchestra.run.smithi120.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 3.0 MB/s | 501 kB 00:00 2024-04-15T21:43:52.202 INFO:teuthology.orchestra.run.smithi120.stdout:(5/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 2.6 MB/s | 746 kB 00:00 2024-04-15T21:43:52.291 INFO:teuthology.orchestra.run.smithi120.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 492 kB/s | 45 kB 00:00 2024-04-15T21:43:52.298 INFO:teuthology.orchestra.run.smithi098.stdout:(3/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 2.7 MB/s | 5.3 MB 00:02 2024-04-15T21:43:52.324 INFO:teuthology.orchestra.run.smithi098.stdout:(4/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 3.4 MB/s | 746 kB 00:00 2024-04-15T21:43:52.399 INFO:teuthology.orchestra.run.smithi120.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.2 MB/s | 131 kB 00:00 2024-04-15T21:43:52.410 INFO:teuthology.orchestra.run.smithi098.stdout:(5/32): libradosstriper1-19.0.0-2114.ga9a752df. 4.5 MB/s | 501 kB 00:00 2024-04-15T21:43:52.516 INFO:teuthology.orchestra.run.smithi098.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 417 kB/s | 45 kB 00:00 2024-04-15T21:43:52.533 INFO:teuthology.orchestra.run.smithi120.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.2 MB/s | 162 kB 00:00 2024-04-15T21:43:52.618 INFO:teuthology.orchestra.run.smithi098.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.3 MB/s | 131 kB 00:00 2024-04-15T21:43:52.692 INFO:teuthology.orchestra.run.smithi120.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 2.0 MB/s | 320 kB 00:00 2024-04-15T21:43:52.733 INFO:teuthology.orchestra.run.smithi098.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.4 MB/s | 162 kB 00:00 2024-04-15T21:43:52.817 INFO:teuthology.orchestra.run.smithi120.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 2.3 MB/s | 298 kB 00:00 2024-04-15T21:43:52.850 INFO:teuthology.orchestra.run.smithi098.stdout:(9/32): python3-rados-19.0.0-2114.ga9a752df.el7 2.7 MB/s | 320 kB 00:00 2024-04-15T21:43:52.926 INFO:teuthology.orchestra.run.smithi120.stdout:(11/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 916 kB/s | 99 kB 00:00 2024-04-15T21:43:52.950 INFO:teuthology.orchestra.run.smithi098.stdout:(10/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 2.9 MB/s | 298 kB 00:00 2024-04-15T21:43:53.027 INFO:teuthology.orchestra.run.smithi098.stdout:(11/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_ 7.4 MB/s | 5.2 MB 00:00 2024-04-15T21:43:53.043 INFO:teuthology.orchestra.run.smithi120.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 908 kB/s | 106 kB 00:00 2024-04-15T21:43:53.051 INFO:teuthology.orchestra.run.smithi098.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 990 kB/s | 99 kB 00:00 2024-04-15T21:43:53.076 INFO:teuthology.orchestra.run.smithi120.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 4.7 MB/s | 159 kB 00:00 2024-04-15T21:43:53.102 INFO:teuthology.orchestra.run.smithi120.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 44 kB 00:00 2024-04-15T21:43:53.160 INFO:teuthology.orchestra.run.smithi120.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 11 MB/s | 661 kB 00:00 2024-04-15T21:43:53.168 INFO:teuthology.orchestra.run.smithi098.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 746 kB/s | 106 kB 00:00 2024-04-15T21:43:53.193 INFO:teuthology.orchestra.run.smithi098.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.4 MB/s | 159 kB 00:00 2024-04-15T21:43:53.202 INFO:teuthology.orchestra.run.smithi120.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 6.6 MB/s | 282 kB 00:00 2024-04-15T21:43:53.218 INFO:teuthology.orchestra.run.smithi098.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 881 kB/s | 44 kB 00:00 2024-04-15T21:43:53.223 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - Extras packages 57 kB/s | 16 kB 00:00 2024-04-15T21:43:53.269 INFO:teuthology.orchestra.run.smithi098.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-04-15T21:43:53.277 INFO:teuthology.orchestra.run.smithi120.stdout:(17/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_ 4.4 MB/s | 5.2 MB 00:01 2024-04-15T21:43:53.294 INFO:teuthology.orchestra.run.smithi098.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.7 MB/s | 282 kB 00:00 2024-04-15T21:43:53.303 INFO:teuthology.orchestra.run.smithi120.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 410 kB/s | 41 kB 00:00 2024-04-15T21:43:53.319 INFO:teuthology.orchestra.run.smithi098.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 828 kB/s | 41 kB 00:00 2024-04-15T21:43:53.328 INFO:teuthology.orchestra.run.smithi120.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 220 kB 00:00 2024-04-15T21:43:53.353 INFO:teuthology.orchestra.run.smithi120.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 697 kB/s | 35 kB 00:00 2024-04-15T21:43:53.364 INFO:teuthology.orchestra.run.smithi098.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.1 MB/s | 220 kB 00:00 2024-04-15T21:43:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 924 kB/s | 46 kB 00:00 2024-04-15T21:43:53.395 INFO:teuthology.orchestra.run.smithi098.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 465 kB/s | 35 kB 00:00 2024-04-15T21:43:53.420 INFO:teuthology.orchestra.run.smithi098.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 824 kB/s | 46 kB 00:00 2024-04-15T21:43:53.521 INFO:teuthology.orchestra.run.smithi098.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.4 MB/s | 309 kB 00:00 2024-04-15T21:43:53.554 INFO:teuthology.orchestra.run.smithi098.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 783 kB/s | 26 kB 00:00 2024-04-15T21:43:53.588 INFO:teuthology.orchestra.run.smithi098.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-04-15T21:43:53.655 INFO:teuthology.orchestra.run.smithi098.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 19 MB/s | 4.4 MB 00:00 2024-04-15T21:43:53.681 INFO:teuthology.orchestra.run.smithi098.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 734 kB/s | 67 kB 00:00 2024-04-15T21:43:53.714 INFO:teuthology.orchestra.run.smithi098.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 14 MB/s | 838 kB 00:00 2024-04-15T21:43:53.739 INFO:teuthology.orchestra.run.smithi098.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-04-15T21:43:53.789 INFO:teuthology.orchestra.run.smithi098.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 21 MB/s | 1.6 MB 00:00 2024-04-15T21:43:54.185 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-04-15T21:43:54.220 INFO:teuthology.orchestra.run.smithi120.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 356 kB/s | 309 kB 00:00 2024-04-15T21:43:54.357 INFO:teuthology.orchestra.run.smithi098.stdout:(30/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 5.5 MB/s | 3.1 MB 00:00 2024-04-15T21:43:54.396 INFO:teuthology.orchestra.run.smithi120.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 148 kB/s | 26 kB 00:00 2024-04-15T21:43:54.415 INFO:teuthology.orchestra.run.smithi098.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 5.0 MB/s | 3.4 MB 00:00 2024-04-15T21:43:54.571 INFO:teuthology.orchestra.run.smithi120.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 277 kB/s | 49 kB 00:00 2024-04-15T21:43:54.730 INFO:teuthology.orchestra.run.smithi120.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 425 kB/s | 67 kB 00:00 2024-04-15T21:43:54.813 INFO:teuthology.orchestra.run.smithi120.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.1 MB/s | 4.4 MB 00:01 2024-04-15T21:43:55.005 INFO:teuthology.orchestra.run.smithi120.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.0 MB/s | 192 kB 00:00 2024-04-15T21:43:55.105 INFO:teuthology.orchestra.run.smithi120.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2024-04-15T21:43:55.306 INFO:teuthology.orchestra.run.smithi120.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-04-15T21:43:56.015 INFO:teuthology.orchestra.run.smithi098.stdout:(32/32): ceph-common-19.0.0-2114.ga9a752df.el7. 3.6 MB/s | 21 MB 00:05 2024-04-15T21:43:56.020 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:43:56.020 INFO:teuthology.orchestra.run.smithi098.stdout:Total 10 MB/s | 59 MB 00:05 2024-04-15T21:43:56.020 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:43:56.031 INFO:teuthology.orchestra.run.smithi120.stdout:(30/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 4.3 MB/s | 3.1 MB 00:00 2024-04-15T21:43:56.059 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:43:56.059 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:43:56.282 INFO:teuthology.orchestra.run.smithi120.stdout:(31/32): ceph-common-19.0.0-2114.ga9a752df.el7. 2.9 MB/s | 21 MB 00:07 2024-04-15T21:43:56.348 INFO:teuthology.orchestra.run.smithi120.stdout:(32/32): librados2-19.0.0-2114.ga9a752df.el7.x8 2.7 MB/s | 3.4 MB 00:01 2024-04-15T21:43:56.351 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:43:56.351 INFO:teuthology.orchestra.run.smithi120.stdout:Total 7.8 MB/s | 59 MB 00:07 2024-04-15T21:43:56.351 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:43:56.389 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:43:56.389 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:43:56.542 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:43:56.543 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:43:56.883 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:43:56.883 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:43:57.986 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:43:58.062 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:43:58.095 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:43:58.128 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:43:58.151 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:43:58.168 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:43:58.319 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:43:58.360 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:43:58.397 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:43:58.414 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:43:58.436 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:43:58.476 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:43:58.509 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:43:58.524 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:43:58.702 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:43:58.737 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:43:58.757 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:43:58.798 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:43:58.889 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:43:58.976 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:43:59.007 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:43:59.070 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:43:59.098 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:43:59.140 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:43:59.142 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:43:59.153 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 35 kB/s | 1.7 kB 00:00 2024-04-15T21:43:59.181 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:43:59.210 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:43:59.235 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:43:59.271 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:43:59.282 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:43:59.317 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:43:59.357 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:43:59.398 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:43:59.425 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:43:59.451 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:43:59.460 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:43:59.489 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:43:59.500 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:43:59.524 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:43:59.533 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:43:59.562 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:43:59.592 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:43:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:43:59.616 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:43:59.680 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:43:59.715 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:43:59.836 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:43:59.875 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:43:59.908 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:43:59.916 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:43:59.933 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:43:59.948 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:43:59.977 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:44:00.010 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:44:00.023 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:44:00.054 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:44:00.094 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:44:00.352 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:44:00.381 INFO:teuthology.orchestra.run.smithi120.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:44:00.470 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:44:00.502 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:44:00.541 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:44:00.553 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:44:00.577 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:44:00.632 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:44:00.700 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:44:00.730 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:44:01.014 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:44:01.041 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:44:01.096 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:44:01.164 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:44:01.194 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:44:01.975 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:44:01.977 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 9.9 M 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrading: 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout: librados2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.4 M 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout: boost-program-options 2024-04-15T21:44:01.978 INFO:teuthology.orchestra.run.smithi072.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.3 M 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 21 M 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 25 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 746 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 501 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-04-15T21:44:01.979 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2 x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 5.2 M 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 45 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 131 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 162 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 320 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 298 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 99 k 2024-04-15T21:44:01.980 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib x86_64 24.02.0-1.el9 CentOS-AppStream 220 k 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout: qatzip-libs x86_64 1.2.0-1.el9 CentOS-AppStream 46 k 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout:Installing weak dependencies: 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib-service x86_64 24.02.0-1.el9 CentOS-AppStream 35 k 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout:Install 30 Packages 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrade 2 Packages 2024-04-15T21:44:01.981 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:01.982 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 59 M 2024-04-15T21:44:01.982 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:44:02.998 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:03.044 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:03.163 INFO:teuthology.orchestra.run.smithi072.stdout:(1/32): ceph-base-19.0.0-2114.ga9a752df.el7.x86 4.9 MB/s | 5.3 MB 00:01 2024-04-15T21:44:03.232 INFO:teuthology.orchestra.run.smithi072.stdout:(2/32): ceph-selinux-19.0.0-2114.ga9a752df.el7. 368 kB/s | 25 kB 00:00 2024-04-15T21:44:03.399 INFO:teuthology.orchestra.run.smithi072.stdout:(3/32): libcephfs2-19.0.0-2114.ga9a752df.el7.x8 4.4 MB/s | 746 kB 00:00 2024-04-15T21:44:03.407 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:03.440 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:03.525 INFO:teuthology.orchestra.run.smithi072.stdout:(4/32): libradosstriper1-19.0.0-2114.ga9a752df. 3.9 MB/s | 501 kB 00:00 2024-04-15T21:44:03.597 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:03.639 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:44:03.712 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:44:03.712 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:44:03.712 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:44:03.712 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:03.753 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:03.759 INFO:teuthology.orchestra.run.smithi072.stdout:(5/32): ceph-radosgw-19.0.0-2114.ga9a752df.el7. 5.8 MB/s | 9.9 MB 00:01 2024-04-15T21:44:03.842 INFO:teuthology.orchestra.run.smithi072.stdout:(6/32): python3-ceph-argparse-19.0.0-2114.ga9a7 541 kB/s | 45 kB 00:00 2024-04-15T21:44:03.951 INFO:teuthology.orchestra.run.smithi072.stdout:(7/32): python3-ceph-common-19.0.0-2114.ga9a752 1.2 MB/s | 131 kB 00:00 2024-04-15T21:44:03.992 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:04.027 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:44:04.060 INFO:teuthology.orchestra.run.smithi072.stdout:(8/32): python3-cephfs-19.0.0-2114.ga9a752df.el 1.5 MB/s | 162 kB 00:00 2024-04-15T21:44:04.102 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:44:04.102 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:44:04.102 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:44:04.102 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:04.136 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:04.194 INFO:teuthology.orchestra.run.smithi072.stdout:(9/32): librgw2-19.0.0-2114.ga9a752df.el7.x86_6 7.7 MB/s | 5.2 MB 00:00 2024-04-15T21:44:04.228 INFO:teuthology.orchestra.run.smithi072.stdout:(10/32): python3-rados-19.0.0-2114.ga9a752df.el 1.9 MB/s | 320 kB 00:00 2024-04-15T21:44:04.262 INFO:teuthology.orchestra.run.smithi072.stdout:(11/32): python3-rbd-19.0.0-2114.ga9a752df.el7. 4.3 MB/s | 298 kB 00:00 2024-04-15T21:44:04.287 INFO:teuthology.orchestra.run.smithi072.stdout:(12/32): python3-rgw-19.0.0-2114.ga9a752df.el7. 1.6 MB/s | 99 kB 00:00 2024-04-15T21:44:04.638 INFO:teuthology.orchestra.run.smithi072.stdout:(13/32): ceph-common-19.0.0-2114.ga9a752df.el7. 8.0 MB/s | 21 MB 00:02 2024-04-15T21:44:04.706 INFO:teuthology.orchestra.run.smithi072.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 239 kB/s | 106 kB 00:00 2024-04-15T21:44:04.731 INFO:teuthology.orchestra.run.smithi072.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 675 kB/s | 44 kB 00:00 2024-04-15T21:44:04.773 INFO:teuthology.orchestra.run.smithi072.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 344 kB/s | 159 kB 00:00 2024-04-15T21:44:04.936 INFO:teuthology.orchestra.run.smithi072.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.8 MB/s | 661 kB 00:00 2024-04-15T21:44:04.968 INFO:teuthology.orchestra.run.smithi072.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.2 MB/s | 282 kB 00:00 2024-04-15T21:44:04.993 INFO:teuthology.orchestra.run.smithi072.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 188 kB/s | 41 kB 00:00 2024-04-15T21:44:05.027 INFO:teuthology.orchestra.run.smithi072.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.4 MB/s | 220 kB 00:00 2024-04-15T21:44:05.052 INFO:teuthology.orchestra.run.smithi072.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 594 kB/s | 35 kB 00:00 2024-04-15T21:44:05.078 INFO:teuthology.orchestra.run.smithi072.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 553 kB/s | 46 kB 00:00 2024-04-15T21:44:05.345 INFO:teuthology.orchestra.run.smithi072.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 97 kB/s | 26 kB 00:00 2024-04-15T21:44:05.437 INFO:teuthology.orchestra.run.smithi072.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 753 kB/s | 309 kB 00:00 2024-04-15T21:44:05.463 INFO:teuthology.orchestra.run.smithi072.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 413 kB/s | 49 kB 00:00 2024-04-15T21:44:05.530 INFO:teuthology.orchestra.run.smithi072.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 730 kB/s | 67 kB 00:00 2024-04-15T21:44:05.631 INFO:teuthology.orchestra.run.smithi072.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-04-15T21:44:05.731 INFO:teuthology.orchestra.run.smithi072.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.8 MB/s | 4.4 MB 00:00 2024-04-15T21:44:05.773 INFO:teuthology.orchestra.run.smithi072.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2024-04-15T21:44:05.832 INFO:teuthology.orchestra.run.smithi072.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-04-15T21:44:06.224 INFO:teuthology.orchestra.run.smithi072.stdout:(31/32): librados2-19.0.0-2114.ga9a752df.el7.x8 6.9 MB/s | 3.4 MB 00:00 2024-04-15T21:44:06.300 INFO:teuthology.orchestra.run.smithi072.stdout:(32/32): librbd1-19.0.0-2114.ga9a752df.el7.x86_ 6.0 MB/s | 3.1 MB 00:00 2024-04-15T21:44:06.304 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:06.305 INFO:teuthology.orchestra.run.smithi072.stdout:Total 14 MB/s | 59 MB 00:04 2024-04-15T21:44:06.305 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:44:06.344 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:44:06.344 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:44:06.828 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:44:06.828 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:44:08.290 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:44:08.386 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-15T21:44:08.433 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-15T21:44:08.475 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-15T21:44:08.507 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:44:08.525 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-15T21:44:08.703 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:44:08.765 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-15T21:44:09.150 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-15T21:44:09.233 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:44:09.323 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:44:09.413 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 8/34 2024-04-15T21:44:09.446 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:44:09.508 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 9/34 2024-04-15T21:44:09.546 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-15T21:44:09.590 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 11/34 2024-04-15T21:44:09.658 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:44:09.683 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:44:09.731 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 13/34 2024-04-15T21:44:09.766 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-15T21:44:09.890 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-15T21:44:09.936 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-15T21:44:09.977 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-15T21:44:10.011 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-15T21:44:10.049 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-15T21:44:10.082 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-15T21:44:10.393 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-15T21:44:10.430 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:44:10.522 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 22/34 2024-04-15T21:44:10.553 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 23/34 2024-04-15T21:44:10.604 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-15T21:44:11.072 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-15T21:44:11.103 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:44:11.166 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 26/34 2024-04-15T21:44:11.242 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 27/34 2024-04-15T21:44:11.282 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 28/34 2024-04-15T21:44:13.515 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:13.518 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:13.518 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-04-15T21:44:13.518 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-04-15T21:44:13.519 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-04-15T21:44:13.519 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-04-15T21:44:13.519 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-04-15T21:44:13.519 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /root 2024-04-15T21:44:13.519 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-04-15T21:44:13.519 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:13.561 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /sys 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /proc 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /mnt 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /var/tmp 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /home 2024-04-15T21:44:13.745 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /root 2024-04-15T21:44:13.746 INFO:teuthology.orchestra.run.smithi120.stdout:skipping the directory /tmp 2024-04-15T21:44:13.746 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:14.105 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 29/34 2024-04-15T21:44:14.156 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:44:14.250 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 30/34 2024-04-15T21:44:14.250 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-15T21:44:14.250 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-15T21:44:14.250 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:14.296 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:14.453 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:44:14.478 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:44:14.478 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:14.478 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:44:14.478 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:44:14.479 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:44:14.479 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:14.480 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:44:14.563 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:44:14.564 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:14.678 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:44:14.704 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:44:14.704 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:14.704 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:44:14.704 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:44:14.705 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:44:14.705 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:14.706 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:44:14.815 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:44:14.815 INFO:teuthology.orchestra.run.smithi120.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:44:15.659 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:44:15.660 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:44:15.661 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:44:15.661 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:44:15.661 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:44:15.661 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:44:15.661 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:44:15.661 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:44:15.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:44:15.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:15.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:44:15.662 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:44:15.889 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:44:15.890 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:44:15.891 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:44:15.892 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:44:15.892 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:44:15.892 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:44:15.892 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:15.892 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:44:15.892 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:44:16.734 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:44:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:16.737 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:17.071 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout:Upgraded: 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.072 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.073 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.073 INFO:teuthology.orchestra.run.smithi120.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:44:17.073 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:44:17.073 INFO:teuthology.orchestra.run.smithi120.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:44:17.073 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.073 INFO:teuthology.orchestra.run.smithi120.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.074 INFO:teuthology.orchestra.run.smithi120.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:17.075 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:17.077 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-04-15T21:44:17.402 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-test 2024-04-15T21:44:17.650 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:30 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:17.809 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:17.809 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:17.809 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-04-15T21:44:17.811 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:17.811 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 49 M 2024-04-15T21:44:17.811 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 206 M 2024-04-15T21:44:17.811 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:44:17.977 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:32 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:18.101 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.2 MB/s | 217 kB 00:00 2024-04-15T21:44:18.136 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:44:18.137 INFO:teuthology.orchestra.run.smithi120.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout:Install 6 Packages 2024-04-15T21:44:18.138 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:18.139 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 49 M 2024-04-15T21:44:18.139 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 206 M 2024-04-15T21:44:18.139 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:44:18.143 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.0 MB/s | 300 kB 00:00 2024-04-15T21:44:18.176 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-15T21:44:18.343 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 394 kB/s | 164 kB 00:00 2024-04-15T21:44:18.345 INFO:teuthology.orchestra.run.smithi120.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.5 MB/s | 217 kB 00:00 2024-04-15T21:44:18.369 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 975 kB/s | 187 kB 00:00 2024-04-15T21:44:18.387 INFO:teuthology.orchestra.run.smithi120.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 7.0 MB/s | 300 kB 00:00 2024-04-15T21:44:18.421 INFO:teuthology.orchestra.run.smithi120.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-04-15T21:44:18.505 INFO:teuthology.orchestra.run.smithi120.stdout:(4/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 537 kB/s | 164 kB 00:00 2024-04-15T21:44:18.580 INFO:teuthology.orchestra.run.smithi120.stdout:(5/6): jq-1.6-16.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-04-15T21:44:20.552 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 18 MB/s | 48 MB 00:02 2024-04-15T21:44:20.555 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:20.556 INFO:teuthology.orchestra.run.smithi098.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-15T21:44:20.571 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:44:20.593 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:44:20.593 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:44:20.989 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:44:20.989 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:44:21.555 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:44:21.650 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:44:21.694 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:44:21.734 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:44:21.778 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:44:21.806 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:44:23.022 INFO:teuthology.orchestra.run.smithi120.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 9.9 MB/s | 48 MB 00:04 2024-04-15T21:44:23.025 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:23.025 INFO:teuthology.orchestra.run.smithi120.stdout:Total 9.9 MB/s | 49 MB 00:04 2024-04-15T21:44:23.040 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:44:23.061 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:44:23.062 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:44:23.447 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:44:23.447 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:44:24.017 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:44:24.099 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:44:24.144 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:44:24.176 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:44:24.214 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:44:24.242 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /sys 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /proc 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /mnt 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /var/tmp 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /home 2024-04-15T21:44:25.906 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /root 2024-04-15T21:44:25.907 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /tmp 2024-04-15T21:44:25.907 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:26.337 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:44:26.422 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:44:26.802 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:44:26.827 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 32/34 2024-04-15T21:44:26.828 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:26.828 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-15T21:44:26.828 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:44:26.828 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-15T21:44:26.828 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:26.830 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:44:26.914 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-15T21:44:26.915 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:28.314 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:28.314 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 1/34 2024-04-15T21:44:28.314 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2/34 2024-04-15T21:44:28.314 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 3/34 2024-04-15T21:44:28.314 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 4/34 2024-04-15T21:44:28.314 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 5/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_6 6/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 7/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7. 8/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x8 9/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 10/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 11/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 12/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 13/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-15T21:44:28.315 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-15T21:44:28.316 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 31/34 2024-04-15T21:44:28.317 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-15T21:44:28.317 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 33/34 2024-04-15T21:44:28.741 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:44:28.833 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:44:28.949 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:44:28.949 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:44:28.949 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:44:28.949 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:44:28.949 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:44:28.949 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:44:29.395 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:44:29.396 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:44:29.396 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:29.396 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:29.455 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-15T21:44:29.455 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout:Upgraded: 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.456 INFO:teuthology.orchestra.run.smithi072.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.457 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: re2-1:20211101-3.el9.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:29.458 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:44:29.665 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-04-15T21:44:29.837 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-test 2024-04-15T21:44:30.246 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:43 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:30.398 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:30.400 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================= 2024-04-15T21:44:30.400 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:44:30.400 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================= 2024-04-15T21:44:30.400 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:44:30.400 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:44:30.401 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:44:30.402 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:30.403 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:44:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:========================================================================================= 2024-04-15T21:44:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Install 36 Packages 2024-04-15T21:44:30.404 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 30 M 2024-04-15T21:44:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 107 M 2024-04-15T21:44:30.404 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:44:30.423 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:31 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:44:30.578 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 48 M 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:44:30.579 INFO:teuthology.orchestra.run.smithi072.stdout: jq x86_64 1.6-16.el9 baseos 187 k 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 164 k 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-AppStream 217 k 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout:Install 6 Packages 2024-04-15T21:44:30.580 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:30.581 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 49 M 2024-04-15T21:44:30.581 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 206 M 2024-04-15T21:44:30.581 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:44:30.999 INFO:teuthology.orchestra.run.smithi072.stdout:(1/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 217 kB 00:00 2024-04-15T21:44:31.058 INFO:teuthology.orchestra.run.smithi072.stdout:(2/6): socat-1.7.4.1-5.el9.x86_64.rpm 5.1 MB/s | 300 kB 00:00 2024-04-15T21:44:31.092 INFO:teuthology.orchestra.run.smithi072.stdout:(3/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-04-15T21:44:31.214 INFO:teuthology.orchestra.run.smithi098.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 16 kB/s | 6.6 kB 00:00 2024-04-15T21:44:31.234 INFO:teuthology.orchestra.run.smithi072.stdout:(4/6): jq-1.6-16.el9.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2024-04-15T21:44:31.391 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:44:31.391 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:44:31.391 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:44:31.391 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:44:31.391 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:44:31.391 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:44:31.451 INFO:teuthology.orchestra.run.smithi072.stdout:(5/6): libcephsqlite-19.0.0-2114.ga9a752df.el7. 273 kB/s | 164 kB 00:00 2024-04-15T21:44:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:44:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:31.807 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:44:31.807 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:31.808 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:32.063 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph 2024-04-15T21:44:32.190 INFO:teuthology.orchestra.run.smithi098.stdout:(2/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 1.7 MB/s | 2.4 MB 00:01 2024-04-15T21:44:32.232 INFO:teuthology.orchestra.run.smithi098.stdout:(3/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.0 MB/s | 1.5 MB 00:01 2024-04-15T21:44:32.415 INFO:teuthology.orchestra.run.smithi098.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 1.3 MB/s | 248 kB 00:00 2024-04-15T21:44:32.532 INFO:teuthology.orchestra.run.smithi098.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-04-15T21:44:32.574 INFO:teuthology.orchestra.run.smithi098.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 144 kB 00:00 2024-04-15T21:44:32.608 INFO:teuthology.orchestra.run.smithi098.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 951 kB/s | 32 kB 00:00 2024-04-15T21:44:32.641 INFO:teuthology.orchestra.run.smithi098.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-15T21:44:32.649 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:00:47 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:32.675 INFO:teuthology.orchestra.run.smithi098.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-04-15T21:44:32.717 INFO:teuthology.orchestra.run.smithi098.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-04-15T21:44:32.792 INFO:teuthology.orchestra.run.smithi098.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 15 MB/s | 1.1 MB 00:00 2024-04-15T21:44:32.803 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:32.805 INFO:teuthology.orchestra.run.smithi120.stdout:========================================================================================= 2024-04-15T21:44:32.805 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:44:32.805 INFO:teuthology.orchestra.run.smithi120.stdout:========================================================================================= 2024-04-15T21:44:32.805 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:44:32.805 INFO:teuthology.orchestra.run.smithi120.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:44:32.806 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:44:32.807 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout:========================================================================================= 2024-04-15T21:44:32.808 INFO:teuthology.orchestra.run.smithi120.stdout:Install 36 Packages 2024-04-15T21:44:32.809 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:32.809 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 30 M 2024-04-15T21:44:32.809 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 107 M 2024-04-15T21:44:32.809 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:44:32.835 INFO:teuthology.orchestra.run.smithi098.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 2.4 MB/s | 103 kB 00:00 2024-04-15T21:44:32.868 INFO:teuthology.orchestra.run.smithi098.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.7 MB/s | 124 kB 00:00 2024-04-15T21:44:32.910 INFO:teuthology.orchestra.run.smithi098.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.4 MB/s | 187 kB 00:00 2024-04-15T21:44:33.061 INFO:teuthology.orchestra.run.smithi098.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 831 kB/s | 125 kB 00:00 2024-04-15T21:44:33.219 INFO:teuthology.orchestra.run.smithi098.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-04-15T21:44:33.378 INFO:teuthology.orchestra.run.smithi098.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 956 kB/s | 151 kB 00:00 2024-04-15T21:44:33.428 INFO:teuthology.orchestra.run.smithi098.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 867 kB/s | 43 kB 00:00 2024-04-15T21:44:33.511 INFO:teuthology.orchestra.run.smithi098.stdout:(19/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 2.0 MB/s | 4.7 MB 00:02 2024-04-15T21:44:33.527 INFO:teuthology.orchestra.run.smithi120.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 21 kB/s | 6.6 kB 00:00 2024-04-15T21:44:33.545 INFO:teuthology.orchestra.run.smithi098.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-04-15T21:44:33.596 INFO:teuthology.orchestra.run.smithi098.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 214 kB/s | 11 kB 00:00 2024-04-15T21:44:33.646 INFO:teuthology.orchestra.run.smithi098.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 355 kB/s | 18 kB 00:00 2024-04-15T21:44:33.696 INFO:teuthology.orchestra.run.smithi098.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 464 kB/s | 23 kB 00:00 2024-04-15T21:44:33.721 INFO:teuthology.orchestra.run.smithi098.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-04-15T21:44:33.747 INFO:teuthology.orchestra.run.smithi098.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-04-15T21:44:33.772 INFO:teuthology.orchestra.run.smithi098.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 390 kB/s | 20 kB 00:00 2024-04-15T21:44:33.797 INFO:teuthology.orchestra.run.smithi098.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-04-15T21:44:33.823 INFO:teuthology.orchestra.run.smithi098.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-15T21:44:33.873 INFO:teuthology.orchestra.run.smithi098.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.5 MB/s | 272 kB 00:00 2024-04-15T21:44:33.898 INFO:teuthology.orchestra.run.smithi098.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-15T21:44:33.924 INFO:teuthology.orchestra.run.smithi098.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-15T21:44:33.949 INFO:teuthology.orchestra.run.smithi098.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 712 kB/s | 36 kB 00:00 2024-04-15T21:44:33.974 INFO:teuthology.orchestra.run.smithi098.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-04-15T21:44:34.018 INFO:teuthology.orchestra.run.smithi098.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 6.3 MB/s | 427 kB 00:00 2024-04-15T21:44:34.041 INFO:teuthology.orchestra.run.smithi098.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 299 kB/s | 20 kB 00:00 2024-04-15T21:44:34.612 INFO:teuthology.orchestra.run.smithi120.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 1.1 MB/s | 1.5 MB 00:01 2024-04-15T21:44:34.786 INFO:teuthology.orchestra.run.smithi120.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 1.5 MB/s | 2.4 MB 00:01 2024-04-15T21:44:34.850 INFO:teuthology.orchestra.run.smithi098.stdout:(36/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 6.3 MB/s | 17 MB 00:02 2024-04-15T21:44:34.853 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:34.854 INFO:teuthology.orchestra.run.smithi098.stdout:Total 6.7 MB/s | 30 MB 00:04 2024-04-15T21:44:34.878 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:44:34.920 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:44:34.920 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:44:34.944 INFO:teuthology.orchestra.run.smithi120.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 1.5 MB/s | 248 kB 00:00 2024-04-15T21:44:35.062 INFO:teuthology.orchestra.run.smithi120.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 187 kB 00:00 2024-04-15T21:44:35.095 INFO:teuthology.orchestra.run.smithi120.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 4.2 MB/s | 144 kB 00:00 2024-04-15T21:44:35.129 INFO:teuthology.orchestra.run.smithi120.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 955 kB/s | 32 kB 00:00 2024-04-15T21:44:35.162 INFO:teuthology.orchestra.run.smithi120.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-04-15T21:44:35.280 INFO:teuthology.orchestra.run.smithi120.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 330 kB/s | 39 kB 00:00 2024-04-15T21:44:35.322 INFO:teuthology.orchestra.run.smithi120.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.7 MB/s | 241 kB 00:00 2024-04-15T21:44:35.336 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:44:35.336 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:44:35.389 INFO:teuthology.orchestra.run.smithi120.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-04-15T21:44:35.422 INFO:teuthology.orchestra.run.smithi120.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-04-15T21:44:35.457 INFO:teuthology.orchestra.run.smithi120.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-04-15T21:44:35.490 INFO:teuthology.orchestra.run.smithi120.stdout:(14/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-04-15T21:44:35.574 INFO:teuthology.orchestra.run.smithi120.stdout:(15/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86 2.3 MB/s | 4.7 MB 00:02 2024-04-15T21:44:35.732 INFO:teuthology.orchestra.run.smithi120.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 141 kB/s | 22 kB 00:00 2024-04-15T21:44:36.091 INFO:teuthology.orchestra.run.smithi120.stdout:(17/36): python3-requests-2.25.1-8.el9.noarch.r 208 kB/s | 125 kB 00:00 2024-04-15T21:44:36.266 INFO:teuthology.orchestra.run.smithi120.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 283 kB/s | 151 kB 00:00 2024-04-15T21:44:36.441 INFO:teuthology.orchestra.run.smithi120.stdout:(19/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 981 kB/s | 172 kB 00:00 2024-04-15T21:44:36.508 INFO:teuthology.orchestra.run.smithi120.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 104 kB/s | 43 kB 00:00 2024-04-15T21:44:36.617 INFO:teuthology.orchestra.run.smithi120.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-04-15T21:44:36.642 INFO:teuthology.orchestra.run.smithi120.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-04-15T21:44:36.668 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:44:36.719 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:44:36.734 INFO:teuthology.orchestra.run.smithi120.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-15T21:44:36.744 INFO:teuthology.orchestra.run.smithi072.stdout:(6/6): ceph-test-19.0.0-2114.ga9a752df.el7.x86_ 8.1 MB/s | 48 MB 00:05 2024-04-15T21:44:36.747 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:36.747 INFO:teuthology.orchestra.run.smithi072.stdout:Total 7.9 MB/s | 49 MB 00:06 2024-04-15T21:44:36.751 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:44:36.759 INFO:teuthology.orchestra.run.smithi120.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-04-15T21:44:36.762 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:44:36.780 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:44:36.784 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:44:36.784 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:44:36.850 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:44:36.851 INFO:teuthology.orchestra.run.smithi120.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-04-15T21:44:36.877 INFO:teuthology.orchestra.run.smithi120.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 168 kB/s | 20 kB 00:00 2024-04-15T21:44:36.889 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:44:36.912 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:44:36.977 INFO:teuthology.orchestra.run.smithi120.stdout:(27/36): python3-more-itertools-8.12.0-2.el9.no 788 kB/s | 79 kB 00:00 2024-04-15T21:44:37.002 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:44:37.011 INFO:teuthology.orchestra.run.smithi120.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 291 kB/s | 46 kB 00:00 2024-04-15T21:44:37.073 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:44:37.103 INFO:teuthology.orchestra.run.smithi120.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-04-15T21:44:37.114 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:44:37.128 INFO:teuthology.orchestra.run.smithi120.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 140 kB/s | 16 kB 00:00 2024-04-15T21:44:37.169 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:44:37.169 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:44:37.185 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:44:37.203 INFO:teuthology.orchestra.run.smithi120.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 897 kB/s | 90 kB 00:00 2024-04-15T21:44:37.240 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:44:37.262 INFO:teuthology.orchestra.run.smithi120.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 268 kB/s | 36 kB 00:00 2024-04-15T21:44:37.287 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:44:37.321 INFO:teuthology.orchestra.run.smithi120.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.9 MB/s | 230 kB 00:00 2024-04-15T21:44:37.335 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:44:37.391 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:44:37.421 INFO:teuthology.orchestra.run.smithi120.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 200 kB/s | 20 kB 00:00 2024-04-15T21:44:37.574 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:44:37.613 INFO:teuthology.orchestra.run.smithi120.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.2 MB/s | 427 kB 00:00 2024-04-15T21:44:37.624 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:44:37.666 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:44:37.706 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:44:37.736 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:44:37.738 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:44:37.812 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:44:37.840 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/6 2024-04-15T21:44:37.846 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:44:37.880 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:44:37.901 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/6 2024-04-15T21:44:37.922 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:44:37.944 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:44:37.956 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:44:37.998 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : jq-1.6-16.el9.x86_64 4/6 2024-04-15T21:44:37.999 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:44:38.027 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:44:38.095 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:44:38.138 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:44:38.210 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:44:38.346 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:44:38.463 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:44:38.631 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:44:38.660 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:44:38.686 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:44:38.686 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:38.686 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:44:38.686 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:44:38.686 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:44:38.686 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:39.788 INFO:teuthology.orchestra.run.smithi120.stdout:(36/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 3.2 MB/s | 17 MB 00:05 2024-04-15T21:44:39.795 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:39.795 INFO:teuthology.orchestra.run.smithi120.stdout:Total 4.3 MB/s | 30 MB 00:06 2024-04-15T21:44:39.820 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:44:39.863 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:44:39.863 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:44:40.131 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:44:40.158 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:44:40.159 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:40.159 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:44:40.159 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:44:40.159 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:44:40.159 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:40.279 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:44:40.280 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:44:40.599 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:44:40.622 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:44:40.623 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:40.623 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:44:40.623 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:44:40.623 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:44:40.623 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:40.849 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:44:40.873 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:44:40.873 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:40.874 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:44:40.874 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:44:40.874 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:44:40.874 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:40.938 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:44:41.626 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:44:41.699 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:44:41.732 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:44:41.760 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:44:41.830 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:44:41.884 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:44:41.917 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:44:42.017 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:44:42.086 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:44:42.128 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:44:42.199 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:44:42.262 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:44:42.301 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:44:42.350 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:44:42.414 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:44:42.538 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 5/6 2024-04-15T21:44:42.597 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:44:42.632 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:44:42.647 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:44:42.685 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:44:42.707 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:44:42.708 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:44:42.709 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:44:42.710 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:44:42.720 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:44:42.750 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:44:42.826 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:44:42.861 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:44:42.894 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:44:42.934 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:44:42.969 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:44:43.004 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:44:43.086 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:44:43.127 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:44:43.199 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:44:43.337 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:44:43.462 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:44:43.628 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:44:43.665 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:44:43.692 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:44:43.692 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:43.692 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:44:43.692 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:44:43.692 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:44:43.692 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:43.834 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:44:43.834 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:43.834 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:44:43.834 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:43.834 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:44:43.835 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:44:43.836 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:43.837 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:44.204 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-base 2024-04-15T21:44:44.802 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:57 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:44.901 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:44:44.953 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:44.954 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:44:44.954 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:45.024 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install cephadm 2024-04-15T21:44:45.132 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:44:45.160 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:44:45.160 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:45.161 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:44:45.161 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:44:45.161 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:44:45.161 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:45.596 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:58 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:45.616 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:44:45.641 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:44:45.641 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:45.641 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:44:45.641 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:44:45.641 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:44:45.641 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:45.747 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 749 k 2024-04-15T21:44:45.748 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 755 k 2024-04-15T21:44:45.749 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:44:45.867 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:44:45.892 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:44:45.892 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:45.892 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:44:45.892 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:44:45.892 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:44:45.893 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:45.957 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:44:46.040 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 2.5 MB/s | 749 kB 00:00 2024-04-15T21:44:46.042 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:46.042 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.5 MB/s | 749 kB 00:00 2024-04-15T21:44:46.042 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:44:46.046 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:44:46.046 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:44:46.052 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:44:46.052 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:44:46.125 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:44:46.593 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 6/6 2024-04-15T21:44:46.593 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 1/6 2024-04-15T21:44:46.593 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2/6 2024-04-15T21:44:46.593 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 3/6 2024-04-15T21:44:46.593 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 4/6 2024-04-15T21:44:46.593 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/6 2024-04-15T21:44:46.608 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:46.704 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : jq-1.6-16.el9.x86_64 6/6 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: jq-1.6-16.el9.x86_64 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-15T21:44:47.055 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-15T21:44:47.056 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:47.056 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:44:47.070 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:47.332 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph 2024-04-15T21:44:47.368 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:47.369 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:47.369 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:44:47.369 INFO:teuthology.orchestra.run.smithi098.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:47.369 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:47.369 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:47.588 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:44:47.782 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:44:47.782 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:44:47.782 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:44:47.782 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:44:47.782 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:44:47.782 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:44:47.783 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:44:47.784 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:44:47.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:44:47.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:44:47.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:44:47.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:44:47.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:44:47.785 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:44:47.786 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:44:47.910 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:48 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:44:48.065 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:44:48.067 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================= 2024-04-15T21:44:48.067 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:44:48.067 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================= 2024-04-15T21:44:48.067 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: ceph x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 6.6 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mds x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 2.4 M 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 1.5 M 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 248 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mon x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 4.7 M 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-osd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 17 M 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-15T21:44:48.068 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-15T21:44:48.069 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout:========================================================================================= 2024-04-15T21:44:48.070 INFO:teuthology.orchestra.run.smithi072.stdout:Install 36 Packages 2024-04-15T21:44:48.071 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:48.071 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 30 M 2024-04-15T21:44:48.071 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 107 M 2024-04-15T21:44:48.071 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:44:48.170 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:01 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:48.325 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:48.326 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:48.326 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-15T21:44:48.326 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:48.326 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:44:48.326 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 145 k 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 435 k 2024-04-15T21:44:48.327 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:44:48.673 INFO:teuthology.orchestra.run.smithi098.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 419 kB/s | 145 kB 00:00 2024-04-15T21:44:48.673 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:48.673 INFO:teuthology.orchestra.run.smithi098.stdout:Total 417 kB/s | 145 kB 00:00 2024-04-15T21:44:48.674 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:44:48.681 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:44:48.681 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:44:48.734 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:44:48.734 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:48.777 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:44:48.778 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:44:48.779 INFO:teuthology.orchestra.run.smithi120.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:48.780 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:48.877 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:44:48.940 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:44:48.965 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:44:48.966 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:48.966 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:44:48.966 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:48.999 INFO:teuthology.orchestra.run.smithi072.stdout:(1/36): ceph-19.0.0-2114.ga9a752df.el7.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-04-15T21:44:49.158 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-base 2024-04-15T21:44:49.233 INFO:teuthology.orchestra.run.smithi072.stdout:(2/36): ceph-mgr-19.0.0-2114.ga9a752df.el7.x86_ 3.6 MB/s | 1.5 MB 00:00 2024-04-15T21:44:49.334 INFO:teuthology.orchestra.run.smithi072.stdout:(3/36): ceph-mds-19.0.0-2114.ga9a752df.el7.x86_ 4.6 MB/s | 2.4 MB 00:00 2024-04-15T21:44:49.393 INFO:teuthology.orchestra.run.smithi072.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2114.ga9a7 4.1 MB/s | 248 kB 00:00 2024-04-15T21:44:49.618 INFO:teuthology.orchestra.run.smithi072.stdout:(5/36): ceph-mon-19.0.0-2114.ga9a752df.el7.x86_ 7.6 MB/s | 4.7 MB 00:00 2024-04-15T21:44:49.670 INFO:teuthology.orchestra.run.smithi072.stdout:(6/36): lua-5.4.4-4.el9.x86_64.rpm 673 kB/s | 187 kB 00:00 2024-04-15T21:44:49.695 INFO:teuthology.orchestra.run.smithi072.stdout:(7/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 144 kB 00:00 2024-04-15T21:44:49.721 INFO:teuthology.orchestra.run.smithi072.stdout:(8/36): python3-markupsafe-1.1.1-12.el9.x86_64. 624 kB/s | 32 kB 00:00 2024-04-15T21:44:49.737 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:49.746 INFO:teuthology.orchestra.run.smithi072.stdout:(9/36): python3-pytz-2021.1-5.el9.noarch.rpm 933 kB/s | 47 kB 00:00 2024-04-15T21:44:49.772 INFO:teuthology.orchestra.run.smithi072.stdout:(10/36): python3-toml-0.10.2-6.el9.noarch.rpm 764 kB/s | 39 kB 00:00 2024-04-15T21:44:49.798 INFO:teuthology.orchestra.run.smithi072.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 4.6 MB/s | 241 kB 00:00 2024-04-15T21:44:49.836 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:44:49.889 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:49.890 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:44:49.890 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:49.921 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:44:49.921 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:44:49.921 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:49.921 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:49.921 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:49.931 INFO:teuthology.orchestra.run.smithi072.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 7.2 MB/s | 1.1 MB 00:00 2024-04-15T21:44:49.957 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install cephadm 2024-04-15T21:44:49.958 INFO:teuthology.orchestra.run.smithi072.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 647 kB/s | 103 kB 00:00 2024-04-15T21:44:50.091 INFO:teuthology.orchestra.run.smithi072.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 780 kB/s | 124 kB 00:00 2024-04-15T21:44:50.125 INFO:teuthology.orchestra.run.smithi072.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.1 MB/s | 187 kB 00:00 2024-04-15T21:44:50.192 INFO:teuthology.orchestra.run.smithi072.stdout:(16/36): python3-requests-2.25.1-8.el9.noarch.r 1.2 MB/s | 125 kB 00:00 2024-04-15T21:44:50.209 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr 2024-04-15T21:44:50.210 INFO:teuthology.orchestra.run.smithi072.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 265 kB/s | 22 kB 00:00 2024-04-15T21:44:50.485 INFO:teuthology.orchestra.run.smithi072.stdout:(18/36): ceph-osd-19.0.0-2114.ga9a752df.el7.x86 13 MB/s | 17 MB 00:01 2024-04-15T21:44:50.530 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:05 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:50.682 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:50.683 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 749 k 2024-04-15T21:44:50.684 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 755 k 2024-04-15T21:44:50.684 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:44:50.710 INFO:teuthology.orchestra.run.smithi072.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 87 kB/s | 43 kB 00:00 2024-04-15T21:44:50.736 INFO:teuthology.orchestra.run.smithi072.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 278 kB/s | 151 kB 00:00 2024-04-15T21:44:50.796 INFO:teuthology.orchestra.run.smithi072.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 177 kB/s | 11 kB 00:00 2024-04-15T21:44:50.799 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:50.830 INFO:teuthology.orchestra.run.smithi072.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 575 kB/s | 172 kB 00:00 2024-04-15T21:44:50.856 INFO:teuthology.orchestra.run.smithi072.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 298 kB/s | 18 kB 00:00 2024-04-15T21:44:50.890 INFO:teuthology.orchestra.run.smithi072.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 392 kB/s | 23 kB 00:00 2024-04-15T21:44:50.899 INFO:teuthology.orchestra.run.smithi098.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:44:50.915 INFO:teuthology.orchestra.run.smithi072.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 330 kB/s | 19 kB 00:00 2024-04-15T21:44:50.949 INFO:teuthology.orchestra.run.smithi072.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 333 kB/s | 20 kB 00:00 2024-04-15T21:44:50.952 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:50.953 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:44:50.953 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:50.975 INFO:teuthology.orchestra.run.smithi072.stdout:(27/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-04-15T21:44:51.000 INFO:teuthology.orchestra.run.smithi072.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 547 kB/s | 46 kB 00:00 2024-04-15T21:44:51.029 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:44:51.042 INFO:teuthology.orchestra.run.smithi072.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 849 kB/s | 79 kB 00:00 2024-04-15T21:44:51.068 INFO:teuthology.orchestra.run.smithi072.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 243 kB/s | 16 kB 00:00 2024-04-15T21:44:51.102 INFO:teuthology.orchestra.run.smithi072.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-04-15T21:44:51.127 INFO:teuthology.orchestra.run.smithi072.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.0 MB/s | 90 kB 00:00 2024-04-15T21:44:51.153 INFO:teuthology.orchestra.run.smithi072.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 423 kB/s | 36 kB 00:00 2024-04-15T21:44:51.176 INFO:teuthology.orchestra.run.smithi120.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 1.5 MB/s | 749 kB 00:00 2024-04-15T21:44:51.177 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:51.177 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.5 MB/s | 749 kB 00:00 2024-04-15T21:44:51.177 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:44:51.178 INFO:teuthology.orchestra.run.smithi072.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.9 MB/s | 230 kB 00:00 2024-04-15T21:44:51.182 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:44:51.182 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:44:51.188 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:44:51.188 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:44:51.212 INFO:teuthology.orchestra.run.smithi072.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 338 kB/s | 20 kB 00:00 2024-04-15T21:44:51.254 INFO:teuthology.orchestra.run.smithi072.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-04-15T21:44:51.258 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:44:51.259 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:51.259 INFO:teuthology.orchestra.run.smithi072.stdout:Total 9.4 MB/s | 30 MB 00:03 2024-04-15T21:44:51.281 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:44:51.320 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:44:51.320 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:44:51.602 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:04 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:44:51.711 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:51.751 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:44:51.751 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:44:51.753 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:44:51.754 INFO:teuthology.orchestra.run.smithi098.stdout:====================================================================================== 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout:====================================================================================== 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:44:51.755 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout:====================================================================================== 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-04-15T21:44:51.756 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:51.757 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 8.6 M 2024-04-15T21:44:51.757 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 103 M 2024-04-15T21:44:51.757 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:44:51.799 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:52.127 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 69 kB/s | 15 kB 00:00 2024-04-15T21:44:52.152 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:52.228 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2114.ga9 99 kB/s | 32 kB 00:00 2024-04-15T21:44:52.286 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-04-15T21:44:52.311 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.8 MB/s | 238 kB 00:00 2024-04-15T21:44:52.370 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 7.6 MB/s | 3.5 MB 00:00 2024-04-15T21:44:52.421 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:44:52.421 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:52.421 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:44:52.421 INFO:teuthology.orchestra.run.smithi120.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:52.421 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:52.421 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:52.546 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.3 MB/s | 863 kB 00:00 2024-04-15T21:44:52.642 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:44:52.838 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 42 kB/s | 19 kB 00:00 2024-04-15T21:44:53.089 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:44:53.151 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-15T21:44:53.184 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-15T21:44:53.187 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 413 kB/s | 144 kB 00:00 2024-04-15T21:44:53.212 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-15T21:44:53.220 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:08 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:53.282 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-15T21:44:53.296 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 284 kB/s | 31 kB 00:00 2024-04-15T21:44:53.321 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-15T21:44:53.354 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-15T21:44:53.378 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:53.378 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 145 k 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 435 k 2024-04-15T21:44:53.379 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:44:53.445 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-15T21:44:53.513 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 456 kB/s | 548 kB 00:01 2024-04-15T21:44:53.526 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-15T21:44:53.568 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-15T21:44:53.609 INFO:teuthology.orchestra.run.smithi120.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 631 kB/s | 145 kB 00:00 2024-04-15T21:44:53.610 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:53.610 INFO:teuthology.orchestra.run.smithi120.stdout:Total 627 kB/s | 145 kB 00:00 2024-04-15T21:44:53.610 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:44:53.618 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:44:53.618 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:44:53.640 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-15T21:44:53.671 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:44:53.671 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:44:53.680 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 491 kB/s | 188 kB 00:00 2024-04-15T21:44:53.695 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-04-15T21:44:53.734 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-04-15T21:44:53.792 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-04-15T21:44:53.825 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:44:53.855 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-04-15T21:44:53.885 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:44:53.910 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:44:53.910 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:53.910 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:44:53.910 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:54.047 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-04-15T21:44:54.102 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-04-15T21:44:54.144 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-04-15T21:44:54.184 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-04-15T21:44:54.217 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-04-15T21:44:54.292 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-04-15T21:44:54.328 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:44:54.362 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-04-15T21:44:54.403 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-04-15T21:44:54.446 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-04-15T21:44:54.473 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-04-15T21:44:54.555 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-04-15T21:44:54.598 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-04-15T21:44:54.671 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-04-15T21:44:54.817 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-04-15T21:44:54.904 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:44:54.905 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:54.905 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:44:54.905 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:44:54.905 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:54.905 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:54.946 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:44:55.118 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 31/36 2024-04-15T21:44:55.145 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:44:55.156 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr 2024-04-15T21:44:55.170 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 32/36 2024-04-15T21:44:55.171 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:55.171 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-15T21:44:55.171 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:44:55.171 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-15T21:44:55.171 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:55.505 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 705 kB/s | 2.0 MB 00:02 2024-04-15T21:44:55.511 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:55.512 INFO:teuthology.orchestra.run.smithi098.stdout:Total 2.3 MB/s | 8.6 MB 00:03 2024-04-15T21:44:55.532 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:44:55.551 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:44:55.552 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:44:55.739 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:55.739 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:44:55.740 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:44:55.841 INFO:teuthology.orchestra.run.smithi120.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:44:55.892 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:55.893 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:44:55.893 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:44:55.955 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:44:56.264 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:44:56.330 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:44:56.374 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:44:56.420 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:44:56.451 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:44:56.528 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:11 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:44:56.551 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:44:56.605 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:44:56.633 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 33/36 2024-04-15T21:44:56.634 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:56.634 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-15T21:44:56.634 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:44:56.634 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-15T21:44:56.634 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:56.677 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:44:56.678 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:44:56.679 INFO:teuthology.orchestra.run.smithi120.stdout:====================================================================================== 2024-04-15T21:44:56.679 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:44:56.679 INFO:teuthology.orchestra.run.smithi120.stdout:====================================================================================== 2024-04-15T21:44:56.679 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:44:56.679 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:44:56.680 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout:====================================================================================== 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout:Install 12 Packages 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 8.6 M 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 103 M 2024-04-15T21:44:56.681 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:44:56.762 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:44:56.806 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:44:56.834 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:44:56.866 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:44:57.082 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:44:57.106 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 34/36 2024-04-15T21:44:57.106 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:57.106 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-15T21:44:57.106 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:44:57.106 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-15T21:44:57.107 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:57.341 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:44:57.366 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 35/36 2024-04-15T21:44:57.366 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:44:57.366 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-15T21:44:57.366 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:44:57.367 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-15T21:44:57.367 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:44:57.426 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:44:57.480 INFO:teuthology.orchestra.run.smithi120.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2114.ga9 85 kB/s | 32 kB 00:00 2024-04-15T21:44:57.514 INFO:teuthology.orchestra.run.smithi120.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 38 kB/s | 15 kB 00:00 2024-04-15T21:44:57.690 INFO:teuthology.orchestra.run.smithi120.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-04-15T21:44:57.765 INFO:teuthology.orchestra.run.smithi120.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.5 MB/s | 1.0 MB 00:00 2024-04-15T21:44:57.913 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:44:57.942 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:44:58.007 INFO:teuthology.orchestra.run.smithi120.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 3.9 MB/s | 3.5 MB 00:00 2024-04-15T21:44:58.082 INFO:teuthology.orchestra.run.smithi120.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.2 MB/s | 863 kB 00:00 2024-04-15T21:44:58.441 INFO:teuthology.orchestra.run.smithi120.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 45 kB/s | 19 kB 00:00 2024-04-15T21:44:58.733 INFO:teuthology.orchestra.run.smithi120.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 566 kB/s | 548 kB 00:00 2024-04-15T21:44:58.892 INFO:teuthology.orchestra.run.smithi120.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 194 kB/s | 31 kB 00:00 2024-04-15T21:44:58.917 INFO:teuthology.orchestra.run.smithi120.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 304 kB/s | 144 kB 00:00 2024-04-15T21:44:59.050 INFO:teuthology.orchestra.run.smithi120.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.2 MB/s | 188 kB 00:00 2024-04-15T21:44:59.244 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:44:59.244 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:44:59.244 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:44:59.244 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:44:59.244 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:44:59.244 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:44:59.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:44:59.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:44:59.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:44:59.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:44:59.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:44:59.245 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:44:59.334 INFO:teuthology.orchestra.run.smithi120.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 1.6 MB/s | 2.0 MB 00:01 2024-04-15T21:44:59.338 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:44:59.338 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.2 MB/s | 8.6 MB 00:02 2024-04-15T21:44:59.358 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:44:59.378 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:44:59.378 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:44:59.567 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:44:59.567 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:44:59.593 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:44:59.593 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:44:59.594 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:44:59.595 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:44:59.595 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:44:59.854 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:45:00.100 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 36/36 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 1/36 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2/36 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 3/36 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 4/36 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 5/36 2024-04-15T21:45:00.161 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7. 6/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-04-15T21:45:00.162 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 16/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 17/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-15T21:45:00.163 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-15T21:45:00.165 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-15T21:45:00.165 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-15T21:45:00.166 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-15T21:45:00.185 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:45:00.220 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:45:00.266 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:45:00.297 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:45:00.381 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:45:00.444 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:13 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:00.514 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:45:00.607 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:00.608 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:45:00.608 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:45:00.609 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout:Install 12 Packages 2024-04-15T21:45:00.610 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:00.611 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 37 M 2024-04-15T21:45:00.611 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 209 M 2024-04-15T21:45:00.611 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:00.661 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:45:00.689 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:45:00.721 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:45:01.007 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-15T21:45:01.008 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:01.008 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:01.008 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:01.008 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mds-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:01.008 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:01.008 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-modules-core-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:01.009 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mon-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:01.009 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-osd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:01.009 INFO:teuthology.orchestra.run.smithi072.stdout: lua-5.4.4-4.el9.x86_64 2024-04-15T21:45:01.009 INFO:teuthology.orchestra.run.smithi072.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-15T21:45:01.009 INFO:teuthology.orchestra.run.smithi072.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-15T21:45:01.010 INFO:teuthology.orchestra.run.smithi072.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-15T21:45:01.010 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-15T21:45:01.010 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-15T21:45:01.010 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-15T21:45:01.010 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-15T21:45:01.010 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-15T21:45:01.011 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-15T21:45:01.011 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-15T21:45:01.011 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-15T21:45:01.011 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-15T21:45:01.011 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-15T21:45:01.011 INFO:teuthology.orchestra.run.smithi072.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-15T21:45:01.012 INFO:teuthology.orchestra.run.smithi072.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-15T21:45:01.012 INFO:teuthology.orchestra.run.smithi072.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-15T21:45:01.012 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-15T21:45:01.012 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ply-3.11-14.el9.noarch 2024-04-15T21:45:01.012 INFO:teuthology.orchestra.run.smithi072.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-15T21:45:01.013 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-15T21:45:01.013 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-15T21:45:01.013 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-15T21:45:01.013 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-15T21:45:01.013 INFO:teuthology.orchestra.run.smithi072.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-15T21:45:01.013 INFO:teuthology.orchestra.run.smithi072.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-15T21:45:01.014 INFO:teuthology.orchestra.run.smithi072.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-15T21:45:01.014 INFO:teuthology.orchestra.run.smithi072.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-15T21:45:01.014 INFO:teuthology.orchestra.run.smithi072.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-15T21:45:01.014 INFO:teuthology.orchestra.run.smithi072.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-15T21:45:01.014 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:01.014 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:01.306 INFO:teuthology.orchestra.run.smithi098.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 221 kB/s | 32 kB 00:00 2024-04-15T21:45:01.340 INFO:teuthology.orchestra.run.smithi098.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 515 kB/s | 17 kB 00:00 2024-04-15T21:45:01.390 INFO:teuthology.orchestra.run.smithi098.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 697 kB/s | 34 kB 00:00 2024-04-15T21:45:01.417 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-base 2024-04-15T21:45:01.549 INFO:teuthology.orchestra.run.smithi098.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 30 MB/s | 4.7 MB 00:00 2024-04-15T21:45:01.649 INFO:teuthology.orchestra.run.smithi098.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.1 MB/s | 3.0 MB 00:00 2024-04-15T21:45:01.716 INFO:teuthology.orchestra.run.smithi098.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 29 MB/s | 4.8 MB 00:00 2024-04-15T21:45:01.741 INFO:teuthology.orchestra.run.smithi098.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.3 MB/s | 217 kB 00:00 2024-04-15T21:45:01.758 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:45:01.797 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:45:01.998 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:02 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:02.033 INFO:teuthology.orchestra.run.smithi098.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 50 MB/s | 16 MB 00:00 2024-04-15T21:45:02.067 INFO:teuthology.orchestra.run.smithi098.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.4 MB/s | 803 kB 00:00 2024-04-15T21:45:02.095 INFO:teuthology.orchestra.run.smithi072.stdout:Package ceph-base-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:02.147 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:02.148 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:02.148 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:02.176 INFO:teuthology.orchestra.run.smithi098.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.3 MB/s | 195 kB 00:00 2024-04-15T21:45:02.219 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install cephadm 2024-04-15T21:45:02.284 INFO:teuthology.orchestra.run.smithi098.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-04-15T21:45:02.734 INFO:teuthology.orchestra.run.smithi098.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-2 4.7 MB/s | 7.4 MB 00:01 2024-04-15T21:45:02.736 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:02.737 INFO:teuthology.orchestra.run.smithi098.stdout:Total 17 MB/s | 37 MB 00:02 2024-04-15T21:45:02.778 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:02.794 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:03 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:02.802 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:02.803 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:02.945 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout: cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 749 k 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:45:02.946 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:02.947 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 749 k 2024-04-15T21:45:02.947 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 755 k 2024-04-15T21:45:02.947 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:03.156 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:03.156 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:03.231 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:45:03.231 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:45:03.231 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:45:03.232 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:45:03.586 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:45:03.587 INFO:teuthology.orchestra.run.smithi120.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:45:03.588 INFO:teuthology.orchestra.run.smithi120.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:45:03.588 INFO:teuthology.orchestra.run.smithi120.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:45:03.588 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:03.588 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:03.710 INFO:teuthology.orchestra.run.smithi072.stdout:cephadm-19.0.0-2114.ga9a752df.el7.noarch.rpm 980 kB/s | 749 kB 00:00 2024-04-15T21:45:03.711 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:03.711 INFO:teuthology.orchestra.run.smithi072.stdout:Total 978 kB/s | 749 kB 00:00 2024-04-15T21:45:03.712 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:03.718 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:03.718 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:03.723 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:03.723 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:03.795 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:03.815 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:45:03.862 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:03.941 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:45:03.980 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:45:04.073 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:45:04.117 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:45:04.242 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:04.295 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:45:04.325 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:45:04.337 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:04.389 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:19 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:04.401 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:45:04.540 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================================ 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================================ 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:45:04.541 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout:============================================================================================ 2024-04-15T21:45:04.542 INFO:teuthology.orchestra.run.smithi120.stdout:Install 12 Packages 2024-04-15T21:45:04.543 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:04.543 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 37 M 2024-04-15T21:45:04.543 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 209 M 2024-04-15T21:45:04.543 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:04.753 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:04.878 INFO:teuthology.orchestra.run.smithi120.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 207 kB/s | 32 kB 00:00 2024-04-15T21:45:04.912 INFO:teuthology.orchestra.run.smithi120.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 531 kB/s | 17 kB 00:00 2024-04-15T21:45:04.962 INFO:teuthology.orchestra.run.smithi120.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 700 kB/s | 34 kB 00:00 2024-04-15T21:45:05.021 INFO:teuthology.orchestra.run.smithi120.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 10 MB/s | 3.0 MB 00:00 2024-04-15T21:45:05.058 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:45:05.061 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/1 2024-04-15T21:45:05.061 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:05.062 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:05.062 INFO:teuthology.orchestra.run.smithi072.stdout: cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:05.062 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:05.062 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:05.179 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:45:05.230 INFO:teuthology.orchestra.run.smithi120.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 18 MB/s | 4.7 MB 00:00 2024-04-15T21:45:05.306 INFO:teuthology.orchestra.run.smithi120.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 17 MB/s | 4.8 MB 00:00 2024-04-15T21:45:05.331 INFO:teuthology.orchestra.run.smithi120.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-04-15T21:45:05.344 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-immutable-object-cache 2024-04-15T21:45:05.441 INFO:teuthology.orchestra.run.smithi120.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 7.3 MB/s | 803 kB 00:00 2024-04-15T21:45:05.506 INFO:teuthology.orchestra.run.smithi120.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 3.0 MB/s | 195 kB 00:00 2024-04-15T21:45:05.624 INFO:teuthology.orchestra.run.smithi120.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 8.2 MB/s | 7.4 MB 00:00 2024-04-15T21:45:05.774 INFO:teuthology.orchestra.run.smithi120.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-04-15T21:45:05.928 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:06 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:06.082 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:06.083 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:06.083 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-15T21:45:06.083 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 145 k 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 145 k 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 435 k 2024-04-15T21:45:06.084 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:06.435 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:45:06.507 INFO:teuthology.orchestra.run.smithi120.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 246 kB/s | 245 kB 00:00 2024-04-15T21:45:06.510 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:06.510 INFO:teuthology.orchestra.run.smithi120.stdout:Total 19 MB/s | 37 MB 00:01 2024-04-15T21:45:06.555 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:06.577 INFO:teuthology.orchestra.run.smithi072.stdout:ceph-immutable-object-cache-19.0.0-2114.ga9a752 294 kB/s | 145 kB 00:00 2024-04-15T21:45:06.578 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:06.578 INFO:teuthology.orchestra.run.smithi072.stdout:Total 293 kB/s | 145 kB 00:00 2024-04-15T21:45:06.578 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:06.580 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:06.580 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:06.586 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:06.586 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:06.638 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:06.639 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:06.783 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:06.855 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:45:06.881 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:45:06.881 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:06.881 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-15T21:45:06.881 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:06.953 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:06.953 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:07.459 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:45:07.484 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:45:07.654 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:07.713 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:45:07.745 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:45:07.838 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:45:07.862 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df. 1/1 2024-04-15T21:45:07.863 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:07.863 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:07.863 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-immutable-object-cache-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:07.863 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:07.863 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:07.873 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:45:08.041 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:45:08.080 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:45:08.156 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:45:08.784 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr 2024-04-15T21:45:08.806 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:45:08.918 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:45:09.458 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:10 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:09.564 INFO:teuthology.orchestra.run.smithi072.stdout:Package ceph-mgr-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:09.622 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:09.622 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:09.623 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:10.054 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:45:10.055 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:45:10.156 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:45:10.531 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-dashboard 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:45:10.536 INFO:teuthology.orchestra.run.smithi098.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:10.537 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:10.939 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:45:11.201 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:45:11.232 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:45:11.416 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:12 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:11.539 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:24 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:11.568 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout:====================================================================================== 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout:====================================================================================== 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 3.5 M 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:45:11.569 INFO:teuthology.orchestra.run.smithi072.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 32 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 15 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:11.570 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:11.571 INFO:teuthology.orchestra.run.smithi072.stdout:====================================================================================== 2024-04-15T21:45:11.571 INFO:teuthology.orchestra.run.smithi072.stdout:Install 12 Packages 2024-04-15T21:45:11.571 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:11.571 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 8.6 M 2024-04-15T21:45:11.571 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 103 M 2024-04-15T21:45:11.571 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:45:11.694 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:11.695 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:11.696 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-04-15T21:45:11.696 INFO:teuthology.orchestra.run.smithi098.stdout:Install 13 Packages 2024-04-15T21:45:11.696 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:11.696 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 2.0 M 2024-04-15T21:45:11.696 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 26 M 2024-04-15T21:45:11.696 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:11.945 INFO:teuthology.orchestra.run.smithi098.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 174 kB/s | 18 kB 00:00 2024-04-15T21:45:12.012 INFO:teuthology.orchestra.run.smithi098.stdout:(2/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-04-15T21:45:12.037 INFO:teuthology.orchestra.run.smithi098.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 124 kB/s | 24 kB 00:00 2024-04-15T21:45:12.062 INFO:teuthology.orchestra.run.smithi098.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.6 MB/s | 132 kB 00:00 2024-04-15T21:45:12.088 INFO:teuthology.orchestra.run.smithi098.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:45:12.098 INFO:teuthology.orchestra.run.smithi072.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2114.ga9a 73 kB/s | 15 kB 00:00 2024-04-15T21:45:12.113 INFO:teuthology.orchestra.run.smithi098.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 850 kB/s | 43 kB 00:00 2024-04-15T21:45:12.147 INFO:teuthology.orchestra.run.smithi098.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 161 kB/s | 49 kB 00:00 2024-04-15T21:45:12.201 INFO:teuthology.orchestra.run.smithi072.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2114.ga9 102 kB/s | 32 kB 00:00 2024-04-15T21:45:12.206 INFO:teuthology.orchestra.run.smithi098.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 274 kB/s | 32 kB 00:00 2024-04-15T21:45:12.231 INFO:teuthology.orchestra.run.smithi098.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 128 kB/s | 15 kB 00:00 2024-04-15T21:45:12.276 INFO:teuthology.orchestra.run.smithi072.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.7 MB/s | 1.0 MB 00:00 2024-04-15T21:45:12.290 INFO:teuthology.orchestra.run.smithi098.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.4 MB/s | 203 kB 00:00 2024-04-15T21:45:12.310 INFO:teuthology.orchestra.run.smithi072.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 238 kB 00:00 2024-04-15T21:45:12.315 INFO:teuthology.orchestra.run.smithi098.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 707 kB/s | 59 kB 00:00 2024-04-15T21:45:12.348 INFO:teuthology.orchestra.run.smithi098.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-04-15T21:45:12.374 INFO:teuthology.orchestra.run.smithi098.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-04-15T21:45:12.376 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:12.376 INFO:teuthology.orchestra.run.smithi098.stdout:Total 3.0 MB/s | 2.0 MB 00:00 2024-04-15T21:45:12.376 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:12.389 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:12.390 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:12.402 INFO:teuthology.orchestra.run.smithi072.stdout:(5/12): ceph-mgr-dashboard-19.0.0-2114.ga9a752d 6.8 MB/s | 3.5 MB 00:00 2024-04-15T21:45:12.481 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:12.481 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:12.662 INFO:teuthology.orchestra.run.smithi072.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-04-15T21:45:12.821 INFO:teuthology.orchestra.run.smithi072.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-04-15T21:45:12.930 INFO:teuthology.orchestra.run.smithi072.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.3 MB/s | 144 kB 00:00 2024-04-15T21:45:13.000 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:13.080 INFO:teuthology.orchestra.run.smithi072.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 4.9 MB/s | 2.0 MB 00:00 2024-04-15T21:45:13.105 INFO:teuthology.orchestra.run.smithi072.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 175 kB/s | 31 kB 00:00 2024-04-15T21:45:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:45:13.189 INFO:teuthology.orchestra.run.smithi072.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.7 MB/s | 188 kB 00:00 2024-04-15T21:45:13.216 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:45:13.272 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:45:13.309 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:45:13.351 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:45:13.444 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:45:13.545 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:45:13.594 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:45:13.898 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:45:13.899 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:45:13.972 INFO:teuthology.orchestra.run.smithi072.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 509 kB/s | 863 kB 00:01 2024-04-15T21:45:13.977 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:13.977 INFO:teuthology.orchestra.run.smithi072.stdout:Total 3.6 MB/s | 8.6 MB 00:02 2024-04-15T21:45:13.998 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:14.017 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:14.017 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:14.196 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:14.197 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:14.327 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:45:14.330 INFO:teuthology.orchestra.run.smithi120.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:45:14.331 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:45:14.331 INFO:teuthology.orchestra.run.smithi120.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:45:14.331 INFO:teuthology.orchestra.run.smithi120.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:45:14.331 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:14.331 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:14.375 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:45:14.410 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:45:14.457 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:45:14.478 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:45:14.689 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:45:14.724 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:14.807 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-15T21:45:14.861 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-15T21:45:14.916 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-15T21:45:14.956 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-15T21:45:15.078 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-15T21:45:15.219 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-15T21:45:15.265 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:45:15.265 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:45:15.265 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:45:15.265 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:45:15.266 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:45:15.279 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:30 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:15.314 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-15T21:45:15.368 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-15T21:45:15.406 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:45:15.434 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:15.435 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================== 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================== 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:45:15.436 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================== 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout:Install 13 Packages 2024-04-15T21:45:15.437 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:15.438 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 2.0 M 2024-04-15T21:45:15.438 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 26 M 2024-04-15T21:45:15.438 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:15.446 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 10/12 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:45:15.643 INFO:teuthology.orchestra.run.smithi098.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:15.644 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:15.899 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:45:15.926 INFO:teuthology.orchestra.run.smithi120.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 184 kB/s | 24 kB 00:00 2024-04-15T21:45:15.951 INFO:teuthology.orchestra.run.smithi120.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 115 kB/s | 18 kB 00:00 2024-04-15T21:45:15.993 INFO:teuthology.orchestra.run.smithi120.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 174 kB 00:00 2024-04-15T21:45:16.018 INFO:teuthology.orchestra.run.smithi120.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 132 kB 00:00 2024-04-15T21:45:16.043 INFO:teuthology.orchestra.run.smithi120.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 211 kB 00:00 2024-04-15T21:45:16.060 INFO:teuthology.orchestra.run.smithi120.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 43 kB 00:00 2024-04-15T21:45:16.086 INFO:teuthology.orchestra.run.smithi120.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 168 kB/s | 49 kB 00:00 2024-04-15T21:45:16.286 INFO:teuthology.orchestra.run.smithi120.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 66 kB/s | 15 kB 00:00 2024-04-15T21:45:16.328 INFO:teuthology.orchestra.run.smithi120.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 113 kB/s | 32 kB 00:00 2024-04-15T21:45:16.453 INFO:teuthology.orchestra.run.smithi120.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 473 kB/s | 59 kB 00:00 2024-04-15T21:45:16.476 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:29 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:16.482 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 11/12 2024-04-15T21:45:16.487 INFO:teuthology.orchestra.run.smithi120.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 505 kB/s | 203 kB 00:00 2024-04-15T21:45:16.534 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:45:16.570 INFO:teuthology.orchestra.run.smithi120.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 769 kB/s | 90 kB 00:00 2024-04-15T21:45:16.629 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:16.630 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:16.631 INFO:teuthology.orchestra.run.smithi098.stdout:======================================================================================== 2024-04-15T21:45:16.632 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2024-04-15T21:45:16.632 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:16.632 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 6.8 M 2024-04-15T21:45:16.632 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 33 M 2024-04-15T21:45:16.632 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:16.646 INFO:teuthology.orchestra.run.smithi120.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.8 MB/s | 1.0 MB 00:00 2024-04-15T21:45:16.650 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:16.650 INFO:teuthology.orchestra.run.smithi120.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-04-15T21:45:16.651 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:16.664 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:16.664 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:16.756 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:16.757 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:17.201 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-04-15T21:45:17.274 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:17.318 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 22 MB/s | 5.8 MB 00:00 2024-04-15T21:45:17.343 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 479 kB/s | 139 kB 00:00 2024-04-15T21:45:17.460 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:45:17.510 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 301 kB/s | 58 kB 00:00 2024-04-15T21:45:17.532 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:45:17.535 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 266 kB/s | 51 kB 00:00 2024-04-15T21:45:17.587 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:45:17.625 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:45:17.666 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:45:17.752 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.0 MB/s | 548 kB 00:00 2024-04-15T21:45:17.754 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:17.754 INFO:teuthology.orchestra.run.smithi098.stdout:Total 6.1 MB/s | 6.8 MB 00:01 2024-04-15T21:45:17.759 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:45:17.768 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:17.779 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:17.780 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:17.868 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:45:17.869 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:17.870 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:17.918 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:45:18.171 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:18.343 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:45:18.388 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:45:18.636 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:45:18.682 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:45:18.707 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 12/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el 1/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noa 2/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7 3/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-15T21:45:18.708 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-15T21:45:18.716 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:45:18.765 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:45:18.787 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:45:18.909 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:45:18.998 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:45:19.052 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-15T21:45:19.052 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:19.052 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-grafana-dashboards-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-dashboard-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-prometheus-alerts-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-15T21:45:19.053 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:19.054 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:19.070 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:45:19.100 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:45:19.368 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-15T21:45:19.599 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:45:19.600 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:45:19.888 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:45:19.888 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:45:19.888 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:45:19.888 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:45:19.888 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:45:19.888 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:45:19.952 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:20 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:19.978 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:45:19.978 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:19.978 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:19.978 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:19.978 INFO:teuthology.orchestra.run.smithi120.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:19.979 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:20.106 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:20.106 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================ 2024-04-15T21:45:20.106 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:20.106 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================ 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 7.4 M 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-04-15T21:45:20.107 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout:============================================================================================ 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout:Install 12 Packages 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:20.108 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 37 M 2024-04-15T21:45:20.109 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 209 M 2024-04-15T21:45:20.109 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:20.207 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:20.208 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:20.213 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:45:20.437 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-fuse 2024-04-15T21:45:20.511 INFO:teuthology.orchestra.run.smithi072.stdout:(1/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 13 MB/s | 3.0 MB 00:00 2024-04-15T21:45:20.554 INFO:teuthology.orchestra.run.smithi072.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 411 kB/s | 17 kB 00:00 2024-04-15T21:45:20.596 INFO:teuthology.orchestra.run.smithi072.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 820 kB/s | 34 kB 00:00 2024-04-15T21:45:20.755 INFO:teuthology.orchestra.run.smithi072.stdout:(4/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 30 MB/s | 4.7 MB 00:00 2024-04-15T21:45:20.787 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:35 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:20.922 INFO:teuthology.orchestra.run.smithi072.stdout:(5/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 29 MB/s | 4.8 MB 00:00 2024-04-15T21:45:20.940 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================== 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================== 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:45:20.941 INFO:teuthology.orchestra.run.smithi120.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout:======================================================================================== 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout:Install 6 Packages 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 6.8 M 2024-04-15T21:45:20.942 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 33 M 2024-04-15T21:45:20.943 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:20.966 INFO:teuthology.orchestra.run.smithi072.stdout:(6/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 217 kB 00:00 2024-04-15T21:45:21.012 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:34 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:21.164 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:21.164 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:21.164 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-04-15T21:45:21.165 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:21.166 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 969 k 2024-04-15T21:45:21.166 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 2.8 M 2024-04-15T21:45:21.166 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:21.305 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 566 kB/s | 79 kB 00:00 2024-04-15T21:45:21.383 INFO:teuthology.orchestra.run.smithi072.stdout:(7/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-04-15T21:45:21.567 INFO:teuthology.orchestra.run.smithi072.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.3 MB/s | 803 kB 00:00 2024-04-15T21:45:21.626 INFO:teuthology.orchestra.run.smithi072.stdout:(9/12): libquadmath-11.4.1-3.el9.x86_64.rpm 3.3 MB/s | 195 kB 00:00 2024-04-15T21:45:21.805 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.4 MB/s | 891 kB 00:00 2024-04-15T21:45:21.807 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:21.807 INFO:teuthology.orchestra.run.smithi098.stdout:Total 1.5 MB/s | 969 kB 00:00 2024-04-15T21:45:21.807 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:21.829 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:21.829 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:21.834 INFO:teuthology.orchestra.run.smithi120.stdout:(1/6): python3-babel-2.9.1-2.el9.noarch.rpm 23 MB/s | 5.8 MB 00:00 2024-04-15T21:45:21.868 INFO:teuthology.orchestra.run.smithi120.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 854 kB/s | 248 kB 00:00 2024-04-15T21:45:21.902 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:21.902 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:21.935 INFO:teuthology.orchestra.run.smithi120.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 865 kB/s | 58 kB 00:00 2024-04-15T21:45:21.960 INFO:teuthology.orchestra.run.smithi120.stdout:(4/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 364 kB/s | 139 kB 00:00 2024-04-15T21:45:21.968 INFO:teuthology.orchestra.run.smithi072.stdout:(10/12): ceph-mgr-diskprediction-local-19.0.0-2 4.4 MB/s | 7.4 MB 00:01 2024-04-15T21:45:22.002 INFO:teuthology.orchestra.run.smithi120.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.2 MB/s | 548 kB 00:00 2024-04-15T21:45:22.019 INFO:teuthology.orchestra.run.smithi120.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 608 kB/s | 51 kB 00:00 2024-04-15T21:45:22.020 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:22.020 INFO:teuthology.orchestra.run.smithi120.stdout:Total 6.3 MB/s | 6.8 MB 00:01 2024-04-15T21:45:22.033 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:22.043 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:22.044 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:22.084 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:22.132 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:22.133 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:22.223 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:45:22.297 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:45:22.435 INFO:teuthology.orchestra.run.smithi072.stdout:(11/12): flexiblas-3.0.4-8.el9.x86_64.rpm 15 kB/s | 32 kB 00:02 2024-04-15T21:45:22.437 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:22.593 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:45:22.638 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:45:22.661 INFO:teuthology.orchestra.run.smithi072.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 237 kB/s | 245 kB 00:01 2024-04-15T21:45:22.663 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:22.664 INFO:teuthology.orchestra.run.smithi072.stdout:Total 14 MB/s | 37 MB 00:02 2024-04-15T21:45:22.709 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:22.734 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:22.735 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:22.934 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:45:22.934 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:45:23.095 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:23.095 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:23.151 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:45:23.240 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:45:23.240 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:45:23.241 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:23.241 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:23.241 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:45:23.241 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:23.241 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:23.303 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:45:23.334 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:45:23.555 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-volume 2024-04-15T21:45:23.802 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:23.867 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-04-15T21:45:23.899 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-15T21:45:24.001 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:45:24.047 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-04-15T21:45:24.137 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:45:24.137 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:45:24.137 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:45:24.137 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:45:24.137 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:45:24.137 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:45:24.142 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:37 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:24.225 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:45:24.255 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:45:24.296 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:24.296 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:24.296 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-15T21:45:24.296 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:24.296 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout:Install 2 Packages 2024-04-15T21:45:24.297 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:24.298 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 332 k 2024-04-15T21:45:24.298 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 1.5 M 2024-04-15T21:45:24.298 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:24.340 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-15T21:45:24.410 INFO:teuthology.orchestra.run.smithi098.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 611 kB/s | 69 kB 00:00 2024-04-15T21:45:24.440 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:24.441 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:24.652 INFO:teuthology.orchestra.run.smithi098.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 744 kB/s | 264 kB 00:00 2024-04-15T21:45:24.653 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:24.654 INFO:teuthology.orchestra.run.smithi098.stdout:Total 932 kB/s | 332 kB 00:00 2024-04-15T21:45:24.654 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:24.662 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:24.662 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:24.667 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-fuse 2024-04-15T21:45:24.701 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:24.701 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:24.843 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:25.014 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-15T21:45:25.032 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:45:25.063 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:45:25.080 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:45:25.080 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:25.080 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:45:25.080 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:25.142 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-15T21:45:25.245 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:25.400 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:45:25.401 INFO:teuthology.orchestra.run.smithi120.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 969 k 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 2.8 M 2024-04-15T21:45:25.402 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:25.547 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 543 kB/s | 79 kB 00:00 2024-04-15T21:45:25.739 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 2.6 MB/s | 891 kB 00:00 2024-04-15T21:45:25.740 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:25.740 INFO:teuthology.orchestra.run.smithi120.stdout:Total 2.8 MB/s | 969 kB 00:00 2024-04-15T21:45:25.741 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:25.760 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:25.760 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:25.833 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:25.833 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:25.844 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:45:26.010 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:26.141 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:26.216 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:26.217 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:45:26.383 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-15T21:45:26.539 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados-devel 2024-04-15T21:45:26.914 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:45:26.914 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:45:27.127 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:40 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:27.209 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:45:27.210 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:27.210 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:27.210 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:45:27.210 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:27.210 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:27.279 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:27.280 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:27.281 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:27.281 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:45:27.281 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:27.281 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 127 k 2024-04-15T21:45:27.281 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 456 k 2024-04-15T21:45:27.281 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:27.425 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-15T21:45:27.454 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:45:27.497 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install ceph-volume 2024-04-15T21:45:27.943 INFO:teuthology.orchestra.run.smithi098.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 192 kB/s | 127 kB 00:00 2024-04-15T21:45:27.943 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:27.943 INFO:teuthology.orchestra.run.smithi098.stdout:Total 191 kB/s | 127 kB 00:00 2024-04-15T21:45:27.944 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:27.949 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:27.949 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:28.007 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:28.007 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:28.091 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:28.221 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:28.244 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:28.245 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:28.245 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repository Size 2024-04-15T21:45:28.245 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:28.245 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:28.245 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:Installing dependencies: 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:Install 2 Packages 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 332 k 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 1.5 M 2024-04-15T21:45:28.246 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:28.325 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:28.362 INFO:teuthology.orchestra.run.smithi120.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 596 kB/s | 69 kB 00:00 2024-04-15T21:45:28.780 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:28.787 INFO:teuthology.orchestra.run.smithi120.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 488 kB/s | 264 kB 00:00 2024-04-15T21:45:28.788 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:28.789 INFO:teuthology.orchestra.run.smithi120.stdout:Total 612 kB/s | 332 kB 00:00 2024-04-15T21:45:28.789 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:28.797 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:28.798 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:28.833 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:28.833 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:28.978 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:29.098 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:29.099 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:29.099 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:29.099 INFO:teuthology.orchestra.run.smithi098.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:29.099 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:29.099 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:29.160 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:45:29.198 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:45:29.215 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:45:29.215 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:29.215 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:45:29.215 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:29.354 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs2 2024-04-15T21:45:29.949 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:29.991 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:45:30.052 INFO:teuthology.orchestra.run.smithi098.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:30.104 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:30.105 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:30.105 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:30.163 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install libcephfs-devel 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:30.341 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:30.671 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados-devel 2024-04-15T21:45:30.760 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:43 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:30.922 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:30.922 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:30.922 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-15T21:45:30.922 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 32 k 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 142 k 2024-04-15T21:45:30.923 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:31.214 INFO:teuthology.orchestra.run.smithi098.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 109 kB/s | 32 kB 00:00 2024-04-15T21:45:31.215 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:31.215 INFO:teuthology.orchestra.run.smithi098.stdout:Total 108 kB/s | 32 kB 00:00 2024-04-15T21:45:31.215 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:31.219 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:31.219 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:31.244 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:31.245 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:31.261 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:31.332 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:31.413 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:45:31.414 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:31.415 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 127 k 2024-04-15T21:45:31.415 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 456 k 2024-04-15T21:45:31.415 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:31.431 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:31.524 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 12/12 2024-04-15T21:45:31.524 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a75 1/12 2024-04-15T21:45:31.524 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-04-15T21:45:31.524 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-04-15T21:45:31.525 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-04-15T21:45:31.736 INFO:teuthology.orchestra.run.smithi120.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 394 kB/s | 127 kB 00:00 2024-04-15T21:45:31.737 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:31.737 INFO:teuthology.orchestra.run.smithi120.stdout:Total 393 kB/s | 127 kB 00:00 2024-04-15T21:45:31.737 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:31.742 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:31.742 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:31.802 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:31.802 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:31.809 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:31.999 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-04-15T21:45:31.999 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:31.999 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:31.999 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:32.000 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:32.001 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:32.080 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:32.080 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:32.080 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:32.080 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:32.080 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:32.081 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:32.110 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:32.256 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librados2 2024-04-15T21:45:32.486 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-rook 2024-04-15T21:45:32.620 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:32.832 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:45 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:32.923 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:32.923 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:32.924 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:32.924 INFO:teuthology.orchestra.run.smithi120.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:32.924 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:32.924 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:32.931 INFO:teuthology.orchestra.run.smithi098.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:32.983 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:32.984 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:32.984 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:33.051 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install librbd1 2024-04-15T21:45:33.070 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:34 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:33.148 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs2 2024-04-15T21:45:33.225 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:33.226 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================== 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================== 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-rook noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 49 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-04-15T21:45:33.227 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================== 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout:Install 13 Packages 2024-04-15T21:45:33.228 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:33.229 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 2.0 M 2024-04-15T21:45:33.229 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 26 M 2024-04-15T21:45:33.229 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:33.632 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:46 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:33.718 INFO:teuthology.orchestra.run.smithi072.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 187 kB/s | 24 kB 00:00 2024-04-15T21:45:33.731 INFO:teuthology.orchestra.run.smithi098.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:33.744 INFO:teuthology.orchestra.run.smithi072.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 116 kB/s | 18 kB 00:00 2024-04-15T21:45:33.768 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:33.782 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:33.783 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:33.783 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:33.794 INFO:teuthology.orchestra.run.smithi072.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-04-15T21:45:33.821 INFO:teuthology.orchestra.run.smithi072.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-04-15T21:45:33.844 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rados 2024-04-15T21:45:33.847 INFO:teuthology.orchestra.run.smithi072.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.0 MB/s | 211 kB 00:00 2024-04-15T21:45:33.872 INFO:teuthology.orchestra.run.smithi072.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 847 kB/s | 43 kB 00:00 2024-04-15T21:45:33.874 INFO:teuthology.orchestra.run.smithi120.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:33.898 INFO:teuthology.orchestra.run.smithi072.stdout:(7/13): ceph-mgr-rook-19.0.0-2114.ga9a752df.el7 159 kB/s | 49 kB 00:00 2024-04-15T21:45:33.928 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:33.930 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:33.930 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:33.987 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install libcephfs-devel 2024-04-15T21:45:33.990 INFO:teuthology.orchestra.run.smithi072.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 127 kB/s | 15 kB 00:00 2024-04-15T21:45:34.016 INFO:teuthology.orchestra.run.smithi072.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 191 kB/s | 32 kB 00:00 2024-04-15T21:45:34.125 INFO:teuthology.orchestra.run.smithi072.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 545 kB/s | 59 kB 00:00 2024-04-15T21:45:34.150 INFO:teuthology.orchestra.run.smithi072.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 805 kB/s | 203 kB 00:00 2024-04-15T21:45:34.217 INFO:teuthology.orchestra.run.smithi072.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 973 kB/s | 90 kB 00:00 2024-04-15T21:45:34.284 INFO:teuthology.orchestra.run.smithi072.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.5 MB/s | 1.0 MB 00:00 2024-04-15T21:45:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:34.286 INFO:teuthology.orchestra.run.smithi072.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-04-15T21:45:34.287 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:34.299 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:34.300 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:34.388 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:34.389 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:34.423 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:34.524 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:34.577 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:34.578 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:34.578 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:34.580 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:34.635 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rgw 2024-04-15T21:45:34.730 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:34.731 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:34.731 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 32 k 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 142 k 2024-04-15T21:45:34.732 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:34.896 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:35.025 INFO:teuthology.orchestra.run.smithi120.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 108 kB/s | 32 kB 00:00 2024-04-15T21:45:35.026 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:35.026 INFO:teuthology.orchestra.run.smithi120.stdout:Total 108 kB/s | 32 kB 00:00 2024-04-15T21:45:35.026 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:35.029 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:35.030 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:35.057 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:35.058 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:35.073 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-15T21:45:35.139 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-15T21:45:35.152 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:35.203 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-15T21:45:35.209 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:48 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:35.241 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-15T21:45:35.282 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:35.283 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-15T21:45:35.310 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:35.362 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:35.363 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:35.363 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:35.377 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-15T21:45:35.423 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-cephfs 2024-04-15T21:45:35.504 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-15T21:45:35.564 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-15T21:45:35.697 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:35.964 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:35.964 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:35.964 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:35.965 INFO:teuthology.orchestra.run.smithi120.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:35.965 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:35.965 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:36.006 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:36.105 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:36.134 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librados2 2024-04-15T21:45:36.157 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:36.158 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:36.158 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:36.226 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install python3-rbd 2024-04-15T21:45:36.285 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-15T21:45:36.350 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-15T21:45:36.384 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-15T21:45:36.433 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-15T21:45:36.464 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:45:36.713 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:51 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:36.805 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:49 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:36.842 INFO:teuthology.orchestra.run.smithi120.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:36.865 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:36.866 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:36.866 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:36.905 INFO:teuthology.orchestra.run.smithi098.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:36.925 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install librbd1 2024-04-15T21:45:36.957 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:36.958 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-15T21:45:36.958 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:37.018 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-fuse 2024-04-15T21:45:37.467 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 13/13 2024-04-15T21:45:37.467 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 1/13 2024-04-15T21:45:37.467 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-15T21:45:37.467 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-15T21:45:37.467 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-15T21:45:37.467 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-15T21:45:37.468 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-15T21:45:37.501 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:37.593 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:37.600 INFO:teuthology.orchestra.run.smithi120.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:37.652 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:37.653 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:37.653 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:37.719 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rados 2024-04-15T21:45:37.744 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:37.745 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:37.745 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-15T21:45:37.745 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:37.745 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:37.745 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 85 k 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 231 k 2024-04-15T21:45:37.746 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:37.836 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-15T21:45:37.836 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:37.836 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:37.836 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-rook-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-15T21:45:37.837 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-15T21:45:37.838 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-15T21:45:37.838 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-15T21:45:37.838 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-15T21:45:37.838 INFO:teuthology.orchestra.run.smithi072.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-15T21:45:37.838 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:37.838 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:37.968 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 385 kB/s | 85 kB 00:00 2024-04-15T21:45:37.968 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:37.969 INFO:teuthology.orchestra.run.smithi098.stdout:Total 382 kB/s | 85 kB 00:00 2024-04-15T21:45:37.969 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:37.976 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:37.976 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:38.032 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:38.032 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:38.153 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-cephadm 2024-04-15T21:45:38.172 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:38.282 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:38.295 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:38.394 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:38.446 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:38.447 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:38.447 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:38.506 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rgw 2024-04-15T21:45:38.657 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:38.730 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:39 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:38.882 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:38.883 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================== 2024-04-15T21:45:38.883 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:38.883 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================== 2024-04-15T21:45:38.883 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 139 k 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================== 2024-04-15T21:45:38.884 INFO:teuthology.orchestra.run.smithi072.stdout:Install 6 Packages 2024-04-15T21:45:38.885 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:38.885 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 6.8 M 2024-04-15T21:45:38.885 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 33 M 2024-04-15T21:45:38.885 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:38.963 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:38.964 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:39.086 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:39.185 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:39.210 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-mirror 2024-04-15T21:45:39.237 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:39.238 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:39.238 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:39.299 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-cephfs 2024-04-15T21:45:39.512 INFO:teuthology.orchestra.run.smithi072.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-04-15T21:45:39.629 INFO:teuthology.orchestra.run.smithi072.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 5.8 MB 00:00 2024-04-15T21:45:39.663 INFO:teuthology.orchestra.run.smithi072.stdout:(3/6): ceph-mgr-cephadm-19.0.0-2114.ga9a752df.e 385 kB/s | 139 kB 00:00 2024-04-15T21:45:39.801 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:52 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:39.875 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:39.956 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:39.957 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:39.957 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repo Size 2024-04-15T21:45:39.957 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:39.957 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 13 M 2024-04-15T21:45:39.958 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:39.964 INFO:teuthology.orchestra.run.smithi072.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 173 kB/s | 58 kB 00:00 2024-04-15T21:45:39.974 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:39.990 INFO:teuthology.orchestra.run.smithi072.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 156 kB/s | 51 kB 00:00 2024-04-15T21:45:40.025 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:40.026 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:40.026 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:40.082 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install python3-rbd 2024-04-15T21:45:40.148 INFO:teuthology.orchestra.run.smithi072.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 865 kB/s | 548 kB 00:00 2024-04-15T21:45:40.149 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:40.150 INFO:teuthology.orchestra.run.smithi072.stdout:Total 5.4 MB/s | 6.8 MB 00:01 2024-04-15T21:45:40.163 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:40.173 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:40.173 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:40.261 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:40.261 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:40.556 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:40.659 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:55 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:40.731 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-15T21:45:40.737 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 4.0 MB/s | 3.1 MB 00:00 2024-04-15T21:45:40.737 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:40.738 INFO:teuthology.orchestra.run.smithi098.stdout:Total 4.0 MB/s | 3.1 MB 00:00 2024-04-15T21:45:40.738 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:40.747 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:40.747 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:40.758 INFO:teuthology.orchestra.run.smithi120.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:40.784 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-15T21:45:40.811 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:40.811 INFO:teuthology.orchestra.run.smithi120.stdout:Nothing to do. 2024-04-15T21:45:40.812 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:40.820 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:40.821 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:40.873 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-fuse 2024-04-15T21:45:41.248 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:41.306 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-15T21:45:41.313 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:41.338 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:41.339 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:41.339 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:45:41.339 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:45:41.339 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:45:41.339 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:41.407 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-15T21:45:41.451 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:41.470 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-15T21:45:41.502 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:45:41.603 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:41.604 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:41.604 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-15T21:45:41.604 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:41.604 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 85 k 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 231 k 2024-04-15T21:45:41.605 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:41.820 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 396 kB/s | 85 kB 00:00 2024-04-15T21:45:41.821 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:41.821 INFO:teuthology.orchestra.run.smithi120.stdout:Total 393 kB/s | 85 kB 00:00 2024-04-15T21:45:41.821 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:41.828 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:41.829 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:41.885 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:41.885 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:42.020 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:42.128 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 6/6 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 1/6 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-15T21:45:42.520 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-15T21:45:42.521 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-15T21:45:42.529 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:42.545 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:42.546 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:42.546 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:42.546 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:42.546 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:42.546 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:42.812 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install rbd-nbd 2024-04-15T21:45:42.815 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-15T21:45:42.815 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:42.815 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:42.815 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-cephadm-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:42.815 INFO:teuthology.orchestra.run.smithi072.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-15T21:45:42.815 INFO:teuthology.orchestra.run.smithi072.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-15T21:45:42.816 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-15T21:45:42.816 INFO:teuthology.orchestra.run.smithi072.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-15T21:45:42.816 INFO:teuthology.orchestra.run.smithi072.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-15T21:45:42.816 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:42.816 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:42.822 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:42.823 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:42.823 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:42.823 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:42.823 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:42.823 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:43.039 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-mirror 2024-04-15T21:45:43.085 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-fuse 2024-04-15T21:45:43.402 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 09:43:47 PM UTC. 2024-04-15T21:45:43.554 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-15T21:45:43.554 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-15T21:45:43.555 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:43.556 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 171 k 2024-04-15T21:45:43.556 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 494 k 2024-04-15T21:45:43.556 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-15T21:45:43.626 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:43.692 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:44 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:43.775 INFO:teuthology.orchestra.run.smithi098.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 782 kB/s | 171 kB 00:00 2024-04-15T21:45:43.776 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:43.776 INFO:teuthology.orchestra.run.smithi098.stdout:Total 774 kB/s | 171 kB 00:00 2024-04-15T21:45:43.776 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-15T21:45:43.784 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:43.784 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-15T21:45:43.785 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-15T21:45:43.785 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:43.785 INFO:teuthology.orchestra.run.smithi120.stdout: Package Arch Version Repo Size 2024-04-15T21:45:43.785 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:43.785 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 3.1 M 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 13 M 2024-04-15T21:45:43.786 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:43.839 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-15T21:45:43.839 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-15T21:45:43.846 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 891 k 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:43.847 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:43.848 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:43.848 INFO:teuthology.orchestra.run.smithi072.stdout:Install 2 Packages 2024-04-15T21:45:43.848 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:43.848 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 969 k 2024-04-15T21:45:43.848 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 2.8 M 2024-04-15T21:45:43.848 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:43.972 INFO:teuthology.orchestra.run.smithi072.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 637 kB/s | 79 kB 00:00 2024-04-15T21:45:43.986 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-15T21:45:44.090 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:44.391 INFO:teuthology.orchestra.run.smithi072.stdout:(2/2): ceph-fuse-19.0.0-2114.ga9a752df.el7.x86_ 1.6 MB/s | 891 kB 00:00 2024-04-15T21:45:44.393 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:44.393 INFO:teuthology.orchestra.run.smithi072.stdout:Total 1.7 MB/s | 969 kB 00:00 2024-04-15T21:45:44.393 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:44.414 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:44.414 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:44.490 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:44.490 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:44.514 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:44.664 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:44.791 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 3.1 MB/s | 3.1 MB 00:01 2024-04-15T21:45:44.792 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:44.792 INFO:teuthology.orchestra.run.smithi120.stdout:Total 3.1 MB/s | 3.1 MB 00:01 2024-04-15T21:45:44.793 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:44.801 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:44.801 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:44.809 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-15T21:45:44.829 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:44.829 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:44.829 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-15T21:45:44.829 INFO:teuthology.orchestra.run.smithi098.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:44.829 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-15T21:45:44.829 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-15T21:45:44.873 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:44.874 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:44.884 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:45:45.079 DEBUG:teuthology.parallel:result is None 2024-04-15T21:45:45.300 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:45.351 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:45.375 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:45.376 INFO:teuthology.orchestra.run.smithi120.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:45.376 INFO:teuthology.orchestra.run.smithi120.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:45:45.376 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:45:45.376 INFO:teuthology.orchestra.run.smithi120.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:45:45.376 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:45.630 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2/2 2024-04-15T21:45:45.630 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/2 2024-04-15T21:45:45.925 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-15T21:45:45.925 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:45.925 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:45.925 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-15T21:45:45.925 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:45.925 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:46.280 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-volume 2024-04-15T21:45:46.520 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:46.520 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:46.520 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:46.520 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:46.520 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:46.520 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:46.766 DEBUG:teuthology.orchestra.run.smithi120:> sudo yum -y install rbd-nbd 2024-04-15T21:45:46.868 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:47 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:47.028 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:47.028 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:47.028 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-volume noarch 2:19.0.0-2114.ga9a752df.el7 ceph-noarch 264 k 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout:Install 2 Packages 2024-04-15T21:45:47.029 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:47.030 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 332 k 2024-04-15T21:45:47.030 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 1.5 M 2024-04-15T21:45:47.030 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:47.171 INFO:teuthology.orchestra.run.smithi072.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 487 kB/s | 69 kB 00:00 2024-04-15T21:45:47.359 INFO:teuthology.orchestra.run.smithi120.stdout:Last metadata expiration check: 0:02:02 ago on Mon 15 Apr 2024 09:43:45 PM UTC. 2024-04-15T21:45:47.488 INFO:teuthology.orchestra.run.smithi072.stdout:(2/2): ceph-volume-19.0.0-2114.ga9a752df.el7.no 576 kB/s | 264 kB 00:00 2024-04-15T21:45:47.489 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:47.490 INFO:teuthology.orchestra.run.smithi072.stdout:Total 721 kB/s | 332 kB 00:00 2024-04-15T21:45:47.490 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:47.499 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:47.499 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:47.510 INFO:teuthology.orchestra.run.smithi120.stdout:Dependencies resolved. 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout: Package Architecture Version Repository Size 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout:Installing: 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction Summary 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout:================================================================================ 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout:Install 1 Package 2024-04-15T21:45:47.511 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:47.512 INFO:teuthology.orchestra.run.smithi120.stdout:Total download size: 171 k 2024-04-15T21:45:47.512 INFO:teuthology.orchestra.run.smithi120.stdout:Installed size: 494 k 2024-04-15T21:45:47.512 INFO:teuthology.orchestra.run.smithi120.stdout:Downloading Packages: 2024-04-15T21:45:47.539 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:47.539 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:47.689 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:47.863 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-15T21:45:47.910 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:45:47.926 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2/2 2024-04-15T21:45:47.927 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:45:47.927 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-15T21:45:47.927 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:47.938 INFO:teuthology.orchestra.run.smithi120.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 402 kB/s | 171 kB 00:00 2024-04-15T21:45:47.939 INFO:teuthology.orchestra.run.smithi120.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:47.939 INFO:teuthology.orchestra.run.smithi120.stdout:Total 400 kB/s | 171 kB 00:00 2024-04-15T21:45:47.939 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction check 2024-04-15T21:45:47.947 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction check succeeded. 2024-04-15T21:45:47.947 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction test 2024-04-15T21:45:48.003 INFO:teuthology.orchestra.run.smithi120.stdout:Transaction test succeeded. 2024-04-15T21:45:48.003 INFO:teuthology.orchestra.run.smithi120.stdout:Running transaction 2024-04-15T21:45:48.162 INFO:teuthology.orchestra.run.smithi120.stdout: Preparing : 1/1 2024-04-15T21:45:48.270 INFO:teuthology.orchestra.run.smithi120.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:48.679 INFO:teuthology.orchestra.run.smithi120.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:48.704 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 1/2 2024-04-15T21:45:48.954 INFO:teuthology.orchestra.run.smithi120.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:48.955 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:48.955 INFO:teuthology.orchestra.run.smithi120.stdout:Installed: 2024-04-15T21:45:48.955 INFO:teuthology.orchestra.run.smithi120.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:48.955 INFO:teuthology.orchestra.run.smithi120.stdout: 2024-04-15T21:45:48.955 INFO:teuthology.orchestra.run.smithi120.stdout:Complete! 2024-04-15T21:45:49.014 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-15T21:45:49.014 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:49.015 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:49.015 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-volume-2:19.0.0-2114.ga9a752df.el7.noarch 2024-04-15T21:45:49.015 INFO:teuthology.orchestra.run.smithi072.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-15T21:45:49.015 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:49.015 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:49.186 DEBUG:teuthology.parallel:result is None 2024-04-15T21:45:49.359 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install librados-devel 2024-04-15T21:45:49.944 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:50 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:50.095 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout: librados-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 127 k 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:45:50.096 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:50.097 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 127 k 2024-04-15T21:45:50.097 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 456 k 2024-04-15T21:45:50.097 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:50.403 INFO:teuthology.orchestra.run.smithi072.stdout:librados-devel-19.0.0-2114.ga9a752df.el7.x86_64 413 kB/s | 127 kB 00:00 2024-04-15T21:45:50.404 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:50.404 INFO:teuthology.orchestra.run.smithi072.stdout:Total 411 kB/s | 127 kB 00:00 2024-04-15T21:45:50.405 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:50.410 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:50.410 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:50.466 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:50.466 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:50.667 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:50.778 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:51.264 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:51.555 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:51.556 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:51.556 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:51.556 INFO:teuthology.orchestra.run.smithi072.stdout: librados-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:51.556 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:51.556 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:51.820 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install libcephfs2 2024-04-15T21:45:52.408 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:53 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:52.509 INFO:teuthology.orchestra.run.smithi072.stdout:Package libcephfs2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:52.563 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:52.564 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:52.564 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:52.620 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install libcephfs-devel 2024-04-15T21:45:53.203 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:54 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:53.353 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs-devel x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 32 k 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:45:53.354 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:45:53.355 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:53.355 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 32 k 2024-04-15T21:45:53.355 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 142 k 2024-04-15T21:45:53.355 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:45:53.599 INFO:teuthology.orchestra.run.smithi072.stdout:libcephfs-devel-19.0.0-2114.ga9a752df.el7.x86_6 130 kB/s | 32 kB 00:00 2024-04-15T21:45:53.600 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:45:53.600 INFO:teuthology.orchestra.run.smithi072.stdout:Total 129 kB/s | 32 kB 00:00 2024-04-15T21:45:53.600 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:45:53.604 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:45:53.604 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:45:53.631 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:45:53.631 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:45:53.730 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:45:53.848 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:54.257 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:54.514 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:45:54.514 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:54.514 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:45:54.515 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs-devel-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:45:54.515 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:45:54.515 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:54.700 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install librados2 2024-04-15T21:45:55.273 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:56 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:55.372 INFO:teuthology.orchestra.run.smithi072.stdout:Package librados2-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:55.423 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:55.424 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:55.425 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:55.496 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install librbd1 2024-04-15T21:45:56.073 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:56.175 INFO:teuthology.orchestra.run.smithi072.stdout:Package librbd1-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:56.227 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:56.228 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:56.228 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:56.294 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-rados 2024-04-15T21:45:56.873 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:57 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:56.973 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-rados-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:57.024 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:57.025 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:57.025 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:57.095 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-rgw 2024-04-15T21:45:57.674 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:58 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:57.773 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-rgw-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:57.825 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:57.826 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:57.826 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:57.897 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-cephfs 2024-04-15T21:45:58.493 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:59 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:58.601 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-cephfs-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:58.652 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:58.653 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:58.719 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-rbd 2024-04-15T21:45:59.304 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:02:00 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:45:59.402 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-rbd-2:19.0.0-2114.ga9a752df.el7.x86_64 is already installed. 2024-04-15T21:45:59.454 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:45:59.455 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-15T21:45:59.455 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:45:59.522 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install rbd-fuse 2024-04-15T21:46:00.102 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:02:01 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-fuse x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 85 k 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:00.254 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:46:00.255 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:00.255 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:46:00.255 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:00.255 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 85 k 2024-04-15T21:46:00.255 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 231 k 2024-04-15T21:46:00.255 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:46:00.474 INFO:teuthology.orchestra.run.smithi072.stdout:rbd-fuse-19.0.0-2114.ga9a752df.el7.x86_64.rpm 390 kB/s | 85 kB 00:00 2024-04-15T21:46:00.475 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:00.475 INFO:teuthology.orchestra.run.smithi072.stdout:Total 387 kB/s | 85 kB 00:00 2024-04-15T21:46:00.475 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:46:00.482 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:46:00.482 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:46:00.538 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:46:00.538 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:46:00.674 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:46:00.790 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:01.208 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:01.447 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:01.447 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:01.447 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:46:01.447 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-fuse-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:01.447 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:01.448 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:46:01.730 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install rbd-mirror 2024-04-15T21:46:02.312 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:02:03 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:46:02.466 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:46:02.466 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-mirror x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 3.1 M 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:46:02.467 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:02.468 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 3.1 M 2024-04-15T21:46:02.468 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 13 M 2024-04-15T21:46:02.468 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:46:04.026 INFO:teuthology.orchestra.run.smithi072.stdout:rbd-mirror-19.0.0-2114.ga9a752df.el7.x86_64.rpm 2.0 MB/s | 3.1 MB 00:01 2024-04-15T21:46:04.027 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:04.027 INFO:teuthology.orchestra.run.smithi072.stdout:Total 2.0 MB/s | 3.1 MB 00:01 2024-04-15T21:46:04.028 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:46:04.038 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:46:04.038 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:46:04.113 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:46:04.114 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:46:04.531 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:46:04.603 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:04.628 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:04.628 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-15T21:46:04.628 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-15T21:46:04.628 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:04.628 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-15T21:46:04.628 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:05.812 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:05.812 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:05.812 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:46:05.812 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-mirror-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:05.812 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:05.812 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:46:06.103 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install rbd-nbd 2024-04-15T21:46:06.696 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:02:07 ago on Mon 15 Apr 2024 09:43:59 PM UTC. 2024-04-15T21:46:06.849 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-nbd x86_64 2:19.0.0-2114.ga9a752df.el7 ceph 171 k 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 171 k 2024-04-15T21:46:06.850 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 494 k 2024-04-15T21:46:06.851 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-15T21:46:07.261 INFO:teuthology.orchestra.run.smithi072.stdout:rbd-nbd-19.0.0-2114.ga9a752df.el7.x86_64.rpm 418 kB/s | 171 kB 00:00 2024-04-15T21:46:07.262 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-15T21:46:07.262 INFO:teuthology.orchestra.run.smithi072.stdout:Total 416 kB/s | 171 kB 00:00 2024-04-15T21:46:07.262 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-15T21:46:07.270 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-15T21:46:07.270 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-15T21:46:07.327 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-15T21:46:07.327 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-15T21:46:07.468 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-15T21:46:07.578 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:08.064 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:08.354 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 1/1 2024-04-15T21:46:08.354 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:08.355 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-15T21:46:08.355 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-nbd-2:19.0.0-2114.ga9a752df.el7.x86_64 2024-04-15T21:46:08.355 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-15T21:46:08.355 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-15T21:46:08.638 DEBUG:teuthology.parallel:result is None 2024-04-15T21:46:08.639 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:08.860 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:46:08.882 INFO:teuthology.orchestra.run.smithi072.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:08.882 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:08.882 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:46:08.884 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:09.030 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:46:09.056 INFO:teuthology.orchestra.run.smithi098.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:09.056 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:09.056 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:46:09.058 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:09.279 DEBUG:teuthology.orchestra.run.smithi120:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-15T21:46:09.305 INFO:teuthology.orchestra.run.smithi120.stdout:19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:09.305 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2114.ga9a752df.el7 2024-04-15T21:46:09.305 INFO:teuthology.task.install:The correct ceph version 19.0.0-2114.ga9a752df is installed. 2024-04-15T21:46:09.307 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-15T21:46:09.307 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-15T21:46:09.307 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:46:09.337 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-15T21:46:09.337 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:46:09.371 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-15T21:46:09.371 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-15T21:46:09.404 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-15T21:46:09.404 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-15T21:46:09.404 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:46:09.432 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:46:09.500 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-15T21:46:09.501 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:46:09.533 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:46:09.604 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-15T21:46:09.605 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/daemon-helper 2024-04-15T21:46:09.638 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-15T21:46:09.710 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-15T21:46:09.710 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-15T21:46:09.710 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:46:09.738 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:46:09.806 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-15T21:46:09.807 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:46:09.836 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:46:09.906 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-15T21:46:09.906 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-15T21:46:09.934 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-15T21:46:10.002 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-15T21:46:10.002 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-15T21:46:10.002 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:46:10.030 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:46:10.098 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-15T21:46:10.098 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:46:10.127 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:46:10.195 DEBUG:teuthology.orchestra.run.smithi120:> set -ex 2024-04-15T21:46:10.196 DEBUG:teuthology.orchestra.run.smithi120:> sudo dd of=/usr/bin/stdin-killer 2024-04-15T21:46:10.224 DEBUG:teuthology.orchestra.run.smithi120:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-15T21:46:10.292 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T21:46:10.396 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-15T21:46:10.396 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:10.396 INFO:tasks.cephadm:Cluster fsid is 9291c482-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:46:10.396 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T21:46:10.397 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.72', 'mon.b': '172.21.15.98', 'mon.c': '172.21.15.120'} 2024-04-15T21:46:10.397 INFO:tasks.cephadm:First mon is mon.a on smithi072 2024-04-15T21:46:10.397 INFO:tasks.cephadm:First mgr is a 2024-04-15T21:46:10.397 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T21:46:10.397 DEBUG:teuthology.orchestra.run.smithi072:> sudo hostname $(hostname -s) 2024-04-15T21:46:10.425 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-04-15T21:46:10.454 DEBUG:teuthology.orchestra.run.smithi120:> sudo hostname $(hostname -s) 2024-04-15T21:46:10.482 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T21:46:10.483 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:10.638 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-15T21:46:10.780 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:10.781 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T21:46:10.782 DEBUG:teuthology.orchestra.run.smithi072:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:11.244 INFO:teuthology.orchestra.run.smithi072.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:46 /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:11.244 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:11.903 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:46 /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:11.903 DEBUG:teuthology.orchestra.run.smithi120:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:12.390 INFO:teuthology.orchestra.run.smithi120.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 21:46 /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:12.390 DEBUG:teuthology.orchestra.run.smithi072:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:12.410 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:12.429 DEBUG:teuthology.orchestra.run.smithi120:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:12.460 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T21:46:12.460 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:46:12.463 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:46:12.472 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T21:46:13.267 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:46:13.356 INFO:teuthology.orchestra.run.smithi120.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:46:13.426 INFO:teuthology.orchestra.run.smithi072.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:46:13.436 INFO:teuthology.orchestra.run.smithi098.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:13.437 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:46:13.437 INFO:teuthology.orchestra.run.smithi098.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:46:13.437 INFO:teuthology.orchestra.run.smithi098.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:13.540 INFO:teuthology.orchestra.run.smithi120.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:13.541 INFO:teuthology.orchestra.run.smithi120.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:46:13.541 INFO:teuthology.orchestra.run.smithi120.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:46:13.541 INFO:teuthology.orchestra.run.smithi120.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:13.611 INFO:teuthology.orchestra.run.smithi072.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:13.611 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T21:46:13.611 INFO:teuthology.orchestra.run.smithi072.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T21:46:13.611 INFO:teuthology.orchestra.run.smithi072.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T21:46:13.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:13.633 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi072 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:46:13.635 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T21:46:13.636 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi072/crash 2024-04-15T21:46:13.637 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:46:13.682 INFO:teuthology.orchestra.run.smithi072.stderr:tar: /var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:46:13.683 INFO:teuthology.orchestra.run.smithi072.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:46:13.684 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi098/crash 2024-04-15T21:46:13.685 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:46:13.724 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:46:13.724 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:46:13.726 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi120/crash 2024-04-15T21:46:13.727 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash -- . 2024-04-15T21:46:13.769 INFO:teuthology.orchestra.run.smithi120.stderr:tar: /var/lib/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T21:46:13.769 INFO:teuthology.orchestra.run.smithi120.stderr:tar: Error is not recoverable: exiting now 2024-04-15T21:46:13.771 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T21:46:13.771 DEBUG:teuthology.orchestra.run.smithi072:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-15T21:46:13.800 INFO:teuthology.orchestra.run.smithi072.stderr:grep: /var/log/ceph/9291c482-fb71-11ee-bc8f-c7b262605968/ceph.log: No such file or directory 2024-04-15T21:46:13.802 INFO:tasks.cephadm:Compressing logs... 2024-04-15T21:46:13.802 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:46:13.845 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:46:13.847 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:46:13.870 INFO:teuthology.orchestra.run.smithi072.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:46:13.870 INFO:teuthology.orchestra.run.smithi072.stderr:: No such file or directory 2024-04-15T21:46:13.870 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:46:13.872 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-04-15T21:46:13.872 INFO:teuthology.orchestra.run.smithi072.stderr:real 0m0.016s 2024-04-15T21:46:13.872 INFO:teuthology.orchestra.run.smithi072.stderr:user 0m0.014s 2024-04-15T21:46:13.873 INFO:teuthology.orchestra.run.smithi072.stderr:sys 0m0.015s 2024-04-15T21:46:13.874 INFO:teuthology.orchestra.run.smithi098.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:46:13.874 INFO:teuthology.orchestra.run.smithi098.stderr:: No such file or directory 2024-04-15T21:46:13.874 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:46:13.875 INFO:teuthology.orchestra.run.smithi120.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T21:46:13.875 INFO:teuthology.orchestra.run.smithi120.stderr:: No such file or directory 2024-04-15T21:46:13.875 INFO:teuthology.orchestra.run.smithi120.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T21:46:13.875 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-04-15T21:46:13.875 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.015s 2024-04-15T21:46:13.876 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.011s 2024-04-15T21:46:13.876 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.018s 2024-04-15T21:46:13.876 INFO:teuthology.orchestra.run.smithi120.stderr: 2024-04-15T21:46:13.877 INFO:teuthology.orchestra.run.smithi120.stderr:real 0m0.015s 2024-04-15T21:46:13.877 INFO:teuthology.orchestra.run.smithi120.stderr:user 0m0.011s 2024-04-15T21:46:13.877 INFO:teuthology.orchestra.run.smithi120.stderr:sys 0m0.017s 2024-04-15T21:46:13.877 INFO:tasks.cephadm:Archiving logs... 2024-04-15T21:46:13.877 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi072/log 2024-04-15T21:46:13.878 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:46:13.941 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi098/log 2024-04-15T21:46:13.942 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:46:13.970 DEBUG:teuthology.misc:Transferring archived files from smithi120:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi120/log 2024-04-15T21:46:13.971 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T21:46:14.000 INFO:tasks.cephadm:Removing cluster... 2024-04-15T21:46:14.000 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9291c482-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:46:14.185 INFO:teuthology.orchestra.run.smithi072.stdout:Deleting cluster with fsid: 9291c482-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:46:14.451 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9291c482-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:46:14.629 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 9291c482-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:46:14.885 DEBUG:teuthology.orchestra.run.smithi120:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9291c482-fb71-11ee-bc8f-c7b262605968 --force 2024-04-15T21:46:15.073 INFO:teuthology.orchestra.run.smithi120.stdout:Deleting cluster with fsid: 9291c482-fb71-11ee-bc8f-c7b262605968 2024-04-15T21:46:15.329 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T21:46:15.329 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:15.346 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:15.364 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T21:46:15.379 INFO:tasks.cephadm:Teardown complete 2024-04-15T21:46:15.379 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi072 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:46:15.581 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e0b667c0ca124406a6dd3971d31ce861 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_461a84e6fbbf089011eafd13b98169fb9e9b8cc9/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi072 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T21:46:15.584 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T21:46:15.593 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-15T21:46:15.614 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-15T21:46:15.614 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:46:15.627 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:46:15.629 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-15T21:46:15.730 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T21:46:15.739 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T21:46:15.740 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:46:15.742 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:46:15.744 DEBUG:teuthology.orchestra.run.smithi120:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T21:46:15.754 INFO:teuthology.orchestra.run.smithi072.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:46:15.758 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:46:15.758 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2024-04-15T21:46:15.758 INFO:teuthology.orchestra.run.smithi072.stdout:^* hv01.front.sepia.ceph.com 3 6 77 39 +875us[ +854us] +/- 52ms 2024-04-15T21:46:15.759 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 40 -280us[ -301us] +/- 64ms 2024-04-15T21:46:15.759 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 41 -979us[-1000us] +/- 77ms 2024-04-15T21:46:15.759 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:46:15.759 INFO:teuthology.orchestra.run.smithi120.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:46:15.760 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-04-15T21:46:15.763 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:46:15.763 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-15T21:46:15.763 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 77 39 +876us[ +844us] +/- 52ms 2024-04-15T21:46:15.763 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 39 -271us[ -303us] +/- 64ms 2024-04-15T21:46:15.763 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 39 -987us[-1020us] +/- 77ms 2024-04-15T21:46:15.763 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:46:15.764 INFO:teuthology.orchestra.run.smithi120.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T21:46:15.764 INFO:teuthology.orchestra.run.smithi120.stdout:=============================================================================== 2024-04-15T21:46:15.764 INFO:teuthology.orchestra.run.smithi120.stdout:^* hv01.front.sepia.ceph.com 3 6 77 40 +848us[ +760us] +/- 52ms 2024-04-15T21:46:15.764 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 40 -270us[ -358us] +/- 64ms 2024-04-15T21:46:15.764 INFO:teuthology.orchestra.run.smithi120.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 38 -1023us[-1023us] +/- 77ms 2024-04-15T21:46:15.764 INFO:teuthology.orchestra.run.smithi120.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T21:46:15.764 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T21:46:15.772 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T21:46:15.773 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T21:46:15.781 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:46:15.861 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:46:15.928 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:46:15.992 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:46:16.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:16.024 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:46:16.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:16.057 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:46:16.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:16.088 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T21:46:16.098 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T21:46:16.107 INFO:teuthology.task.internal:Duration was 444.141720 seconds 2024-04-15T21:46:16.107 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T21:46:16.117 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T21:46:16.117 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:46:16.120 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:46:16.123 DEBUG:teuthology.orchestra.run.smithi120:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T21:46:16.162 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:46:16.166 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:46:16.173 INFO:teuthology.orchestra.run.smithi120.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T21:46:16.454 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T21:46:16.454 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2024-04-15T21:46:16.454 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:46:16.474 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-04-15T21:46:16.474 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:46:16.495 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi120.front.sepia.ceph.com 2024-04-15T21:46:16.496 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:46:16.523 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T21:46:16.523 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:46:16.526 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:46:16.538 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T21:46:16.594 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T21:46:16.594 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:46:16.597 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:46:16.607 DEBUG:teuthology.orchestra.run.smithi120:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T21:46:16.731 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T21:46:16.741 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T21:46:16.741 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:46:16.769 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:46:16.798 DEBUG:teuthology.orchestra.run.smithi120:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T21:46:16.827 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T21:46:16.837 DEBUG:teuthology.orchestra.run.smithi072:> 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-15T21:46:16.842 DEBUG:teuthology.orchestra.run.smithi098:> 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-15T21:46:16.845 DEBUG:teuthology.orchestra.run.smithi120:> 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-15T21:46:16.864 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2024-04-15T21:46:16.868 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-04-15T21:46:16.894 INFO:teuthology.orchestra.run.smithi120.stdout:kernel.core_pattern = core 2024-04-15T21:46:16.922 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:46:16.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:16.943 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:46:16.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:16.958 DEBUG:teuthology.orchestra.run.smithi120:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T21:46:16.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T21:46:16.978 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T21:46:16.988 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T21:46:16.988 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi072 2024-04-15T21:46:16.989 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:46:17.026 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi098 2024-04-15T21:46:17.026 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:46:17.064 DEBUG:teuthology.misc:Transferring archived files from smithi120:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479/remote/smithi120 2024-04-15T21:46:17.064 DEBUG:teuthology.orchestra.run.smithi120:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T21:46:17.102 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T21:46:17.102 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:46:17.105 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:46:17.109 DEBUG:teuthology.orchestra.run.smithi120:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T21:46:17.151 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T21:46:17.165 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T21:46:17.166 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T21:46:17.176 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T21:46:17.176 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:46:17.178 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:46:17.181 DEBUG:teuthology.orchestra.run.smithi120:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T21:46:17.191 INFO:teuthology.orchestra.run.smithi072.stdout: 265594 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:46 /home/ubuntu/cephtest 2024-04-15T21:46:17.193 INFO:teuthology.orchestra.run.smithi098.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:46 /home/ubuntu/cephtest 2024-04-15T21:46:17.206 INFO:teuthology.orchestra.run.smithi120.stdout: 266042 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 21:46 /home/ubuntu/cephtest 2024-04-15T21:46:17.207 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T21:46:17.217 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T21:46:17.239 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T21:46:17.267 DEBUG:teuthology.nuke:shortname: smithi072 2024-04-15T21:46:17.268 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:46:17.294 DEBUG:teuthology.nuke:shortname: smithi098 2024-04-15T21:46:17.294 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:46:17.299 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:28.810162', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH/bMGoESxHcsIh7a/MsaHTFRwfTCCIYLEqkC/tQfMMgVQgwhVxpaHTJnNGIBhixdOYU77F9QnTMLyradgQWi/k='} 2024-04-15T21:46:17.319 DEBUG:teuthology.nuke:shortname: smithi120 2024-04-15T21:46:17.319 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T21:46:17.324 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:28.808856', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCO6B1ZqGawUlQOtKJ0KRt4/5LS7iRfRvS7SdidMC646xvtBCnxoqVTbnfweWGfwwr3vzVeq+Ywq0ljCMMDFqo='} 2024-04-15T21:46:17.353 INFO:teuthology.orchestra.console.smithi072:Power off 2024-04-15T21:46:17.353 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:46:17.365 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi120.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-15_21:08:03-orch-squid-distro-default-smithi/7657479', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 21:30:28.807273', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF2S3L2T824Ng0M1rccutxOdjVejyrBmmIAruDoGjYFWWkNA+S/ZhZG/he/w7QajHMxug31bKuHKEkWD9pKxEJw='} 2024-04-15T21:46:17.377 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2024-04-15T21:46:17.377 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:17.396 INFO:teuthology.orchestra.console.smithi098:Power off 2024-04-15T21:46:17.397 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:46:17.408 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-04-15T21:46:17.420 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-04-15T21:46:17.420 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:17.436 INFO:teuthology.orchestra.console.smithi120:Power off 2024-04-15T21:46:17.436 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T21:46:17.446 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-15T21:46:17.459 DEBUG:teuthology.orchestra.console.smithi120:power off output: Chassis Power Control: Down/Off 2024-04-15T21:46:17.459 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:17.483 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2024-04-15T21:46:21.408 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:21.446 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:21.485 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:21.519 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-04-15T21:46:21.557 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-15T21:46:21.597 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is on 2024-04-15T21:46:25.522 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:25.557 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:25.598 DEBUG:teuthology.orchestra.console.smithi120:pexpect command: ipmitool -H smithi120.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:25.633 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-04-15T21:46:25.667 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-04-15T21:46:25.707 DEBUG:teuthology.orchestra.console.smithi120:check power output: Chassis Power is off 2024-04-15T21:46:25.769 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-04-15T21:46:25.808 INFO:teuthology.orchestra.console.smithi120:Power off completed 2024-04-15T21:46:29.638 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T21:46:29.750 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2024-04-15T21:46:29.851 INFO:teuthology.orchestra.console.smithi072:Power off completed 2024-04-15T21:46:29.957 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_monitoring_stack_basic} duration: 444.1417200565338 failure_reason: 'Command failed on smithi072 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e0b667c0ca124406a6dd3971d31ce861 status: fail success: false 2024-04-15T21:46:29.958 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T21:46:30.044 INFO:teuthology.run:FAIL