2023-12-05T15:35:05.967 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-05T15:35:05.967 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899 --verbose --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899/orig.config.yaml 2023-12-05T15:35:06.000 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T15:35:06.090 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899 branch: wip-guits-testing-2023-12-05-0857 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@redhat.com first_in_suite: false job_id: '7477899' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-guits-testing-2023-12-05-0857 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2023-12-05-0857 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 owner: scheduled_gabrioux@teuthology priority: 60 repo: https://git.ceph.com/ceph-ci.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: 6586 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2023-12-05-0857 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 targets: smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi158.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_15:27:23 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-05T15:35:06.090 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa; will attempt to use it 2023-12-05T15:35:06.091 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-05T15:35:06.091 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-05T15:35:06.093 INFO:teuthology.task.internal:Checking packages... 2023-12-05T15:35:06.116 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-05T15:35:06.116 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-05T15:35:06.116 INFO:teuthology.packaging:ref: None 2023-12-05T15:35:06.116 INFO:teuthology.packaging:tag: None 2023-12-05T15:35:06.116 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-05T15:35:06.116 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:35:06.116 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2023-12-05-0857 2023-12-05T15:35:06.256 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13.ge6605fb8 2023-12-05T15:35:06.256 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-05T15:35:06.263 INFO:teuthology.task.internal:no buildpackages task found 2023-12-05T15:35:06.263 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-05T15:35:06.295 INFO:teuthology.task.internal:Saving configuration 2023-12-05T15:35:06.309 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-05T15:35:06.315 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T15:35:06.342 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:47.772341', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T15:35:06.365 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:47.773629', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T15:35:06.389 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:47.770645', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T15:35:06.389 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-05T15:35:06.396 INFO:teuthology.task.internal:roles: ubuntu@smithi104.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-05T15:35:06.396 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-05T15:35:06.396 INFO:teuthology.task.internal:roles: ubuntu@smithi158.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-05T15:35:06.396 INFO:teuthology.run_tasks:Running task console_log... 2023-12-05T15:35:06.506 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9beccb19d0>, signals=[15]) 2023-12-05T15:35:06.507 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-05T15:35:06.513 INFO:teuthology.task.internal:Opening connections... 2023-12-05T15:35:06.513 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2023-12-05T15:35:06.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:35:06.584 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-12-05T15:35:06.585 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:35:06.655 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi158.front.sepia.ceph.com 2023-12-05T15:35:06.656 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:35:06.724 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-05T15:35:06.731 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2023-12-05T15:35:06.751 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2023-12-05T15:35:06.751 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="Red Hat Enterprise Linux" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="8.6 (Ootpa)" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:ID="rhel" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE="fedora" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="8.6" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:PLATFORM_ID="platform:el8" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:ANSI_COLOR="0;31" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://www.redhat.com/" 2023-12-05T15:35:06.810 INFO:teuthology.orchestra.run.smithi104.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-05T15:35:06.811 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T15:35:06.811 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:35:06.811 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T15:35:06.811 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-05T15:35:06.811 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-05T15:35:06.811 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-05T15:35:06.811 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2023-12-05T15:35:06.842 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-12-05T15:35:06.862 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-12-05T15:35:06.863 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-12-05T15:35:06.921 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Red Hat Enterprise Linux" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8.6 (Ootpa)" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:ID="rhel" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="fedora" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8.6" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.redhat.com/" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:35:06.922 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T15:35:06.923 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-05T15:35:06.923 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-05T15:35:06.923 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-05T15:35:06.923 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-12-05T15:35:06.942 DEBUG:teuthology.orchestra.run.smithi158:> uname -m 2023-12-05T15:35:06.960 INFO:teuthology.orchestra.run.smithi158.stdout:x86_64 2023-12-05T15:35:06.961 DEBUG:teuthology.orchestra.run.smithi158:> cat /etc/os-release 2023-12-05T15:35:07.020 INFO:teuthology.orchestra.run.smithi158.stdout:NAME="Red Hat Enterprise Linux" 2023-12-05T15:35:07.020 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION="8.6 (Ootpa)" 2023-12-05T15:35:07.020 INFO:teuthology.orchestra.run.smithi158.stdout:ID="rhel" 2023-12-05T15:35:07.020 INFO:teuthology.orchestra.run.smithi158.stdout:ID_LIKE="fedora" 2023-12-05T15:35:07.020 INFO:teuthology.orchestra.run.smithi158.stdout:VERSION_ID="8.6" 2023-12-05T15:35:07.020 INFO:teuthology.orchestra.run.smithi158.stdout:PLATFORM_ID="platform:el8" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:ANSI_COLOR="0;31" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:HOME_URL="https://www.redhat.com/" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-05T15:35:07.021 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-05T15:35:07.022 INFO:teuthology.orchestra.run.smithi158.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-05T15:35:07.022 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-12-05T15:35:07.042 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-05T15:35:07.052 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-05T15:35:07.059 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-05T15:35:07.060 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:35:07.062 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:35:07.065 DEBUG:teuthology.orchestra.run.smithi158:> test '!' -e /home/ubuntu/cephtest 2023-12-05T15:35:07.082 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-05T15:35:07.089 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-05T15:35:07.089 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:35:07.122 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:35:07.124 DEBUG:teuthology.orchestra.run.smithi158:> test -z $(ls -A /var/lib/ceph) 2023-12-05T15:35:07.159 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-05T15:35:07.239 INFO:teuthology.run_tasks:Running task kernel... 2023-12-05T15:35:07.254 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-05T15:35:07.254 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-05T15:35:07.255 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:35:07.255 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:35:07.256 DEBUG:teuthology.orchestra.run.smithi158:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T15:35:07.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:07.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:07.275 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2023-12-05T15:35:07.275 DEBUG:teuthology.orchestra.run.smithi158:> uname -r 2023-12-05T15:35:07.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:07.276 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-05T15:35:07.333 INFO:teuthology.orchestra.run.smithi158.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:07.333 INFO:teuthology.task.kernel:Running kernel on smithi158: 4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:07.333 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum install -y kernel 2023-12-05T15:35:07.334 INFO:teuthology.orchestra.run.smithi104.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:07.334 INFO:teuthology.task.kernel:Running kernel on smithi104: 4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:07.334 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum install -y kernel 2023-12-05T15:35:07.336 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:07.336 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:07.336 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2023-12-05T15:35:08.507 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:08.507 INFO:teuthology.orchestra.run.smithi158.stdout:Unable to read consumer identity 2023-12-05T15:35:08.571 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:08.572 INFO:teuthology.orchestra.run.smithi104.stdout:Unable to read consumer identity 2023-12-05T15:35:08.607 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:08.607 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-05T15:35:10.013 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-05T15:35:10.059 INFO:teuthology.orchestra.run.smithi104.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-05T15:35:10.065 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-05T15:35:10.713 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-12-05T15:35:11.160 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-05T15:35:11.332 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-05T15:35:14.205 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 505 kB/s | 24 kB 00:00 2023-12-05T15:35:14.676 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 439 kB/s | 24 kB 00:00 2023-12-05T15:35:14.807 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 389 kB/s | 24 kB 00:00 2023-12-05T15:35:14.867 INFO:teuthology.orchestra.run.smithi158.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-05T15:35:14.927 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-05T15:35:14.929 INFO:teuthology.orchestra.run.smithi158.stdout:Nothing to do. 2023-12-05T15:35:14.929 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-05T15:35:15.055 DEBUG:teuthology.orchestra.run.smithi158:> echo no | sudo yum reinstall kernel || true 2023-12-05T15:35:15.370 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-05T15:35:15.386 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:15.386 INFO:teuthology.orchestra.run.smithi158.stdout:Unable to read consumer identity 2023-12-05T15:35:15.424 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-12-05T15:35:15.425 INFO:teuthology.orchestra.run.smithi104.stdout:Nothing to do. 2023-12-05T15:35:15.425 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-12-05T15:35:15.468 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-05T15:35:15.529 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-05T15:35:15.530 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2023-12-05T15:35:15.530 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-05T15:35:15.542 DEBUG:teuthology.orchestra.run.smithi104:> echo no | sudo yum reinstall kernel || true 2023-12-05T15:35:15.644 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:01 ago on Tue 05 Dec 2023 03:35:14 PM UTC. 2023-12-05T15:35:15.649 DEBUG:teuthology.orchestra.run.smithi145:> echo no | sudo yum reinstall kernel || true 2023-12-05T15:35:15.684 INFO:teuthology.orchestra.run.smithi158.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T15:35:15.730 INFO:teuthology.orchestra.run.smithi158.stderr:Error: No packages marked for reinstall. 2023-12-05T15:35:15.777 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum reinstall -y kernel || true 2023-12-05T15:35:15.873 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:15.873 INFO:teuthology.orchestra.run.smithi104.stdout:Unable to read consumer identity 2023-12-05T15:35:16.021 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:16.021 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-05T15:35:16.111 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:16.112 INFO:teuthology.orchestra.run.smithi158.stdout:Unable to read consumer identity 2023-12-05T15:35:16.131 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 03:35:14 PM UTC. 2023-12-05T15:35:16.173 INFO:teuthology.orchestra.run.smithi104.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T15:35:16.214 INFO:teuthology.orchestra.run.smithi104.stderr:Error: No packages marked for reinstall. 2023-12-05T15:35:16.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum reinstall -y kernel || true 2023-12-05T15:35:16.279 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 03:35:14 PM UTC. 2023-12-05T15:35:16.321 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T15:35:16.360 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-05T15:35:16.366 INFO:teuthology.orchestra.run.smithi158.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 03:35:14 PM UTC. 2023-12-05T15:35:16.405 INFO:teuthology.orchestra.run.smithi158.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T15:35:16.407 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum reinstall -y kernel || true 2023-12-05T15:35:16.445 INFO:teuthology.orchestra.run.smithi158.stderr:Error: No packages marked for reinstall. 2023-12-05T15:35:16.491 DEBUG:teuthology.orchestra.run.smithi158:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:35:16.572 INFO:teuthology.orchestra.run.smithi158.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:16.572 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:16.572 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-05T15:35:16.572 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-05T15:35:16.572 DEBUG:teuthology.orchestra.run.smithi158:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:35:16.588 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:16.588 INFO:teuthology.orchestra.run.smithi104.stdout:Unable to read consumer identity 2023-12-05T15:35:16.598 INFO:teuthology.orchestra.run.smithi158.stdout:ttyS1 2023-12-05T15:35:16.622 DEBUG:teuthology.parallel:result is None 2023-12-05T15:35:16.734 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:35:16.734 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-05T15:35:16.839 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 03:35:14 PM UTC. 2023-12-05T15:35:16.879 INFO:teuthology.orchestra.run.smithi104.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T15:35:16.902 INFO:teuthology.orchestra.run.smithi104.stderr:Error: No packages marked for reinstall. 2023-12-05T15:35:16.949 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:35:16.994 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 03:35:14 PM UTC. 2023-12-05T15:35:17.029 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:17.030 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:17.030 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-05T15:35:17.030 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-05T15:35:17.030 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:35:17.036 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T15:35:17.059 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-05T15:35:17.066 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2023-12-05T15:35:17.094 DEBUG:teuthology.parallel:result is None 2023-12-05T15:35:17.105 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T15:35:17.185 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:17.186 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-05T15:35:17.186 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-05T15:35:17.186 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-05T15:35:17.186 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T15:35:17.217 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-12-05T15:35:17.230 DEBUG:teuthology.parallel:result is None 2023-12-05T15:35:17.230 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-05T15:35:17.237 INFO:teuthology.task.internal:Creating test directory... 2023-12-05T15:35:17.237 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:35:17.240 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:35:17.273 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T15:35:17.291 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-05T15:35:17.297 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-05T15:35:17.310 INFO:teuthology.task.internal:Creating archive directory... 2023-12-05T15:35:17.311 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:35:17.314 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:35:17.330 DEBUG:teuthology.orchestra.run.smithi158:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T15:35:17.363 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-05T15:35:17.369 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-05T15:35:17.369 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:35:17.371 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:35:17.389 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:35:17.415 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:35:17.423 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:35:17.425 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:35:17.432 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:35:17.434 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:35:17.443 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T15:35:17.444 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-05T15:35:17.452 INFO:teuthology.task.internal:Configuring sudo... 2023-12-05T15:35:17.452 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:35:17.454 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:35:17.469 DEBUG:teuthology.orchestra.run.smithi158:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T15:35:17.513 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-05T15:35:17.524 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-05T15:35:17.525 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:35:17.527 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:35:17.538 DEBUG:teuthology.orchestra.run.smithi158:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T15:35:17.570 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:35:17.624 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:35:17.684 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:35:17.770 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:35:17.811 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-12-05T15:35:17.811 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:35:17.878 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:35:17.918 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:35:17.968 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:35:18.052 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:35:18.093 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-05T15:35:18.094 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:35:18.161 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:35:18.209 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T15:35:18.265 DEBUG:teuthology.orchestra.run.smithi158:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:35:18.352 DEBUG:teuthology.orchestra.run.smithi158:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T15:35:18.395 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-12-05T15:35:18.395 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T15:35:18.465 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2023-12-05T15:35:18.467 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-12-05T15:35:18.469 DEBUG:teuthology.orchestra.run.smithi158:> sudo service rsyslog restart 2023-12-05T15:35:18.521 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:35:18.530 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:35:18.605 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:35:18.911 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-05T15:35:18.918 INFO:teuthology.task.internal:Starting timer... 2023-12-05T15:35:18.919 INFO:teuthology.run_tasks:Running task pcp... 2023-12-05T15:35:18.929 INFO:teuthology.run_tasks:Running task selinux... 2023-12-05T15:35:18.938 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-05T15:35:18.938 DEBUG:teuthology.orchestra.run.smithi104:> sudo service auditd rotate 2023-12-05T15:35:19.006 INFO:teuthology.orchestra.run.smithi104.stdout:Rotating logs: 2023-12-05T15:35:19.008 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2023-12-05T15:35:19.062 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2023-12-05T15:35:19.064 DEBUG:teuthology.orchestra.run.smithi158:> sudo service auditd rotate 2023-12-05T15:35:19.126 INFO:teuthology.orchestra.run.smithi158.stdout:Rotating logs: 2023-12-05T15:35:19.128 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-05T15:35:19.128 DEBUG:teuthology.orchestra.run.smithi104:> /usr/sbin/getenforce 2023-12-05T15:35:19.155 INFO:teuthology.orchestra.run.smithi104.stdout:Permissive 2023-12-05T15:35:19.155 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2023-12-05T15:35:19.180 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2023-12-05T15:35:19.180 DEBUG:teuthology.orchestra.run.smithi158:> /usr/sbin/getenforce 2023-12-05T15:35:19.212 INFO:teuthology.orchestra.run.smithi158.stdout:Permissive 2023-12-05T15:35:19.212 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi104.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi158.front.sepia.ceph.com': 'permissive'} 2023-12-05T15:35:19.213 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:35:19.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:19.240 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:35:19.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:19.269 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:35:19.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:35:19.299 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-05T15:35:19.299 DEBUG:teuthology.orchestra.run.smithi104:> sudo /usr/sbin/setenforce permissive 2023-12-05T15:35:19.326 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2023-12-05T15:35:19.353 DEBUG:teuthology.orchestra.run.smithi158:> sudo /usr/sbin/setenforce permissive 2023-12-05T15:35:19.387 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-05T15:35:19.398 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-05T15:35:19.398 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-05T15:35:19.415 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'}]}] 2023-12-05T15:35:19.417 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi104.front.sepia.ceph.com,smithi145.front.sepia.ceph.com,smithi158.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-05T15:47:16.317 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi104.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com'), Remote(name='ubuntu@smithi158.front.sepia.ceph.com')] 2023-12-05T15:47:16.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-12-05T15:47:16.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:47:16.387 DEBUG:teuthology.orchestra.run.smithi104:> true 2023-12-05T15:47:16.455 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-12-05T15:47:16.456 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-05T15:47:16.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:47:16.525 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-05T15:47:16.592 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-05T15:47:16.592 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-12-05T15:47:16.593 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi158.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T15:47:16.661 DEBUG:teuthology.orchestra.run.smithi158:> true 2023-12-05T15:47:16.732 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi158.front.sepia.ceph.com' 2023-12-05T15:47:16.732 INFO:teuthology.run_tasks:Running task clock... 2023-12-05T15:47:16.744 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-05T15:47:16.744 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T15:47:16.744 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:47:16.746 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T15:47:16.746 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:47:16.748 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T15:47:16.748 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:47:16.777 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T15:47:16.779 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T15:47:16.793 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T15:47:16.794 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T15:47:16.803 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T15:47:16.817 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T15:47:16.865 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: ntpd: command not found 2023-12-05T15:47:16.873 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2023-12-05T15:47:16.877 INFO:teuthology.orchestra.run.smithi104.stdout:506 Cannot talk to daemon 2023-12-05T15:47:16.885 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2023-12-05T15:47:16.892 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T15:47:16.897 INFO:teuthology.orchestra.run.smithi158.stderr:sudo: ntpd: command not found 2023-12-05T15:47:16.900 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T15:47:16.906 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T15:47:16.909 INFO:teuthology.orchestra.run.smithi158.stdout:506 Cannot talk to daemon 2023-12-05T15:47:16.915 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T15:47:16.924 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T15:47:16.937 INFO:teuthology.orchestra.run.smithi158.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T15:47:16.978 INFO:teuthology.orchestra.run.smithi104.stderr:bash: ntpq: command not found 2023-12-05T15:47:16.981 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-05T15:47:16.981 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T15:47:16.981 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2023-12-05T15:47:16.981 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.981 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.982 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.982 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.985 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T15:47:16.985 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-05T15:47:16.985 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.985 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.985 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:16.985 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:17.019 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-12-05T15:47:17.023 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T15:47:17.023 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-12-05T15:47:17.023 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:17.023 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:17.023 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:17.023 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:47:17.024 INFO:teuthology.run_tasks:Running task pexec... 2023-12-05T15:47:17.033 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-05T15:47:17.033 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi104.front.sepia.ceph.com 2023-12-05T15:47:17.034 DEBUG:teuthology.orchestra.run.smithi104:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T15:47:17.034 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2023-12-05T15:47:17.034 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T15:47:17.034 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi158.front.sepia.ceph.com 2023-12-05T15:47:17.035 DEBUG:teuthology.orchestra.run.smithi158:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T15:47:17.405 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:17.407 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:17.437 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:19.503 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2023-12-05T15:47:19.568 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 48 kB/s | 4.5 kB 00:00 2023-12-05T15:47:19.574 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2023-12-05T15:47:19.866 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 24 kB/s | 4.5 kB 00:00 2023-12-05T15:47:19.943 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-05T15:47:19.964 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-05T15:47:21.778 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-05T15:47:21.779 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout: Package Architecture Version Repository Size 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout:Resetting modules: 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-05T15:47:21.780 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================ 2023-12-05T15:47:21.781 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:21.829 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-05T15:47:21.829 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-05T15:47:21.830 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:21.988 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-12-05T15:47:21.988 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout:Resetting modules: 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout: container-tools 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-12-05T15:47:21.989 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:34.526 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-05T15:47:34.612 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-05T15:47:34.982 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:35.135 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:35.158 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-12-05T15:47:35.605 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:37.083 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-05T15:47:37.270 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 kB/s | 4.1 kB 00:00 2023-12-05T15:47:37.519 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-05T15:47:37.535 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2023-12-05T15:47:37.691 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-05T15:47:38.023 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 67 kB/s | 4.1 kB 00:00 2023-12-05T15:47:39.446 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-05T15:47:39.526 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-05T15:47:39.540 INFO:teuthology.orchestra.run.smithi158.stdout:============================================================================================================ 2023-12-05T15:47:39.540 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-12-05T15:47:39.540 INFO:teuthology.orchestra.run.smithi158.stdout:============================================================================================================ 2023-12-05T15:47:39.540 INFO:teuthology.orchestra.run.smithi158.stdout:Installing group/module packages: 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout:Installing module profiles: 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools/common 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout:Enabling module streams: 2023-12-05T15:47:39.541 INFO:teuthology.orchestra.run.smithi158.stdout: container-tools rhel8 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout:============================================================================================================ 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout:Install 10 Packages 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 18 M 2023-12-05T15:47:39.542 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 65 M 2023-12-05T15:47:39.543 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================================================ 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================================================ 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-05T15:47:39.619 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools rhel8 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-05T15:47:39.620 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================================================ 2023-12-05T15:47:39.621 INFO:teuthology.orchestra.run.smithi145.stdout:Install 10 Packages 2023-12-05T15:47:39.621 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:39.621 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 18 M 2023-12-05T15:47:39.621 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 65 M 2023-12-05T15:47:39.621 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-05T15:47:39.730 INFO:teuthology.orchestra.run.smithi158.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 218 kB/s | 41 kB 00:00 2023-12-05T15:47:39.802 INFO:teuthology.orchestra.run.smithi158.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 96 kB/s | 25 kB 00:00 2023-12-05T15:47:39.871 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-12-05T15:47:39.905 INFO:teuthology.orchestra.run.smithi158.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 259 kB/s | 94 kB 00:00 2023-12-05T15:47:39.931 INFO:teuthology.orchestra.run.smithi158.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 246 kB/s | 49 kB 00:00 2023-12-05T15:47:39.962 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================================================ 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================================================ 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout:Installing group/module packages: 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-05T15:47:39.963 INFO:teuthology.orchestra.run.smithi104.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout:Installing module profiles: 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout: container-tools/common 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout:Enabling module streams: 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout: container-tools rhel8 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout:============================================================================================================ 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout:Install 10 Packages 2023-12-05T15:47:39.964 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:39.965 INFO:teuthology.orchestra.run.smithi158.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.2 MB/s | 524 kB 00:00 2023-12-05T15:47:39.965 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 18 M 2023-12-05T15:47:39.965 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 65 M 2023-12-05T15:47:39.965 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2023-12-05T15:47:39.996 INFO:teuthology.orchestra.run.smithi145.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 251 kB/s | 94 kB 00:00 2023-12-05T15:47:40.023 INFO:teuthology.orchestra.run.smithi145.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 62 kB/s | 25 kB 00:00 2023-12-05T15:47:40.048 INFO:teuthology.orchestra.run.smithi145.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 96 kB/s | 41 kB 00:00 2023-12-05T15:47:40.098 INFO:teuthology.orchestra.run.smithi158.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 895 kB/s | 149 kB 00:00 2023-12-05T15:47:40.107 INFO:teuthology.orchestra.run.smithi145.stdout:(4/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-05T15:47:40.145 INFO:teuthology.orchestra.run.smithi104.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 522 kB/s | 94 kB 00:00 2023-12-05T15:47:40.174 INFO:teuthology.orchestra.run.smithi145.stdout:(5/10): udica-0.2.6-4.module+el8.6.0+16771+28df 277 kB/s | 49 kB 00:00 2023-12-05T15:47:40.178 INFO:teuthology.orchestra.run.smithi104.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 191 kB/s | 41 kB 00:00 2023-12-05T15:47:40.199 INFO:teuthology.orchestra.run.smithi158.stdout:(7/10): buildah-1.26.2-1.module+el8.6.0+16771+2 27 MB/s | 8.0 MB 00:00 2023-12-05T15:47:40.223 INFO:teuthology.orchestra.run.smithi158.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 823 kB/s | 213 kB 00:00 2023-12-05T15:47:40.254 INFO:teuthology.orchestra.run.smithi104.stdout:(3/10): python3-pytoml-0.1.14-5.git7dea353.el8. 86 kB/s | 25 kB 00:00 2023-12-05T15:47:40.274 INFO:teuthology.orchestra.run.smithi145.stdout:(6/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.1 MB/s | 213 kB 00:00 2023-12-05T15:47:40.298 INFO:teuthology.orchestra.run.smithi104.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 328 kB/s | 49 kB 00:00 2023-12-05T15:47:40.299 INFO:teuthology.orchestra.run.smithi145.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 777 kB/s | 149 kB 00:00 2023-12-05T15:47:40.346 INFO:teuthology.orchestra.run.smithi104.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.1 MB/s | 524 kB 00:00 2023-12-05T15:47:40.424 INFO:teuthology.orchestra.run.smithi158.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 9.7 MB/s | 2.2 MB 00:00 2023-12-05T15:47:40.425 INFO:teuthology.orchestra.run.smithi145.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 21 MB/s | 8.0 MB 00:00 2023-12-05T15:47:40.509 INFO:teuthology.orchestra.run.smithi145.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 11 MB/s | 2.2 MB 00:00 2023-12-05T15:47:40.529 INFO:teuthology.orchestra.run.smithi104.stdout:(6/10): buildah-1.26.2-1.module+el8.6.0+16771+2 29 MB/s | 8.0 MB 00:00 2023-12-05T15:47:40.541 INFO:teuthology.orchestra.run.smithi158.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 16 MB/s | 7.0 MB 00:00 2023-12-05T15:47:40.541 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:47:40.541 INFO:teuthology.orchestra.run.smithi158.stdout:Total 18 MB/s | 18 MB 00:00 2023-12-05T15:47:40.572 INFO:teuthology.orchestra.run.smithi104.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 542 kB/s | 149 kB 00:00 2023-12-05T15:47:40.597 INFO:teuthology.orchestra.run.smithi104.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 849 kB/s | 213 kB 00:00 2023-12-05T15:47:40.650 INFO:teuthology.orchestra.run.smithi145.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 19 MB/s | 7.0 MB 00:00 2023-12-05T15:47:40.651 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:47:40.651 INFO:teuthology.orchestra.run.smithi145.stdout:Total 18 MB/s | 18 MB 00:01 2023-12-05T15:47:40.680 INFO:teuthology.orchestra.run.smithi104.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-12-05T15:47:40.741 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-12-05T15:47:40.759 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-12-05T15:47:40.760 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-12-05T15:47:40.851 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-05T15:47:40.869 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-05T15:47:40.869 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-05T15:47:40.872 INFO:teuthology.orchestra.run.smithi104.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 20 MB/s | 7.0 MB 00:00 2023-12-05T15:47:40.873 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:47:40.873 INFO:teuthology.orchestra.run.smithi104.stdout:Total 20 MB/s | 18 MB 00:00 2023-12-05T15:47:40.944 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-12-05T15:47:40.948 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-12-05T15:47:41.050 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-05T15:47:41.054 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-05T15:47:41.072 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2023-12-05T15:47:41.091 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2023-12-05T15:47:41.091 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2023-12-05T15:47:41.273 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2023-12-05T15:47:41.277 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2023-12-05T15:47:41.471 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-12-05T15:47:41.579 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-05T15:47:41.681 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-05T15:47:41.749 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-05T15:47:41.825 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2023-12-05T15:47:41.843 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T15:47:41.937 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T15:47:42.028 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-05T15:47:42.046 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-05T15:47:42.129 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-05T15:47:42.204 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T15:47:42.231 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-05T15:47:42.312 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-05T15:47:42.432 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-05T15:47:42.580 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-05T15:47:42.626 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-05T15:47:42.706 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-05T15:47:43.032 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-05T15:47:43.360 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-05T15:47:43.469 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-05T15:47:43.828 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-05T15:47:44.235 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-05T15:47:44.372 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-05T15:47:44.473 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-05T15:47:44.582 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-05T15:47:44.650 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-05T15:47:44.719 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-05T15:47:44.733 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-05T15:47:44.827 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T15:47:44.919 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T15:47:44.987 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-05T15:47:45.104 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-05T15:47:45.185 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-05T15:47:45.186 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-05T15:47:45.186 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-05T15:47:45.186 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-05T15:47:45.396 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-05T15:47:45.666 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-05T15:47:45.667 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-05T15:47:45.667 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-05T15:47:45.667 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-05T15:47:55.727 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-05T15:47:55.727 INFO:teuthology.orchestra.run.smithi104.stdout:Installed products updated. 2023-12-05T15:47:55.917 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:55.917 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2023-12-05T15:47:55.917 INFO:teuthology.orchestra.run.smithi104.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:47:55.918 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-12-05T15:47:56.012 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-05T15:47:56.012 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-05T15:47:56.045 DEBUG:teuthology.parallel:result is None 2023-12-05T15:47:56.200 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:56.200 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-05T15:47:56.200 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:56.200 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T15:47:56.200 INFO:teuthology.orchestra.run.smithi145.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:47:56.201 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-05T15:47:56.333 DEBUG:teuthology.parallel:result is None 2023-12-05T15:47:58.277 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-05T15:47:58.277 INFO:teuthology.orchestra.run.smithi158.stdout:Installed products updated. 2023-12-05T15:47:58.471 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:47:58.472 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-05T15:47:58.609 DEBUG:teuthology.parallel:result is None 2023-12-05T15:47:58.609 INFO:teuthology.run_tasks:Running task install... 2023-12-05T15:47:58.621 DEBUG:teuthology.task.install:project ceph 2023-12-05T15:47:58.622 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'}} 2023-12-05T15:47:58.622 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'} 2023-12-05T15:47:58.622 INFO:teuthology.task.install:Using flavor: default 2023-12-05T15:47:58.628 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']} 2023-12-05T15:47:58.628 INFO:teuthology.task.install:extra packages: [] 2023-12-05T15:47:58.628 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': 'e6605fb8725c25c4838cef6a39f30df73f1ed149', 'tag': None, 'wait_for_package': False} 2023-12-05T15:47:58.629 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:47:58.631 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': 'e6605fb8725c25c4838cef6a39f30df73f1ed149', 'tag': None, 'wait_for_package': False} 2023-12-05T15:47:58.631 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:47:58.632 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': 'e6605fb8725c25c4838cef6a39f30df73f1ed149', 'tag': None, 'wait_for_package': False} 2023-12-05T15:47:58.632 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T15:47:58.788 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/ 2023-12-05T15:47:58.789 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-05T15:47:58.795 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/ 2023-12-05T15:47:58.795 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-05T15:47:58.854 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/ 2023-12-05T15:47:58.854 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-05T15:47:58.968 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-05T15:47:58.969 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-05T15:47:58.969 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-05T15:47:58.974 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-05T15:47:58.974 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-12-05T15:47:58.975 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-05T15:47:59.003 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 2023-12-05T15:47:59.003 DEBUG:teuthology.orchestra.run.smithi145:> 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/e6605fb8725c25c4838cef6a39f30df73f1ed149/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-05T15:47:59.009 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 2023-12-05T15:47:59.009 DEBUG:teuthology.orchestra.run.smithi104:> 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/e6605fb8725c25c4838cef6a39f30df73f1ed149/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-05T15:47:59.028 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-05T15:47:59.028 DEBUG:teuthology.orchestra.run.smithi158:> set -ex 2023-12-05T15:47:59.028 DEBUG:teuthology.orchestra.run.smithi158:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-05T15:47:59.059 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 2023-12-05T15:47:59.059 DEBUG:teuthology.orchestra.run.smithi158:> 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/e6605fb8725c25c4838cef6a39f30df73f1ed149/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-05T15:47:59.075 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:47:59.081 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:47:59.130 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:47:59.156 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:47:59.162 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:47:59.209 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:47:59.224 INFO:teuthology.orchestra.run.smithi145.stdout:check_obsoletes = 1 2023-12-05T15:47:59.225 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum clean all 2023-12-05T15:47:59.231 INFO:teuthology.orchestra.run.smithi104.stdout:check_obsoletes = 1 2023-12-05T15:47:59.232 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum clean all 2023-12-05T15:47:59.276 INFO:teuthology.orchestra.run.smithi158.stdout:check_obsoletes = 1 2023-12-05T15:47:59.277 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum clean all 2023-12-05T15:47:59.599 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:59.606 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:47:59.650 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:48:01.147 INFO:teuthology.orchestra.run.smithi104.stdout:44 files removed 2023-12-05T15:48:01.200 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-radosgw 2023-12-05T15:48:01.223 INFO:teuthology.orchestra.run.smithi145.stdout:44 files removed 2023-12-05T15:48:01.275 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-radosgw 2023-12-05T15:48:01.350 INFO:teuthology.orchestra.run.smithi158.stdout:44 files removed 2023-12-05T15:48:01.403 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-radosgw 2023-12-05T15:48:01.533 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:48:01.608 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:48:01.738 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:48:03.730 INFO:teuthology.orchestra.run.smithi104.stdout:ceph packages for x86_64 121 kB/s | 81 kB 00:00 2023-12-05T15:48:03.802 INFO:teuthology.orchestra.run.smithi145.stdout:ceph packages for x86_64 111 kB/s | 81 kB 00:00 2023-12-05T15:48:04.236 INFO:teuthology.orchestra.run.smithi158.stdout:ceph packages for x86_64 95 kB/s | 81 kB 00:00 2023-12-05T15:48:04.464 INFO:teuthology.orchestra.run.smithi104.stdout:ceph noarch packages 14 kB/s | 9.5 kB 00:00 2023-12-05T15:48:04.552 INFO:teuthology.orchestra.run.smithi145.stdout:ceph noarch packages 13 kB/s | 9.5 kB 00:00 2023-12-05T15:48:04.928 INFO:teuthology.orchestra.run.smithi158.stdout:ceph noarch packages 14 kB/s | 9.5 kB 00:00 2023-12-05T15:48:05.098 INFO:teuthology.orchestra.run.smithi104.stdout:ceph source packages 2.4 kB/s | 1.5 kB 00:00 2023-12-05T15:48:05.162 INFO:teuthology.orchestra.run.smithi145.stdout:ceph source packages 2.5 kB/s | 1.5 kB 00:00 2023-12-05T15:48:05.315 INFO:teuthology.orchestra.run.smithi104.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-05T15:48:05.329 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-05T15:48:05.721 INFO:teuthology.orchestra.run.smithi158.stdout:ceph source packages 1.9 kB/s | 1.5 kB 00:00 2023-12-05T15:48:05.896 INFO:teuthology.orchestra.run.smithi158.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-05T15:48:06.896 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-05T15:48:08.799 INFO:teuthology.orchestra.run.smithi158.stdout:Extra Packages for Enterprise Linux 5.5 MB/s | 16 MB 00:02 2023-12-05T15:48:10.488 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-12-05T15:48:11.715 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 MB/s | 47 MB 00:01 2023-12-05T15:48:12.042 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 16 MB 00:06 2023-12-05T15:48:12.323 INFO:teuthology.orchestra.run.smithi158.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-12-05T15:48:13.624 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 MB/s | 53 MB 00:01 2023-12-05T15:48:15.531 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 373 kB/s | 24 kB 00:00 2023-12-05T15:48:16.717 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 47 MB 00:01 2023-12-05T15:48:19.916 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-05T15:48:21.975 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-05T15:48:24.858 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-05T15:48:31.150 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================================== 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================================== 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout:Upgrading: 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-05T15:48:31.153 INFO:teuthology.orchestra.run.smithi145.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-05T15:48:31.154 INFO:teuthology.orchestra.run.smithi145.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-05T15:48:31.155 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:48:31.156 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-05T15:48:31.157 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================================== 2023-12-05T15:48:31.157 INFO:teuthology.orchestra.run.smithi145.stdout:Install 21 Packages 2023-12-05T15:48:31.157 INFO:teuthology.orchestra.run.smithi145.stdout:Upgrade 2 Packages 2023-12-05T15:48:31.157 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:48:31.158 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 62 M 2023-12-05T15:48:31.158 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-05T15:48:32.015 INFO:teuthology.orchestra.run.smithi145.stdout:(1/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 6.8 MB/s | 5.4 MB 00:00 2023-12-05T15:48:32.082 INFO:teuthology.orchestra.run.smithi145.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 365 kB/s | 24 kB 00:00 2023-12-05T15:48:32.207 INFO:teuthology.orchestra.run.smithi145.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 6.6 MB/s | 839 kB 00:00 2023-12-05T15:48:32.324 INFO:teuthology.orchestra.run.smithi145.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 4.3 MB/s | 517 kB 00:00 2023-12-05T15:48:33.049 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-05T15:48:33.051 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================== 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================== 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrading: 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-05T15:48:33.052 INFO:teuthology.orchestra.run.smithi158.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-05T15:48:33.053 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout:================================================================================================== 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout:Install 21 Packages 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout:Upgrade 2 Packages 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 62 M 2023-12-05T15:48:33.054 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-12-05T15:48:33.166 INFO:teuthology.orchestra.run.smithi145.stdout:(5/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 8.2 MB/s | 6.9 MB 00:00 2023-12-05T15:48:33.392 INFO:teuthology.orchestra.run.smithi145.stdout:(6/23): ceph-common-19.0.0-13.ge6605fb8.el8.x86 10 MB/s | 23 MB 00:02 2023-12-05T15:48:33.417 INFO:teuthology.orchestra.run.smithi145.stdout:(7/23): python3-ceph-argparse-19.0.0-13.ge6605f 179 kB/s | 45 kB 00:00 2023-12-05T15:48:33.559 INFO:teuthology.orchestra.run.smithi145.stdout:(8/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x8 5.9 MB/s | 14 MB 00:02 2023-12-05T15:48:33.584 INFO:teuthology.orchestra.run.smithi145.stdout:(9/23): python3-ceph-common-19.0.0-13.ge6605fb8 670 kB/s | 128 kB 00:00 2023-12-05T15:48:33.609 INFO:teuthology.orchestra.run.smithi145.stdout:(10/23): python3-cephfs-19.0.0-13.ge6605fb8.el8 1.0 MB/s | 197 kB 00:00 2023-12-05T15:48:33.684 INFO:teuthology.orchestra.run.smithi145.stdout:(11/23): python3-rados-19.0.0-13.ge6605fb8.el8. 2.9 MB/s | 371 kB 00:00 2023-12-05T15:48:33.710 INFO:teuthology.orchestra.run.smithi145.stdout:(12/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 2.8 MB/s | 365 kB 00:00 2023-12-05T15:48:34.102 INFO:teuthology.orchestra.run.smithi145.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 150 kB/s | 59 kB 00:00 2023-12-05T15:48:34.285 INFO:teuthology.orchestra.run.smithi145.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 510 kB/s | 306 kB 00:00 2023-12-05T15:48:34.311 INFO:teuthology.orchestra.run.smithi145.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 360 kB/s | 75 kB 00:00 2023-12-05T15:48:34.361 INFO:teuthology.orchestra.run.smithi145.stdout:(16/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 142 kB/s | 107 kB 00:00 2023-12-05T15:48:34.478 INFO:teuthology.orchestra.run.smithi145.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-12-05T15:48:34.525 INFO:teuthology.orchestra.run.smithi158.stdout:(1/23): ceph-common-19.0.0-13.ge6605fb8.el8.x86 17 MB/s | 23 MB 00:01 2023-12-05T15:48:34.536 INFO:teuthology.orchestra.run.smithi145.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 251 kB/s | 44 kB 00:00 2023-12-05T15:48:34.567 INFO:teuthology.orchestra.run.smithi158.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 590 kB/s | 24 kB 00:00 2023-12-05T15:48:34.645 INFO:teuthology.orchestra.run.smithi145.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.1 MB/s | 354 kB 00:00 2023-12-05T15:48:34.650 INFO:teuthology.orchestra.run.smithi158.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 9.8 MB/s | 839 kB 00:00 2023-12-05T15:48:34.670 INFO:teuthology.orchestra.run.smithi145.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 350 kB/s | 47 kB 00:00 2023-12-05T15:48:34.709 INFO:teuthology.orchestra.run.smithi158.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 8.7 MB/s | 517 kB 00:00 2023-12-05T15:48:35.029 INFO:teuthology.orchestra.run.smithi145.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 2.3 MB/s | 1.7 MB 00:00 2023-12-05T15:48:35.263 INFO:teuthology.orchestra.run.smithi145.stdout:(22/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 6.1 MB/s | 3.8 MB 00:00 2023-12-05T15:48:35.321 INFO:teuthology.orchestra.run.smithi145.stdout:(23/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 5.7 MB/s | 3.7 MB 00:00 2023-12-05T15:48:35.324 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:48:35.324 INFO:teuthology.orchestra.run.smithi145.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-05T15:48:35.351 INFO:teuthology.orchestra.run.smithi158.stdout:(5/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 11 MB/s | 6.9 MB 00:00 2023-12-05T15:48:35.372 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-05T15:48:35.401 INFO:teuthology.orchestra.run.smithi158.stdout:(6/23): python3-ceph-argparse-19.0.0-13.ge6605f 893 kB/s | 45 kB 00:00 2023-12-05T15:48:35.417 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-05T15:48:35.418 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-05T15:48:35.452 INFO:teuthology.orchestra.run.smithi158.stdout:(7/23): python3-ceph-common-19.0.0-13.ge6605fb8 2.5 MB/s | 128 kB 00:00 2023-12-05T15:48:35.502 INFO:teuthology.orchestra.run.smithi158.stdout:(8/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 3.9 MB/s | 197 kB 00:00 2023-12-05T15:48:35.569 INFO:teuthology.orchestra.run.smithi158.stdout:(9/23): python3-rados-19.0.0-13.ge6605fb8.el8.x 5.4 MB/s | 371 kB 00:00 2023-12-05T15:48:35.628 INFO:teuthology.orchestra.run.smithi158.stdout:(10/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 6.1 MB/s | 365 kB 00:00 2023-12-05T15:48:35.678 INFO:teuthology.orchestra.run.smithi158.stdout:(11/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-05T15:48:35.759 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-05T15:48:35.763 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-05T15:48:35.962 INFO:teuthology.orchestra.run.smithi158.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.1 MB/s | 306 kB 00:00 2023-12-05T15:48:36.012 INFO:teuthology.orchestra.run.smithi158.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.2 MB/s | 59 kB 00:00 2023-12-05T15:48:36.079 INFO:teuthology.orchestra.run.smithi158.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-05T15:48:36.154 INFO:teuthology.orchestra.run.smithi158.stdout:(15/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_ 1.8 MB/s | 5.4 MB 00:02 2023-12-05T15:48:36.268 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================================== 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================================== 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrading: 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-05T15:48:36.271 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-05T15:48:36.272 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================================== 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout:Install 21 Packages 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout:Upgrade 2 Packages 2023-12-05T15:48:36.273 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:48:36.274 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 62 M 2023-12-05T15:48:36.274 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2023-12-05T15:48:36.296 INFO:teuthology.orchestra.run.smithi158.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 331 kB/s | 47 kB 00:00 2023-12-05T15:48:36.338 INFO:teuthology.orchestra.run.smithi158.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 6.7 MB/s | 1.7 MB 00:00 2023-12-05T15:48:36.514 INFO:teuthology.orchestra.run.smithi158.stdout:(18/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x 4.2 MB/s | 14 MB 00:03 2023-12-05T15:48:36.530 INFO:teuthology.orchestra.run.smithi158.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 229 kB/s | 44 kB 00:00 2023-12-05T15:48:36.556 INFO:teuthology.orchestra.run.smithi158.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.0 MB/s | 259 kB 00:00 2023-12-05T15:48:36.689 INFO:teuthology.orchestra.run.smithi158.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.0 MB/s | 354 kB 00:00 2023-12-05T15:48:36.931 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-05T15:48:37.134 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-05T15:48:37.277 INFO:teuthology.orchestra.run.smithi104.stdout:(1/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x8 14 MB/s | 14 MB 00:00 2023-12-05T15:48:37.318 INFO:teuthology.orchestra.run.smithi104.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 588 kB/s | 24 kB 00:00 2023-12-05T15:48:37.331 INFO:teuthology.orchestra.run.smithi158.stdout:(22/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 4.8 MB/s | 3.7 MB 00:00 2023-12-05T15:48:37.354 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T15:48:37.410 INFO:teuthology.orchestra.run.smithi104.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 9.0 MB/s | 839 kB 00:00 2023-12-05T15:48:37.468 INFO:teuthology.orchestra.run.smithi104.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 8.7 MB/s | 517 kB 00:00 2023-12-05T15:48:37.769 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T15:48:37.906 INFO:teuthology.orchestra.run.smithi104.stdout:(5/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 16 MB/s | 6.9 MB 00:00 2023-12-05T15:48:37.969 INFO:teuthology.orchestra.run.smithi104.stdout:(6/23): python3-ceph-argparse-19.0.0-13.ge6605f 717 kB/s | 45 kB 00:00 2023-12-05T15:48:37.995 INFO:teuthology.orchestra.run.smithi145.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:48:38.036 INFO:teuthology.orchestra.run.smithi104.stdout:(7/23): python3-ceph-common-19.0.0-13.ge6605fb8 1.9 MB/s | 128 kB 00:00 2023-12-05T15:48:38.096 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:48:38.111 INFO:teuthology.orchestra.run.smithi104.stdout:(8/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 3.0 MB/s | 5.4 MB 00:01 2023-12-05T15:48:38.137 INFO:teuthology.orchestra.run.smithi104.stdout:(9/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 1.9 MB/s | 197 kB 00:00 2023-12-05T15:48:38.187 INFO:teuthology.orchestra.run.smithi104.stdout:(10/23): python3-rados-19.0.0-13.ge6605fb8.el8. 4.8 MB/s | 371 kB 00:00 2023-12-05T15:48:38.212 INFO:teuthology.orchestra.run.smithi104.stdout:(11/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 4.7 MB/s | 365 kB 00:00 2023-12-05T15:48:38.246 INFO:teuthology.orchestra.run.smithi104.stdout:(12/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-05T15:48:38.301 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T15:48:38.521 INFO:teuthology.orchestra.run.smithi104.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 214 kB/s | 59 kB 00:00 2023-12-05T15:48:38.568 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-05T15:48:38.604 INFO:teuthology.orchestra.run.smithi104.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 781 kB/s | 306 kB 00:00 2023-12-05T15:48:38.655 INFO:teuthology.orchestra.run.smithi104.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 562 kB/s | 75 kB 00:00 2023-12-05T15:48:38.787 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:48:38.814 INFO:teuthology.orchestra.run.smithi104.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2023-12-05T15:48:38.855 INFO:teuthology.orchestra.run.smithi104.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 6.9 MB/s | 1.7 MB 00:00 2023-12-05T15:48:38.931 INFO:teuthology.orchestra.run.smithi158.stdout:(23/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 1.6 MB/s | 3.8 MB 00:02 2023-12-05T15:48:38.934 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:48:38.935 INFO:teuthology.orchestra.run.smithi158.stdout:Total 10 MB/s | 62 MB 00:05 2023-12-05T15:48:38.947 INFO:teuthology.orchestra.run.smithi104.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 329 kB/s | 44 kB 00:00 2023-12-05T15:48:38.983 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-12-05T15:48:39.028 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-12-05T15:48:39.029 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-12-05T15:48:39.042 INFO:teuthology.orchestra.run.smithi104.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.9 MB/s | 354 kB 00:00 2023-12-05T15:48:39.073 INFO:teuthology.orchestra.run.smithi104.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 374 kB/s | 47 kB 00:00 2023-12-05T15:48:39.190 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:48:39.365 INFO:teuthology.orchestra.run.smithi104.stdout:(21/23): ceph-common-19.0.0-13.ge6605fb8.el8.x8 7.4 MB/s | 23 MB 00:03 2023-12-05T15:48:39.377 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-12-05T15:48:39.381 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-12-05T15:48:39.395 INFO:teuthology.orchestra.run.smithi145.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:48:39.445 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:48:39.456 INFO:teuthology.orchestra.run.smithi104.stdout:(22/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 9.7 MB/s | 3.7 MB 00:00 2023-12-05T15:48:39.635 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-05T15:48:39.740 INFO:teuthology.orchestra.run.smithi104.stdout:(23/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 5.4 MB/s | 3.8 MB 00:00 2023-12-05T15:48:39.743 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:48:39.743 INFO:teuthology.orchestra.run.smithi104.stdout:Total 18 MB/s | 62 MB 00:03 2023-12-05T15:48:39.785 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2023-12-05T15:48:39.820 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T15:48:39.828 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2023-12-05T15:48:39.828 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2023-12-05T15:48:40.171 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2023-12-05T15:48:40.175 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2023-12-05T15:48:40.503 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T15:48:40.554 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-12-05T15:48:40.670 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:48:40.741 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:48:40.780 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-05T15:48:40.889 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-05T15:48:40.979 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T15:48:41.081 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T15:48:41.297 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T15:48:41.357 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2023-12-05T15:48:41.392 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T15:48:41.507 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-05T15:48:41.568 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-05T15:48:41.595 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:48:41.686 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T15:48:41.690 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:48:41.754 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T15:48:41.786 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T15:48:41.893 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T15:48:41.910 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-05T15:48:42.148 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-05T15:48:42.207 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T15:48:42.445 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:48:42.525 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-05T15:48:42.539 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:48:42.570 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:48:42.758 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-05T15:48:42.767 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T15:48:42.911 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-05T15:48:42.972 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:48:43.022 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-05T15:48:43.161 INFO:teuthology.orchestra.run.smithi158.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:48:43.257 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:48:43.261 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:48:43.429 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-05T15:48:43.499 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-05T15:48:43.652 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:48:43.894 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:48:43.947 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:48:44.168 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-05T15:48:44.279 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-05T15:48:44.386 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T15:48:44.445 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:48:44.502 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:48:44.622 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-05T15:48:44.805 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T15:48:45.030 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T15:48:45.059 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T15:48:45.235 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:48:45.248 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-05T15:48:45.301 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:48:45.420 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T15:48:45.473 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T15:48:45.480 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-05T15:48:45.628 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-05T15:48:45.630 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T15:48:45.829 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-05T15:48:45.871 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T15:48:46.055 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-05T15:48:46.064 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-05T15:48:46.203 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-05T15:48:46.551 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:46.552 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T15:48:46.656 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T15:48:46.769 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:46.795 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-05T15:48:46.972 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-05T15:48:47.257 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-05T15:48:47.364 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:47.436 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-05T15:48:47.942 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T15:48:48.014 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T15:48:48.177 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:48:49.945 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:50.186 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:50.783 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:51.054 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T15:48:51.139 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T15:48:51.181 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:51.294 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:48:51.402 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:52.069 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T15:48:52.357 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T15:48:52.428 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T15:48:52.576 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:06.790 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /sys 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /proc 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /dev 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /run 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /mnt 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /var/tmp 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /home 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /tmp 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /dev 2023-12-05T15:49:06.791 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:08.196 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T15:49:08.217 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T15:49:08.217 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T15:49:08.400 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T15:49:08.401 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:09.019 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-05T15:49:09.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-05T15:49:09.021 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-05T15:49:09.862 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:09.862 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /sys 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /proc 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /dev 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /run 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /mnt 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /var/tmp 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /home 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /tmp 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout:skipping the directory /dev 2023-12-05T15:49:09.863 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:11.258 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T15:49:11.279 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T15:49:11.279 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /sys 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /proc 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /dev 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /run 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /mnt 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /var/tmp 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /home 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /tmp 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout:skipping the directory /dev 2023-12-05T15:49:11.377 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:49:11.467 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T15:49:11.467 INFO:teuthology.orchestra.run.smithi158.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:12.075 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:12.075 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-05T15:49:12.075 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-05T15:49:12.075 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-05T15:49:12.076 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-05T15:49:12.077 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-05T15:49:12.819 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T15:49:12.839 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T15:49:12.839 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T15:49:13.040 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T15:49:13.041 INFO:teuthology.orchestra.run.smithi104.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T15:49:13.669 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T15:49:13.670 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-05T15:49:13.671 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-05T15:49:20.619 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:20.619 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-05T15:49:20.809 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:20.810 INFO:teuthology.orchestra.run.smithi145.stdout:Upgraded: 2023-12-05T15:49:20.810 INFO:teuthology.orchestra.run.smithi145.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.810 INFO:teuthology.orchestra.run.smithi145.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.810 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.813 INFO:teuthology.orchestra.run.smithi145.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:20.814 INFO:teuthology.orchestra.run.smithi145.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-05T15:49:20.815 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:20.815 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-05T15:49:20.977 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-test 2023-12-05T15:49:21.326 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:49:23.266 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2023-12-05T15:49:23.304 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:23.304 INFO:teuthology.orchestra.run.smithi158.stdout:Installed products updated. 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout:Upgraded: 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-05T15:49:23.501 INFO:teuthology.orchestra.run.smithi158.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:23.502 INFO:teuthology.orchestra.run.smithi158.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-05T15:49:23.503 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:23.503 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-05T15:49:23.647 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2023-12-05T15:49:23.673 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph-test 2023-12-05T15:49:24.025 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:49:24.510 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T15:49:24.510 INFO:teuthology.orchestra.run.smithi104.stdout:Installed products updated. 2023-12-05T15:49:24.697 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:49:24.697 INFO:teuthology.orchestra.run.smithi104.stdout:Upgraded: 2023-12-05T15:49:24.697 INFO:teuthology.orchestra.run.smithi104.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.697 INFO:teuthology.orchestra.run.smithi104.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.697 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-05T15:49:24.698 INFO:teuthology.orchestra.run.smithi104.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:49:24.699 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-12-05T15:49:24.871 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum -y install ceph-test 2023-12-05T15:49:25.217 INFO:teuthology.orchestra.run.smithi104.stdout:Updating Subscription Management repositories. 2023-12-05T15:49:25.253 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-05T15:49:25.253 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================== 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================== 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-05T15:49:25.254 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================== 2023-12-05T15:49:25.255 INFO:teuthology.orchestra.run.smithi145.stdout:Install 6 Packages 2023-12-05T15:49:25.255 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:25.255 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 50 M 2023-12-05T15:49:25.255 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 223 M 2023-12-05T15:49:25.255 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-05T15:49:25.282 INFO:teuthology.orchestra.run.smithi145.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.6 MB/s | 70 kB 00:00 2023-12-05T15:49:25.424 INFO:teuthology.orchestra.run.smithi145.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2023-12-05T15:49:25.591 INFO:teuthology.orchestra.run.smithi145.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2023-12-05T15:49:25.641 INFO:teuthology.orchestra.run.smithi145.stdout:(4/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 475 kB/s | 183 kB 00:00 2023-12-05T15:49:25.699 INFO:teuthology.orchestra.run.smithi145.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.8 MB/s | 202 kB 00:00 2023-12-05T15:49:25.843 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 kB/s | 4.1 kB 00:00 2023-12-05T15:49:26.166 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-05T15:49:26.904 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-05T15:49:27.341 INFO:teuthology.orchestra.run.smithi104.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-05T15:49:27.741 INFO:teuthology.orchestra.run.smithi158.stdout:Dependencies resolved. 2023-12-05T15:49:27.741 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================== 2023-12-05T15:49:27.741 INFO:teuthology.orchestra.run.smithi158.stdout: Package Arch Version Repository Size 2023-12-05T15:49:27.741 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================== 2023-12-05T15:49:27.741 INFO:teuthology.orchestra.run.smithi158.stdout:Installing: 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout:Installing dependencies: 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction Summary 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout:========================================================================================== 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout:Install 6 Packages 2023-12-05T15:49:27.742 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:27.743 INFO:teuthology.orchestra.run.smithi158.stdout:Total download size: 50 M 2023-12-05T15:49:27.743 INFO:teuthology.orchestra.run.smithi158.stdout:Installed size: 223 M 2023-12-05T15:49:27.743 INFO:teuthology.orchestra.run.smithi158.stdout:Downloading Packages: 2023-12-05T15:49:27.863 INFO:teuthology.orchestra.run.smithi158.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 585 kB/s | 70 kB 00:00 2023-12-05T15:49:28.029 INFO:teuthology.orchestra.run.smithi158.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2023-12-05T15:49:28.138 INFO:teuthology.orchestra.run.smithi158.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-12-05T15:49:28.322 INFO:teuthology.orchestra.run.smithi158.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-12-05T15:49:28.347 INFO:teuthology.orchestra.run.smithi158.stdout:(5/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 303 kB/s | 183 kB 00:00 2023-12-05T15:49:28.856 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-12-05T15:49:28.857 INFO:teuthology.orchestra.run.smithi104.stdout:========================================================================================== 2023-12-05T15:49:28.857 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2023-12-05T15:49:28.857 INFO:teuthology.orchestra.run.smithi104.stdout:========================================================================================== 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout:========================================================================================== 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout:Install 6 Packages 2023-12-05T15:49:28.858 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-12-05T15:49:28.859 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 50 M 2023-12-05T15:49:28.859 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 223 M 2023-12-05T15:49:28.859 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2023-12-05T15:49:28.900 INFO:teuthology.orchestra.run.smithi104.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-05T15:49:29.126 INFO:teuthology.orchestra.run.smithi104.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.4 MB/s | 323 kB 00:00 2023-12-05T15:49:29.234 INFO:teuthology.orchestra.run.smithi104.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-12-05T15:49:29.326 INFO:teuthology.orchestra.run.smithi104.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.2 MB/s | 202 kB 00:00 2023-12-05T15:49:29.593 INFO:teuthology.orchestra.run.smithi104.stdout:(5/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 250 kB/s | 183 kB 00:00 2023-12-05T15:49:29.916 INFO:teuthology.orchestra.run.smithi145.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 11 MB/s | 49 MB 00:04 2023-12-05T15:49:29.918 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:49:29.918 INFO:teuthology.orchestra.run.smithi145.stdout:Total 11 MB/s | 50 MB 00:04 2023-12-05T15:49:29.955 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-05T15:49:29.976 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-05T15:49:29.977 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-05T15:49:30.241 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-05T15:49:30.245 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-05T15:49:30.680 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-05T15:49:30.810 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T15:49:30.910 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T15:49:31.097 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-05T15:49:31.252 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-05T15:49:31.384 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-05T15:49:31.544 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T15:49:32.889 INFO:teuthology.orchestra.run.smithi158.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 9.6 MB/s | 49 MB 00:05 2023-12-05T15:49:32.891 INFO:teuthology.orchestra.run.smithi158.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:49:32.891 INFO:teuthology.orchestra.run.smithi158.stdout:Total 9.8 MB/s | 50 MB 00:05 2023-12-05T15:49:32.928 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction check 2023-12-05T15:49:32.950 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction check succeeded. 2023-12-05T15:49:32.950 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction test 2023-12-05T15:49:33.216 INFO:teuthology.orchestra.run.smithi158.stdout:Transaction test succeeded. 2023-12-05T15:49:33.220 INFO:teuthology.orchestra.run.smithi158.stdout:Running transaction 2023-12-05T15:49:33.663 INFO:teuthology.orchestra.run.smithi158.stdout: Preparing : 1/1 2023-12-05T15:49:33.786 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T15:49:33.866 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T15:49:34.047 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-05T15:49:34.195 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-05T15:49:34.326 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-05T15:49:34.469 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T15:49:36.278 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T15:49:36.506 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T15:49:36.728 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T15:49:36.728 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-05T15:49:36.728 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-05T15:49:36.728 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-05T15:49:36.728 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-05T15:49:36.728 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-05T15:49:38.924 INFO:teuthology.orchestra.run.smithi104.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 4.9 MB/s | 49 MB 00:10 2023-12-05T15:49:38.926 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2023-12-05T15:49:38.926 INFO:teuthology.orchestra.run.smithi104.stdout:Total 5.0 MB/s | 50 MB 00:10 2023-12-05T15:49:38.963 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2023-12-05T15:49:38.984 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2023-12-05T15:49:38.985 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2023-12-05T15:49:39.225 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T15:49:39.250 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2023-12-05T15:49:39.254 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2023-12-05T15:49:39.457 INFO:teuthology.orchestra.run.smithi158.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T15:49:39.689 INFO:teuthology.orchestra.run.smithi158.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T15:49:39.690 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-05T15:49:39.690 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-05T15:49:39.690 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-05T15:49:39.690 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-05T15:49:39.690 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-05T15:49:39.695 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2023-12-05T15:49:39.824 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T15:49:39.910 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T15:49:40.123 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-05T15:49:40.274 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-05T15:49:40.448 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-05T15:49:40.591 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T15:49:45.351 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T15:49:45.612 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T15:49:45.835 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T15:49:45.835 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-05T15:49:45.835 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-05T15:49:45.836 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-05T15:49:45.836 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-05T15:49:45.836 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-05T15:49:45.995 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-05T15:49:45.995 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-05T15:49:46.179 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:46.180 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-05T15:49:46.180 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-05T15:49:46.180 INFO:teuthology.orchestra.run.smithi145.stdout: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-05T15:49:46.180 INFO:teuthology.orchestra.run.smithi145.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-05T15:49:46.180 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-05T15:49:46.180 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-05T15:49:46.313 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph 2023-12-05T15:49:46.649 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-05T15:49:48.309 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-05T15:49:48.696 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-05T15:49:50.313 INFO:teuthology.orchestra.run.smithi145.stderr:Error: 2023-12-05T15:49:50.313 INFO:teuthology.orchestra.run.smithi145.stderr: Problem: conflicting requests 2023-12-05T15:49:50.313 INFO:teuthology.orchestra.run.smithi145.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:50.313 INFO:teuthology.orchestra.run.smithi145.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-05T15:49:50.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:50.397 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi145 with status 1: 'sudo yum -y install ceph' 2023-12-05T15:49:50.399 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi145 with status 1: 'sudo yum -y install ceph' 2023-12-05T15:49:50.471 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=91b54775c76245e4b315b5a4f4b7ae5e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi145 with status 1: 'sudo yum -y install ceph' 2023-12-05T15:49:50.474 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-05T15:49:50.484 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-05T15:49:50.511 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-05T15:49:50.512 DEBUG:teuthology.orchestra.run.smithi104:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T15:49:50.526 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T15:49:50.529 DEBUG:teuthology.orchestra.run.smithi158:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T15:49:50.536 INFO:teuthology.orchestra.run.smithi104.stderr:bash: ntpq: command not found 2023-12-05T15:49:50.541 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T15:49:50.541 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2023-12-05T15:49:50.541 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 18 +872us[ +872us] +/- 84ms 2023-12-05T15:49:50.542 INFO:teuthology.orchestra.run.smithi104.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -890us[ -855us] +/- 67ms 2023-12-05T15:49:50.542 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 +184us[ +184us] +/- 81ms 2023-12-05T15:49:50.542 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:49:50.542 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-05T15:49:50.546 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T15:49:50.546 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-05T15:49:50.546 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +878us[ +878us] +/- 84ms 2023-12-05T15:49:50.546 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -871us[ -845us] +/- 67ms 2023-12-05T15:49:50.546 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 17 +192us[ +192us] +/- 81ms 2023-12-05T15:49:50.546 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:49:50.548 INFO:teuthology.orchestra.run.smithi158.stderr:bash: ntpq: command not found 2023-12-05T15:49:50.552 INFO:teuthology.orchestra.run.smithi158.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T15:49:50.553 INFO:teuthology.orchestra.run.smithi158.stdout:=============================================================================== 2023-12-05T15:49:50.553 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +873us[ +872us] +/- 84ms 2023-12-05T15:49:50.554 INFO:teuthology.orchestra.run.smithi158.stdout:^* hv02.front.sepia.ceph.com 3 6 77 16 -874us[ -875us] +/- 67ms 2023-12-05T15:49:50.554 INFO:teuthology.orchestra.run.smithi158.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 17 +218us[ +217us] +/- 81ms 2023-12-05T15:49:50.554 INFO:teuthology.orchestra.run.smithi158.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T15:49:50.555 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-05T15:49:50.564 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-05T15:49:50.565 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-05T15:49:50.578 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:49:50.691 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:49:50.799 INFO:teuthology.orchestra.run.smithi158.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-05T15:49:50.799 INFO:teuthology.orchestra.run.smithi158.stdout:Installed products updated. 2023-12-05T15:49:50.804 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:49:50.903 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:49:50.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:50.938 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:49:50.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:50.970 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:49:50.993 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:50.993 INFO:teuthology.orchestra.run.smithi158.stdout:Installed: 2023-12-05T15:49:50.994 INFO:teuthology.orchestra.run.smithi158.stdout: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-05T15:49:50.994 INFO:teuthology.orchestra.run.smithi158.stdout: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-05T15:49:50.994 INFO:teuthology.orchestra.run.smithi158.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-05T15:49:50.994 INFO:teuthology.orchestra.run.smithi158.stdout: 2023-12-05T15:49:50.994 INFO:teuthology.orchestra.run.smithi158.stdout:Complete! 2023-12-05T15:49:51.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:51.002 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-05T15:49:51.012 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-05T15:49:51.025 INFO:teuthology.task.internal:Duration was 872.106505 seconds 2023-12-05T15:49:51.025 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-05T15:49:51.056 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-05T15:49:51.057 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T15:49:51.059 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T15:49:51.061 DEBUG:teuthology.orchestra.run.smithi158:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T15:49:51.105 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:49:51.106 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:49:51.110 INFO:teuthology.orchestra.run.smithi158.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T15:49:51.143 DEBUG:teuthology.orchestra.run.smithi158:> sudo yum -y install ceph 2023-12-05T15:49:51.410 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-05T15:49:51.411 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2023-12-05T15:49:51.411 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:49:51.433 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-12-05T15:49:51.433 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:49:51.455 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi158.front.sepia.ceph.com 2023-12-05T15:49:51.455 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:49:51.478 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-05T15:49:51.479 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T15:49:51.481 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T15:49:51.488 INFO:teuthology.orchestra.run.smithi158.stdout:Updating Subscription Management repositories. 2023-12-05T15:49:51.497 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T15:49:51.535 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-05T15:49:51.535 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T15:49:51.560 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T15:49:51.577 DEBUG:teuthology.orchestra.run.smithi158:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T15:49:51.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-05T15:49:51.655 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-05T15:49:51.656 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T15:49:51.709 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T15:49:51.754 DEBUG:teuthology.orchestra.run.smithi158:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T15:49:51.806 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-05T15:49:51.815 DEBUG:teuthology.orchestra.run.smithi104:> 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 2023-12-05T15:49:51.818 DEBUG:teuthology.orchestra.run.smithi145:> 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 2023-12-05T15:49:51.820 DEBUG:teuthology.orchestra.run.smithi158:> 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 2023-12-05T15:49:51.841 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2023-12-05T15:49:51.843 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-12-05T15:49:51.845 INFO:teuthology.orchestra.run.smithi158.stdout:kernel.core_pattern = core 2023-12-05T15:49:51.871 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T15:49:51.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:51.912 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T15:49:51.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:51.928 DEBUG:teuthology.orchestra.run.smithi158:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T15:49:51.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:51.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-05T15:49:51.955 INFO:teuthology.task.internal:Transferring archived files... 2023-12-05T15:49:51.956 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899/remote/smithi104 2023-12-05T15:49:51.957 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T15:49:52.024 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899/remote/smithi145 2023-12-05T15:49:52.025 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T15:49:52.075 DEBUG:teuthology.misc:Transferring archived files from smithi158:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899/remote/smithi158 2023-12-05T15:49:52.076 DEBUG:teuthology.orchestra.run.smithi158:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T15:49:52.118 INFO:teuthology.task.internal:Removing archive directory... 2023-12-05T15:49:52.119 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T15:49:52.121 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T15:49:52.124 DEBUG:teuthology.orchestra.run.smithi158:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T15:49:52.170 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-05T15:49:52.182 INFO:teuthology.task.internal:Not uploading archives. 2023-12-05T15:49:52.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-05T15:49:52.194 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-05T15:49:52.195 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T15:49:52.197 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T15:49:52.199 DEBUG:teuthology.orchestra.run.smithi158:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T15:49:52.211 INFO:teuthology.orchestra.run.smithi104.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 15:49 /home/ubuntu/cephtest 2023-12-05T15:49:52.213 INFO:teuthology.orchestra.run.smithi145.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 15:49 /home/ubuntu/cephtest 2023-12-05T15:49:52.227 INFO:teuthology.orchestra.run.smithi158.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 15:49 /home/ubuntu/cephtest 2023-12-05T15:49:52.228 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-05T15:49:52.238 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-05T15:49:52.269 INFO:teuthology.nuke:Checking targets against current locks 2023-12-05T15:49:52.296 DEBUG:teuthology.nuke:shortname: smithi104 2023-12-05T15:49:52.297 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T15:49:52.317 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:47.772341', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T15:49:52.323 DEBUG:teuthology.nuke:shortname: smithi145 2023-12-05T15:49:52.324 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T15:49:52.343 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:47.773629', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T15:49:52.346 DEBUG:teuthology.nuke:shortname: smithi158 2023-12-05T15:49:52.346 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T15:49:52.364 INFO:teuthology.orchestra.console.smithi104:Power off 2023-12-05T15:49:52.364 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T15:49:52.377 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi158.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_15:27:23-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477899', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-05 15:27:47.770645', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T15:49:52.385 DEBUG:teuthology.orchestra.console.smithi104:power off output: Chassis Power Control: Down/Off 2023-12-05T15:49:52.386 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:49:52.409 INFO:teuthology.orchestra.console.smithi145:Power off 2023-12-05T15:49:52.409 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T15:49:52.424 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2023-12-05T15:49:52.431 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-12-05T15:49:52.431 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:49:52.452 INFO:teuthology.orchestra.console.smithi158:Power off 2023-12-05T15:49:52.452 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T15:49:52.461 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-05T15:49:52.475 DEBUG:teuthology.orchestra.console.smithi158:power off output: Chassis Power Control: Down/Off 2023-12-05T15:49:52.475 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:49:52.497 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-12-05T15:49:53.216 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 19 kB/s | 4.1 kB 00:00 2023-12-05T15:49:53.528 INFO:teuthology.orchestra.run.smithi158.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-05T15:49:55.112 INFO:teuthology.orchestra.run.smithi158.stderr:Error: 2023-12-05T15:49:55.113 INFO:teuthology.orchestra.run.smithi158.stderr: Problem: conflicting requests 2023-12-05T15:49:55.113 INFO:teuthology.orchestra.run.smithi158.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T15:49:55.113 INFO:teuthology.orchestra.run.smithi158.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-05T15:49:55.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T15:49:56.126 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T15:49:56.126 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-05T15:49:56.424 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:49:56.461 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:49:56.499 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:49:56.534 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2023-12-05T15:49:56.572 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-05T15:49:56.612 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-12-05T15:50:00.539 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:50:00.573 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:50:00.613 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:50:00.650 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2023-12-05T15:50:00.682 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-05T15:50:00.723 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is on 2023-12-05T15:50:04.654 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:50:04.682 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:50:04.724 DEBUG:teuthology.orchestra.console.smithi158:pexpect command: ipmitool -H smithi158.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T15:50:04.767 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is off 2023-12-05T15:50:04.793 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-12-05T15:50:04.836 DEBUG:teuthology.orchestra.console.smithi158:check power output: Chassis Power is off 2023-12-05T15:50:04.868 INFO:teuthology.orchestra.console.smithi104:Power off completed 2023-12-05T15:50:04.893 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-12-05T15:50:04.938 INFO:teuthology.orchestra.console.smithi158:Power off completed 2023-12-05T15:50:05.043 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 872.1065049171448 failure_reason: 'Command failed on smithi145 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=91b54775c76245e4b315b5a4f4b7ae5e status: fail success: false 2023-12-05T15:50:05.043 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T15:50:05.127 INFO:teuthology.run:FAIL