2023-12-05T12:50:00.707 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-05T12:50:00.707 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749 --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_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749/orig.config.yaml 2023-12-05T12:50:00.737 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T12:50:00.815 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749 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@ibm.com first_in_suite: false job_id: '7477749' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-05_12:39:43-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: 70 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: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi187.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_12:39:43 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-05T12:50:00.815 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-05T12:50:00.816 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-05T12:50:00.816 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-05T12:50:00.817 INFO:teuthology.task.internal:Checking packages... 2023-12-05T12:50:00.840 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-05T12:50:00.840 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-05T12:50:00.840 INFO:teuthology.packaging:ref: None 2023-12-05T12:50:00.840 INFO:teuthology.packaging:tag: None 2023-12-05T12:50:00.840 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-05T12:50:00.840 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T12:50:00.841 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-05T12:50:00.978 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13.ge6605fb8 2023-12-05T12:50:00.978 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-05T12:50:00.984 INFO:teuthology.task.internal:no buildpackages task found 2023-12-05T12:50:00.984 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-05T12:50:01.072 INFO:teuthology.task.internal:Saving configuration 2023-12-05T12:50:01.085 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-05T12:50:01.092 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T12:50:01.117 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749', '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 12:41:19.654715', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T12:50:01.142 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749', '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 12:41:19.653601', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T12:50:01.167 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749', '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 12:41:19.655637', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T12:50:01.167 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-05T12:50:01.173 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-05T12:50:01.173 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-05T12:50:01.173 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-05T12:50:01.173 INFO:teuthology.run_tasks:Running task console_log... 2023-12-05T12:50:01.282 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff0800ff9d0>, signals=[15]) 2023-12-05T12:50:01.282 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-05T12:50:01.288 INFO:teuthology.task.internal:Opening connections... 2023-12-05T12:50:01.288 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-12-05T12:50:01.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:50:01.358 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2023-12-05T12:50:01.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:50:01.427 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2023-12-05T12:50:01.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:50:01.496 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-05T12:50:01.503 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-12-05T12:50:01.523 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-12-05T12:50:01.523 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-12-05T12:50:01.583 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Red Hat Enterprise Linux" 2023-12-05T12:50:01.583 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8.6 (Ootpa)" 2023-12-05T12:50:01.583 INFO:teuthology.orchestra.run.smithi088.stdout:ID="rhel" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="fedora" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8.6" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.redhat.com/" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-05T12:50:01.584 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-05T12:50:01.585 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-12-05T12:50:01.610 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2023-12-05T12:50:01.631 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2023-12-05T12:50:01.631 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2023-12-05T12:50:01.690 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="Red Hat Enterprise Linux" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="8.6 (Ootpa)" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:ID="rhel" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="fedora" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="8.6" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el8" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://www.redhat.com/" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T12:50:01.691 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T12:50:01.692 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T12:50:01.692 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-05T12:50:01.692 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-05T12:50:01.692 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-05T12:50:01.692 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2023-12-05T12:50:01.718 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2023-12-05T12:50:01.739 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2023-12-05T12:50:01.740 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2023-12-05T12:50:01.799 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="Red Hat Enterprise Linux" 2023-12-05T12:50:01.799 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="8.6 (Ootpa)" 2023-12-05T12:50:01.799 INFO:teuthology.orchestra.run.smithi187.stdout:ID="rhel" 2023-12-05T12:50:01.799 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="fedora" 2023-12-05T12:50:01.799 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="8.6" 2023-12-05T12:50:01.799 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el8" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://www.redhat.com/" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-05T12:50:01.800 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-05T12:50:01.800 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2023-12-05T12:50:01.818 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-05T12:50:01.827 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-05T12:50:01.832 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-05T12:50:01.832 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:50:01.834 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:50:01.837 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:50:01.857 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-05T12:50:01.863 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-05T12:50:01.863 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:50:01.894 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:50:01.896 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:50:01.926 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-05T12:50:02.007 INFO:teuthology.run_tasks:Running task kernel... 2023-12-05T12:50:02.021 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-05T12:50:02.021 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-05T12:50:02.022 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:50:02.022 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:50:02.023 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:50:02.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:50:02.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:50:02.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:50:02.043 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2023-12-05T12:50:02.043 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2023-12-05T12:50:02.043 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-12-05T12:50:02.101 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:02.101 INFO:teuthology.task.kernel:Running kernel on smithi187: 4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:02.101 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2023-12-05T12:50:02.103 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:02.103 INFO:teuthology.orchestra.run.smithi175.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:02.104 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:02.104 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-12-05T12:50:02.104 INFO:teuthology.task.kernel:Running kernel on smithi175: 4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:02.104 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2023-12-05T12:50:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:03.266 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-05T12:50:03.312 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:03.312 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2023-12-05T12:50:03.406 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:03.406 INFO:teuthology.orchestra.run.smithi175.stdout:Unable to read consumer identity 2023-12-05T12:50:04.680 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-05T12:50:04.754 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-05T12:50:04.911 INFO:teuthology.orchestra.run.smithi175.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-05T12:50:05.439 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-05T12:50:05.629 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-05T12:50:06.812 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2023-12-05T12:50:08.922 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 370 kB/s | 24 kB 00:00 2023-12-05T12:50:09.112 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 500 kB/s | 24 kB 00:00 2023-12-05T12:50:09.650 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-05T12:50:09.706 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-05T12:50:09.707 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-12-05T12:50:09.707 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-05T12:50:09.798 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-05T12:50:09.824 DEBUG:teuthology.orchestra.run.smithi088:> echo no | sudo yum reinstall kernel || true 2023-12-05T12:50:09.865 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-12-05T12:50:09.866 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2023-12-05T12:50:09.866 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-12-05T12:50:09.997 DEBUG:teuthology.orchestra.run.smithi187:> echo no | sudo yum reinstall kernel || true 2023-12-05T12:50:10.154 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:10.154 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-05T12:50:10.320 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 606 kB/s | 24 kB 00:00 2023-12-05T12:50:10.331 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:10.331 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2023-12-05T12:50:10.415 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:01 ago on Tue 05 Dec 2023 12:50:09 PM UTC. 2023-12-05T12:50:10.458 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T12:50:10.497 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-12-05T12:50:10.543 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum reinstall -y kernel || true 2023-12-05T12:50:10.589 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:01 ago on Tue 05 Dec 2023 12:50:09 PM UTC. 2023-12-05T12:50:10.630 INFO:teuthology.orchestra.run.smithi187.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T12:50:10.674 INFO:teuthology.orchestra.run.smithi187.stderr:Error: No packages marked for reinstall. 2023-12-05T12:50:10.721 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum reinstall -y kernel || true 2023-12-05T12:50:10.869 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:10.870 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-12-05T12:50:11.031 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-05T12:50:11.050 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:11.050 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2023-12-05T12:50:11.083 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-05T12:50:11.084 INFO:teuthology.orchestra.run.smithi175.stdout:Nothing to do. 2023-12-05T12:50:11.084 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-05T12:50:11.121 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 12:50:09 PM UTC. 2023-12-05T12:50:11.159 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T12:50:11.213 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-12-05T12:50:11.236 DEBUG:teuthology.orchestra.run.smithi175:> echo no | sudo yum reinstall kernel || true 2023-12-05T12:50:11.258 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:11.304 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 12:50:09 PM UTC. 2023-12-05T12:50:11.337 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:11.337 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:11.337 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-05T12:50:11.337 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-05T12:50:11.338 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:50:11.345 INFO:teuthology.orchestra.run.smithi187.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T12:50:11.363 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-12-05T12:50:11.372 INFO:teuthology.orchestra.run.smithi187.stderr:Error: No packages marked for reinstall. 2023-12-05T12:50:11.378 DEBUG:teuthology.parallel:result is None 2023-12-05T12:50:11.420 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:11.500 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:11.501 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:11.501 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-05T12:50:11.501 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-05T12:50:11.501 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:50:11.527 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2023-12-05T12:50:11.548 DEBUG:teuthology.parallel:result is None 2023-12-05T12:50:11.567 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:11.567 INFO:teuthology.orchestra.run.smithi175.stdout:Unable to read consumer identity 2023-12-05T12:50:11.833 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:01 ago on Tue 05 Dec 2023 12:50:10 PM UTC. 2023-12-05T12:50:11.881 INFO:teuthology.orchestra.run.smithi175.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T12:50:11.922 INFO:teuthology.orchestra.run.smithi175.stderr:Error: No packages marked for reinstall. 2023-12-05T12:50:11.969 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum reinstall -y kernel || true 2023-12-05T12:50:12.296 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T12:50:12.296 INFO:teuthology.orchestra.run.smithi175.stdout:Unable to read consumer identity 2023-12-05T12:50:12.549 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:00:02 ago on Tue 05 Dec 2023 12:50:10 PM UTC. 2023-12-05T12:50:12.588 INFO:teuthology.orchestra.run.smithi175.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-05T12:50:12.615 INFO:teuthology.orchestra.run.smithi175.stderr:Error: No packages marked for reinstall. 2023-12-05T12:50:12.667 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:12.748 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:12.748 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-05T12:50:12.748 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-05T12:50:12.748 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-05T12:50:12.748 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:50:12.774 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2023-12-05T12:50:12.788 DEBUG:teuthology.parallel:result is None 2023-12-05T12:50:12.789 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-05T12:50:12.796 INFO:teuthology.task.internal:Creating test directory... 2023-12-05T12:50:12.797 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:50:12.799 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:50:12.831 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:50:12.851 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-05T12:50:12.857 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-05T12:50:12.863 INFO:teuthology.task.internal:Creating archive directory... 2023-12-05T12:50:12.863 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:50:12.865 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:50:12.886 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:50:12.925 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-05T12:50:12.932 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-05T12:50:12.932 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T12:50:12.934 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T12:50:12.957 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T12:50:12.975 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:50:12.987 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:50:12.999 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:50:13.007 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:50:13.010 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:50:13.017 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:50:13.019 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-05T12:50:13.025 INFO:teuthology.task.internal:Configuring sudo... 2023-12-05T12:50:13.026 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:50:13.031 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:50:13.033 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:50:13.081 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-05T12:50:13.092 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-05T12:50:13.093 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:50:13.101 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:50:13.103 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:50:13.139 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:50:13.201 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:50:13.256 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:50:13.343 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:50:13.382 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-05T12:50:13.382 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:50:13.450 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:50:13.495 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:50:13.547 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:50:13.632 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:50:13.674 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-05T12:50:13.675 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:50:13.741 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:50:13.790 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:50:13.846 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:50:13.932 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:50:13.975 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-12-05T12:50:13.975 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:50:14.045 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-12-05T12:50:14.047 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2023-12-05T12:50:14.049 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2023-12-05T12:50:14.101 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T12:50:14.130 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T12:50:14.145 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T12:50:14.431 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-05T12:50:14.439 INFO:teuthology.task.internal:Starting timer... 2023-12-05T12:50:14.440 INFO:teuthology.run_tasks:Running task pcp... 2023-12-05T12:50:14.454 INFO:teuthology.run_tasks:Running task selinux... 2023-12-05T12:50:14.462 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-05T12:50:14.462 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-12-05T12:50:14.523 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-12-05T12:50:14.525 DEBUG:teuthology.orchestra.run.smithi175:> sudo service auditd rotate 2023-12-05T12:50:14.590 INFO:teuthology.orchestra.run.smithi175.stdout:Rotating logs: 2023-12-05T12:50:14.592 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2023-12-05T12:50:14.653 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2023-12-05T12:50:14.656 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-05T12:50:14.656 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-12-05T12:50:14.691 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-12-05T12:50:14.691 DEBUG:teuthology.orchestra.run.smithi175:> /usr/sbin/getenforce 2023-12-05T12:50:14.719 INFO:teuthology.orchestra.run.smithi175.stdout:Permissive 2023-12-05T12:50:14.720 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2023-12-05T12:50:14.741 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2023-12-05T12:50:14.741 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi175.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2023-12-05T12:50:14.741 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T12:50:14.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:50:14.769 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T12:50:14.795 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:50:14.796 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T12:50:14.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:50:14.824 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-05T12:50:14.824 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-12-05T12:50:14.853 DEBUG:teuthology.orchestra.run.smithi175:> sudo /usr/sbin/setenforce permissive 2023-12-05T12:50:14.880 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2023-12-05T12:50:14.908 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-05T12:50:14.917 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-05T12:50:14.918 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-05T12:50:14.939 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-05T12:50:14.940 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi175.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-05T13:07:33.125 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2023-12-05T13:07:33.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-05T13:07:33.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:07:33.201 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-12-05T13:07:33.267 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-12-05T13:07:33.268 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-05T13:07:33.268 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:07:33.339 DEBUG:teuthology.orchestra.run.smithi175:> true 2023-12-05T13:07:33.367 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2023-12-05T13:07:33.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2023-12-05T13:07:33.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:07:33.437 DEBUG:teuthology.orchestra.run.smithi187:> true 2023-12-05T13:07:33.504 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2023-12-05T13:07:33.506 INFO:teuthology.run_tasks:Running task clock... 2023-12-05T13:07:33.516 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-05T13:07:33.517 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:07:33.517 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:07:33.520 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:07:33.520 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:07:33.522 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:07:33.522 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:07:33.548 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T13:07:33.556 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T13:07:33.563 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T13:07:33.574 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T13:07:33.578 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T13:07:33.593 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T13:07:33.626 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-12-05T13:07:33.637 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-12-05T13:07:33.647 INFO:teuthology.orchestra.run.smithi175.stderr:sudo: ntpd: command not found 2023-12-05T13:07:33.651 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T13:07:33.659 INFO:teuthology.orchestra.run.smithi175.stdout:506 Cannot talk to daemon 2023-12-05T13:07:33.665 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T13:07:33.679 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2023-12-05T13:07:33.679 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T13:07:33.687 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2023-12-05T13:07:33.688 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T13:07:33.701 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T13:07:33.715 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T13:07:33.731 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-12-05T13:07:33.734 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:07:33.734 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-12-05T13:07:33.734 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.734 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.734 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.735 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.762 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2023-12-05T13:07:33.765 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:07:33.766 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2023-12-05T13:07:33.766 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.766 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.766 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.766 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.794 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2023-12-05T13:07:33.802 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:07:33.802 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2023-12-05T13:07:33.802 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.802 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.802 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.803 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:07:33.803 INFO:teuthology.run_tasks:Running task pexec... 2023-12-05T13:07:33.813 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-05T13:07:33.813 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-12-05T13:07:33.814 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T13:07:33.814 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi175.front.sepia.ceph.com 2023-12-05T13:07:33.814 DEBUG:teuthology.orchestra.run.smithi175:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T13:07:33.814 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2023-12-05T13:07:33.815 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T13:07:34.185 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T13:07:34.190 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T13:07:34.213 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T13:07:35.520 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2023-12-05T13:07:35.600 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-05T13:07:35.681 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-05T13:07:35.910 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-05T13:07:35.976 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2023-12-05T13:07:35.986 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 38 kB/s | 4.1 kB 00:00 2023-12-05T13:07:37.861 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout:Resetting modules: 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2023-12-05T13:07:37.863 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:07:37.864 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-05T13:07:37.865 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-05T13:07:37.865 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-12-05T13:07:37.866 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:07:37.976 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout:Resetting modules: 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2023-12-05T13:07:37.977 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:07:48.477 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-05T13:07:48.924 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T13:07:49.912 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-05T13:07:50.365 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-12-05T13:07:50.387 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T13:07:50.512 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-05T13:07:50.782 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 48 kB/s | 4.5 kB 00:00 2023-12-05T13:07:50.821 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T13:07:51.814 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-05T13:07:52.180 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-05T13:07:52.236 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-05T13:07:52.607 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-05T13:07:52.707 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-05T13:07:52.797 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================================================ 2023-12-05T13:07:52.797 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================================================ 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout:Installing group/module packages: 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.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-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.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-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.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-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.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-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-05T13:07:52.798 INFO:teuthology.orchestra.run.smithi175.stdout:Installing module profiles: 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools/common 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout:Enabling module streams: 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools rhel8 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================================================ 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout:Install 10 Packages 2023-12-05T13:07:52.799 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:07:52.800 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 18 M 2023-12-05T13:07:52.800 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 65 M 2023-12-05T13:07:52.800 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-12-05T13:07:52.955 INFO:teuthology.orchestra.run.smithi175.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 262 kB/s | 41 kB 00:00 2023-12-05T13:07:52.987 INFO:teuthology.orchestra.run.smithi175.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 133 kB/s | 25 kB 00:00 2023-12-05T13:07:53.004 INFO:teuthology.orchestra.run.smithi175.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 460 kB/s | 94 kB 00:00 2023-12-05T13:07:53.104 INFO:teuthology.orchestra.run.smithi175.stdout:(4/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.4 MB/s | 524 kB 00:00 2023-12-05T13:07:53.121 INFO:teuthology.orchestra.run.smithi175.stdout:(5/10): udica-0.2.6-4.module+el8.6.0+16771+28df 298 kB/s | 49 kB 00:00 2023-12-05T13:07:53.205 INFO:teuthology.orchestra.run.smithi175.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.5 MB/s | 149 kB 00:00 2023-12-05T13:07:53.230 INFO:teuthology.orchestra.run.smithi175.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.9 MB/s | 213 kB 00:00 2023-12-05T13:07:53.347 INFO:teuthology.orchestra.run.smithi175.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 23 MB/s | 8.0 MB 00:00 2023-12-05T13:07:53.415 INFO:teuthology.orchestra.run.smithi175.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 12 MB/s | 2.2 MB 00:00 2023-12-05T13:07:53.639 INFO:teuthology.orchestra.run.smithi175.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 16 MB/s | 7.0 MB 00:00 2023-12-05T13:07:53.640 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:07:53.640 INFO:teuthology.orchestra.run.smithi175.stdout:Total 22 MB/s | 18 MB 00:00 2023-12-05T13:07:53.840 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-12-05T13:07:53.859 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-12-05T13:07:53.859 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-12-05T13:07:54.042 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-12-05T13:07:54.045 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-12-05T13:07:54.109 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================================ 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================================ 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.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-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.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-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.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-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.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-05T13:07:54.205 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools rhel8 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:============================================================================================================ 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout:Install 10 Packages 2023-12-05T13:07:54.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:07:54.207 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 18 M 2023-12-05T13:07:54.207 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 65 M 2023-12-05T13:07:54.207 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-05T13:07:54.472 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-12-05T13:07:54.533 INFO:teuthology.orchestra.run.smithi088.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 289 kB/s | 94 kB 00:00 2023-12-05T13:07:54.561 INFO:teuthology.orchestra.run.smithi088.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 70 kB/s | 25 kB 00:00 2023-12-05T13:07:54.564 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-12-05T13:07:54.567 INFO:teuthology.orchestra.run.smithi187.stdout:============================================================================================================ 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout:============================================================================================================ 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout:Installing group/module packages: 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.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-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.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-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.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-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.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-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2023-12-05T13:07:54.568 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout:Installing module profiles: 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools/common 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout:Enabling module streams: 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools rhel8 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout:============================================================================================================ 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout:Install 10 Packages 2023-12-05T13:07:54.569 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:07:54.571 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 18 M 2023-12-05T13:07:54.571 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 65 M 2023-12-05T13:07:54.571 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2023-12-05T13:07:54.586 INFO:teuthology.orchestra.run.smithi088.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 107 kB/s | 41 kB 00:00 2023-12-05T13:07:54.687 INFO:teuthology.orchestra.run.smithi088.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 320 kB/s | 49 kB 00:00 2023-12-05T13:07:54.716 INFO:teuthology.orchestra.run.smithi187.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 281 kB/s | 41 kB 00:00 2023-12-05T13:07:54.720 INFO:teuthology.orchestra.run.smithi088.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.2 MB/s | 524 kB 00:00 2023-12-05T13:07:54.731 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-05T13:07:54.746 INFO:teuthology.orchestra.run.smithi187.stdout:(2/10): python3-pyxdg-0.25-16.el8.noarch.rpm 550 kB/s | 94 kB 00:00 2023-12-05T13:07:54.766 INFO:teuthology.orchestra.run.smithi187.stdout:(3/10): python3-pytoml-0.1.14-5.git7dea353.el8. 127 kB/s | 25 kB 00:00 2023-12-05T13:07:54.795 INFO:teuthology.orchestra.run.smithi088.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.3 MB/s | 149 kB 00:00 2023-12-05T13:07:54.825 INFO:teuthology.orchestra.run.smithi187.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 454 kB/s | 49 kB 00:00 2023-12-05T13:07:54.846 INFO:teuthology.orchestra.run.smithi088.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.7 MB/s | 213 kB 00:00 2023-12-05T13:07:54.861 INFO:teuthology.orchestra.run.smithi187.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.4 MB/s | 524 kB 00:00 2023-12-05T13:07:54.923 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T13:07:54.942 INFO:teuthology.orchestra.run.smithi187.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.2 MB/s | 149 kB 00:00 2023-12-05T13:07:55.038 INFO:teuthology.orchestra.run.smithi088.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 18 MB/s | 8.0 MB 00:00 2023-12-05T13:07:55.051 INFO:teuthology.orchestra.run.smithi187.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.1 MB/s | 213 kB 00:00 2023-12-05T13:07:55.097 INFO:teuthology.orchestra.run.smithi088.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 8.8 MB/s | 2.2 MB 00:00 2023-12-05T13:07:55.118 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-05T13:07:55.167 INFO:teuthology.orchestra.run.smithi187.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 20 MB/s | 8.0 MB 00:00 2023-12-05T13:07:55.221 INFO:teuthology.orchestra.run.smithi088.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 16 MB/s | 7.0 MB 00:00 2023-12-05T13:07:55.223 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:07:55.223 INFO:teuthology.orchestra.run.smithi088.stdout:Total 18 MB/s | 18 MB 00:01 2023-12-05T13:07:55.251 INFO:teuthology.orchestra.run.smithi187.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-05T13:07:55.346 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-05T13:07:55.376 INFO:teuthology.orchestra.run.smithi187.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 16 MB/s | 7.0 MB 00:00 2023-12-05T13:07:55.377 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:07:55.377 INFO:teuthology.orchestra.run.smithi187.stdout:Total 23 MB/s | 18 MB 00:00 2023-12-05T13:07:55.421 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-05T13:07:55.439 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-05T13:07:55.440 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-05T13:07:55.579 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2023-12-05T13:07:55.597 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2023-12-05T13:07:55.597 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2023-12-05T13:07:55.620 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-05T13:07:55.624 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-05T13:07:55.730 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-05T13:07:55.780 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2023-12-05T13:07:55.784 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2023-12-05T13:07:56.148 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-05T13:07:56.306 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2023-12-05T13:07:56.342 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-05T13:07:56.475 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-05T13:07:56.504 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-05T13:07:56.518 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T13:07:56.644 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T13:07:56.705 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-05T13:07:56.838 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-05T13:07:56.905 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-05T13:07:57.055 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-05T13:07:57.300 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-05T13:07:57.380 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-05T13:07:57.406 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-05T13:07:57.581 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-05T13:07:57.772 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-05T13:07:57.949 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T13:07:58.040 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-05T13:07:58.168 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-05T13:07:58.267 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-05T13:07:58.268 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-05T13:07:58.899 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-05T13:07:59.041 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-05T13:07:59.134 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-05T13:07:59.267 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-05T13:07:59.308 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-05T13:07:59.435 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-05T13:07:59.469 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T13:07:59.645 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T13:07:59.738 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-05T13:07:59.739 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-05T13:07:59.919 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-05T13:07:59.919 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-05T13:07:59.919 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-05T13:07:59.919 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-05T13:07:59.920 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-05T13:07:59.920 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-05T13:07:59.920 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-05T13:07:59.920 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-05T13:07:59.920 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-05T13:07:59.920 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-05T13:08:06.641 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-05T13:08:06.641 INFO:teuthology.orchestra.run.smithi175.stdout:Installed products updated. 2023-12-05T13:08:06.861 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:08:06.861 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-12-05T13:08:06.861 INFO:teuthology.orchestra.run.smithi175.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:06.861 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T13:08:06.861 INFO:teuthology.orchestra.run.smithi175.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:06.861 INFO:teuthology.orchestra.run.smithi175.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:08:06.862 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-05T13:08:07.034 DEBUG:teuthology.parallel:result is None 2023-12-05T13:08:09.920 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-05T13:08:09.921 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:10.120 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T13:08:10.121 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-05T13:08:10.121 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:08:10.121 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-05T13:08:10.282 DEBUG:teuthology.parallel:result is None 2023-12-05T13:08:11.071 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-05T13:08:11.072 INFO:teuthology.orchestra.run.smithi187.stdout:Installed products updated. 2023-12-05T13:08:11.276 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:08:11.277 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-12-05T13:08:11.510 DEBUG:teuthology.parallel:result is None 2023-12-05T13:08:11.510 INFO:teuthology.run_tasks:Running task install... 2023-12-05T13:08:11.519 DEBUG:teuthology.task.install:project ceph 2023-12-05T13:08:11.520 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'}} 2023-12-05T13:08:11.520 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'} 2023-12-05T13:08:11.520 INFO:teuthology.task.install:Using flavor: default 2023-12-05T13:08:11.526 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-05T13:08:11.527 INFO:teuthology.task.install:extra packages: [] 2023-12-05T13:08:11.527 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-05T13:08:11.528 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-05T13:08:11.529 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-05T13:08:11.530 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-05T13:08:11.538 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-05T13:08:11.538 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-05T13:08:11.684 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-05T13:08:11.684 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-05T13:08:11.794 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-05T13:08:11.795 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2023-12-05T13:08:11.795 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-05T13:08:11.798 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-05T13:08:11.798 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-05T13:08:11.814 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-05T13:08:11.814 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-05T13:08:11.822 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-05T13:08:11.823 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:08:11.890 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:08:11.905 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-05T13:08:11.905 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-12-05T13:08:11.905 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-05T13:08:11.932 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-05T13:08:11.932 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:08:11.967 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:08:11.980 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-05T13:08:11.981 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-12-05T13:08:11.981 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-05T13:08:12.000 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:08:12.007 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-05T13:08:12.007 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:08:12.033 INFO:teuthology.orchestra.run.smithi175.stdout:check_obsoletes = 1 2023-12-05T13:08:12.034 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum clean all 2023-12-05T13:08:12.076 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:08:12.077 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:08:12.143 INFO:teuthology.orchestra.run.smithi088.stdout:check_obsoletes = 1 2023-12-05T13:08:12.146 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum clean all 2023-12-05T13:08:12.153 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:08:12.218 INFO:teuthology.orchestra.run.smithi187.stdout:check_obsoletes = 1 2023-12-05T13:08:12.219 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum clean all 2023-12-05T13:08:12.421 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T13:08:12.528 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T13:08:12.603 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T13:08:13.297 INFO:teuthology.orchestra.run.smithi175.stdout:44 files removed 2023-12-05T13:08:13.349 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-radosgw 2023-12-05T13:08:13.562 INFO:teuthology.orchestra.run.smithi088.stdout:44 files removed 2023-12-05T13:08:13.611 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-radosgw 2023-12-05T13:08:13.657 INFO:teuthology.orchestra.run.smithi187.stdout:44 files removed 2023-12-05T13:08:13.694 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T13:08:13.707 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-radosgw 2023-12-05T13:08:13.956 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T13:08:14.054 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T13:08:15.669 INFO:teuthology.orchestra.run.smithi187.stdout:ceph packages for x86_64 157 kB/s | 81 kB 00:00 2023-12-05T13:08:15.838 INFO:teuthology.orchestra.run.smithi088.stdout:ceph packages for x86_64 115 kB/s | 81 kB 00:00 2023-12-05T13:08:16.111 INFO:teuthology.orchestra.run.smithi187.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-12-05T13:08:16.134 INFO:teuthology.orchestra.run.smithi175.stdout:ceph packages for x86_64 63 kB/s | 81 kB 00:01 2023-12-05T13:08:16.464 INFO:teuthology.orchestra.run.smithi088.stdout:ceph noarch packages 16 kB/s | 9.5 kB 00:00 2023-12-05T13:08:16.545 INFO:teuthology.orchestra.run.smithi187.stdout:ceph source packages 3.6 kB/s | 1.5 kB 00:00 2023-12-05T13:08:16.755 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-05T13:08:16.793 INFO:teuthology.orchestra.run.smithi175.stdout:ceph noarch packages 15 kB/s | 9.5 kB 00:00 2023-12-05T13:08:16.865 INFO:teuthology.orchestra.run.smithi088.stdout:ceph source packages 3.9 kB/s | 1.5 kB 00:00 2023-12-05T13:08:17.065 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-05T13:08:17.219 INFO:teuthology.orchestra.run.smithi175.stdout:ceph source packages 3.7 kB/s | 1.5 kB 00:00 2023-12-05T13:08:17.478 INFO:teuthology.orchestra.run.smithi175.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-05T13:08:17.580 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-05T13:08:18.048 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-05T13:08:19.029 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-05T13:08:21.131 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 340 kB/s | 24 kB 00:00 2023-12-05T13:08:21.515 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 415 kB/s | 24 kB 00:00 2023-12-05T13:08:22.299 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 47 MB 00:01 2023-12-05T13:08:22.520 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 414 kB/s | 24 kB 00:00 2023-12-05T13:08:22.659 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-05T13:08:23.672 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-05T13:08:30.442 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-05T13:08:30.835 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-05T13:08:32.299 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-05T13:08:41.651 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-12-05T13:08:41.653 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================================== 2023-12-05T13:08:41.653 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2023-12-05T13:08:41.654 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================================== 2023-12-05T13:08:41.654 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout:Upgrading: 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-05T13:08:41.658 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-05T13:08:41.659 INFO:teuthology.orchestra.run.smithi187.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================================== 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout:Install 21 Packages 2023-12-05T13:08:41.660 INFO:teuthology.orchestra.run.smithi187.stdout:Upgrade 2 Packages 2023-12-05T13:08:41.661 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:08:41.661 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 62 M 2023-12-05T13:08:41.661 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2023-12-05T13:08:42.274 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================== 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================== 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrading: 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-05T13:08:42.277 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-05T13:08:42.278 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================================== 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout:Install 21 Packages 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout:Upgrade 2 Packages 2023-12-05T13:08:42.279 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:08:42.280 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 62 M 2023-12-05T13:08:42.280 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-05T13:08:43.405 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-05T13:08:43.407 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================================== 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================================== 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrading: 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-05T13:08:43.408 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-05T13:08:43.409 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================================== 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout:Install 21 Packages 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout:Upgrade 2 Packages 2023-12-05T13:08:43.410 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:08:43.411 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 62 M 2023-12-05T13:08:43.411 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-12-05T13:08:43.867 INFO:teuthology.orchestra.run.smithi088.stdout:(1/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 4.3 MB/s | 5.4 MB 00:01 2023-12-05T13:08:43.942 INFO:teuthology.orchestra.run.smithi088.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 325 kB/s | 24 kB 00:00 2023-12-05T13:08:44.401 INFO:teuthology.orchestra.run.smithi088.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 1.8 MB/s | 839 kB 00:00 2023-12-05T13:08:45.176 INFO:teuthology.orchestra.run.smithi088.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 668 kB/s | 517 kB 00:00 2023-12-05T13:08:46.664 INFO:teuthology.orchestra.run.smithi175.stdout:(1/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 1.7 MB/s | 5.4 MB 00:03 2023-12-05T13:08:46.685 INFO:teuthology.orchestra.run.smithi088.stdout:(5/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 4.6 MB/s | 6.9 MB 00:01 2023-12-05T13:08:46.740 INFO:teuthology.orchestra.run.smithi175.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 325 kB/s | 24 kB 00:00 2023-12-05T13:08:46.760 INFO:teuthology.orchestra.run.smithi088.stdout:(6/23): python3-ceph-argparse-19.0.0-13.ge6605f 598 kB/s | 45 kB 00:00 2023-12-05T13:08:46.852 INFO:teuthology.orchestra.run.smithi088.stdout:(7/23): python3-ceph-common-19.0.0-13.ge6605fb8 1.4 MB/s | 128 kB 00:00 2023-12-05T13:08:46.935 INFO:teuthology.orchestra.run.smithi088.stdout:(8/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 2.3 MB/s | 197 kB 00:00 2023-12-05T13:08:47.086 INFO:teuthology.orchestra.run.smithi088.stdout:(9/23): python3-rados-19.0.0-13.ge6605fb8.el8.x 2.4 MB/s | 371 kB 00:00 2023-12-05T13:08:47.228 INFO:teuthology.orchestra.run.smithi088.stdout:(10/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 2.5 MB/s | 365 kB 00:00 2023-12-05T13:08:47.303 INFO:teuthology.orchestra.run.smithi088.stdout:(11/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-05T13:08:47.323 INFO:teuthology.orchestra.run.smithi175.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 1.4 MB/s | 839 kB 00:00 2023-12-05T13:08:47.707 INFO:teuthology.orchestra.run.smithi175.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 1.3 MB/s | 517 kB 00:00 2023-12-05T13:08:48.136 INFO:teuthology.orchestra.run.smithi088.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 368 kB/s | 306 kB 00:00 2023-12-05T13:08:48.241 INFO:teuthology.orchestra.run.smithi187.stdout:(1/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 902 kB/s | 5.4 MB 00:06 2023-12-05T13:08:48.303 INFO:teuthology.orchestra.run.smithi088.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 353 kB/s | 59 kB 00:00 2023-12-05T13:08:48.324 INFO:teuthology.orchestra.run.smithi175.stdout:(5/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x8 2.8 MB/s | 14 MB 00:04 2023-12-05T13:08:48.325 INFO:teuthology.orchestra.run.smithi187.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 293 kB/s | 24 kB 00:00 2023-12-05T13:08:48.399 INFO:teuthology.orchestra.run.smithi175.stdout:(6/23): python3-ceph-argparse-19.0.0-13.ge6605f 598 kB/s | 45 kB 00:00 2023-12-05T13:08:48.445 INFO:teuthology.orchestra.run.smithi088.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 530 kB/s | 75 kB 00:00 2023-12-05T13:08:48.862 INFO:teuthology.orchestra.run.smithi088.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 4.2 MB/s | 1.7 MB 00:00 2023-12-05T13:08:48.992 INFO:teuthology.orchestra.run.smithi187.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 1.2 MB/s | 839 kB 00:00 2023-12-05T13:08:49.054 INFO:teuthology.orchestra.run.smithi088.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-05T13:08:49.124 INFO:teuthology.orchestra.run.smithi175.stdout:(7/23): python3-ceph-common-19.0.0-13.ge6605fb8 177 kB/s | 128 kB 00:00 2023-12-05T13:08:49.198 INFO:teuthology.orchestra.run.smithi088.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 311 kB/s | 44 kB 00:00 2023-12-05T13:08:49.291 INFO:teuthology.orchestra.run.smithi175.stdout:(8/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 1.2 MB/s | 197 kB 00:00 2023-12-05T13:08:49.298 INFO:teuthology.orchestra.run.smithi088.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.4 MB/s | 354 kB 00:00 2023-12-05T13:08:49.415 INFO:teuthology.orchestra.run.smithi088.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 402 kB/s | 47 kB 00:00 2023-12-05T13:08:49.429 INFO:teuthology.orchestra.run.smithi187.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 1.2 MB/s | 517 kB 00:00 2023-12-05T13:08:49.541 INFO:teuthology.orchestra.run.smithi175.stdout:(9/23): python3-rados-19.0.0-13.ge6605fb8.el8.x 1.5 MB/s | 371 kB 00:00 2023-12-05T13:08:49.775 INFO:teuthology.orchestra.run.smithi175.stdout:(10/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 1.5 MB/s | 365 kB 00:00 2023-12-05T13:08:49.867 INFO:teuthology.orchestra.run.smithi175.stdout:(11/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 1.1 MB/s | 107 kB 00:00 2023-12-05T13:08:50.607 INFO:teuthology.orchestra.run.smithi088.stdout:(20/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 3.2 MB/s | 3.8 MB 00:01 2023-12-05T13:08:50.784 INFO:teuthology.orchestra.run.smithi175.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 334 kB/s | 306 kB 00:00 2023-12-05T13:08:50.934 INFO:teuthology.orchestra.run.smithi175.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 392 kB/s | 59 kB 00:00 2023-12-05T13:08:51.085 INFO:teuthology.orchestra.run.smithi175.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 500 kB/s | 75 kB 00:00 2023-12-05T13:08:51.449 INFO:teuthology.orchestra.run.smithi088.stdout:(21/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 4.4 MB/s | 3.7 MB 00:00 2023-12-05T13:08:51.668 INFO:teuthology.orchestra.run.smithi175.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 3.0 MB/s | 1.7 MB 00:00 2023-12-05T13:08:51.827 INFO:teuthology.orchestra.run.smithi175.stdout:(16/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64 1.7 MB/s | 6.9 MB 00:04 2023-12-05T13:08:51.852 INFO:teuthology.orchestra.run.smithi175.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 255 kB/s | 47 kB 00:00 2023-12-05T13:08:51.986 INFO:teuthology.orchestra.run.smithi175.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 344 kB/s | 44 kB 00:00 2023-12-05T13:08:52.052 INFO:teuthology.orchestra.run.smithi175.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.1 MB/s | 259 kB 00:00 2023-12-05T13:08:52.119 INFO:teuthology.orchestra.run.smithi175.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.6 MB/s | 354 kB 00:00 2023-12-05T13:08:52.607 INFO:teuthology.orchestra.run.smithi088.stdout:(22/23): ceph-common-19.0.0-13.ge6605fb8.el8.x8 2.3 MB/s | 23 MB 00:09 2023-12-05T13:08:53.017 INFO:teuthology.orchestra.run.smithi187.stdout:(5/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 1.9 MB/s | 6.9 MB 00:03 2023-12-05T13:08:53.160 INFO:teuthology.orchestra.run.smithi187.stdout:(6/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x8 1.3 MB/s | 14 MB 00:11 2023-12-05T13:08:53.184 INFO:teuthology.orchestra.run.smithi187.stdout:(7/23): python3-ceph-argparse-19.0.0-13.ge6605f 268 kB/s | 45 kB 00:00 2023-12-05T13:08:53.303 INFO:teuthology.orchestra.run.smithi175.stdout:(21/23): ceph-common-19.0.0-13.ge6605fb8.el8.x8 2.3 MB/s | 23 MB 00:09 2023-12-05T13:08:53.310 INFO:teuthology.orchestra.run.smithi187.stdout:(8/23): python3-ceph-common-19.0.0-13.ge6605fb8 858 kB/s | 128 kB 00:00 2023-12-05T13:08:53.335 INFO:teuthology.orchestra.run.smithi187.stdout:(9/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 1.3 MB/s | 197 kB 00:00 2023-12-05T13:08:53.610 INFO:teuthology.orchestra.run.smithi187.stdout:(10/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 1.3 MB/s | 365 kB 00:00 2023-12-05T13:08:53.702 INFO:teuthology.orchestra.run.smithi187.stdout:(11/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 1.1 MB/s | 107 kB 00:00 2023-12-05T13:08:53.777 INFO:teuthology.orchestra.run.smithi187.stdout:(12/23): python3-rados-19.0.0-13.ge6605fb8.el8. 795 kB/s | 371 kB 00:00 2023-12-05T13:08:53.925 INFO:teuthology.orchestra.run.smithi175.stdout:(22/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 2.1 MB/s | 3.7 MB 00:01 2023-12-05T13:08:54.070 INFO:teuthology.orchestra.run.smithi175.stdout:(23/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 1.9 MB/s | 3.8 MB 00:02 2023-12-05T13:08:54.073 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:08:54.073 INFO:teuthology.orchestra.run.smithi175.stdout:Total 5.8 MB/s | 62 MB 00:10 2023-12-05T13:08:54.121 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-12-05T13:08:54.136 INFO:teuthology.orchestra.run.smithi187.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 706 kB/s | 306 kB 00:00 2023-12-05T13:08:54.166 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-12-05T13:08:54.166 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-12-05T13:08:54.470 INFO:teuthology.orchestra.run.smithi187.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 225 kB/s | 75 kB 00:00 2023-12-05T13:08:54.495 INFO:teuthology.orchestra.run.smithi187.stdout:(15/23): liboath-2.6.2-3.el8.x86_64.rpm 82 kB/s | 59 kB 00:00 2023-12-05T13:08:54.517 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-12-05T13:08:54.520 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-12-05T13:08:54.679 INFO:teuthology.orchestra.run.smithi187.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.4 MB/s | 259 kB 00:00 2023-12-05T13:08:54.804 INFO:teuthology.orchestra.run.smithi187.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 352 kB/s | 44 kB 00:00 2023-12-05T13:08:54.896 INFO:teuthology.orchestra.run.smithi187.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.8 MB/s | 354 kB 00:00 2023-12-05T13:08:54.938 INFO:teuthology.orchestra.run.smithi187.stdout:(19/23): thrift-0.13.0-2.el8.x86_64.rpm 3.7 MB/s | 1.7 MB 00:00 2023-12-05T13:08:54.988 INFO:teuthology.orchestra.run.smithi187.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 509 kB/s | 47 kB 00:00 2023-12-05T13:08:55.770 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-12-05T13:08:55.771 INFO:teuthology.orchestra.run.smithi187.stdout:(21/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 4.5 MB/s | 3.8 MB 00:00 2023-12-05T13:08:56.022 INFO:teuthology.orchestra.run.smithi187.stdout:(22/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 3.6 MB/s | 3.7 MB 00:01 2023-12-05T13:08:56.028 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-05T13:08:56.258 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T13:08:56.670 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T13:08:56.891 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:08:56.970 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:08:57.188 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T13:08:57.460 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-05T13:08:57.707 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:08:58.114 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:08:58.357 INFO:teuthology.orchestra.run.smithi175.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:08:58.445 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:08:58.699 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-05T13:08:58.761 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-05T13:08:59.518 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-05T13:08:59.707 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:08:59.773 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:08:59.951 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-05T13:09:00.101 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T13:09:00.351 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T13:09:00.572 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-05T13:09:00.732 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T13:09:00.786 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T13:09:00.966 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-05T13:09:01.247 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-05T13:09:01.937 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-05T13:09:02.098 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-05T13:09:05.791 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:06.034 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:06.625 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:07.002 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T13:09:07.069 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T13:09:07.230 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:10.713 INFO:teuthology.orchestra.run.smithi088.stdout:(23/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x 505 kB/s | 14 MB 00:28 2023-12-05T13:09:10.715 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:09:10.716 INFO:teuthology.orchestra.run.smithi088.stdout:Total 2.2 MB/s | 62 MB 00:28 2023-12-05T13:09:10.765 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-05T13:09:10.811 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-05T13:09:10.811 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-05T13:09:11.141 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-05T13:09:11.145 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-05T13:09:12.062 INFO:teuthology.orchestra.run.smithi187.stdout:(23/23): ceph-common-19.0.0-13.ge6605fb8.el8.x8 772 kB/s | 23 MB 00:29 2023-12-05T13:09:12.064 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:09:12.064 INFO:teuthology.orchestra.run.smithi187.stdout:Total 2.0 MB/s | 62 MB 00:30 2023-12-05T13:09:12.109 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2023-12-05T13:09:12.154 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2023-12-05T13:09:12.154 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2023-12-05T13:09:12.327 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-05T13:09:12.484 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2023-12-05T13:09:12.488 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2023-12-05T13:09:12.535 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-05T13:09:12.747 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T13:09:13.136 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T13:09:13.347 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:13.445 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:13.644 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T13:09:13.661 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2023-12-05T13:09:13.866 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-05T13:09:13.883 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-05T13:09:14.077 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T13:09:14.080 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:14.489 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:14.492 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-05T13:09:14.668 INFO:teuthology.orchestra.run.smithi187.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:14.738 INFO:teuthology.orchestra.run.smithi088.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:14.769 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:14.802 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:14.990 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T13:09:15.020 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-05T13:09:15.230 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T13:09:15.237 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-05T13:09:15.459 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:15.866 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:15.887 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T13:09:16.046 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:16.107 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:16.126 INFO:teuthology.orchestra.run.smithi187.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:16.194 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:16.249 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-05T13:09:16.407 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T13:09:16.408 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-05T13:09:16.576 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T13:09:16.673 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T13:09:16.883 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-05T13:09:17.038 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T13:09:17.111 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T13:09:17.255 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-05T13:09:17.256 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-05T13:09:17.417 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:17.454 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-05T13:09:17.490 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:17.637 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-05T13:09:17.723 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-05T13:09:17.837 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T13:09:17.888 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-05T13:09:18.053 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T13:09:18.255 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-05T13:09:18.417 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T13:09:18.487 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-05T13:09:18.660 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-05T13:09:18.859 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-05T13:09:19.093 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-05T13:09:19.251 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-05T13:09:21.596 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:21.812 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:22.404 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:22.654 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T13:09:22.734 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T13:09:22.903 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:22.972 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:23.209 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:23.802 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-05T13:09:24.084 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T13:09:24.151 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-05T13:09:24.316 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:25.903 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /sys 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /proc 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /dev 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /run 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /mnt 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /var/tmp 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /home 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /tmp 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout:skipping the directory /dev 2023-12-05T13:09:25.904 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:09:27.331 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T13:09:27.351 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T13:09:27.351 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T13:09:27.512 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T13:09:27.512 INFO:teuthology.orchestra.run.smithi175.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-05T13:09:28.156 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:28.157 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-05T13:09:28.158 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-05T13:09:37.606 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:37.606 INFO:teuthology.orchestra.run.smithi175.stdout:Installed products updated. 2023-12-05T13:09:37.793 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:09:37.793 INFO:teuthology.orchestra.run.smithi175.stdout:Upgraded: 2023-12-05T13:09:37.793 INFO:teuthology.orchestra.run.smithi175.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.793 INFO:teuthology.orchestra.run.smithi175.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.793 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.794 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:09:37.795 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-05T13:09:37.963 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph-test 2023-12-05T13:09:38.311 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T13:09:39.751 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-05T13:09:40.102 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /sys 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /proc 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /run 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /mnt 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /var/tmp 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /home 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /tmp 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout:skipping the directory /dev 2023-12-05T13:09:41.431 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:09:41.680 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================== 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================== 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-05T13:09:41.682 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout:========================================================================================== 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout:Install 6 Packages 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 50 M 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 223 M 2023-12-05T13:09:41.683 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2023-12-05T13:09:41.732 INFO:teuthology.orchestra.run.smithi175.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.4 MB/s | 70 kB 00:00 2023-12-05T13:09:41.933 INFO:teuthology.orchestra.run.smithi175.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-12-05T13:09:42.033 INFO:teuthology.orchestra.run.smithi175.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.8 MB/s | 187 kB 00:00 2023-12-05T13:09:42.142 INFO:teuthology.orchestra.run.smithi175.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.8 MB/s | 202 kB 00:00 2023-12-05T13:09:42.517 INFO:teuthology.orchestra.run.smithi175.stdout:(5/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 220 kB/s | 183 kB 00:00 2023-12-05T13:09:42.850 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T13:09:42.871 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T13:09:42.871 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /sys 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /proc 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /dev 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /run 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /mnt 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /var/tmp 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /home 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /tmp 2023-12-05T13:09:43.068 INFO:teuthology.orchestra.run.smithi187.stdout:skipping the directory /dev 2023-12-05T13:09:43.069 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:09:43.092 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T13:09:43.092 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:43.694 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-05T13:09:43.695 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-05T13:09:43.696 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-05T13:09:43.696 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:43.696 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-05T13:09:43.696 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-05T13:09:44.522 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T13:09:44.543 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-05T13:09:44.543 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T13:09:44.748 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-05T13:09:44.748 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:45.348 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:45.348 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-05T13:09:45.348 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-05T13:09:45.349 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-05T13:09:45.350 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-05T13:09:47.008 INFO:teuthology.orchestra.run.smithi175.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 9.3 MB/s | 49 MB 00:05 2023-12-05T13:09:47.010 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:09:47.010 INFO:teuthology.orchestra.run.smithi175.stdout:Total 9.4 MB/s | 50 MB 00:05 2023-12-05T13:09:47.047 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2023-12-05T13:09:47.068 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2023-12-05T13:09:47.068 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2023-12-05T13:09:47.336 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2023-12-05T13:09:47.339 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2023-12-05T13:09:47.778 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2023-12-05T13:09:47.940 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T13:09:48.019 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T13:09:48.254 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-05T13:09:48.398 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-05T13:09:48.571 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-05T13:09:48.706 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T13:09:53.452 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T13:09:53.735 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T13:09:53.888 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:53.888 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-12-05T13:09:53.999 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T13:09:53.999 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-05T13:09:53.999 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-05T13:09:53.999 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-05T13:09:53.999 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-05T13:09:53.999 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout:Upgraded: 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.076 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.077 INFO:teuthology.orchestra.run.smithi088.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:09:54.078 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-12-05T13:09:54.263 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum -y install ceph-test 2023-12-05T13:09:54.611 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-12-05T13:09:55.850 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 102 kB/s | 4.5 kB 00:00 2023-12-05T13:09:56.228 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-05T13:09:56.388 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-05T13:09:56.389 INFO:teuthology.orchestra.run.smithi187.stdout:Installed products updated. 2023-12-05T13:09:56.576 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:09:56.576 INFO:teuthology.orchestra.run.smithi187.stdout:Upgraded: 2023-12-05T13:09:56.576 INFO:teuthology.orchestra.run.smithi187.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.576 INFO:teuthology.orchestra.run.smithi187.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.576 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2023-12-05T13:09:56.576 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.577 INFO:teuthology.orchestra.run.smithi187.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:09:56.578 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-12-05T13:09:56.745 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum -y install ceph-test 2023-12-05T13:09:57.094 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-12-05T13:09:57.742 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================== 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================== 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-12-05T13:09:57.743 INFO:teuthology.orchestra.run.smithi088.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================== 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout:Install 6 Packages 2023-12-05T13:09:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-12-05T13:09:57.745 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 50 M 2023-12-05T13:09:57.745 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 223 M 2023-12-05T13:09:57.745 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-12-05T13:09:57.797 INFO:teuthology.orchestra.run.smithi088.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.3 MB/s | 70 kB 00:00 2023-12-05T13:09:57.964 INFO:teuthology.orchestra.run.smithi088.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.9 MB/s | 323 kB 00:00 2023-12-05T13:09:58.115 INFO:teuthology.orchestra.run.smithi088.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-05T13:09:58.248 INFO:teuthology.orchestra.run.smithi088.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-05T13:09:58.415 INFO:teuthology.orchestra.run.smithi088.stdout:(5/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 273 kB/s | 183 kB 00:00 2023-12-05T13:09:58.505 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2023-12-05T13:09:58.961 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 24 kB/s | 4.1 kB 00:00 2023-12-05T13:10:00.538 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-12-05T13:10:00.539 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================== 2023-12-05T13:10:00.539 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================== 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================== 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout:Install 6 Packages 2023-12-05T13:10:00.540 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-12-05T13:10:00.541 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 50 M 2023-12-05T13:10:00.541 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 223 M 2023-12-05T13:10:00.541 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2023-12-05T13:10:00.584 INFO:teuthology.orchestra.run.smithi187.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-05T13:10:00.793 INFO:teuthology.orchestra.run.smithi187.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-05T13:10:00.945 INFO:teuthology.orchestra.run.smithi187.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-05T13:10:01.069 INFO:teuthology.orchestra.run.smithi187.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.6 MB/s | 202 kB 00:00 2023-12-05T13:10:01.286 INFO:teuthology.orchestra.run.smithi187.stdout:(5/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 246 kB/s | 183 kB 00:00 2023-12-05T13:10:03.415 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-05T13:10:03.415 INFO:teuthology.orchestra.run.smithi175.stdout:Installed products updated. 2023-12-05T13:10:03.599 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:10:03.600 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2023-12-05T13:10:03.600 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-05T13:10:03.600 INFO:teuthology.orchestra.run.smithi175.stdout: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-05T13:10:03.600 INFO:teuthology.orchestra.run.smithi175.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-05T13:10:03.600 INFO:teuthology.orchestra.run.smithi175.stdout: 2023-12-05T13:10:03.600 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2023-12-05T13:10:03.740 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum -y install ceph 2023-12-05T13:10:04.075 INFO:teuthology.orchestra.run.smithi175.stdout:Updating Subscription Management repositories. 2023-12-05T13:10:04.489 INFO:teuthology.orchestra.run.smithi088.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 7.3 MB/s | 49 MB 00:06 2023-12-05T13:10:04.492 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:10:04.492 INFO:teuthology.orchestra.run.smithi088.stdout:Total 7.5 MB/s | 50 MB 00:06 2023-12-05T13:10:04.529 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-12-05T13:10:04.550 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-12-05T13:10:04.550 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-12-05T13:10:04.815 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-12-05T13:10:04.819 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-12-05T13:10:05.264 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-12-05T13:10:05.393 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T13:10:05.467 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-05T13:10:05.575 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-05T13:10:05.666 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-05T13:10:05.827 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-05T13:10:05.880 INFO:teuthology.orchestra.run.smithi175.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-05T13:10:05.975 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-05T13:10:06.118 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T13:10:07.467 INFO:teuthology.orchestra.run.smithi175.stderr:Error: 2023-12-05T13:10:07.468 INFO:teuthology.orchestra.run.smithi175.stderr: Problem: conflicting requests 2023-12-05T13:10:07.468 INFO:teuthology.orchestra.run.smithi175.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-05T13:10:07.468 INFO:teuthology.orchestra.run.smithi175.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-05T13:10:07.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:07.549 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 smithi175 with status 1: 'sudo yum -y install ceph' 2023-12-05T13:10:07.552 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 smithi175 with status 1: 'sudo yum -y install ceph' 2023-12-05T13:10:07.627 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6cd62bf2b57544a78475d2c919749e2b 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 smithi175 with status 1: 'sudo yum -y install ceph' 2023-12-05T13:10:07.632 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-05T13:10:07.642 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-05T13:10:07.656 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-05T13:10:07.657 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:10:07.672 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:10:07.675 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:10:07.676 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-12-05T13:10:07.680 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:10:07.680 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-12-05T13:10:07.680 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 18 +2311us[+2392us] +/- 80ms 2023-12-05T13:10:07.681 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 6 77 17 -2730us[-2648us] +/- 51ms 2023-12-05T13:10:07.681 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 +1949us[+2030us] +/- 80ms 2023-12-05T13:10:07.681 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:10:07.689 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2023-12-05T13:10:07.697 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:10:07.698 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2023-12-05T13:10:07.698 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +2387us[+2387us] +/- 80ms 2023-12-05T13:10:07.698 INFO:teuthology.orchestra.run.smithi175.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -2660us[-2651us] +/- 51ms 2023-12-05T13:10:07.698 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 19 +2050us[+2059us] +/- 80ms 2023-12-05T13:10:07.698 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:10:07.699 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2023-12-05T13:10:07.700 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:10:07.701 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2023-12-05T13:10:07.701 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +2423us[+2423us] +/- 80ms 2023-12-05T13:10:07.701 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv02.front.sepia.ceph.com 3 6 77 18 -2660us[-2659us] +/- 51ms 2023-12-05T13:10:07.701 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 18 +2032us[+2033us] +/- 80ms 2023-12-05T13:10:07.701 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:10:07.701 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-05T13:10:07.715 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-05T13:10:07.715 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-05T13:10:07.730 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:10:07.912 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:10:08.021 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:10:08.137 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:10:08.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:08.167 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:10:08.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:08.198 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:10:08.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:08.232 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-05T13:10:08.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-05T13:10:08.251 INFO:teuthology.task.internal:Duration was 1193.811089 seconds 2023-12-05T13:10:08.251 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-05T13:10:08.263 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-05T13:10:08.263 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:10:08.265 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:10:08.267 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:10:08.309 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T13:10:08.313 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T13:10:08.319 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T13:10:08.682 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-05T13:10:08.683 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2023-12-05T13:10:08.683 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:10:08.704 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2023-12-05T13:10:08.704 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:10:08.725 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2023-12-05T13:10:08.726 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:10:08.747 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-05T13:10:08.747 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:10:08.749 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:10:08.768 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:10:08.827 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-05T13:10:08.828 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:10:08.830 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:10:08.848 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:10:08.951 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-05T13:10:08.961 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-05T13:10:08.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:10:09.005 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:10:09.054 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:10:09.097 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-05T13:10:09.107 DEBUG:teuthology.orchestra.run.smithi088:> 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-05T13:10:09.109 DEBUG:teuthology.orchestra.run.smithi175:> 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-05T13:10:09.112 DEBUG:teuthology.orchestra.run.smithi187:> 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-05T13:10:09.132 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2023-12-05T13:10:09.135 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2023-12-05T13:10:09.163 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2023-12-05T13:10:09.178 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:10:09.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:09.203 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:10:09.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:09.219 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:10:09.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:10:09.235 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-05T13:10:09.246 INFO:teuthology.task.internal:Transferring archived files... 2023-12-05T13:10:09.247 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749/remote/smithi088 2023-12-05T13:10:09.248 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:10:09.297 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749/remote/smithi175 2023-12-05T13:10:09.298 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:10:09.374 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749/remote/smithi187 2023-12-05T13:10:09.375 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:10:09.437 INFO:teuthology.task.internal:Removing archive directory... 2023-12-05T13:10:09.437 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:10:09.439 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:10:09.442 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:10:09.459 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-05T13:10:09.471 INFO:teuthology.task.internal:Not uploading archives. 2023-12-05T13:10:09.471 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-05T13:10:09.580 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-05T13:10:09.580 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:10:09.583 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:10:09.585 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:10:09.597 INFO:teuthology.orchestra.run.smithi088.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:10 /home/ubuntu/cephtest 2023-12-05T13:10:09.599 INFO:teuthology.orchestra.run.smithi175.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:10 /home/ubuntu/cephtest 2023-12-05T13:10:09.601 INFO:teuthology.orchestra.run.smithi187.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:10 /home/ubuntu/cephtest 2023-12-05T13:10:09.602 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-05T13:10:09.612 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-05T13:10:09.638 INFO:teuthology.nuke:Checking targets against current locks 2023-12-05T13:10:09.664 DEBUG:teuthology.nuke:shortname: smithi088 2023-12-05T13:10:09.664 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:10:09.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749', '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 12:41:19.654715', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T13:10:09.693 DEBUG:teuthology.nuke:shortname: smithi175 2023-12-05T13:10:09.694 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:10:09.717 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749', '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 12:41:19.653601', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T13:10:09.722 DEBUG:teuthology.nuke:shortname: smithi187 2023-12-05T13:10:09.722 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:10:09.757 INFO:teuthology.orchestra.console.smithi088:Power off 2023-12-05T13:10:09.757 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:10:09.781 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2023-12-05T13:10:09.781 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:09.791 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477749', '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 12:41:19.655637', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-05T13:10:09.797 INFO:teuthology.orchestra.console.smithi175:Power off 2023-12-05T13:10:09.797 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:10:09.807 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-05T13:10:09.818 DEBUG:teuthology.orchestra.console.smithi175:power off output: Chassis Power Control: Down/Off 2023-12-05T13:10:09.818 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:09.845 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-05T13:10:09.855 INFO:teuthology.orchestra.console.smithi187:Power off 2023-12-05T13:10:09.856 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:10:09.879 DEBUG:teuthology.orchestra.console.smithi187:power off output: Chassis Power Control: Down/Off 2023-12-05T13:10:09.879 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:09.904 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2023-12-05T13:10:10.924 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-05T13:10:11.164 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T13:10:11.377 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-05T13:10:11.377 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-05T13:10:11.377 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-05T13:10:11.378 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-05T13:10:11.378 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-05T13:10:11.378 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-05T13:10:13.081 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:10:13.741 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:10:13.741 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-05T13:10:13.807 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:13.846 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:13.905 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:13.918 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-05T13:10:13.955 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2023-12-05T13:10:14.014 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2023-12-05T13:10:17.923 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:17.956 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:18.015 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:18.032 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2023-12-05T13:10:18.065 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is off 2023-12-05T13:10:18.124 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is off 2023-12-05T13:10:18.167 INFO:teuthology.orchestra.console.smithi175:Power off completed 2023-12-05T13:10:18.225 INFO:teuthology.orchestra.console.smithi187:Power off completed 2023-12-05T13:10:22.034 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:10:22.142 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2023-12-05T13:10:22.243 INFO:teuthology.orchestra.console.smithi088:Power off completed 2023-12-05T13:10:22.347 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: 1193.8110890388489 failure_reason: 'Command failed on smithi175 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6cd62bf2b57544a78475d2c919749e2b status: fail success: false 2023-12-05T13:10:22.348 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T13:10:22.423 INFO:teuthology.run:FAIL