2024-05-19T20:35:14.426 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-19T20:35:14.426 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979 --name teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_monitoring_stack_basic} --verbose --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979/orig.config.yaml 2024-05-19T20:35:14.457 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-19T20:35:14.536 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979 branch: main description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7713979' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum log-only-match: - CEPHADM_ sha1: 5e689efb374f7a6b69f2afe689641b62a797d701 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5e689efb374f7a6b69f2afe689641b62a797d701 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 5e689efb374f7a6b69f2afe689641b62a797d701 owner: scheduled_teuthology@teuthology priority: 951 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1445 sha1: 5e689efb374f7a6b69f2afe689641b62a797d701 sleep_before_teardown: 0 subset: 8316/100000 suite: rados suite_branch: main suite_path: /home/teuthworker/src/git.ceph.com_ceph_5e689efb374f7a6b69f2afe689641b62a797d701/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 5e689efb374f7a6b69f2afe689641b62a797d701 targets: smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHnNrMdOEmLQkQT8FCVEQP39X7wamcoUdfWD+lRLr+OYDzu8osmD4l2vCSOpdBsBPpF2Mlrwy78NCnS5FFi/K+M= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbHguY7ElYZpTdVw1pjU6A8+CY1Db70tdzuEnY37/r9LxfTMjlAMR0jek4QKV3J5Shq30PM8EJFxRYs11SuGlE= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEeMOM4TXUo41xA5J/3y70D38x9hIrvM08tnGI0gzVq6P1a/qlFOigWnUG55F8ue2eKgXt0Z+omDS6RMB8YvjXs= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-19_20:00:16 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-19T20:35:14.536 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_5e689efb374f7a6b69f2afe689641b62a797d701/qa; will attempt to use it 2024-05-19T20:35:14.537 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_5e689efb374f7a6b69f2afe689641b62a797d701/qa/tasks 2024-05-19T20:35:14.537 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-19T20:35:14.539 INFO:teuthology.task.internal:Checking packages... 2024-05-19T20:35:14.560 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5e689efb374f7a6b69f2afe689641b62a797d701' 2024-05-19T20:35:14.560 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-19T20:35:14.560 INFO:teuthology.packaging:ref: None 2024-05-19T20:35:14.560 INFO:teuthology.packaging:tag: None 2024-05-19T20:35:14.560 INFO:teuthology.packaging:branch: main 2024-05-19T20:35:14.560 INFO:teuthology.packaging:sha1: 5e689efb374f7a6b69f2afe689641b62a797d701 2024-05-19T20:35:14.561 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-05-19T20:35:14.867 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3821.g5e689efb 2024-05-19T20:35:14.869 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-19T20:35:14.878 INFO:teuthology.task.internal:no buildpackages task found 2024-05-19T20:35:14.878 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-19T20:35:14.886 INFO:teuthology.task.internal:Saving configuration 2024-05-19T20:35:14.899 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-19T20:35:14.907 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-19T20:35:14.932 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-19 20:29:16.385907', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHnNrMdOEmLQkQT8FCVEQP39X7wamcoUdfWD+lRLr+OYDzu8osmD4l2vCSOpdBsBPpF2Mlrwy78NCnS5FFi/K+M='} 2024-05-19T20:35:14.955 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-19 20:29:16.387268', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMbHguY7ElYZpTdVw1pjU6A8+CY1Db70tdzuEnY37/r9LxfTMjlAMR0jek4QKV3J5Shq30PM8EJFxRYs11SuGlE='} 2024-05-19T20:35:14.977 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-19 20:29:16.384359', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEeMOM4TXUo41xA5J/3y70D38x9hIrvM08tnGI0gzVq6P1a/qlFOigWnUG55F8ue2eKgXt0Z+omDS6RMB8YvjXs='} 2024-05-19T20:35:14.977 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-19T20:35:14.983 INFO:teuthology.task.internal:roles: ubuntu@smithi066.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-19T20:35:14.983 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-19T20:35:14.983 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-19T20:35:14.983 INFO:teuthology.run_tasks:Running task console_log... 2024-05-19T20:35:15.067 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9ed395bac0>, signals=[15]) 2024-05-19T20:35:15.067 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-19T20:35:15.073 INFO:teuthology.task.internal:Opening connections... 2024-05-19T20:35:15.073 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2024-05-19T20:35:15.074 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:35:15.152 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2024-05-19T20:35:15.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:35:15.230 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-05-19T20:35:15.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:35:15.307 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-19T20:35:15.313 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2024-05-19T20:35:15.331 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2024-05-19T20:35:15.332 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="CentOS Stream" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="9" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:ID="centos" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE="rhel fedora" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="9" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:PLATFORM_ID="platform:el9" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-19T20:35:15.390 INFO:teuthology.orchestra.run.smithi066.stdout:ANSI_COLOR="0;31" 2024-05-19T20:35:15.391 INFO:teuthology.orchestra.run.smithi066.stdout:LOGO="fedora-logo-icon" 2024-05-19T20:35:15.391 INFO:teuthology.orchestra.run.smithi066.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-19T20:35:15.391 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://centos.org/" 2024-05-19T20:35:15.391 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-19T20:35:15.391 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-19T20:35:15.391 INFO:teuthology.orchestra.run.smithi066.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-19T20:35:15.392 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2024-05-19T20:35:15.413 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2024-05-19T20:35:15.431 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2024-05-19T20:35:15.432 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2024-05-19T20:35:15.490 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="CentOS Stream" 2024-05-19T20:35:15.490 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="9" 2024-05-19T20:35:15.490 INFO:teuthology.orchestra.run.smithi121.stdout:ID="centos" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE="rhel fedora" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="9" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:PLATFORM_ID="platform:el9" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:ANSI_COLOR="0;31" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:LOGO="fedora-logo-icon" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://centos.org/" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-19T20:35:15.491 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-19T20:35:15.492 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2024-05-19T20:35:15.513 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-05-19T20:35:15.531 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-05-19T20:35:15.532 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-05-19T20:35:15.589 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-05-19T20:35:15.589 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-05-19T20:35:15.589 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-05-19T20:35:15.589 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-05-19T20:35:15.589 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-19T20:35:15.590 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-19T20:35:15.590 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-05-19T20:35:15.613 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-19T20:35:15.622 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-19T20:35:15.628 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-19T20:35:15.629 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2024-05-19T20:35:15.631 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2024-05-19T20:35:15.633 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-05-19T20:35:15.649 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-19T20:35:15.657 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-19T20:35:15.657 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2024-05-19T20:35:15.689 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2024-05-19T20:35:15.691 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-05-19T20:35:15.781 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-19T20:35:15.848 INFO:teuthology.run_tasks:Running task kernel... 2024-05-19T20:35:15.863 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-19T20:35:15.863 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-19T20:35:15.864 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-19T20:35:15.864 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-19T20:35:15.865 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-19T20:35:15.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:35:15.882 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-05-19T20:35:15.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:35:15.883 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:35:15.884 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-05-19T20:35:15.884 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-05-19T20:35:15.941 INFO:teuthology.orchestra.run.smithi121.stdout:5.14.0-437.el9.x86_64 2024-05-19T20:35:15.941 INFO:teuthology.task.kernel:Running kernel on smithi121: 5.14.0-437.el9.x86_64 2024-05-19T20:35:15.941 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum install -y kernel 2024-05-19T20:35:15.943 INFO:teuthology.orchestra.run.smithi066.stdout:5.14.0-437.el9.x86_64 2024-05-19T20:35:15.943 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-437.el9.x86_64 2024-05-19T20:35:15.943 INFO:teuthology.task.kernel:Running kernel on smithi066: 5.14.0-437.el9.x86_64 2024-05-19T20:35:15.943 DEBUG:teuthology.orchestra.run.smithi066:> sudo yum install -y kernel 2024-05-19T20:35:15.943 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-437.el9.x86_64 2024-05-19T20:35:15.944 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-05-19T20:35:18.409 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.1 MB 00:00 2024-05-19T20:35:18.896 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - BaseOS 6.3 MB/s | 8.1 MB 00:01 2024-05-19T20:35:19.531 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.1 MB 00:01 2024-05-19T20:35:22.190 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - AppStream 12 MB/s | 19 MB 00:01 2024-05-19T20:35:22.322 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - AppStream 8.3 MB/s | 19 MB 00:02 2024-05-19T20:35:23.043 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 5.4 MB/s | 19 MB 00:03 2024-05-19T20:35:26.165 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-05-19T20:35:26.714 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - CRB 8.9 MB/s | 6.2 MB 00:00 2024-05-19T20:35:27.841 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 16 kB 00:00 2024-05-19T20:35:28.140 INFO:teuthology.orchestra.run.smithi066.stdout:CentOS Stream 9 - Extras packages 80 kB/s | 16 kB 00:00 2024-05-19T20:35:28.527 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.2 MB 00:01 2024-05-19T20:35:30.069 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 85 kB/s | 16 kB 00:00 2024-05-19T20:35:31.971 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-05-19T20:35:37.262 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 9.5 kB/s | 1.7 kB 00:00 2024-05-19T20:35:39.235 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-19T20:35:39.235 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-19T20:35:39.323 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-05-19T20:35:39.330 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-05-19T20:35:39.330 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-05-19T20:35:39.331 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-05-19T20:35:39.332 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 78 M 2024-05-19T20:35:39.332 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 123 M 2024-05-19T20:35:39.332 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-05-19T20:35:39.629 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 2.1 MB/s | 550 kB 00:00 2024-05-19T20:35:40.430 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 15 MB/s | 15 MB 00:01 2024-05-19T20:35:40.955 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 21 MB/s | 28 MB 00:01 2024-05-19T20:35:41.330 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 17 MB/s | 34 MB 00:01 2024-05-19T20:35:41.330 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-05-19T20:35:41.330 INFO:teuthology.orchestra.run.smithi155.stdout:Total 39 MB/s | 78 MB 00:01 2024-05-19T20:35:42.013 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-05-19T20:35:42.372 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-05-19T20:35:42.372 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-05-19T20:35:43.323 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-05-19T20:35:43.324 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-05-19T20:35:45.726 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-05-19T20:35:46.439 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-19T20:35:46.529 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:35:46.555 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-19T20:35:47.018 INFO:teuthology.orchestra.run.smithi066.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-05-19T20:35:49.210 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:35:49.345 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:35:51.680 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-05-19T20:35:52.281 INFO:teuthology.orchestra.run.smithi066.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-05-19T20:35:53.585 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-19T20:35:53.586 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-19T20:35:53.684 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-05-19T20:35:53.697 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-05-19T20:35:53.697 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-05-19T20:35:53.697 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-05-19T20:35:53.697 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-05-19T20:35:53.697 INFO:teuthology.orchestra.run.smithi121.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout:Install 4 Packages 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-05-19T20:35:53.698 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 78 M 2024-05-19T20:35:53.699 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 123 M 2024-05-19T20:35:53.699 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-05-19T20:35:54.100 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:35:54.123 INFO:teuthology.orchestra.run.smithi121.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 2.0 MB/s | 550 kB 00:00 2024-05-19T20:35:54.206 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:35:54.329 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-19T20:35:54.329 INFO:teuthology.orchestra.run.smithi066.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-19T20:35:54.421 INFO:teuthology.orchestra.run.smithi066.stdout:Dependencies resolved. 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout: Package Architecture Version Repository Size 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout:Installing: 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout:Installing dependencies: 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-19T20:35:54.435 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-19T20:35:54.436 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction Summary 2024-05-19T20:35:54.436 INFO:teuthology.orchestra.run.smithi066.stdout:================================================================================ 2024-05-19T20:35:54.436 INFO:teuthology.orchestra.run.smithi066.stdout:Install 4 Packages 2024-05-19T20:35:54.436 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-19T20:35:54.436 INFO:teuthology.orchestra.run.smithi066.stdout:Total download size: 78 M 2024-05-19T20:35:54.436 INFO:teuthology.orchestra.run.smithi066.stdout:Installed size: 123 M 2024-05-19T20:35:54.437 INFO:teuthology.orchestra.run.smithi066.stdout:Downloading Packages: 2024-05-19T20:35:55.400 INFO:teuthology.orchestra.run.smithi066.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 611 kB/s | 550 kB 00:00 2024-05-19T20:35:56.183 INFO:teuthology.orchestra.run.smithi066.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 9.2 MB/s | 15 MB 00:01 2024-05-19T20:35:56.948 INFO:teuthology.orchestra.run.smithi121.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 5.0 MB/s | 15 MB 00:03 2024-05-19T20:35:57.067 INFO:teuthology.orchestra.run.smithi066.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-05-19T20:35:57.851 INFO:teuthology.orchestra.run.smithi066.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 11 MB/s | 28 MB 00:02 2024-05-19T20:35:57.851 INFO:teuthology.orchestra.run.smithi066.stdout:-------------------------------------------------------------------------------- 2024-05-19T20:35:57.851 INFO:teuthology.orchestra.run.smithi066.stdout:Total 23 MB/s | 78 MB 00:03 2024-05-19T20:35:58.562 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction check 2024-05-19T20:35:58.953 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:35:58.992 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction check succeeded. 2024-05-19T20:35:58.993 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction test 2024-05-19T20:35:59.722 INFO:teuthology.orchestra.run.smithi121.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 5.0 MB/s | 28 MB 00:05 2024-05-19T20:35:59.931 INFO:teuthology.orchestra.run.smithi066.stdout:Transaction test succeeded. 2024-05-19T20:35:59.931 INFO:teuthology.orchestra.run.smithi066.stdout:Running transaction 2024-05-19T20:36:00.189 INFO:teuthology.orchestra.run.smithi121.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 5.4 MB/s | 34 MB 00:06 2024-05-19T20:36:00.190 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-05-19T20:36:00.190 INFO:teuthology.orchestra.run.smithi121.stdout:Total 12 MB/s | 78 MB 00:06 2024-05-19T20:36:00.869 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-05-19T20:36:01.200 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-05-19T20:36:01.200 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-05-19T20:36:02.134 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-05-19T20:36:02.135 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-05-19T20:36:02.480 INFO:teuthology.orchestra.run.smithi066.stdout: Preparing : 1/1 2024-05-19T20:36:03.124 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-19T20:36:03.200 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:04.569 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-05-19T20:36:05.197 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-19T20:36:05.281 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:06.020 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:06.161 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:07.949 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:08.094 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:11.242 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:11.281 INFO:teuthology.orchestra.run.smithi066.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:12.818 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:12.945 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:16.377 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:17.661 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:28.246 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:28.284 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:28.609 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:28.610 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-19T20:36:28.610 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:28.610 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-19T20:36:29.459 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-19T20:36:29.460 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-05-19T20:36:29.460 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-05-19T20:36:29.812 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T20:36:29.883 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:29.883 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-19T20:36:29.883 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-19T20:36:29.883 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-19T20:36:29.883 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-19T20:36:29.884 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-19T20:36:29.884 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-05-19T20:36:29.884 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T20:36:29.934 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:29.934 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-19T20:36:29.934 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 68.el9 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8264254 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-19T20:36:29.965 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-05-19T20:36:29.966 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-05-19T20:36:29.967 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-19T20:36:29.967 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-446.el9.x86_64 2024-05-19T20:36:29.968 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-19T20:36:30.529 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-05-19T20:36:31.960 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-19T20:36:31.982 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-05-19T20:36:31.984 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-05-19T20:36:32.005 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.cLiwkG2Ep3 2024-05-19T20:36:32.005 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cLiwkG2Ep3 2024-05-19T20:36:32.071 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.cLiwkG2Ep3 2024-05-19T20:36:32.220 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.cLiwkG2Ep3 is 6KB 2024-05-19T20:36:32.270 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.cLiwkG2Ep3 2024-05-19T20:36:32.286 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-05-19T20:36:32.353 INFO:teuthology.orchestra.run.smithi155.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-19T20:36:32.353 INFO:teuthology.orchestra.run.smithi155.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-19T20:36:32.353 INFO:teuthology.orchestra.run.smithi155.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-19T20:36:32.353 INFO:teuthology.orchestra.run.smithi155.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-19T20:36:32.355 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-19T20:36:32.508 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-05-19T20:36:46.978 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:47.017 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:47.264 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:47.305 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:47.344 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:47.344 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-19T20:36:47.344 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:47.344 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:47.670 INFO:teuthology.orchestra.run.smithi066.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:47.670 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-19T20:36:47.670 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-19T20:36:47.670 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.125 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.126 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-05-19T20:36:48.126 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-05-19T20:36:48.497 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T20:36:48.503 INFO:teuthology.orchestra.run.smithi066.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-19T20:36:48.503 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-19T20:36:48.503 INFO:teuthology.orchestra.run.smithi066.stdout:Installed: 2024-05-19T20:36:48.503 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.503 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.504 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.504 INFO:teuthology.orchestra.run.smithi066.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.504 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-19T20:36:48.504 INFO:teuthology.orchestra.run.smithi066.stdout:Complete! 2024-05-19T20:36:48.561 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.561 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.562 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.562 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-19T20:36:48.562 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-19T20:36:48.562 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-19T20:36:48.562 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2024-05-19T20:36:48.562 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T20:36:48.611 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.612 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.612 DEBUG:teuthology.orchestra.run.smithi121:> sudo rpm -qi grub2-tools 2024-05-19T20:36:48.643 INFO:teuthology.orchestra.run.smithi121.stdout:Name : grub2-tools 2024-05-19T20:36:48.643 INFO:teuthology.orchestra.run.smithi121.stdout:Epoch : 1 2024-05-19T20:36:48.643 INFO:teuthology.orchestra.run.smithi121.stdout:Version : 2.06 2024-05-19T20:36:48.643 INFO:teuthology.orchestra.run.smithi121.stdout:Release : 68.el9 2024-05-19T20:36:48.643 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: x86_64 2024-05-19T20:36:48.643 INFO:teuthology.orchestra.run.smithi121.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Group : Unspecified 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Size : 8264254 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:License : GPLv3+ 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Packager : builder@centos.org 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Vendor : CentOS 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Summary : Support tools for GRUB. 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:Description : 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-05-19T20:36:48.644 INFO:teuthology.orchestra.run.smithi121.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-19T20:36:48.645 INFO:teuthology.orchestra.run.smithi121.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-19T20:36:48.645 INFO:teuthology.orchestra.run.smithi121.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-19T20:36:48.645 INFO:teuthology.orchestra.run.smithi121.stdout:hardware devices. 2024-05-19T20:36:48.645 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-05-19T20:36:48.645 INFO:teuthology.orchestra.run.smithi121.stdout:This subpackage provides tools for support of all platforms. 2024-05-19T20:36:48.646 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-19T20:36:48.646 INFO:teuthology.task.kernel:Updating grub on smithi121 to boot 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.646 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-19T20:36:48.856 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T20:36:48.926 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.927 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.927 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.927 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-19T20:36:48.927 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-19T20:36:48.927 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-19T20:36:48.927 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2024-05-19T20:36:48.927 DEBUG:teuthology.orchestra.run.smithi066:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T20:36:48.979 INFO:teuthology.orchestra.run.smithi066.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-19T20:36:48.979 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-19T20:36:48.979 DEBUG:teuthology.orchestra.run.smithi066:> sudo rpm -qi grub2-tools 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Name : grub2-tools 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Epoch : 1 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Version : 2.06 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Release : 68.el9 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: x86_64 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-19T20:36:49.010 INFO:teuthology.orchestra.run.smithi066.stdout:Group : Unspecified 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Size : 8264254 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:License : GPLv3+ 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Packager : builder@centos.org 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Vendor : CentOS 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Summary : Support tools for GRUB. 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:Description : 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-19T20:36:49.011 INFO:teuthology.orchestra.run.smithi066.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-19T20:36:49.012 INFO:teuthology.orchestra.run.smithi066.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-19T20:36:49.012 INFO:teuthology.orchestra.run.smithi066.stdout:hardware devices. 2024-05-19T20:36:49.012 INFO:teuthology.orchestra.run.smithi066.stdout: 2024-05-19T20:36:49.012 INFO:teuthology.orchestra.run.smithi066.stdout:This subpackage provides tools for support of all platforms. 2024-05-19T20:36:49.013 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-19T20:36:49.013 INFO:teuthology.task.kernel:Updating grub on smithi066 to boot 5.14.0-446.el9.x86_64 2024-05-19T20:36:49.013 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-19T20:36:49.249 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2024-05-19T20:36:49.584 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2024-05-19T20:36:50.661 INFO:teuthology.orchestra.run.smithi121.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-19T20:36:50.690 INFO:teuthology.orchestra.run.smithi121.stderr:done 2024-05-19T20:36:50.692 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2024-05-19T20:36:50.707 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.oOB6dpk4k5 2024-05-19T20:36:50.708 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oOB6dpk4k5 2024-05-19T20:36:50.773 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.oOB6dpk4k5 2024-05-19T20:36:50.908 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.oOB6dpk4k5 is 6KB 2024-05-19T20:36:50.957 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.oOB6dpk4k5 2024-05-19T20:36:50.971 DEBUG:teuthology.orchestra.run.smithi121:> sudo /bin/ls /boot/loader/entries || true 2024-05-19T20:36:50.999 INFO:teuthology.orchestra.run.smithi066.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-19T20:36:51.039 INFO:teuthology.orchestra.run.smithi066.stderr:done 2024-05-19T20:36:51.039 INFO:teuthology.orchestra.run.smithi121.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-19T20:36:51.039 INFO:teuthology.orchestra.run.smithi121.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-19T20:36:51.039 INFO:teuthology.orchestra.run.smithi121.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-19T20:36:51.040 INFO:teuthology.orchestra.run.smithi121.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-19T20:36:51.042 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-19T20:36:51.042 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2024-05-19T20:36:51.059 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.vWEz5gtC47 2024-05-19T20:36:51.059 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vWEz5gtC47 2024-05-19T20:36:51.125 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.vWEz5gtC47 2024-05-19T20:36:51.189 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2024-05-19T20:36:51.262 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.vWEz5gtC47 is 6KB 2024-05-19T20:36:51.311 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.vWEz5gtC47 2024-05-19T20:36:51.325 DEBUG:teuthology.orchestra.run.smithi066:> sudo /bin/ls /boot/loader/entries || true 2024-05-19T20:36:51.388 INFO:teuthology.orchestra.run.smithi066.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-19T20:36:51.388 INFO:teuthology.orchestra.run.smithi066.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-19T20:36:51.388 INFO:teuthology.orchestra.run.smithi066.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-19T20:36:51.388 INFO:teuthology.orchestra.run.smithi066.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-19T20:36:51.389 DEBUG:teuthology.orchestra.run.smithi066:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-19T20:36:51.525 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2024-05-19T20:37:02.518 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-19T20:37:02.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-19T20:37:02.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:21.058 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-05-19T20:37:21.192 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-19T20:37:21.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-05-19T20:37:21.193 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:21.528 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-19T20:37:21.529 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-19T20:37:21.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:30.066 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-19T20:37:30.067 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:33.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-05-19T20:37:39.746 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-05-19T20:37:39.998 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-05-19T20:37:45.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-19T20:37:45.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:48.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-05-19T20:37:48.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:49.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-19T20:37:49.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:37:51.810 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-05-19T20:37:52.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-05-19T20:38:03.550 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-05-19T20:38:03.811 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-05-19T20:38:03.812 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:38:04.064 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-19T20:38:04.065 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:38:07.138 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-05-19T20:38:18.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-19T20:38:18.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:38:19.016 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-05-19T20:38:19.431 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-05-19T20:38:19.431 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-446.el9.x86_64"... 2024-05-19T20:38:19.431 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-05-19T20:38:19.446 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-446.el9.x86_64 2024-05-19T20:38:19.446 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-19T20:38:19.446 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-19T20:38:19.446 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-19T20:38:20.448 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-19T20:38:20.448 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-19T20:38:20.544 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-05-19T20:38:20.601 DEBUG:teuthology.parallel:result is None 2024-05-19T20:38:22.139 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-19T20:38:22.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:38:35.776 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-05-19T20:38:36.306 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-05-19T20:38:36.306 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-19T20:38:36.306 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-05-19T20:38:36.335 INFO:teuthology.orchestra.run.smithi121.stdout:5.14.0-446.el9.x86_64 2024-05-19T20:38:36.335 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-19T20:38:36.335 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-19T20:38:36.335 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-19T20:38:37.336 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-19T20:38:37.336 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-19T20:38:37.548 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2024-05-19T20:38:37.654 DEBUG:teuthology.parallel:result is None 2024-05-19T20:39:22.142 DEBUG:teuthology.orchestra.remote:timed out 2024-05-19T20:39:40.144 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-19T20:39:40.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T20:39:40.471 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-05-19T20:39:40.820 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-05-19T20:39:40.821 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-19T20:39:40.821 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-05-19T20:39:40.878 INFO:teuthology.orchestra.run.smithi066.stdout:5.14.0-446.el9.x86_64 2024-05-19T20:39:40.878 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-19T20:39:40.878 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-19T20:39:40.878 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-19T20:39:41.880 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-19T20:39:41.880 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-19T20:39:41.939 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2024-05-19T20:39:41.976 DEBUG:teuthology.parallel:result is None 2024-05-19T20:39:41.976 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-19T20:39:41.983 INFO:teuthology.task.internal:Creating test directory... 2024-05-19T20:39:41.984 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-19T20:39:41.986 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-19T20:39:41.989 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-19T20:39:42.008 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-19T20:39:42.014 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-19T20:39:42.021 INFO:teuthology.task.internal:Creating archive directory... 2024-05-19T20:39:42.021 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-19T20:39:42.045 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-19T20:39:42.048 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-19T20:39:42.172 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-19T20:39:42.179 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-19T20:39:42.179 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-19T20:39:42.182 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-19T20:39:42.184 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-19T20:39:42.218 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T20:39:42.219 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T20:39:42.224 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T20:39:42.230 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T20:39:42.230 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T20:39:42.235 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T20:39:42.237 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-19T20:39:42.244 INFO:teuthology.task.internal:Configuring sudo... 2024-05-19T20:39:42.244 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-19T20:39:42.274 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-19T20:39:42.277 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-19T20:39:42.306 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-19T20:39:42.315 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-19T20:39:42.315 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-19T20:39:42.344 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-19T20:39:42.347 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-19T20:39:42.364 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T20:39:42.444 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T20:39:42.491 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T20:39:42.575 DEBUG:teuthology.orchestra.run.smithi066:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T20:39:42.620 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-05-19T20:39:42.620 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-19T20:39:42.687 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T20:39:42.729 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T20:39:42.785 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T20:39:42.869 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T20:39:42.912 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-05-19T20:39:42.912 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-19T20:39:42.978 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T20:39:43.014 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T20:39:43.081 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T20:39:43.165 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T20:39:43.211 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-05-19T20:39:43.211 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-19T20:39:43.277 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2024-05-19T20:39:43.280 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2024-05-19T20:39:43.282 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-05-19T20:39:43.322 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T20:39:43.335 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T20:39:43.368 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T20:39:43.752 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-19T20:39:43.767 INFO:teuthology.task.internal:Starting timer... 2024-05-19T20:39:43.767 INFO:teuthology.run_tasks:Running task pcp... 2024-05-19T20:39:43.808 INFO:teuthology.run_tasks:Running task selinux... 2024-05-19T20:39:43.817 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-19T20:39:43.817 DEBUG:teuthology.orchestra.run.smithi066:> sudo service auditd rotate 2024-05-19T20:39:43.875 INFO:teuthology.orchestra.run.smithi066.stdout:Rotating logs: 2024-05-19T20:39:43.877 DEBUG:teuthology.orchestra.run.smithi121:> sudo service auditd rotate 2024-05-19T20:39:43.954 INFO:teuthology.orchestra.run.smithi121.stdout:Rotating logs: 2024-05-19T20:39:43.956 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-05-19T20:39:44.023 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-05-19T20:39:44.025 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-19T20:39:44.026 DEBUG:teuthology.orchestra.run.smithi066:> /usr/sbin/getenforce 2024-05-19T20:39:44.058 INFO:teuthology.orchestra.run.smithi066.stdout:Permissive 2024-05-19T20:39:44.058 DEBUG:teuthology.orchestra.run.smithi121:> /usr/sbin/getenforce 2024-05-19T20:39:44.091 INFO:teuthology.orchestra.run.smithi121.stdout:Permissive 2024-05-19T20:39:44.091 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-05-19T20:39:44.115 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-05-19T20:39:44.116 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi066.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi121.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-05-19T20:39:44.116 DEBUG:teuthology.orchestra.run.smithi066:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-19T20:39:44.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:39:44.146 DEBUG:teuthology.orchestra.run.smithi121:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-19T20:39:44.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:39:44.176 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-19T20:39:44.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:39:44.204 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-19T20:39:44.204 DEBUG:teuthology.orchestra.run.smithi066:> sudo /usr/sbin/setenforce permissive 2024-05-19T20:39:44.234 DEBUG:teuthology.orchestra.run.smithi121:> sudo /usr/sbin/setenforce permissive 2024-05-19T20:39:44.263 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-05-19T20:39:44.289 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-19T20:39:44.299 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-05-19T20:39:44.304 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-05-19T20:39:44.411 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-19T20:39:44.421 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-19T20:39:44.423 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi066.front.sepia.ceph.com,smithi121.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-19T20:43:35.024 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979/ansible_failures.yaml 2024-05-19T20:43:35.026 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-19T20:43:35.217 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=dda77198f42145b591bb87cfc56979c5 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-19T20:43:35.219 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-19T20:43:35.228 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-19T20:43:35.228 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-19T20:43:35.235 DEBUG:teuthology.orchestra.run.smithi066:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-19T20:43:35.300 DEBUG:teuthology.orchestra.run.smithi121:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-19T20:43:35.361 DEBUG:teuthology.orchestra.run.smithi155:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-19T20:43:35.423 DEBUG:teuthology.orchestra.run.smithi066:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-19T20:43:35.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:43:35.452 DEBUG:teuthology.orchestra.run.smithi121:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-19T20:43:35.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:43:35.483 DEBUG:teuthology.orchestra.run.smithi155:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-19T20:43:35.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:43:35.513 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-19T20:43:35.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-19T20:43:35.529 INFO:teuthology.task.internal:Duration was 231.762200 seconds 2024-05-19T20:43:35.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-19T20:43:35.542 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-19T20:43:35.543 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-19T20:43:35.546 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-19T20:43:35.548 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-19T20:43:35.585 INFO:teuthology.orchestra.run.smithi066.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T20:43:35.589 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T20:43:35.594 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T20:43:36.003 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-19T20:43:36.003 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi066.front.sepia.ceph.com 2024-05-19T20:43:36.003 DEBUG:teuthology.orchestra.run.smithi066:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-19T20:43:36.033 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2024-05-19T20:43:36.033 DEBUG:teuthology.orchestra.run.smithi121:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-19T20:43:36.068 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-05-19T20:43:36.068 DEBUG:teuthology.orchestra.run.smithi155:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-19T20:43:36.092 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-19T20:43:36.092 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-19T20:43:36.094 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-19T20:43:36.111 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-19T20:43:36.160 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-19T20:43:36.160 DEBUG:teuthology.orchestra.run.smithi066:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-19T20:43:36.166 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-19T20:43:36.186 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-19T20:43:36.285 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-19T20:43:36.296 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-19T20:43:36.296 DEBUG:teuthology.orchestra.run.smithi066:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-19T20:43:36.323 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-19T20:43:36.351 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-19T20:43:36.376 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-19T20:43:36.385 DEBUG:teuthology.orchestra.run.smithi066:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-19T20:43:36.388 DEBUG:teuthology.orchestra.run.smithi121:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-19T20:43:36.394 DEBUG:teuthology.orchestra.run.smithi155:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-19T20:43:36.410 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = core 2024-05-19T20:43:36.415 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2024-05-19T20:43:36.440 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-05-19T20:43:36.468 DEBUG:teuthology.orchestra.run.smithi066:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-19T20:43:36.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:43:36.484 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-19T20:43:36.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:43:36.498 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-19T20:43:36.522 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T20:43:36.523 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-19T20:43:36.533 INFO:teuthology.task.internal:Transferring archived files... 2024-05-19T20:43:36.535 DEBUG:teuthology.misc:Transferring archived files from smithi066:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979/remote/smithi066 2024-05-19T20:43:36.536 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-19T20:43:36.591 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979/remote/smithi121 2024-05-19T20:43:36.592 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-19T20:43:36.639 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-19_20:00:16-rados-main-distro-default-smithi/7713979/remote/smithi155 2024-05-19T20:43:36.640 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-19T20:43:36.679 INFO:teuthology.task.internal:Removing archive directory... 2024-05-19T20:43:36.679 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-19T20:43:36.682 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-19T20:43:36.684 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-19T20:43:36.729 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-19T20:43:36.740 INFO:teuthology.task.internal:Not uploading archives. 2024-05-19T20:43:36.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-19T20:43:36.758 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-19T20:43:36.758 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-19T20:43:36.761 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-19T20:43:36.764 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-19T20:43:36.774 INFO:teuthology.orchestra.run.smithi066.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 19 20:43 /home/ubuntu/cephtest 2024-05-19T20:43:36.776 INFO:teuthology.orchestra.run.smithi121.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 19 20:43 /home/ubuntu/cephtest 2024-05-19T20:43:36.785 INFO:teuthology.orchestra.run.smithi155.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 19 20:43 /home/ubuntu/cephtest 2024-05-19T20:43:36.786 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-19T20:43:36.795 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-19T20:43:36.816 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 231.76219964027405 failure_reason: '[''Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'']' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=dda77198f42145b591bb87cfc56979c5 status: dead success: false 2024-05-19T20:43:36.816 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-19T20:43:36.898 INFO:teuthology.run:DEAD