2024-01-02T23:24:15.225 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2024-01-02T23:24:15.225 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/classic task/test_set_mon_crush_locations} --name yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503944 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503944/orig.config.yaml 2024-01-02T23:24:15.256 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:24:15.332 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/7503944 branch: wip-yuri6-testing-2024-01-02-0832 description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7503944' 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 - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c 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: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNIlczqSz/AeU2CsdqKWkhJmjSSVl6c/qQps5HQb3gJcLXgUTSdbEdih1kPCViwDJCWpDOjs0b7m2V2bcG00gxs= smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL7+8akNWNrKP9X1Lr8HW9m0AHxAwg70VXz19lYqPX449sKmuANXpFaO2qbqRz9/kFMA/FhdX+sxDS+NeQ7FoqI= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGe5YQVTcvHPBHXohMKo1p82gkWKYVv6eRLmxgsOk6psBUFX2UGyqdP+ir5LTegCDo56CRP8OlfZw3zgNVo4h5c= 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 - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7fbdae87be50>, signals=[15]) 2024-01-02T23:24:15.799 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-02T23:24:15.807 INFO:teuthology.task.internal:Opening connections... 2024-01-02T23:24:15.807 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-01-02T23:24:15.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:24:15.879 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2024-01-02T23:24:15.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:24:15.949 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-01-02T23:24:15.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:24:16.016 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-02T23:24:16.023 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-01-02T23:24:16.047 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-01-02T23:24:16.047 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="8" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="8" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-01-02T23:24:16.109 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:24:16.110 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:24:16.110 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:24:16.110 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:24:16.110 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:24:16.110 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-01-02T23:24:16.136 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2024-01-02T23:24:16.157 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2024-01-02T23:24:16.158 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2024-01-02T23:24:16.217 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="CentOS Stream" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="8" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:ID="centos" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="8" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:24:16.218 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:24:16.219 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2024-01-02T23:24:16.235 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-01-02T23:24:16.258 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-01-02T23:24:16.258 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="8" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="8" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:24:16.320 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-01-02T23:24:16.321 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:24:16.321 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:24:16.321 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:24:16.321 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:24:16.321 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:24:16.321 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-01-02T23:24:16.344 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-02T23:24:16.353 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-02T23:24:16.358 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-02T23:24:16.358 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:24:16.361 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:24:16.363 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:24:16.383 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-02T23:24:16.390 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-02T23:24:16.390 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:24:16.423 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:24:16.425 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:24:16.459 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-02T23:24:16.537 INFO:teuthology.run_tasks:Running task kernel... 2024-01-02T23:24:16.554 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-02T23:24:16.555 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:24:16.555 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:24:16.555 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:24:16.556 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:24:16.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:24:16.576 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-01-02T23:24:16.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:24:16.577 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-02T23:24:16.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:24:16.578 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-01-02T23:24:16.637 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:24:16.637 INFO:teuthology.task.kernel:Running kernel on smithi080: 4.18.0-489.el8.x86_64 2024-01-02T23:24:16.637 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2024-01-02T23:24:16.638 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:24:16.638 INFO:teuthology.task.kernel:Running kernel on smithi187: 4.18.0-489.el8.x86_64 2024-01-02T23:24:16.639 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-01-02T23:24:16.640 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:24:16.640 INFO:teuthology.task.kernel:Running kernel on smithi045: 4.18.0-489.el8.x86_64 2024-01-02T23:24:16.641 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-01-02T23:24:22.013 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - AppStream 13 MB/s | 35 MB 00:02 2024-01-02T23:24:22.152 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:03 2024-01-02T23:24:22.317 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:03 2024-01-02T23:24:30.957 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - BaseOS 22 MB/s | 58 MB 00:02 2024-01-02T23:24:31.192 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 58 MB 00:02 2024-01-02T23:24:31.403 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 58 MB 00:02 2024-01-02T23:24:39.681 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - Extras 42 kB/s | 18 kB 00:00 2024-01-02T23:24:39.774 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras 64 kB/s | 18 kB 00:00 2024-01-02T23:24:40.458 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-01-02T23:24:40.592 INFO:teuthology.orchestra.run.smithi080.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2024-01-02T23:24:40.677 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras 38 kB/s | 18 kB 00:00 2024-01-02T23:24:41.051 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-01-02T23:24:41.283 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 5.2 kB/s | 3.5 kB 00:00 2024-01-02T23:24:41.319 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-01-02T23:24:41.646 INFO:teuthology.orchestra.run.smithi045.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-01-02T23:24:43.557 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 16 MB 00:01 2024-01-02T23:24:43.971 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 16 MB 00:02 2024-01-02T23:24:45.236 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 4.2 MB/s | 16 MB 00:03 2024-01-02T23:24:47.729 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 269 kB/s | 24 kB 00:00 2024-01-02T23:24:47.843 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 265 kB/s | 24 kB 00:00 2024-01-02T23:24:49.100 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 358 kB/s | 24 kB 00:00 2024-01-02T23:24:51.501 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:24:51.501 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:24:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:24:51.712 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:24:51.799 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2024-01-02T23:24:51.800 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-01-02T23:24:51.800 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:24:51.801 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout:Install 3 Packages 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 90 M 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 96 M 2024-01-02T23:24:51.802 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2024-01-02T23:24:52.042 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-01-02T23:24:52.042 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-01-02T23:24:52.042 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-01-02T23:24:52.042 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout:Install 3 Packages 2024-01-02T23:24:52.043 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-01-02T23:24:52.044 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 90 M 2024-01-02T23:24:52.044 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 96 M 2024-01-02T23:24:52.044 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-01-02T23:24:52.678 INFO:teuthology.orchestra.run.smithi080.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-01-02T23:24:52.816 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:24:52.816 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:24:53.122 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-02T23:24:53.122 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-02T23:24:53.122 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-01-02T23:24:53.122 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout:Install 3 Packages 2024-01-02T23:24:53.123 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-02T23:24:53.124 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 90 M 2024-01-02T23:24:53.124 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 96 M 2024-01-02T23:24:53.124 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-01-02T23:24:53.255 INFO:teuthology.orchestra.run.smithi045.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 10 MB/s | 10 MB 00:00 2024-01-02T23:24:54.234 INFO:teuthology.orchestra.run.smithi187.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 9.8 MB/s | 10 MB 00:01 2024-01-02T23:24:54.286 INFO:teuthology.orchestra.run.smithi080.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-01-02T23:24:54.765 INFO:teuthology.orchestra.run.smithi045.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2024-01-02T23:24:54.903 INFO:teuthology.orchestra.run.smithi080.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2024-01-02T23:24:54.903 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:24:54.903 INFO:teuthology.orchestra.run.smithi080.stdout:Total 29 MB/s | 90 MB 00:03 2024-01-02T23:24:55.151 INFO:teuthology.orchestra.run.smithi187.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 18 MB/s | 36 MB 00:01 2024-01-02T23:24:55.331 INFO:teuthology.orchestra.run.smithi045.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2024-01-02T23:24:55.331 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:24:55.331 INFO:teuthology.orchestra.run.smithi045.stdout:Total 27 MB/s | 90 MB 00:03 2024-01-02T23:24:55.580 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2024-01-02T23:24:55.818 INFO:teuthology.orchestra.run.smithi187.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2024-01-02T23:24:55.818 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:24:55.819 INFO:teuthology.orchestra.run.smithi187.stdout:Total 33 MB/s | 90 MB 00:02 2024-01-02T23:24:55.991 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2024-01-02T23:24:55.992 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2024-01-02T23:24:56.044 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-01-02T23:24:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-01-02T23:24:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-01-02T23:24:56.500 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-01-02T23:24:56.949 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-01-02T23:24:56.949 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-01-02T23:24:57.231 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2024-01-02T23:24:57.253 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2024-01-02T23:24:57.808 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-01-02T23:24:57.824 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-01-02T23:24:58.201 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-01-02T23:24:58.222 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-01-02T23:24:59.993 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2024-01-02T23:25:00.552 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:00.794 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-01-02T23:25:01.057 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-01-02T23:25:01.296 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:01.652 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:04.158 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:04.542 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:05.020 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:05.194 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:05.420 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:05.643 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:07.978 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:08.272 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:09.079 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:09.099 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:09.357 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:09.397 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:30.587 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:30.610 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:30.952 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:30.952 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:30.952 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:31.222 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:31.245 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:31.591 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:31.591 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:31.591 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:31.792 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:31.792 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-01-02T23:25:31.792 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2024-01-02T23:25:31.792 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:25:31.793 INFO:teuthology.orchestra.run.smithi080.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:25:31.793 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-01-02T23:25:31.793 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2024-01-02T23:25:31.998 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:25:32.216 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:25:32.216 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:25:32.216 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:25:32.217 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:25:32.217 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:25:32.217 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-02T23:25:32.217 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:25:32.217 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:25:32.426 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:25:32.426 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:25:32.426 DEBUG:teuthology.orchestra.run.smithi080:> sudo rpm -qi grub2-tools 2024-01-02T23:25:32.461 INFO:teuthology.orchestra.run.smithi080.stdout:Name : grub2-tools 2024-01-02T23:25:32.461 INFO:teuthology.orchestra.run.smithi080.stdout:Epoch : 1 2024-01-02T23:25:32.461 INFO:teuthology.orchestra.run.smithi080.stdout:Version : 2.02 2024-01-02T23:25:32.461 INFO:teuthology.orchestra.run.smithi080.stdout:Release : 129.el8 2024-01-02T23:25:32.461 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: x86_64 2024-01-02T23:25:32.461 INFO:teuthology.orchestra.run.smithi080.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:25:32.462 INFO:teuthology.orchestra.run.smithi080.stdout:Group : System Environment/Base 2024-01-02T23:25:32.462 INFO:teuthology.orchestra.run.smithi080.stdout:Size : 9265586 2024-01-02T23:25:32.462 INFO:teuthology.orchestra.run.smithi080.stdout:License : GPLv3+ 2024-01-02T23:25:32.462 INFO:teuthology.orchestra.run.smithi080.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:25:32.462 INFO:teuthology.orchestra.run.smithi080.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:25:32.462 INFO:teuthology.orchestra.run.smithi080.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:Relocations : (not relocatable) 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:Packager : CentOS BuildSystem 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:Vendor : CentOS 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:Summary : Support tools for GRUB. 2024-01-02T23:25:32.463 INFO:teuthology.orchestra.run.smithi080.stdout:Description : 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout:hardware devices. 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout: 2024-01-02T23:25:32.464 INFO:teuthology.orchestra.run.smithi080.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:25:32.466 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:25:32.466 INFO:teuthology.task.kernel:Updating grub on smithi080 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:25:32.467 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:25:32.520 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:32.520 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-02T23:25:32.520 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-01-02T23:25:32.520 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:25:32.521 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:25:32.521 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-02T23:25:32.521 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-02T23:25:32.674 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:25:32.888 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:25:32.889 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:25:32.889 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:25:32.889 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:25:32.889 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:25:32.889 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-01-02T23:25:32.889 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:25:32.889 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:25:33.076 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:33.101 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:25:33.101 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:25:33.101 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-01-02T23:25:33.102 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.02 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 129.el8 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Group : System Environment/Base 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 9265586 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-01-02T23:25:33.136 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Relocations : (not relocatable) 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : CentOS BuildSystem 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-02T23:25:33.137 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:25:33.138 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:25:33.138 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:25:33.139 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:25:33.483 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:33.483 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:25:33.483 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:25:33.786 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-01-02T23:25:34.319 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-01-02T23:25:34.410 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-01-02T23:25:34.469 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:25:34.693 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:25:34.693 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:25:34.694 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:25:34.694 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:25:34.694 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:25:34.694 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-02T23:25:34.694 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:25:34.694 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:25:34.916 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:25:34.917 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:25:34.917 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.02 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 129.el8 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Group : System Environment/Base 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 9265586 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-01-02T23:25:34.952 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Relocations : (not relocatable) 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : CentOS BuildSystem 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-01-02T23:25:34.953 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-01-02T23:25:34.954 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:25:34.954 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:25:34.954 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:25:34.955 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:25:35.460 INFO:teuthology.orchestra.run.smithi080.stderr:done 2024-01-02T23:25:35.462 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2024-01-02T23:25:35.491 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.KKqUUiAtnL 2024-01-02T23:25:35.491 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KKqUUiAtnL 2024-01-02T23:25:35.564 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.KKqUUiAtnL 2024-01-02T23:25:35.705 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.KKqUUiAtnL is 6KB 2024-01-02T23:25:35.755 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.KKqUUiAtnL 2024-01-02T23:25:35.773 DEBUG:teuthology.orchestra.run.smithi080:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:25:35.840 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:25:35.840 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:25:35.840 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:25:35.840 INFO:teuthology.orchestra.run.smithi080.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:25:35.840 DEBUG:teuthology.orchestra.run.smithi080:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:25:36.015 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2024-01-02T23:25:36.308 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-01-02T23:25:36.408 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-01-02T23:25:36.410 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-01-02T23:25:36.444 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.f6wQptIi49 2024-01-02T23:25:36.444 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.f6wQptIi49 2024-01-02T23:25:36.518 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.f6wQptIi49 2024-01-02T23:25:36.686 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.f6wQptIi49 is 6KB 2024-01-02T23:25:36.734 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.f6wQptIi49 2024-01-02T23:25:36.751 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:25:36.819 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:25:36.819 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:25:36.820 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:25:36.820 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:25:36.821 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:25:37.010 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-01-02T23:25:37.942 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-01-02T23:25:37.943 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-01-02T23:25:37.979 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.kOMbrnypCa 2024-01-02T23:25:37.979 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kOMbrnypCa 2024-01-02T23:25:38.051 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.kOMbrnypCa 2024-01-02T23:25:38.220 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.kOMbrnypCa is 6KB 2024-01-02T23:25:38.268 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.kOMbrnypCa 2024-01-02T23:25:38.287 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:25:38.363 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:25:38.363 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:25:38.363 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:25:38.363 INFO:teuthology.orchestra.run.smithi045.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:25:38.364 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:25:38.527 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-01-02T23:26:06.044 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-02T23:26:06.045 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-01-02T23:26:06.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:07.013 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-01-02T23:26:07.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-02T23:26:07.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:08.533 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-02T23:26:08.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-02T23:26:08.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:24.572 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-01-02T23:26:25.340 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-01-02T23:26:26.876 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-01-02T23:26:33.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-01-02T23:26:33.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:34.341 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-02T23:26:34.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:35.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-02T23:26:35.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:36.640 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-01-02T23:26:37.404 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-01-02T23:26:48.652 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-01-02T23:26:48.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:26:49.407 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-02T23:26:49.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:27:07.072 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-01-02T23:27:21.983 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-01-02T23:27:22.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-01-02T23:27:22.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:27:22.336 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-02T23:27:22.336 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:27:22.336 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-02T23:27:22.353 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:27:22.353 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:27:22.353 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:27:22.353 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:27:23.354 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-01-02T23:27:23.354 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:27:23.435 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-01-02T23:27:23.449 DEBUG:teuthology.parallel:result is None 2024-01-02T23:27:23.544 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-01-02T23:27:24.185 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-01-02T23:27:24.185 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:27:24.186 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-01-02T23:27:24.204 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:27:24.204 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:27:24.204 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:27:24.204 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:27:25.205 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-02T23:27:25.205 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:27:25.278 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2024-01-02T23:27:25.290 DEBUG:teuthology.parallel:result is None 2024-01-02T23:27:35.882 DEBUG:teuthology.orchestra.remote:timed out 2024-01-02T23:27:47.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-02T23:27:47.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:27:48.140 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-01-02T23:27:48.437 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-01-02T23:27:48.437 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:27:48.438 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-01-02T23:27:48.457 INFO:teuthology.orchestra.run.smithi045.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:27:48.457 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:27:48.457 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:27:48.457 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:27:49.458 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-02T23:27:49.458 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:27:49.551 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-01-02T23:27:49.566 DEBUG:teuthology.parallel:result is None 2024-01-02T23:27:49.566 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-02T23:27:49.579 INFO:teuthology.task.internal:Creating test directory... 2024-01-02T23:27:49.579 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:27:49.583 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:27:49.587 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:27:49.610 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-02T23:27:49.617 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-02T23:27:49.625 INFO:teuthology.task.internal:Creating archive directory... 2024-01-02T23:27:49.626 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:27:49.647 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:27:49.649 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:27:49.704 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-02T23:27:49.712 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-02T23:27:49.712 DEBUG:teuthology.orchestra.run.smithi045:> 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:27:49.731 DEBUG:teuthology.orchestra.run.smithi080:> 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:27:49.734 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-02T23:27:49.771 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:27:49.775 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:27:49.782 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:27:49.782 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:27:49.787 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:27:49.798 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:27:49.798 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-02T23:27:49.806 INFO:teuthology.task.internal:Configuring sudo... 2024-01-02T23:27:49.806 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:27:49.808 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:27:49.831 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:27:49.860 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-02T23:27:49.871 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-02T23:27:49.871 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:27:49.880 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:27:49.901 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:27:49.920 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:27:49.983 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:27:50.037 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:27:50.125 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:27:50.168 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-01-02T23:27:50.168 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:27:50.237 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:27:50.284 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:27:50.337 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:27:50.423 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:27:50.468 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-01-02T23:27:50.468 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:27:50.538 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:27:50.586 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:27:50.643 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:27:50.729 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:27:50.776 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-02T23:27:50.777 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:27:50.846 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-01-02T23:27:50.849 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2024-01-02T23:27:50.851 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-01-02T23:27:50.912 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:27:50.936 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:27:50.965 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:27:51.361 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-02T23:27:51.372 INFO:teuthology.task.internal:Starting timer... 2024-01-02T23:27:51.372 INFO:teuthology.run_tasks:Running task pcp... 2024-01-02T23:27:51.382 INFO:teuthology.run_tasks:Running task selinux... 2024-01-02T23:27:51.390 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-02T23:27:51.391 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-01-02T23:27:51.464 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-01-02T23:27:51.466 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2024-01-02T23:27:51.556 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2024-01-02T23:27:51.558 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-01-02T23:27:51.628 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-01-02T23:27:51.630 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-02T23:27:51.630 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-01-02T23:27:51.708 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-01-02T23:27:51.709 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2024-01-02T23:27:51.740 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2024-01-02T23:27:51.740 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-01-02T23:27:51.793 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-01-02T23:27:51.793 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi080.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-01-02T23:27:51.793 DEBUG:teuthology.orchestra.run.smithi045:> 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:27:51.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:27:51.824 DEBUG:teuthology.orchestra.run.smithi080:> 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:27:51.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:27:51.852 DEBUG:teuthology.orchestra.run.smithi187:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-02T23:27:51.880 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:27:51.880 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-02T23:27:51.880 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:27:51.911 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:27:51.938 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:27:51.968 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-02T23:27:51.984 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-02T23:27:51.992 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-02T23:27:52.131 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-02T23:27:52.160 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:27:52.161 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi080.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-02T23:35:33.957 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/7503944/ansible_failures.yaml 2024-01-02T23:35:33.960 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:35:34.081 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=786e0e38aaba4f918eb0340e0c3466ef 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:35:34.084 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-02T23:35:34.100 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-02T23:35:34.101 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-02T23:35:34.116 DEBUG:teuthology.orchestra.run.smithi045:> 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:35:34.217 DEBUG:teuthology.orchestra.run.smithi080:> 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:35:34.309 DEBUG:teuthology.orchestra.run.smithi187:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-02T23:35:34.404 DEBUG:teuthology.orchestra.run.smithi045:> 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:35:34.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:34.440 DEBUG:teuthology.orchestra.run.smithi080:> 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:35:34.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:34.478 DEBUG:teuthology.orchestra.run.smithi187:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-02T23:35:34.511 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:34.511 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-02T23:35:34.521 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-02T23:35:34.529 INFO:teuthology.task.internal:Duration was 463.156918 seconds 2024-01-02T23:35:34.529 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-02T23:35:34.538 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-02T23:35:34.538 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:35:34.540 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:35:34.543 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:35:34.592 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:35:34.593 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:35:34.600 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:35:35.113 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-02T23:35:35.113 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-01-02T23:35:35.114 DEBUG:teuthology.orchestra.run.smithi045:> 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:35:35.143 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2024-01-02T23:35:35.143 DEBUG:teuthology.orchestra.run.smithi080:> 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:35:35.171 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-01-02T23:35:35.171 DEBUG:teuthology.orchestra.run.smithi187:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-02T23:35:35.201 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-02T23:35:35.202 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:35:35.204 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:35:35.214 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:35:35.285 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-02T23:35:35.285 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:35:35.288 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:35:35.297 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:35:35.390 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-02T23:35:35.402 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-02T23:35:35.402 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:35:35.435 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:35:35.468 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:35:35.496 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-02T23:35:35.507 DEBUG:teuthology.orchestra.run.smithi045:> 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:35:35.510 DEBUG:teuthology.orchestra.run.smithi080:> 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:35:35.513 DEBUG:teuthology.orchestra.run.smithi187:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:35:35.539 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-01-02T23:35:35.542 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2024-01-02T23:35:35.563 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-01-02T23:35:35.587 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:35:35.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:35.618 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:35:35.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:35.639 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:35:35.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:35.657 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-02T23:35:35.666 INFO:teuthology.task.internal:Transferring archived files... 2024-01-02T23:35:35.667 DEBUG:teuthology.misc:Transferring archived files from smithi045:/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/7503944/remote/smithi045 2024-01-02T23:35:35.668 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:35:35.736 DEBUG:teuthology.misc:Transferring archived files from smithi080:/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/7503944/remote/smithi080 2024-01-02T23:35:35.737 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:35:35.791 DEBUG:teuthology.misc:Transferring archived files from smithi187:/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/7503944/remote/smithi187 2024-01-02T23:35:35.792 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:35:35.846 INFO:teuthology.task.internal:Removing archive directory... 2024-01-02T23:35:35.846 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:35:35.849 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:35:35.852 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:35:35.898 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-02T23:35:35.911 INFO:teuthology.task.internal:Not uploading archives. 2024-01-02T23:35:35.912 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-02T23:35:35.920 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-02T23:35:35.921 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:35:35.923 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:35:35.925 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:35:35.942 INFO:teuthology.orchestra.run.smithi045.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:35 /home/ubuntu/cephtest 2024-01-02T23:35:35.944 INFO:teuthology.orchestra.run.smithi080.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:35 /home/ubuntu/cephtest 2024-01-02T23:35:35.956 INFO:teuthology.orchestra.run.smithi187.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:35 /home/ubuntu/cephtest 2024-01-02T23:35:35.957 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-02T23:35:35.966 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-02T23:35:35.986 INFO:teuthology.nuke:Checking targets against current locks 2024-01-02T23:35:36.013 DEBUG:teuthology.nuke:shortname: smithi045 2024-01-02T23:35:36.014 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:35:36.038 DEBUG:teuthology.nuke:shortname: smithi080 2024-01-02T23:35:36.038 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:35:36.052 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.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/7503944', '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:19:22.190563', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNIlczqSz/AeU2CsdqKWkhJmjSSVl6c/qQps5HQb3gJcLXgUTSdbEdih1kPCViwDJCWpDOjs0b7m2V2bcG00gxs='} 2024-01-02T23:35:36.071 DEBUG:teuthology.nuke:shortname: smithi187 2024-01-02T23:35:36.072 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:35:36.079 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.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/7503944', '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:19:22.193508', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL7+8akNWNrKP9X1Lr8HW9m0AHxAwg70VXz19lYqPX449sKmuANXpFaO2qbqRz9/kFMA/FhdX+sxDS+NeQ7FoqI='} 2024-01-02T23:35:36.093 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.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/7503944', '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:19:22.192291', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGe5YQVTcvHPBHXohMKo1p82gkWKYVv6eRLmxgsOk6psBUFX2UGyqdP+ir5LTegCDo56CRP8OlfZw3zgNVo4h5c='} 2024-01-02T23:35:36.113 INFO:teuthology.orchestra.console.smithi045:Power off 2024-01-02T23:35:36.113 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:35:36.155 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-01-02T23:35:36.155 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:36.209 INFO:teuthology.orchestra.console.smithi187:Power off 2024-01-02T23:35:36.210 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:35:36.236 INFO:teuthology.orchestra.console.smithi080:Power off 2024-01-02T23:35:36.237 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:35:36.255 DEBUG:teuthology.orchestra.console.smithi187:power off output: Chassis Power Control: Down/Off 2024-01-02T23:35:36.255 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:36.267 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-01-02T23:35:36.281 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2024-01-02T23:35:36.281 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:36.296 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-02T23:35:36.314 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-01-02T23:35:40.269 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:40.297 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:40.315 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:40.381 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-01-02T23:35:40.409 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-02T23:35:40.427 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2024-01-02T23:35:44.387 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:44.410 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:44.428 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:44.499 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-01-02T23:35:44.520 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-02T23:35:44.543 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2024-01-02T23:35:44.602 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-01-02T23:35:44.644 INFO:teuthology.orchestra.console.smithi080:Power off completed 2024-01-02T23:35:48.524 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:35:48.641 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is off 2024-01-02T23:35:48.742 INFO:teuthology.orchestra.console.smithi187:Power off completed 2024-01-02T23:35:48.847 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 463.15691781044006 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=786e0e38aaba4f918eb0340e0c3466ef status: dead success: false 2024-01-02T23:35:48.847 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:35:48.934 INFO:teuthology.run:DEAD