2023-12-14T02:49:06.141 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-14T02:49:06.141 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005 --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_monitoring_stack_basic} --name yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005/orig.config.yaml 2023-12-14T02:49:06.173 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T02:49:06.255 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005 branch: wip-yuri10-testing-2023-12-12-1229 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7491005' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri10-testing-2023-12-12-1229 ceph: conf: global: mon election default strategy: 1 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: 021ac1670a21c19759080c6da90baaeb42e7d175 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-12-12-1229 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 9963 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2023-12-12-1229 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO/kUZiQ6XOx0u5roOrGOIIZjIuzqMFiKIpapwbHFoe4gKLuXPggjrhNhmtsP0wjwzNsH/Mjf3vqoXNCD5NFQVE= smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD/ngDz7QUSWBHUwPLnZ6Gz9hIBbpPQpdkQ/2pr75kgHvvSqoBWupS4n8zhuHnbqp2/tLM8vGwvB7eT5DaDkbF4= smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/EkUmWghc9FGcO+2MTFjVfURneD7I7Ib0SFdEhK8ELpbYelrQM8kaqdqQ9veVAtzpjuVeOH/vFQvKPa6dRX14= 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-13_20:42:37 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-14T02:49:06.255 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa; will attempt to use it 2023-12-14T02:49:06.256 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa/tasks 2023-12-14T02:49:06.256 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-14T02:49:06.258 INFO:teuthology.task.internal:Checking packages... 2023-12-14T02:49:06.283 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '021ac1670a21c19759080c6da90baaeb42e7d175' 2023-12-14T02:49:06.283 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-14T02:49:06.283 INFO:teuthology.packaging:ref: None 2023-12-14T02:49:06.283 INFO:teuthology.packaging:tag: None 2023-12-14T02:49:06.283 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-12-12-1229 2023-12-14T02:49:06.283 INFO:teuthology.packaging:sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:49:06.283 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-12-12-1229 2023-12-14T02:49:06.500 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-157.g021ac167 2023-12-14T02:49:06.502 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-14T02:49:06.511 INFO:teuthology.task.internal:no buildpackages task found 2023-12-14T02:49:06.511 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-14T02:49:06.524 INFO:teuthology.task.internal:Saving configuration 2023-12-14T02:49:06.539 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-14T02:49:06.547 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:49:06.573 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005', '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-14 02:43:53.716127', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO/kUZiQ6XOx0u5roOrGOIIZjIuzqMFiKIpapwbHFoe4gKLuXPggjrhNhmtsP0wjwzNsH/Mjf3vqoXNCD5NFQVE='} 2023-12-14T02:49:06.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005', '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-14 02:43:53.714644', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD/ngDz7QUSWBHUwPLnZ6Gz9hIBbpPQpdkQ/2pr75kgHvvSqoBWupS4n8zhuHnbqp2/tLM8vGwvB7eT5DaDkbF4='} 2023-12-14T02:49:06.615 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005', '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-14 02:43:53.717241', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/EkUmWghc9FGcO+2MTFjVfURneD7I7Ib0SFdEhK8ELpbYelrQM8kaqdqQ9veVAtzpjuVeOH/vFQvKPa6dRX14='} 2023-12-14T02:49:06.615 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-14T02:49:06.626 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-14T02:49:06.626 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-14T02:49:06.626 INFO:teuthology.task.internal:roles: ubuntu@smithi099.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-14T02:49:06.626 INFO:teuthology.run_tasks:Running task console_log... 2023-12-14T02:49:06.750 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f81bca37e50>, signals=[15]) 2023-12-14T02:49:06.750 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-14T02:49:06.757 INFO:teuthology.task.internal:Opening connections... 2023-12-14T02:49:06.757 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2023-12-14T02:49:06.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:49:06.830 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2023-12-14T02:49:06.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:49:06.900 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2023-12-14T02:49:06.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:49:06.968 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-14T02:49:06.980 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2023-12-14T02:49:07.004 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2023-12-14T02:49:07.004 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:ID="rhel" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="fedora" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="8.6" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el8" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2023-12-14T02:49:07.066 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T02:49:07.067 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T02:49:07.068 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2023-12-14T02:49:07.091 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2023-12-14T02:49:07.113 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2023-12-14T02:49:07.113 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:ID="rhel" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE="fedora" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="8.6" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:PLATFORM_ID="platform:el8" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T02:49:07.173 INFO:teuthology.orchestra.run.smithi081.stdout:ANSI_COLOR="0;31" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T02:49:07.174 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T02:49:07.174 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2023-12-14T02:49:07.382 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2023-12-14T02:49:07.403 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2023-12-14T02:49:07.403 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2023-12-14T02:49:07.462 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T02:49:07.462 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:ID="rhel" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE="fedora" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="8.6" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:PLATFORM_ID="platform:el8" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:ANSI_COLOR="0;31" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T02:49:07.463 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T02:49:07.464 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2023-12-14T02:49:07.500 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-14T02:49:07.511 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-14T02:49:07.520 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-14T02:49:07.520 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2023-12-14T02:49:07.523 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2023-12-14T02:49:07.525 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2023-12-14T02:49:07.543 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-14T02:49:07.554 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-14T02:49:07.554 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2023-12-14T02:49:07.584 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2023-12-14T02:49:07.586 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2023-12-14T02:49:07.618 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-14T02:49:07.705 INFO:teuthology.run_tasks:Running task kernel... 2023-12-14T02:49:07.722 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-14T02:49:07.722 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-14T02:49:07.722 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T02:49:07.723 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T02:49:07.723 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T02:49:07.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:49:07.743 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2023-12-14T02:49:07.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:49:07.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:49:07.744 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-14T02:49:07.745 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2023-12-14T02:49:07.802 INFO:teuthology.orchestra.run.smithi081.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:07.803 INFO:teuthology.task.kernel:Running kernel on smithi081: 4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:07.803 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum install -y kernel 2023-12-14T02:49:07.804 INFO:teuthology.orchestra.run.smithi099.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:07.804 INFO:teuthology.task.kernel:Running kernel on smithi099: 4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:07.804 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum install -y kernel 2023-12-14T02:49:07.805 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:07.805 INFO:teuthology.task.kernel:Running kernel on smithi043: 4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:07.806 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2023-12-14T02:49:09.553 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:09.560 INFO:teuthology.orchestra.run.smithi099.stdout:Unable to read consumer identity 2023-12-14T02:49:09.577 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:09.584 INFO:teuthology.orchestra.run.smithi081.stdout:Unable to read consumer identity 2023-12-14T02:49:09.675 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:09.675 INFO:teuthology.orchestra.run.smithi099.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:09.675 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:09.706 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:09.707 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to read consumer identity 2023-12-14T02:49:09.707 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:09.707 INFO:teuthology.orchestra.run.smithi081.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:09.707 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:09.875 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:09.875 INFO:teuthology.orchestra.run.smithi043.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:09.875 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:11.681 INFO:teuthology.orchestra.run.smithi081.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-14T02:49:11.702 INFO:teuthology.orchestra.run.smithi099.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-14T02:49:11.732 INFO:teuthology.orchestra.run.smithi043.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-14T02:49:13.455 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2023-12-14T02:49:13.758 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 8.0 MB/s | 16 MB 00:01 2023-12-14T02:49:17.086 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 455 kB/s | 24 kB 00:00 2023-12-14T02:49:17.807 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 455 kB/s | 24 kB 00:00 2023-12-14T02:49:17.838 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-14T02:49:17.839 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T02:49:17.921 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-14T02:49:17.922 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-14T02:49:17.922 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-14T02:49:18.048 DEBUG:teuthology.orchestra.run.smithi099:> echo no | sudo yum reinstall kernel || true 2023-12-14T02:49:18.421 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:18.421 INFO:teuthology.orchestra.run.smithi099.stdout:Unable to read consumer identity 2023-12-14T02:49:18.488 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:18.488 INFO:teuthology.orchestra.run.smithi099.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:18.488 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:18.585 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-14T02:49:18.585 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T02:49:18.676 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-14T02:49:18.678 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-14T02:49:18.678 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-14T02:49:18.788 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:01 ago on Thu 14 Dec 2023 02:49:17 AM UTC. 2023-12-14T02:49:18.840 DEBUG:teuthology.orchestra.run.smithi043:> echo no | sudo yum reinstall kernel || true 2023-12-14T02:49:18.864 INFO:teuthology.orchestra.run.smithi099.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-14T02:49:18.871 INFO:teuthology.orchestra.run.smithi099.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T02:49:18.927 INFO:teuthology.orchestra.run.smithi099.stderr:Error: No packages marked for reinstall. 2023-12-14T02:49:18.974 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum reinstall -y kernel || true 2023-12-14T02:49:19.230 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:19.230 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to read consumer identity 2023-12-14T02:49:19.298 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:19.298 INFO:teuthology.orchestra.run.smithi043.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:19.299 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:19.306 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:19.307 INFO:teuthology.orchestra.run.smithi099.stdout:Unable to read consumer identity 2023-12-14T02:49:19.363 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:19.364 INFO:teuthology.orchestra.run.smithi099.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:19.364 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:49:19.661 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 02:49:17 AM UTC. 2023-12-14T02:49:19.663 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 02:49:17 AM UTC. 2023-12-14T02:49:19.729 INFO:teuthology.orchestra.run.smithi099.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-14T02:49:19.729 INFO:teuthology.orchestra.run.smithi099.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T02:49:19.765 INFO:teuthology.orchestra.run.smithi043.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-14T02:49:19.765 INFO:teuthology.orchestra.run.smithi043.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T02:49:19.767 INFO:teuthology.orchestra.run.smithi099.stderr:Error: No packages marked for reinstall. 2023-12-14T02:49:19.817 INFO:teuthology.orchestra.run.smithi043.stderr:Error: No packages marked for reinstall. 2023-12-14T02:49:19.819 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:49:19.874 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum reinstall -y kernel || true 2023-12-14T02:49:19.993 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:19.993 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:19.993 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T02:49:19.994 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-14T02:49:19.994 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:49:20.026 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2023-12-14T02:49:20.041 DEBUG:teuthology.parallel:result is None 2023-12-14T02:49:20.258 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:20.258 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to read consumer identity 2023-12-14T02:49:20.322 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:20.322 INFO:teuthology.orchestra.run.smithi043.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:20.322 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:49:20.670 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:03 ago on Thu 14 Dec 2023 02:49:17 AM UTC. 2023-12-14T02:49:20.745 INFO:teuthology.orchestra.run.smithi043.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-14T02:49:20.745 INFO:teuthology.orchestra.run.smithi043.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T02:49:20.791 INFO:teuthology.orchestra.run.smithi043.stderr:Error: No packages marked for reinstall. 2023-12-14T02:49:20.848 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:49:21.021 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:21.022 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:21.022 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T02:49:21.022 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-14T02:49:21.022 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:49:21.068 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2023-12-14T02:49:21.081 DEBUG:teuthology.parallel:result is None 2023-12-14T02:49:23.698 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 1.3 MB/s | 16 MB 00:11 2023-12-14T02:49:27.284 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 288 kB/s | 24 kB 00:00 2023-12-14T02:49:28.017 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2023-12-14T02:49:28.017 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T02:49:28.105 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-14T02:49:28.106 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2023-12-14T02:49:28.106 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-14T02:49:28.267 DEBUG:teuthology.orchestra.run.smithi081:> echo no | sudo yum reinstall kernel || true 2023-12-14T02:49:28.603 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:28.603 INFO:teuthology.orchestra.run.smithi081.stdout:Unable to read consumer identity 2023-12-14T02:49:28.671 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:28.671 INFO:teuthology.orchestra.run.smithi081.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:28.671 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:28.975 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:01 ago on Thu 14 Dec 2023 02:49:27 AM UTC. 2023-12-14T02:49:29.057 INFO:teuthology.orchestra.run.smithi081.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-14T02:49:29.057 INFO:teuthology.orchestra.run.smithi081.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T02:49:29.102 INFO:teuthology.orchestra.run.smithi081.stderr:Error: No packages marked for reinstall. 2023-12-14T02:49:29.150 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum reinstall -y kernel || true 2023-12-14T02:49:29.483 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-14T02:49:29.483 INFO:teuthology.orchestra.run.smithi081.stdout:Unable to read consumer identity 2023-12-14T02:49:29.546 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:29.546 INFO:teuthology.orchestra.run.smithi081.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2023-12-14T02:49:29.547 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:49:29.843 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 02:49:27 AM UTC. 2023-12-14T02:49:29.906 INFO:teuthology.orchestra.run.smithi081.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-14T02:49:29.906 INFO:teuthology.orchestra.run.smithi081.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T02:49:29.950 INFO:teuthology.orchestra.run.smithi081.stderr:Error: No packages marked for reinstall. 2023-12-14T02:49:29.999 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T02:49:30.154 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:30.155 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2023-12-14T02:49:30.155 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T02:49:30.155 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-14T02:49:30.155 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T02:49:30.187 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2023-12-14T02:49:30.204 DEBUG:teuthology.parallel:result is None 2023-12-14T02:49:30.204 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-14T02:49:30.216 INFO:teuthology.task.internal:Creating test directory... 2023-12-14T02:49:30.216 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:49:30.219 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:49:30.246 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T02:49:30.268 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-14T02:49:30.279 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-14T02:49:30.288 INFO:teuthology.task.internal:Creating archive directory... 2023-12-14T02:49:30.288 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:49:30.290 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:49:30.303 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T02:49:30.344 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-14T02:49:30.353 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-14T02:49:30.354 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:49:30.362 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:49:30.372 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:49:30.405 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:49:30.407 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:49:30.416 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:49:30.421 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:49:30.424 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:49:30.435 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T02:49:30.437 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-14T02:49:30.445 INFO:teuthology.task.internal:Configuring sudo... 2023-12-14T02:49:30.445 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:49:30.448 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:49:30.461 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T02:49:30.490 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-14T02:49:30.499 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-14T02:49:30.499 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:49:30.524 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:49:30.527 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T02:49:30.547 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:49:30.636 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:49:30.702 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:49:30.748 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:49:30.801 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-14T02:49:30.801 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:49:30.875 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:49:30.920 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:49:30.969 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:49:31.057 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:49:31.095 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-12-14T02:49:31.095 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:49:31.162 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:49:31.208 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T02:49:31.272 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:49:31.319 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T02:49:31.363 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-14T02:49:31.363 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T02:49:31.434 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2023-12-14T02:49:31.436 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2023-12-14T02:49:31.438 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2023-12-14T02:49:31.499 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:49:31.542 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:49:31.646 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:49:31.892 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-14T02:49:31.900 INFO:teuthology.task.internal:Starting timer... 2023-12-14T02:49:31.900 INFO:teuthology.run_tasks:Running task pcp... 2023-12-14T02:49:31.913 INFO:teuthology.run_tasks:Running task selinux... 2023-12-14T02:49:31.922 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-14T02:49:31.923 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2023-12-14T02:49:32.018 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2023-12-14T02:49:32.021 DEBUG:teuthology.orchestra.run.smithi081:> sudo service auditd rotate 2023-12-14T02:49:32.086 INFO:teuthology.orchestra.run.smithi081.stdout:Rotating logs: 2023-12-14T02:49:32.088 DEBUG:teuthology.orchestra.run.smithi099:> sudo service auditd rotate 2023-12-14T02:49:32.157 INFO:teuthology.orchestra.run.smithi099.stdout:Rotating logs: 2023-12-14T02:49:32.158 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-14T02:49:32.159 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2023-12-14T02:49:32.187 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2023-12-14T02:49:32.188 DEBUG:teuthology.orchestra.run.smithi081:> /usr/sbin/getenforce 2023-12-14T02:49:32.233 INFO:teuthology.orchestra.run.smithi081.stdout:Permissive 2023-12-14T02:49:32.233 DEBUG:teuthology.orchestra.run.smithi099:> /usr/sbin/getenforce 2023-12-14T02:49:32.279 INFO:teuthology.orchestra.run.smithi099.stdout:Permissive 2023-12-14T02:49:32.279 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi081.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi099.front.sepia.ceph.com': 'permissive'} 2023-12-14T02:49:32.279 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:49:32.310 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:49:32.311 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:49:32.338 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:49:32.339 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:49:32.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:49:32.370 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-14T02:49:32.370 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2023-12-14T02:49:32.401 DEBUG:teuthology.orchestra.run.smithi081:> sudo /usr/sbin/setenforce permissive 2023-12-14T02:49:32.437 DEBUG:teuthology.orchestra.run.smithi099:> sudo /usr/sbin/setenforce permissive 2023-12-14T02:49:32.467 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-14T02:49:32.478 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-14T02:49:32.479 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-14T02:49:32.498 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-14T02:49:32.499 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi081.front.sepia.ceph.com,smithi099.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-14T02:54:51.853 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi099.front.sepia.ceph.com')] 2023-12-14T02:54:51.854 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-14T02:54:51.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:54:51.931 DEBUG:teuthology.orchestra.run.smithi043:> true 2023-12-14T02:54:52.007 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-14T02:54:52.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-12-14T02:54:52.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:54:52.080 DEBUG:teuthology.orchestra.run.smithi081:> true 2023-12-14T02:54:52.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-12-14T02:54:52.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-14T02:54:52.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T02:54:52.218 DEBUG:teuthology.orchestra.run.smithi099:> true 2023-12-14T02:54:52.244 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-14T02:54:52.245 INFO:teuthology.run_tasks:Running task clock... 2023-12-14T02:54:52.258 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-14T02:54:52.258 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:54:52.259 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:54:52.262 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:54:52.262 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:54:52.265 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-14T02:54:52.265 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:54:52.296 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-14T02:54:52.299 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-14T02:54:52.311 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-14T02:54:52.317 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-14T02:54:52.317 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-14T02:54:52.332 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-14T02:54:52.381 INFO:teuthology.orchestra.run.smithi081.stderr:sudo: ntpd: command not found 2023-12-14T02:54:52.392 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2023-12-14T02:54:52.394 INFO:teuthology.orchestra.run.smithi081.stdout:506 Cannot talk to daemon 2023-12-14T02:54:52.405 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2023-12-14T02:54:52.407 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-14T02:54:52.418 INFO:teuthology.orchestra.run.smithi099.stderr:sudo: ntpd: command not found 2023-12-14T02:54:52.421 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-14T02:54:52.423 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-14T02:54:52.427 INFO:teuthology.orchestra.run.smithi099.stdout:506 Cannot talk to daemon 2023-12-14T02:54:52.442 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-14T02:54:52.442 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-14T02:54:52.456 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-14T02:54:52.495 INFO:teuthology.orchestra.run.smithi081.stderr:bash: ntpq: command not found 2023-12-14T02:54:52.498 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:54:52.498 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2023-12-14T02:54:52.498 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.498 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.498 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.498 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.523 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2023-12-14T02:54:52.527 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:54:52.527 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2023-12-14T02:54:52.527 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.527 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.528 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.528 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.529 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2023-12-14T02:54:52.532 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:54:52.532 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2023-12-14T02:54:52.532 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.532 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.532 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.533 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:54:52.534 INFO:teuthology.run_tasks:Running task pexec... 2023-12-14T02:54:52.543 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-14T02:54:52.543 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi043.front.sepia.ceph.com 2023-12-14T02:54:52.543 DEBUG:teuthology.orchestra.run.smithi043:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-14T02:54:52.544 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi081.front.sepia.ceph.com 2023-12-14T02:54:52.544 DEBUG:teuthology.orchestra.run.smithi081:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-14T02:54:52.544 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi099.front.sepia.ceph.com 2023-12-14T02:54:52.545 DEBUG:teuthology.orchestra.run.smithi099:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-14T02:54:52.918 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-14T02:54:52.952 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-14T02:54:53.001 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-14T02:54:53.647 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 174 kB/s | 4.5 kB 00:00 2023-12-14T02:54:53.788 INFO:teuthology.orchestra.run.smithi099.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 141 kB/s | 4.1 kB 00:00 2023-12-14T02:54:53.872 INFO:teuthology.orchestra.run.smithi043.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 133 kB/s | 4.1 kB 00:00 2023-12-14T02:54:54.030 INFO:teuthology.orchestra.run.smithi099.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 162 kB/s | 4.5 kB 00:00 2023-12-14T02:54:54.134 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 140 kB/s | 4.1 kB 00:00 2023-12-14T02:54:54.159 INFO:teuthology.orchestra.run.smithi043.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-14T02:54:56.862 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-14T02:54:56.863 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2023-12-14T02:54:56.863 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2023-12-14T02:54:56.863 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2023-12-14T02:54:56.863 INFO:teuthology.orchestra.run.smithi081.stdout:Resetting modules: 2023-12-14T02:54:56.863 INFO:teuthology.orchestra.run.smithi081.stdout: container-tools 2023-12-14T02:54:56.864 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:54:56.864 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2023-12-14T02:54:56.864 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2023-12-14T02:54:56.864 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:54:57.065 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-14T02:54:57.066 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-14T02:54:57.066 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout:Resetting modules: 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-14T02:54:57.067 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:54:57.762 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout:Resetting modules: 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-14T02:54:57.763 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:55:02.788 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-14T02:55:02.991 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-14T02:55:03.256 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-14T02:55:03.449 INFO:teuthology.orchestra.run.smithi099.stdout:Updating Subscription Management repositories. 2023-12-14T02:55:03.525 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-14T02:55:04.051 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-14T02:55:04.056 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 107 kB/s | 4.5 kB 00:00 2023-12-14T02:55:04.308 INFO:teuthology.orchestra.run.smithi099.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 101 kB/s | 4.1 kB 00:00 2023-12-14T02:55:04.567 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 94 kB/s | 4.1 kB 00:00 2023-12-14T02:55:04.575 INFO:teuthology.orchestra.run.smithi099.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 94 kB/s | 4.5 kB 00:00 2023-12-14T02:55:04.986 INFO:teuthology.orchestra.run.smithi043.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 78 kB/s | 4.1 kB 00:00 2023-12-14T02:55:05.289 INFO:teuthology.orchestra.run.smithi043.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 82 kB/s | 4.5 kB 00:00 2023-12-14T02:55:07.260 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-14T02:55:07.331 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-14T02:55:07.416 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================================== 2023-12-14T02:55:07.416 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================================== 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout:Installing group/module packages: 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2023-12-14T02:55:07.417 INFO:teuthology.orchestra.run.smithi081.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout:Installing weak dependencies: 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout:Installing module profiles: 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: container-tools/common 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling module streams: 2023-12-14T02:55:07.418 INFO:teuthology.orchestra.run.smithi081.stdout: container-tools rhel8 2023-12-14T02:55:07.419 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:55:07.419 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2023-12-14T02:55:07.419 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================================== 2023-12-14T02:55:07.419 INFO:teuthology.orchestra.run.smithi081.stdout:Install 13 Packages 2023-12-14T02:55:07.419 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:55:07.419 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 26 M 2023-12-14T02:55:07.420 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 87 M 2023-12-14T02:55:07.420 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout:========================================================================================================== 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout:========================================================================================================== 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout:Installing group/module packages: 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2023-12-14T02:55:07.481 INFO:teuthology.orchestra.run.smithi099.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout:Installing weak dependencies: 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout:Installing module profiles: 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools/common 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:55:07.482 INFO:teuthology.orchestra.run.smithi099.stdout:Enabling module streams: 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools rhel8 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout:========================================================================================================== 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout:Install 13 Packages 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 26 M 2023-12-14T02:55:07.483 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 87 M 2023-12-14T02:55:07.484 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-14T02:55:07.625 INFO:teuthology.orchestra.run.smithi099.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 290 kB/s | 41 kB 00:00 2023-12-14T02:55:07.630 INFO:teuthology.orchestra.run.smithi081.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 194 kB/s | 41 kB 00:00 2023-12-14T02:55:07.651 INFO:teuthology.orchestra.run.smithi099.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 563 kB/s | 94 kB 00:00 2023-12-14T02:55:07.656 INFO:teuthology.orchestra.run.smithi081.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 105 kB/s | 25 kB 00:00 2023-12-14T02:55:07.676 INFO:teuthology.orchestra.run.smithi099.stdout:(3/13): python3-pytoml-0.1.14-5.git7dea353.el8. 129 kB/s | 25 kB 00:00 2023-12-14T02:55:07.681 INFO:teuthology.orchestra.run.smithi081.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 359 kB/s | 94 kB 00:00 2023-12-14T02:55:07.769 INFO:teuthology.orchestra.run.smithi099.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 7.1 MB/s | 1.0 MB 00:00 2023-12-14T02:55:07.799 INFO:teuthology.orchestra.run.smithi081.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 6.0 MB/s | 1.0 MB 00:00 2023-12-14T02:55:07.827 INFO:teuthology.orchestra.run.smithi099.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 4.8 MB/s | 739 kB 00:00 2023-12-14T02:55:07.831 INFO:teuthology.orchestra.run.smithi081.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 4.8 MB/s | 739 kB 00:00 2023-12-14T02:55:07.877 INFO:teuthology.orchestra.run.smithi099.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 365 kB/s | 39 kB 00:00 2023-12-14T02:55:07.936 INFO:teuthology.orchestra.run.smithi099.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+20326+38708 2.2 MB/s | 239 kB 00:00 2023-12-14T02:55:08.033 INFO:teuthology.orchestra.run.smithi081.stdout:(6/13): buildah-1.31.3-1.module+el8.9.0+20326+3 23 MB/s | 8.8 MB 00:00 2023-12-14T02:55:08.049 INFO:teuthology.orchestra.run.smithi081.stdout:(7/13): criu-libs-3.18-4.module+el8.9.0+20326+3 157 kB/s | 39 kB 00:00 2023-12-14T02:55:08.069 INFO:teuthology.orchestra.run.smithi099.stdout:(8/13): buildah-1.31.3-1.module+el8.9.0+20326+3 21 MB/s | 8.8 MB 00:00 2023-12-14T02:55:08.074 INFO:teuthology.orchestra.run.smithi081.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 987 kB/s | 239 kB 00:00 2023-12-14T02:55:08.145 INFO:teuthology.orchestra.run.smithi099.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 14 MB/s | 3.7 MB 00:00 2023-12-14T02:55:08.195 INFO:teuthology.orchestra.run.smithi099.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 593 kB/s | 153 kB 00:00 2023-12-14T02:55:08.283 INFO:teuthology.orchestra.run.smithi081.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 15 MB/s | 3.7 MB 00:00 2023-12-14T02:55:08.308 INFO:teuthology.orchestra.run.smithi081.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 593 kB/s | 153 kB 00:00 2023-12-14T02:55:08.479 INFO:teuthology.orchestra.run.smithi099.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 20 MB/s | 8.1 MB 00:00 2023-12-14T02:55:08.500 INFO:teuthology.orchestra.run.smithi081.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 19 MB/s | 8.1 MB 00:00 2023-12-14T02:55:08.575 INFO:teuthology.orchestra.run.smithi081.stdout:(12/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 8.7 MB/s | 2.5 MB 00:00 2023-12-14T02:55:08.653 INFO:teuthology.orchestra.run.smithi099.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 108 kB/s | 49 kB 00:00 2023-12-14T02:55:08.704 INFO:teuthology.orchestra.run.smithi099.stdout:(13/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 4.5 MB/s | 2.5 MB 00:00 2023-12-14T02:55:08.704 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:55:08.704 INFO:teuthology.orchestra.run.smithi099.stdout:Total 21 MB/s | 26 MB 00:01 2023-12-14T02:55:08.750 INFO:teuthology.orchestra.run.smithi081.stdout:(13/13): udica-0.2.6-20.module+el8.9.0+20326+38 112 kB/s | 49 kB 00:00 2023-12-14T02:55:08.751 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:55:08.751 INFO:teuthology.orchestra.run.smithi081.stdout:Total 19 MB/s | 26 MB 00:01 2023-12-14T02:55:08.817 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-14T02:55:08.983 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-14T02:55:08.985 INFO:teuthology.orchestra.run.smithi043.stdout:========================================================================================================== 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout:========================================================================================================== 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout:Installing group/module packages: 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2023-12-14T02:55:08.986 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-14T02:55:08.987 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout:Installing module profiles: 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools/common 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout:Enabling module streams: 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools rhel8 2023-12-14T02:55:08.988 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:55:08.989 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-14T02:55:08.989 INFO:teuthology.orchestra.run.smithi043.stdout:========================================================================================================== 2023-12-14T02:55:08.989 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2023-12-14T02:55:08.989 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:55:08.990 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 26 M 2023-12-14T02:55:08.990 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 87 M 2023-12-14T02:55:08.990 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-14T02:55:09.004 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-14T02:55:09.005 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-14T02:55:09.029 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2023-12-14T02:55:09.050 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2023-12-14T02:55:09.051 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2023-12-14T02:55:09.176 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 133 kB/s | 25 kB 00:00 2023-12-14T02:55:09.200 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 445 kB/s | 94 kB 00:00 2023-12-14T02:55:09.276 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 143 kB/s | 41 kB 00:00 2023-12-14T02:55:09.342 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 11 MB/s | 739 kB 00:00 2023-12-14T02:55:09.376 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 5.0 MB/s | 1.0 MB 00:00 2023-12-14T02:55:09.443 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 392 kB/s | 39 kB 00:00 2023-12-14T02:55:09.643 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+20326+38708 896 kB/s | 239 kB 00:00 2023-12-14T02:55:09.680 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-14T02:55:09.688 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-14T02:55:09.712 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2023-12-14T02:55:09.721 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2023-12-14T02:55:09.769 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): buildah-1.31.3-1.module+el8.9.0+20326+3 16 MB/s | 8.8 MB 00:00 2023-12-14T02:55:09.819 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): python3-podman-4.6.0-1.module+el8.9.0+2 876 kB/s | 153 kB 00:00 2023-12-14T02:55:09.894 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): netavark-1.7.0-1.module+el8.9.0+20326+ 8.2 MB/s | 3.7 MB 00:00 2023-12-14T02:55:10.028 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 12 MB/s | 2.5 MB 00:00 2023-12-14T02:55:10.053 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 312 kB/s | 49 kB 00:00 2023-12-14T02:55:10.170 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 20 MB/s | 8.1 MB 00:00 2023-12-14T02:55:10.170 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-14T02:55:10.171 INFO:teuthology.orchestra.run.smithi043.stdout:Total 22 MB/s | 26 MB 00:01 2023-12-14T02:55:10.342 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2023-12-14T02:55:10.351 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-14T02:55:10.473 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-14T02:55:10.497 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-14T02:55:10.498 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-14T02:55:10.597 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2023-12-14T02:55:10.618 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2023-12-14T02:55:11.109 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2023-12-14T02:55:11.145 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-14T02:55:11.154 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2023-12-14T02:55:11.155 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-14T02:55:11.307 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2023-12-14T02:55:11.372 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2023-12-14T02:55:11.514 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2023-12-14T02:55:11.578 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2023-12-14T02:55:11.693 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2023-12-14T02:55:11.781 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2023-12-14T02:55:11.856 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-14T02:55:11.911 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2023-12-14T02:55:12.057 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2023-12-14T02:55:12.126 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2023-12-14T02:55:12.184 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2023-12-14T02:55:12.336 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2023-12-14T02:55:12.698 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2023-12-14T02:55:12.891 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2023-12-14T02:55:13.098 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-14T02:55:13.106 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2023-12-14T02:55:13.257 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-14T02:55:13.299 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2023-12-14T02:55:13.321 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-14T02:55:13.549 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2023-12-14T02:55:13.551 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-14T02:55:13.758 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2023-12-14T02:55:13.794 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2023-12-14T02:55:13.953 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2023-12-14T02:55:14.663 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2023-12-14T02:55:14.801 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-14T02:55:14.870 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2023-12-14T02:55:14.926 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2023-12-14T02:55:15.074 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-14T02:55:15.106 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2023-12-14T02:55:15.117 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-14T02:55:15.321 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-14T02:55:15.521 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2023-12-14T02:55:15.528 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-14T02:55:15.528 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2023-12-14T02:55:15.528 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2023-12-14T02:55:15.529 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2023-12-14T02:55:15.748 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2023-12-14T02:55:15.749 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2023-12-14T02:55:16.516 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2023-12-14T02:55:16.772 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2023-12-14T02:55:16.971 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2023-12-14T02:55:17.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2023-12-14T02:55:17.460 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2023-12-14T02:55:21.103 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2023-12-14T02:55:21.104 INFO:teuthology.orchestra.run.smithi081.stdout:Installed products updated. 2023-12-14T02:55:21.273 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2023-12-14T02:55:21.273 INFO:teuthology.orchestra.run.smithi099.stdout:Installed products updated. 2023-12-14T02:55:21.666 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.667 INFO:teuthology.orchestra.run.smithi081.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:21.668 INFO:teuthology.orchestra.run.smithi081.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-14T02:55:21.668 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-14T02:55:21.668 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:21.814 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-14T02:55:21.815 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-14T02:55:21.857 DEBUG:teuthology.parallel:result is None 2023-12-14T02:55:22.003 DEBUG:teuthology.parallel:result is None 2023-12-14T02:55:23.616 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2023-12-14T02:55:23.616 INFO:teuthology.orchestra.run.smithi043.stdout:Installed products updated. 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-14T02:55:24.224 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.225 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2023-12-14T02:55:24.225 INFO:teuthology.orchestra.run.smithi043.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2023-12-14T02:55:24.225 INFO:teuthology.orchestra.run.smithi043.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-14T02:55:24.225 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-14T02:55:24.225 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-14T02:55:24.421 DEBUG:teuthology.parallel:result is None 2023-12-14T02:55:24.421 INFO:teuthology.run_tasks:Running task install... 2023-12-14T02:55:24.430 DEBUG:teuthology.task.install:project ceph 2023-12-14T02:55:24.430 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'}} 2023-12-14T02:55:24.431 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '021ac1670a21c19759080c6da90baaeb42e7d175'} 2023-12-14T02:55:24.431 INFO:teuthology.task.install:Using flavor: default 2023-12-14T02:55:24.438 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-14T02:55:24.438 INFO:teuthology.task.install:extra packages: [] 2023-12-14T02:55:24.439 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': '021ac1670a21c19759080c6da90baaeb42e7d175', 'tag': None, 'wait_for_package': False} 2023-12-14T02:55:24.439 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:55:24.441 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': '021ac1670a21c19759080c6da90baaeb42e7d175', 'tag': None, 'wait_for_package': False} 2023-12-14T02:55:24.441 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:55:24.442 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': '021ac1670a21c19759080c6da90baaeb42e7d175', 'tag': None, 'wait_for_package': False} 2023-12-14T02:55:24.443 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T02:55:24.612 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/ 2023-12-14T02:55:24.612 INFO:teuthology.task.install.rpm:Package version is 19.0.0-157.g021ac167 2023-12-14T02:55:24.619 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/ 2023-12-14T02:55:24.619 INFO:teuthology.task.install.rpm:Package version is 19.0.0-157.g021ac167 2023-12-14T02:55:24.622 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/ 2023-12-14T02:55:24.623 INFO:teuthology.task.install.rpm:Package version is 19.0.0-157.g021ac167 2023-12-14T02:55:24.697 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 114, in wrap_socket return self.sslsocket_class( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 312, in __init__ raise x File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 308, in __init__ self.do_handshake() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 667, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/rpm.py", line 211, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 779, in install_repo self._install_rpm_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1018, in _install_rpm_repo repo = self._get_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1012, in _get_repo resp = requests.get(self.repo_url) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T02:55:24.700 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 114, in wrap_socket return self.sslsocket_class( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 312, in __init__ raise x File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 308, in __init__ self.do_handshake() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 667, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/rpm.py", line 211, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 779, in install_repo self._install_rpm_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1018, in _install_rpm_repo repo = self._get_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1012, in _get_repo resp = requests.get(self.repo_url) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T02:55:24.799 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=584c30d30b8c421989dae015b6ebb94f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1058, in _validate_conn conn.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 114, in wrap_socket return self.sslsocket_class( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 312, in __init__ raise x File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 308, in __init__ self.do_handshake() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/gevent/_ssl3.py", line 667, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/rpm.py", line 211, in _update_package_list_and_install builder.install_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 779, in install_repo self._install_rpm_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1018, in _install_rpm_repo repo = self._get_repo() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/packaging.py", line 1012, in _get_repo resp = requests.get(self.repo_url) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, **send_kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/virtualenv/lib/python3.8/site-packages/requests/adapters.py", line 517, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='1.chacra.ceph.com', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'))) 2023-12-14T02:55:24.805 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-14T02:55:24.815 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-14T02:55:24.826 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-14T02:55:24.827 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:55:24.859 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:55:24.863 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-14T02:55:24.871 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2023-12-14T02:55:24.876 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:55:24.877 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2023-12-14T02:55:24.877 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 26 +281us[ +281us] +/- 79ms 2023-12-14T02:55:24.877 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 25 +358us[ +358us] +/- 77ms 2023-12-14T02:55:24.877 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv03.front.sepia.ceph.com 3 6 17 25 -616us[ -616us] +/- 75ms 2023-12-14T02:55:24.877 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:55:24.880 INFO:teuthology.orchestra.run.smithi081.stderr:bash: ntpq: command not found 2023-12-14T02:55:24.883 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2023-12-14T02:55:24.884 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:55:24.885 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2023-12-14T02:55:24.885 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 26 +274us[ +279us] +/- 79ms 2023-12-14T02:55:24.885 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 25 +353us[ +353us] +/- 77ms 2023-12-14T02:55:24.885 INFO:teuthology.orchestra.run.smithi081.stdout:^* hv03.front.sepia.ceph.com 3 6 17 25 -614us[ -608us] +/- 75ms 2023-12-14T02:55:24.885 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:55:24.887 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-14T02:55:24.888 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2023-12-14T02:55:24.888 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv01.front.sepia.ceph.com 2 6 17 26 +275us[ +273us] +/- 79ms 2023-12-14T02:55:24.888 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 25 +366us[ +366us] +/- 77ms 2023-12-14T02:55:24.888 INFO:teuthology.orchestra.run.smithi099.stdout:^* hv03.front.sepia.ceph.com 3 6 17 25 -612us[ -613us] +/- 75ms 2023-12-14T02:55:24.888 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-14T02:55:24.889 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-14T02:55:24.898 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-14T02:55:24.898 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-14T02:55:24.906 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:55:24.984 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:55:25.044 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:55:25.105 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:55:25.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:55:25.142 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:55:25.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:55:25.174 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:55:25.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:55:25.246 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-14T02:55:25.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-14T02:55:25.267 INFO:teuthology.task.internal:Duration was 353.366398 seconds 2023-12-14T02:55:25.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-14T02:55:25.277 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-14T02:55:25.277 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:55:25.280 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:55:25.284 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T02:55:25.331 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:55:25.336 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:55:25.336 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T02:55:25.754 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-14T02:55:25.754 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2023-12-14T02:55:25.754 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:55:25.782 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2023-12-14T02:55:25.783 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:55:25.810 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2023-12-14T02:55:25.810 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:55:25.835 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-14T02:55:25.836 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:55:25.838 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:55:25.853 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T02:55:25.909 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-14T02:55:25.910 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:55:25.920 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:55:25.930 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T02:55:25.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-14T02:55:26.008 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-14T02:55:26.008 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:55:26.043 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:55:26.072 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T02:55:26.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-14T02:55:26.109 DEBUG:teuthology.orchestra.run.smithi043:> 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-14T02:55:26.112 DEBUG:teuthology.orchestra.run.smithi081:> 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-14T02:55:26.114 DEBUG:teuthology.orchestra.run.smithi099:> 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-14T02:55:26.139 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2023-12-14T02:55:26.143 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2023-12-14T02:55:26.165 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2023-12-14T02:55:26.194 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:55:26.247 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:55:26.248 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:55:26.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:55:26.264 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T02:55:26.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T02:55:26.281 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-14T02:55:26.292 INFO:teuthology.task.internal:Transferring archived files... 2023-12-14T02:55:26.293 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005/remote/smithi043 2023-12-14T02:55:26.294 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:55:26.348 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005/remote/smithi081 2023-12-14T02:55:26.348 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:55:26.414 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005/remote/smithi099 2023-12-14T02:55:26.415 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T02:55:26.470 INFO:teuthology.task.internal:Removing archive directory... 2023-12-14T02:55:26.470 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:55:26.473 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:55:26.477 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T02:55:26.495 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-14T02:55:26.507 INFO:teuthology.task.internal:Not uploading archives. 2023-12-14T02:55:26.507 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-14T02:55:26.517 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-14T02:55:26.517 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:55:26.536 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:55:26.538 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T02:55:26.554 INFO:teuthology.orchestra.run.smithi081.stdout: 262154 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:55 /home/ubuntu/cephtest 2023-12-14T02:55:26.554 INFO:teuthology.orchestra.run.smithi099.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:55 /home/ubuntu/cephtest 2023-12-14T02:55:26.555 INFO:teuthology.orchestra.run.smithi043.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 02:55 /home/ubuntu/cephtest 2023-12-14T02:55:26.557 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-14T02:55:26.567 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-14T02:55:26.592 INFO:teuthology.nuke:Checking targets against current locks 2023-12-14T02:55:26.618 DEBUG:teuthology.nuke:shortname: smithi043 2023-12-14T02:55:26.619 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:55:26.646 DEBUG:teuthology.nuke:shortname: smithi081 2023-12-14T02:55:26.646 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:55:26.670 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005', '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-14 02:43:53.714644', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD/ngDz7QUSWBHUwPLnZ6Gz9hIBbpPQpdkQ/2pr75kgHvvSqoBWupS4n8zhuHnbqp2/tLM8vGwvB7eT5DaDkbF4='} 2023-12-14T02:55:26.674 DEBUG:teuthology.nuke:shortname: smithi099 2023-12-14T02:55:26.674 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T02:55:26.682 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005', '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-14 02:43:53.716127', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO/kUZiQ6XOx0u5roOrGOIIZjIuzqMFiKIpapwbHFoe4gKLuXPggjrhNhmtsP0wjwzNsH/Mjf3vqoXNCD5NFQVE='} 2023-12-14T02:55:26.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7491005', '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-14 02:43:53.717241', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/EkUmWghc9FGcO+2MTFjVfURneD7I7Ib0SFdEhK8ELpbYelrQM8kaqdqQ9veVAtzpjuVeOH/vFQvKPa6dRX14='} 2023-12-14T02:55:26.726 INFO:teuthology.orchestra.console.smithi081:Power off 2023-12-14T02:55:26.727 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:55:26.746 INFO:teuthology.orchestra.console.smithi043:Power off 2023-12-14T02:55:26.746 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:55:26.761 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2023-12-14T02:55:26.761 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:26.772 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2023-12-14T02:55:26.772 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:26.786 INFO:teuthology.orchestra.console.smithi099:Power off 2023-12-14T02:55:26.787 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T02:55:26.797 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-12-14T02:55:26.800 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-14T02:55:26.824 DEBUG:teuthology.orchestra.console.smithi099:power off output: Chassis Power Control: Down/Off 2023-12-14T02:55:26.824 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:26.855 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-14T02:55:30.801 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:30.814 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:30.856 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:30.915 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-12-14T02:55:30.923 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-14T02:55:30.971 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-14T02:55:34.922 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:34.933 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:34.974 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:35.035 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-12-14T02:55:35.043 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2023-12-14T02:55:35.085 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-14T02:55:35.145 INFO:teuthology.orchestra.console.smithi043:Power off completed 2023-12-14T02:55:39.037 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:39.087 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T02:55:39.148 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2023-12-14T02:55:39.196 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is off 2023-12-14T02:55:39.250 INFO:teuthology.orchestra.console.smithi081:Power off completed 2023-12-14T02:55:39.297 INFO:teuthology.orchestra.console.smithi099:Power off completed 2023-12-14T02:55:39.402 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 353.366397857666 failure_reason: 'HTTPSConnectionPool(host=''1.chacra.ceph.com'', port=443): Max retries exceeded with url: /repos/ceph/wip-yuri10-testing-2023-12-12-1229/021ac1670a21c19759080c6da90baaeb42e7d175/centos/8/flavors/default/repo (Caused by SSLError(SSLCertVerificationError(1, ''[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1131)'')))' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=584c30d30b8c421989dae015b6ebb94f status: fail success: false 2023-12-14T02:55:39.403 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T02:55:39.491 INFO:teuthology.run:FAIL