2024-01-02T23:11:21.302 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2024-01-02T23:11:21.302 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/classic task/test_monitoring_stack_basic} --name yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894 -- /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894/orig.config.yaml 2024-01-02T23:11:21.337 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:11:21.417 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894 branch: wip-yuri6-testing-2024-01-02-0832 description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/classic task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7503894' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri6-testing-2024-01-02-0832 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-01-02-0832 sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 258 sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-01-02-0832 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b targets: smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAEtnOM34RjWESFQC7nqVNN7FKStHX8V6pFjq97NIFmcDQiwbF/sT1CbHu3p13e8hpXQdtG92fQ7W8dqXB9GkAk= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzVG3LYxWLWLfQc/OdfSLShAMC+HD9NpFJsBkMwL0F6rTWH6U/SBbyId4A9ASb0DAkZ+OUFs08aX3TeopH15sI= smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdZzcRw1a+bBeoTohR8q4EyNkkWLaWkxw9o7xPFzVORqmLZ3VTbjS6l9nOFoviiEKjvajV/ltn/fynFn2AOCE8= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#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: 01dd171a561ca33631bf0a38b105879779f72410 timestamp: 2024-01-02_22:27:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3501080 2024-01-02T23:11:21.418 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa; will attempt to use it 2024-01-02T23:11:21.418 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa/tasks 2024-01-02T23:11:21.419 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-02T23:11:21.422 INFO:teuthology.task.internal:Checking packages... 2024-01-02T23:11:21.449 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '84f52924982e81b14df3ba1068ebf914c3fe461b' 2024-01-02T23:11:21.449 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-02T23:11:21.449 INFO:teuthology.packaging:ref: None 2024-01-02T23:11:21.449 INFO:teuthology.packaging:tag: None 2024-01-02T23:11:21.449 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-01-02-0832 2024-01-02T23:11:21.449 INFO:teuthology.packaging:sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b 2024-01-02T23:11:21.450 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri6-testing-2024-01-02-0832 2024-01-02T23:11:21.858 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-426.g84f52924 2024-01-02T23:11:21.860 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-02T23:11:21.865 INFO:teuthology.task.internal:no buildpackages task found 2024-01-02T23:11:21.866 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-02T23:11:21.876 INFO:teuthology.task.internal:Saving configuration 2024-01-02T23:11:21.891 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-02T23:11:21.897 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:11:21.924 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 23:06:09.011340', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAEtnOM34RjWESFQC7nqVNN7FKStHX8V6pFjq97NIFmcDQiwbF/sT1CbHu3p13e8hpXQdtG92fQ7W8dqXB9GkAk='} 2024-01-02T23:11:21.946 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 23:06:09.013211', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzVG3LYxWLWLfQc/OdfSLShAMC+HD9NpFJsBkMwL0F6rTWH6U/SBbyId4A9ASb0DAkZ+OUFs08aX3TeopH15sI='} 2024-01-02T23:11:21.965 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 23:06:09.014478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdZzcRw1a+bBeoTohR8q4EyNkkWLaWkxw9o7xPFzVORqmLZ3VTbjS6l9nOFoviiEKjvajV/ltn/fynFn2AOCE8='} 2024-01-02T23:11:21.966 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-02T23:11:21.973 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-01-02T23:11:21.973 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-01-02T23:11:21.973 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-01-02T23:11:21.973 INFO:teuthology.run_tasks:Running task console_log... 2024-01-02T23:11:22.142 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb0b95dae50>, signals=[15]) 2024-01-02T23:11:22.142 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-02T23:11:22.149 INFO:teuthology.task.internal:Opening connections... 2024-01-02T23:11:22.149 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-01-02T23:11:22.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:11:22.220 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2024-01-02T23:11:22.221 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:11:22.287 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2024-01-02T23:11:22.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:11:22.361 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-02T23:11:22.368 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-01-02T23:11:22.391 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-01-02T23:11:22.392 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="CentOS Stream" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="8" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:ID="centos" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="8" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:11:22.454 INFO:teuthology.orchestra.run.smithi105.stdout:ANSI_COLOR="0;31" 2024-01-02T23:11:22.455 INFO:teuthology.orchestra.run.smithi105.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:11:22.455 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:11:22.455 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:11:22.455 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:11:22.455 INFO:teuthology.orchestra.run.smithi105.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:11:22.455 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-01-02T23:11:22.476 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2024-01-02T23:11:22.499 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2024-01-02T23:11:22.499 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2024-01-02T23:11:22.559 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="CentOS Stream" 2024-01-02T23:11:22.559 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="8" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:ID="centos" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="8" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:ANSI_COLOR="0;31" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:11:22.560 INFO:teuthology.orchestra.run.smithi142.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:11:22.561 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2024-01-02T23:11:22.584 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2024-01-02T23:11:22.608 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2024-01-02T23:11:22.609 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2024-01-02T23:11:22.670 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="CentOS Stream" 2024-01-02T23:11:22.670 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:ID="centos" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:11:22.671 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:11:22.671 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2024-01-02T23:11:22.693 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-02T23:11:22.702 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-02T23:11:22.753 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-02T23:11:22.753 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:11:22.756 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:11:22.758 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:11:22.778 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-02T23:11:22.785 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-02T23:11:22.785 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:11:22.817 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:11:22.819 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:11:22.857 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-02T23:11:22.944 INFO:teuthology.run_tasks:Running task kernel... 2024-01-02T23:11:22.964 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-02T23:11:22.965 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-02T23:11:22.966 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:11:22.966 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:11:22.967 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:11:22.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:11:22.988 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-01-02T23:11:22.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:11:22.989 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:11:22.990 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-02T23:11:22.991 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-02T23:11:23.051 INFO:teuthology.orchestra.run.smithi142.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:11:23.051 INFO:teuthology.task.kernel:Running kernel on smithi142: 4.18.0-489.el8.x86_64 2024-01-02T23:11:23.051 DEBUG:teuthology.orchestra.run.smithi142:> sudo yum install -y kernel 2024-01-02T23:11:23.053 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:11:23.054 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:11:23.054 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-489.el8.x86_64 2024-01-02T23:11:23.054 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2024-01-02T23:11:23.054 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.18.0-489.el8.x86_64 2024-01-02T23:11:23.055 DEBUG:teuthology.orchestra.run.smithi105:> sudo yum install -y kernel 2024-01-02T23:11:34.386 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - AppStream 4.0 MB/s | 35 MB 00:08 2024-01-02T23:11:42.830 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 58 MB 00:01 2024-01-02T23:11:51.567 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2024-01-02T23:11:52.326 INFO:teuthology.orchestra.run.smithi162.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-01-02T23:11:52.845 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 9.7 kB/s | 3.5 kB 00:00 2024-01-02T23:12:02.396 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 1.7 MB/s | 16 MB 00:09 2024-01-02T23:12:06.231 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 621 kB/s | 24 kB 00:00 2024-01-02T23:12:09.909 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:12:09.909 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:12:10.220 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2024-01-02T23:12:10.221 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-02T23:12:10.221 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2024-01-02T23:12:10.221 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-02T23:12:10.221 INFO:teuthology.orchestra.run.smithi162.stdout:Installing: 2024-01-02T23:12:10.221 INFO:teuthology.orchestra.run.smithi162.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:12:10.221 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout:Install 3 Packages 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 90 M 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout:Installed size: 96 M 2024-01-02T23:12:10.222 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2024-01-02T23:12:11.394 INFO:teuthology.orchestra.run.smithi162.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-01-02T23:12:12.277 INFO:teuthology.orchestra.run.smithi162.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 20 MB/s | 36 MB 00:01 2024-01-02T23:12:12.861 INFO:teuthology.orchestra.run.smithi162.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 18 MB/s | 43 MB 00:02 2024-01-02T23:12:12.861 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:12:12.861 INFO:teuthology.orchestra.run.smithi162.stdout:Total 34 MB/s | 90 MB 00:02 2024-01-02T23:12:13.541 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2024-01-02T23:12:13.965 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2024-01-02T23:12:13.965 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2024-01-02T23:12:15.215 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2024-01-02T23:12:15.228 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2024-01-02T23:12:17.998 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2024-01-02T23:12:18.491 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:12:22.038 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:12:22.407 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:12:25.836 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:12:26.129 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:12:48.149 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:12:48.171 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:12:48.514 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:12:48.514 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:12:48.514 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:12:49.594 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:12:49.595 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-02T23:12:49.595 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2024-01-02T23:12:49.595 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:12:49.595 INFO:teuthology.orchestra.run.smithi162.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:12:49.595 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-02T23:12:49.595 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2024-01-02T23:12:49.786 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:12:50.037 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:12:50.037 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:12:50.037 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-02T23:12:50.038 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:12:50.038 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:12:50.038 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-01-02T23:12:50.038 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:12:50.038 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:12:50.247 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:12:50.248 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:12:50.248 DEBUG:teuthology.orchestra.run.smithi162:> sudo rpm -qi grub2-tools 2024-01-02T23:12:50.281 INFO:teuthology.orchestra.run.smithi162.stdout:Name : grub2-tools 2024-01-02T23:12:50.281 INFO:teuthology.orchestra.run.smithi162.stdout:Epoch : 1 2024-01-02T23:12:50.281 INFO:teuthology.orchestra.run.smithi162.stdout:Version : 2.02 2024-01-02T23:12:50.281 INFO:teuthology.orchestra.run.smithi162.stdout:Release : 129.el8 2024-01-02T23:12:50.281 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: x86_64 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Group : System Environment/Base 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Size : 9265586 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:License : GPLv3+ 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Relocations : (not relocatable) 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Packager : CentOS BuildSystem 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Vendor : CentOS 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Summary : Support tools for GRUB. 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout:Description : 2024-01-02T23:12:50.282 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-02T23:12:50.283 INFO:teuthology.orchestra.run.smithi162.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:12:50.283 INFO:teuthology.orchestra.run.smithi162.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:12:50.283 INFO:teuthology.orchestra.run.smithi162.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:12:50.283 INFO:teuthology.orchestra.run.smithi162.stdout:hardware devices. 2024-01-02T23:12:50.283 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-02T23:12:50.283 INFO:teuthology.orchestra.run.smithi162.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:12:50.284 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:12:50.284 INFO:teuthology.task.kernel:Updating grub on smithi162 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:12:50.284 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:12:51.601 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2024-01-02T23:12:53.601 INFO:teuthology.orchestra.run.smithi162.stderr:done 2024-01-02T23:12:53.603 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2024-01-02T23:12:53.626 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.yn9sormp4R 2024-01-02T23:12:53.626 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.yn9sormp4R 2024-01-02T23:12:53.699 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.yn9sormp4R 2024-01-02T23:12:53.847 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.yn9sormp4R is 6KB 2024-01-02T23:12:53.896 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.yn9sormp4R 2024-01-02T23:12:53.915 DEBUG:teuthology.orchestra.run.smithi162:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:12:53.979 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:12:53.979 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:12:53.979 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:12:53.979 INFO:teuthology.orchestra.run.smithi162.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:12:53.980 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:12:54.142 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2024-01-02T23:12:55.210 INFO:teuthology.orchestra.run.smithi142.stdout:CentOS Stream 8 - AppStream 398 kB/s | 35 MB 01:29 2024-01-02T23:12:58.908 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - AppStream 383 kB/s | 35 MB 01:33 2024-01-02T23:13:03.343 INFO:teuthology.orchestra.run.smithi142.stdout:CentOS Stream 8 - BaseOS 35 MB/s | 58 MB 00:01 2024-01-02T23:13:07.567 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 58 MB 00:02 2024-01-02T23:13:11.809 INFO:teuthology.orchestra.run.smithi142.stdout:CentOS Stream 8 - Extras 72 kB/s | 18 kB 00:00 2024-01-02T23:13:12.535 INFO:teuthology.orchestra.run.smithi142.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2024-01-02T23:13:13.120 INFO:teuthology.orchestra.run.smithi142.stdout:Copr repo for python3-asyncssh owned by ceph 8.0 kB/s | 3.5 kB 00:00 2024-01-02T23:13:15.147 INFO:teuthology.orchestra.run.smithi142.stdout:Extra Packages for Enterprise Linux 8.6 MB/s | 16 MB 00:01 2024-01-02T23:13:16.183 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2024-01-02T23:13:16.917 INFO:teuthology.orchestra.run.smithi105.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2024-01-02T23:13:17.335 INFO:teuthology.orchestra.run.smithi105.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-01-02T23:13:19.003 INFO:teuthology.orchestra.run.smithi142.stdout:lab-extras 403 kB/s | 24 kB 00:00 2024-01-02T23:13:19.370 INFO:teuthology.orchestra.run.smithi105.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2024-01-02T23:13:22.753 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:13:22.753 INFO:teuthology.orchestra.run.smithi142.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:13:23.052 INFO:teuthology.orchestra.run.smithi142.stdout:Dependencies resolved. 2024-01-02T23:13:23.053 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2024-01-02T23:13:23.053 INFO:teuthology.orchestra.run.smithi142.stdout: Package Architecture Version Repository Size 2024-01-02T23:13:23.053 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2024-01-02T23:13:23.054 INFO:teuthology.orchestra.run.smithi142.stdout:Installing: 2024-01-02T23:13:23.054 INFO:teuthology.orchestra.run.smithi142.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:13:23.054 INFO:teuthology.orchestra.run.smithi142.stdout:Installing dependencies: 2024-01-02T23:13:23.054 INFO:teuthology.orchestra.run.smithi142.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:13:23.054 INFO:teuthology.orchestra.run.smithi142.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:13:23.054 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-02T23:13:23.055 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction Summary 2024-01-02T23:13:23.055 INFO:teuthology.orchestra.run.smithi142.stdout:================================================================================ 2024-01-02T23:13:23.055 INFO:teuthology.orchestra.run.smithi142.stdout:Install 3 Packages 2024-01-02T23:13:23.055 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-02T23:13:23.055 INFO:teuthology.orchestra.run.smithi142.stdout:Total download size: 90 M 2024-01-02T23:13:23.055 INFO:teuthology.orchestra.run.smithi142.stdout:Installed size: 96 M 2024-01-02T23:13:23.056 INFO:teuthology.orchestra.run.smithi142.stdout:Downloading Packages: 2024-01-02T23:13:23.227 INFO:teuthology.orchestra.run.smithi105.stdout:lab-extras 542 kB/s | 24 kB 00:00 2024-01-02T23:13:23.996 INFO:teuthology.orchestra.run.smithi142.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 15 MB/s | 10 MB 00:00 2024-01-02T23:13:24.144 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-01-02T23:13:24.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-02T23:13:24.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:13:24.862 INFO:teuthology.orchestra.run.smithi142.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2024-01-02T23:13:25.346 INFO:teuthology.orchestra.run.smithi142.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2024-01-02T23:13:25.346 INFO:teuthology.orchestra.run.smithi142.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:13:25.347 INFO:teuthology.orchestra.run.smithi142.stdout:Total 39 MB/s | 90 MB 00:02 2024-01-02T23:13:26.027 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction check 2024-01-02T23:13:26.448 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction check succeeded. 2024-01-02T23:13:26.448 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction test 2024-01-02T23:13:26.936 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:13:26.936 INFO:teuthology.orchestra.run.smithi105.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:13:27.244 INFO:teuthology.orchestra.run.smithi105.stdout:Dependencies resolved. 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout: Package Architecture Version Repository Size 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:Installing: 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:Installing dependencies: 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction Summary 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:================================================================================ 2024-01-02T23:13:27.245 INFO:teuthology.orchestra.run.smithi105.stdout:Install 3 Packages 2024-01-02T23:13:27.246 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-02T23:13:27.246 INFO:teuthology.orchestra.run.smithi105.stdout:Total download size: 90 M 2024-01-02T23:13:27.246 INFO:teuthology.orchestra.run.smithi105.stdout:Installed size: 96 M 2024-01-02T23:13:27.246 INFO:teuthology.orchestra.run.smithi105.stdout:Downloading Packages: 2024-01-02T23:13:27.704 INFO:teuthology.orchestra.run.smithi142.stdout:Transaction test succeeded. 2024-01-02T23:13:27.737 INFO:teuthology.orchestra.run.smithi142.stdout:Running transaction 2024-01-02T23:13:28.429 INFO:teuthology.orchestra.run.smithi105.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-01-02T23:13:29.520 INFO:teuthology.orchestra.run.smithi105.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-01-02T23:13:30.037 INFO:teuthology.orchestra.run.smithi105.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2024-01-02T23:13:30.038 INFO:teuthology.orchestra.run.smithi105.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:13:30.038 INFO:teuthology.orchestra.run.smithi105.stdout:Total 32 MB/s | 90 MB 00:02 2024-01-02T23:13:30.512 INFO:teuthology.orchestra.run.smithi142.stdout: Preparing : 1/1 2024-01-02T23:13:30.718 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction check 2024-01-02T23:13:31.036 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:13:31.128 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction check succeeded. 2024-01-02T23:13:31.128 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction test 2024-01-02T23:13:32.366 INFO:teuthology.orchestra.run.smithi105.stdout:Transaction test succeeded. 2024-01-02T23:13:32.387 INFO:teuthology.orchestra.run.smithi105.stdout:Running transaction 2024-01-02T23:13:34.605 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:13:34.984 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:13:35.134 INFO:teuthology.orchestra.run.smithi105.stdout: Preparing : 1/1 2024-01-02T23:13:35.651 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:13:38.424 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:13:38.699 INFO:teuthology.orchestra.run.smithi142.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:13:39.258 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:13:39.634 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:13:43.063 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:13:43.362 INFO:teuthology.orchestra.run.smithi105.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:13:58.844 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-02T23:14:00.626 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:00.650 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:01.005 INFO:teuthology.orchestra.run.smithi142.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:01.005 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:14:01.005 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout:Installed: 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-02T23:14:01.787 INFO:teuthology.orchestra.run.smithi142.stdout:Complete! 2024-01-02T23:14:01.931 DEBUG:teuthology.orchestra.run.smithi142:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:14:02.153 INFO:teuthology.orchestra.run.smithi142.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:14:02.153 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:14:02.154 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-02T23:14:02.154 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:14:02.154 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:14:02.154 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-02T23:14:02.154 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:14:02.154 DEBUG:teuthology.orchestra.run.smithi142:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:14:02.366 INFO:teuthology.orchestra.run.smithi142.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:14:02.366 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:14:02.366 DEBUG:teuthology.orchestra.run.smithi142:> sudo rpm -qi grub2-tools 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Name : grub2-tools 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Epoch : 1 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Version : 2.02 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Release : 129.el8 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: x86_64 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Group : System Environment/Base 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Size : 9265586 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:License : GPLv3+ 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:14:02.400 INFO:teuthology.orchestra.run.smithi142.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:Relocations : (not relocatable) 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:Packager : CentOS BuildSystem 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:Vendor : CentOS 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:Summary : Support tools for GRUB. 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:Description : 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:hardware devices. 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-02T23:14:02.401 INFO:teuthology.orchestra.run.smithi142.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:14:02.402 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:14:02.402 INFO:teuthology.task.kernel:Updating grub on smithi142 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:14:02.403 DEBUG:teuthology.orchestra.run.smithi142:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:14:03.600 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2024-01-02T23:14:05.477 INFO:teuthology.orchestra.run.smithi142.stderr:done 2024-01-02T23:14:05.478 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2024-01-02T23:14:05.505 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:05.512 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.BXM6PSOlIM 2024-01-02T23:14:05.513 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BXM6PSOlIM 2024-01-02T23:14:05.529 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:05.586 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.BXM6PSOlIM 2024-01-02T23:14:05.735 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.BXM6PSOlIM is 6KB 2024-01-02T23:14:05.784 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.BXM6PSOlIM 2024-01-02T23:14:05.803 DEBUG:teuthology.orchestra.run.smithi142:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:14:05.868 INFO:teuthology.orchestra.run.smithi105.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:05.868 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:14:05.868 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:14:05.884 INFO:teuthology.orchestra.run.smithi142.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:14:05.884 INFO:teuthology.orchestra.run.smithi142.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:14:05.884 INFO:teuthology.orchestra.run.smithi142.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:14:05.884 INFO:teuthology.orchestra.run.smithi142.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:14:05.885 DEBUG:teuthology.orchestra.run.smithi142:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:14:06.044 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2024-01-02T23:14:06.650 INFO:teuthology.orchestra.run.smithi105.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:14:06.651 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-02T23:14:06.651 INFO:teuthology.orchestra.run.smithi105.stdout:Installed: 2024-01-02T23:14:06.651 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:14:06.651 INFO:teuthology.orchestra.run.smithi105.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:14:06.651 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-02T23:14:06.651 INFO:teuthology.orchestra.run.smithi105.stdout:Complete! 2024-01-02T23:14:06.823 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:14:07.040 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:14:07.040 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:14:07.040 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-02T23:14:07.040 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:14:07.040 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:14:07.040 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-02T23:14:07.041 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:14:07.041 DEBUG:teuthology.orchestra.run.smithi105:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:14:07.250 INFO:teuthology.orchestra.run.smithi105.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:14:07.250 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:14:07.250 DEBUG:teuthology.orchestra.run.smithi105:> sudo rpm -qi grub2-tools 2024-01-02T23:14:07.283 INFO:teuthology.orchestra.run.smithi105.stdout:Name : grub2-tools 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Epoch : 1 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Version : 2.02 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Release : 129.el8 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: x86_64 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Group : System Environment/Base 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Size : 9265586 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:License : GPLv3+ 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Relocations : (not relocatable) 2024-01-02T23:14:07.284 INFO:teuthology.orchestra.run.smithi105.stdout:Packager : CentOS BuildSystem 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:Vendor : CentOS 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:Summary : Support tools for GRUB. 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:Description : 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:hardware devices. 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-01-02T23:14:07.285 INFO:teuthology.orchestra.run.smithi105.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:14:07.286 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:14:07.286 INFO:teuthology.task.kernel:Updating grub on smithi105 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:14:07.286 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:14:07.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-02T23:14:07.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:14:08.986 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-01-02T23:14:10.817 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-01-02T23:14:10.819 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-01-02T23:14:10.854 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.8Sh6SnnAD3 2024-01-02T23:14:10.854 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8Sh6SnnAD3 2024-01-02T23:14:10.933 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.8Sh6SnnAD3 2024-01-02T23:14:11.090 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.8Sh6SnnAD3 is 6KB 2024-01-02T23:14:11.138 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.8Sh6SnnAD3 2024-01-02T23:14:11.156 DEBUG:teuthology.orchestra.run.smithi105:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:14:11.224 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:14:11.224 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:14:11.224 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:14:11.224 INFO:teuthology.orchestra.run.smithi105.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:14:11.225 DEBUG:teuthology.orchestra.run.smithi105:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:14:11.417 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-01-02T23:14:36.068 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-02T23:14:36.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-02T23:14:36.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:14:41.424 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-02T23:14:41.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-02T23:14:41.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:15:07.875 DEBUG:teuthology.orchestra.remote:timed out 2024-01-02T23:15:19.888 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-02T23:15:19.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:15:20.237 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-02T23:15:20.524 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-02T23:15:20.524 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:15:20.525 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-02T23:15:20.544 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:15:20.545 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-02T23:15:20.545 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:15:20.545 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:15:21.545 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-01-02T23:15:21.546 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:15:21.615 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2024-01-02T23:15:21.628 DEBUG:teuthology.parallel:result is None 2024-01-02T23:15:36.073 DEBUG:teuthology.orchestra.remote:timed out 2024-01-02T23:15:41.427 DEBUG:teuthology.orchestra.remote:timed out 2024-01-02T23:15:45.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-02T23:15:45.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:15:45.458 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-01-02T23:15:45.710 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-02T23:15:45.711 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:15:45.711 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-01-02T23:15:45.773 INFO:teuthology.orchestra.run.smithi142.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:15:45.773 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-02T23:15:45.773 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:15:45.773 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:15:46.774 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-02T23:15:46.774 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:15:46.856 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2024-01-02T23:15:46.873 DEBUG:teuthology.parallel:result is None 2024-01-02T23:15:50.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-02T23:15:50.429 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:15:50.801 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-01-02T23:15:51.207 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-01-02T23:15:51.207 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:15:51.207 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-01-02T23:15:51.224 INFO:teuthology.orchestra.run.smithi105.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:15:51.224 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-02T23:15:51.224 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:15:51.225 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:15:52.225 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-02T23:15:52.226 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:15:52.298 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-01-02T23:15:52.315 DEBUG:teuthology.parallel:result is None 2024-01-02T23:15:52.315 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-02T23:15:52.323 INFO:teuthology.task.internal:Creating test directory... 2024-01-02T23:15:52.323 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:15:52.325 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:15:52.329 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:15:52.352 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-02T23:15:52.359 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-02T23:15:52.397 INFO:teuthology.task.internal:Creating archive directory... 2024-01-02T23:15:52.397 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:15:52.402 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:15:52.404 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:15:52.446 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-02T23:15:52.455 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-02T23:15:52.456 DEBUG:teuthology.orchestra.run.smithi105:> 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-01-02T23:15:52.461 DEBUG:teuthology.orchestra.run.smithi142:> 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-01-02T23:15:52.481 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-02T23:15:52.521 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:15:52.527 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:15:52.527 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:15:52.533 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:15:52.536 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:15:52.538 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:15:52.539 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-02T23:15:52.548 INFO:teuthology.task.internal:Configuring sudo... 2024-01-02T23:15:52.548 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:15:52.550 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:15:52.583 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:15:52.615 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-02T23:15:52.626 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-02T23:15:52.626 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:15:52.628 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:15:52.649 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:15:52.676 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:15:52.731 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:15:52.777 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:15:52.864 DEBUG:teuthology.orchestra.run.smithi105:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:15:52.903 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-01-02T23:15:52.904 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:15:52.971 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:15:53.019 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:15:53.072 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:15:53.159 DEBUG:teuthology.orchestra.run.smithi142:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:15:53.206 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-02T23:15:53.206 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:15:53.275 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:15:53.325 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:15:53.381 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:15:53.469 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:15:53.513 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-02T23:15:53.513 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:15:53.583 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-01-02T23:15:53.585 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2024-01-02T23:15:53.587 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2024-01-02T23:15:53.652 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:15:53.656 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:15:53.697 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:15:54.129 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-02T23:15:54.138 INFO:teuthology.task.internal:Starting timer... 2024-01-02T23:15:54.138 INFO:teuthology.run_tasks:Running task pcp... 2024-01-02T23:15:54.168 INFO:teuthology.run_tasks:Running task selinux... 2024-01-02T23:15:54.176 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-02T23:15:54.176 DEBUG:teuthology.orchestra.run.smithi105:> sudo service auditd rotate 2024-01-02T23:15:54.275 INFO:teuthology.orchestra.run.smithi105.stdout:Rotating logs: 2024-01-02T23:15:54.276 DEBUG:teuthology.orchestra.run.smithi142:> sudo service auditd rotate 2024-01-02T23:15:54.358 INFO:teuthology.orchestra.run.smithi142.stdout:Rotating logs: 2024-01-02T23:15:54.360 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2024-01-02T23:15:54.437 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: 2024-01-02T23:15:54.439 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-02T23:15:54.439 DEBUG:teuthology.orchestra.run.smithi105:> /usr/sbin/getenforce 2024-01-02T23:15:54.474 INFO:teuthology.orchestra.run.smithi105.stdout:Permissive 2024-01-02T23:15:54.474 DEBUG:teuthology.orchestra.run.smithi142:> /usr/sbin/getenforce 2024-01-02T23:15:54.526 INFO:teuthology.orchestra.run.smithi142.stdout:Permissive 2024-01-02T23:15:54.526 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2024-01-02T23:15:54.568 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2024-01-02T23:15:54.568 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi105.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi142.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi162.front.sepia.ceph.com': 'permissive'} 2024-01-02T23:15:54.568 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-02T23:15:54.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:15:54.595 DEBUG:teuthology.orchestra.run.smithi142:> 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 2024-01-02T23:15:54.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:15:54.623 DEBUG:teuthology.orchestra.run.smithi162:> 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 2024-01-02T23:15:54.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:15:54.652 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-02T23:15:54.653 DEBUG:teuthology.orchestra.run.smithi105:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:15:54.682 DEBUG:teuthology.orchestra.run.smithi142:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:15:54.712 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:15:54.741 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-02T23:15:54.751 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-02T23:15:54.772 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-01-02T23:15:54.774 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi105.front.sepia.ceph.com,smithi142.front.sepia.ceph.com,smithi162.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-02T23:23:17.472 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894/ansible_failures.yaml 2024-01-02T23:23:17.474 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ["Could not find imported module support code for ansible_collections.community.general.plugins.modules.filesystem. Looked for (['ansible.module_utils.compat.version.LooseVersion', 'ansible.module_utils.compat.version'])"] 2024-01-02T23:23:17.564 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ca046605dce3479cbcff8fa829690872 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ["Could not find imported module support code for ansible_collections.community.general.plugins.modules.filesystem. Looked for (['ansible.module_utils.compat.version.LooseVersion', 'ansible.module_utils.compat.version'])"] 2024-01-02T23:23:17.567 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-02T23:23:17.578 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-02T23:23:17.579 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-02T23:23:17.587 DEBUG:teuthology.orchestra.run.smithi105:> 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-01-02T23:23:17.681 DEBUG:teuthology.orchestra.run.smithi142:> 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-01-02T23:23:17.771 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-02T23:23:17.859 DEBUG:teuthology.orchestra.run.smithi105:> 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 2024-01-02T23:23:17.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:23:17.893 DEBUG:teuthology.orchestra.run.smithi142:> 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 2024-01-02T23:23:17.927 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:23:17.928 DEBUG:teuthology.orchestra.run.smithi162:> 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 2024-01-02T23:23:17.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:23:17.960 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-02T23:23:17.968 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-02T23:23:18.041 INFO:teuthology.task.internal:Duration was 443.902854 seconds 2024-01-02T23:23:18.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-02T23:23:18.050 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-02T23:23:18.050 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:23:18.053 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:23:18.055 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:23:18.098 INFO:teuthology.orchestra.run.smithi105.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:23:18.100 INFO:teuthology.orchestra.run.smithi142.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:23:18.102 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:23:18.577 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-02T23:23:18.577 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-01-02T23:23:18.577 DEBUG:teuthology.orchestra.run.smithi105:> 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-01-02T23:23:18.601 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2024-01-02T23:23:18.601 DEBUG:teuthology.orchestra.run.smithi142:> 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-01-02T23:23:18.625 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2024-01-02T23:23:18.625 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-02T23:23:18.648 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-02T23:23:18.649 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:23:18.651 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:23:18.668 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:23:18.725 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-02T23:23:18.726 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:23:18.731 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:23:18.746 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:23:18.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-02T23:23:18.840 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-02T23:23:18.840 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:23:18.868 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:23:18.895 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:23:18.922 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-02T23:23:18.931 DEBUG:teuthology.orchestra.run.smithi105:> 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-01-02T23:23:18.934 DEBUG:teuthology.orchestra.run.smithi142:> 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-01-02T23:23:18.938 DEBUG:teuthology.orchestra.run.smithi162:> 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-01-02T23:23:18.957 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-01-02T23:23:18.961 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2024-01-02T23:23:18.988 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2024-01-02T23:23:19.009 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:23:19.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:23:19.035 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:23:19.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:23:19.054 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:23:19.072 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:23:19.073 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-02T23:23:19.083 INFO:teuthology.task.internal:Transferring archived files... 2024-01-02T23:23:19.085 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894/remote/smithi105 2024-01-02T23:23:19.086 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:23:19.139 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894/remote/smithi142 2024-01-02T23:23:19.139 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:23:19.190 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894/remote/smithi162 2024-01-02T23:23:19.191 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:23:19.238 INFO:teuthology.task.internal:Removing archive directory... 2024-01-02T23:23:19.239 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:23:19.241 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:23:19.243 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:23:19.293 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-02T23:23:19.305 INFO:teuthology.task.internal:Not uploading archives. 2024-01-02T23:23:19.305 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-02T23:23:19.316 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-02T23:23:19.317 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:23:19.319 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:23:19.321 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:23:19.334 INFO:teuthology.orchestra.run.smithi105.stdout: 525635 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:23 /home/ubuntu/cephtest 2024-01-02T23:23:19.336 INFO:teuthology.orchestra.run.smithi142.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:23 /home/ubuntu/cephtest 2024-01-02T23:23:19.351 INFO:teuthology.orchestra.run.smithi162.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:23 /home/ubuntu/cephtest 2024-01-02T23:23:19.352 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-02T23:23:19.362 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-02T23:23:19.381 INFO:teuthology.nuke:Checking targets against current locks 2024-01-02T23:23:19.416 DEBUG:teuthology.nuke:shortname: smithi105 2024-01-02T23:23:19.416 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:23:19.445 DEBUG:teuthology.nuke:shortname: smithi142 2024-01-02T23:23:19.446 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:23:19.452 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 23:06:09.011340', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAEtnOM34RjWESFQC7nqVNN7FKStHX8V6pFjq97NIFmcDQiwbF/sT1CbHu3p13e8hpXQdtG92fQ7W8dqXB9GkAk='} 2024-01-02T23:23:19.471 DEBUG:teuthology.nuke:shortname: smithi162 2024-01-02T23:23:19.472 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:23:19.478 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 23:06:09.013211', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAzVG3LYxWLWLfQc/OdfSLShAMC+HD9NpFJsBkMwL0F6rTWH6U/SBbyId4A9ASb0DAkZ+OUFs08aX3TeopH15sI='} 2024-01-02T23:23:19.496 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503894', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 23:06:09.014478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFdZzcRw1a+bBeoTohR8q4EyNkkWLaWkxw9o7xPFzVORqmLZ3VTbjS6l9nOFoviiEKjvajV/ltn/fynFn2AOCE8='} 2024-01-02T23:23:19.518 INFO:teuthology.orchestra.console.smithi105:Power off 2024-01-02T23:23:19.518 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:23:19.580 INFO:teuthology.orchestra.console.smithi142:Power off 2024-01-02T23:23:19.580 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:23:19.604 INFO:teuthology.orchestra.console.smithi162:Power off 2024-01-02T23:23:19.605 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:23:19.617 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2024-01-02T23:23:19.617 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:19.626 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2024-01-02T23:23:19.627 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:19.637 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2024-01-02T23:23:19.637 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:19.651 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-02T23:23:19.654 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-02T23:23:19.663 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-02T23:23:23.652 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:23.663 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:23.672 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:23.766 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-02T23:23:23.774 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-02T23:23:23.786 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-02T23:23:27.768 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:27.779 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:27.789 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:27.881 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2024-01-02T23:23:27.891 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-02T23:23:27.910 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-02T23:23:31.884 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:31.895 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:31.911 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:23:31.998 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2024-01-02T23:23:32.010 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2024-01-02T23:23:32.024 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2024-01-02T23:23:32.099 INFO:teuthology.orchestra.console.smithi105:Power off completed 2024-01-02T23:23:32.111 INFO:teuthology.orchestra.console.smithi142:Power off completed 2024-01-02T23:23:32.125 INFO:teuthology.orchestra.console.smithi162:Power off completed 2024-01-02T23:23:32.230 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools_crun agent/on mon_election/classic task/test_monitoring_stack_basic} duration: 443.90285444259644 failure_reason: '["Could not find imported module support code for ansible_collections.community.general.plugins.modules.filesystem. Looked for ([''ansible.module_utils.compat.version.LooseVersion'', ''ansible.module_utils.compat.version''])"]' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ca046605dce3479cbcff8fa829690872 status: dead success: false 2024-01-02T23:23:32.230 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:23:32.340 INFO:teuthology.run:DEAD