2024-01-02T23:35:43.279 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2024-01-02T23:35:43.279 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_extra_daemon_features} --verbose --archive /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503995 --name yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi --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/7503995/orig.config.yaml 2024-01-02T23:35:43.322 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:35:43.413 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/7503995 branch: wip-yuri6-testing-2024-01-02-0832 description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7503995' 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: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-01-02-0832 sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 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: smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGf+zugPnQ4i1DSgEJMAnGBNBjgCU9phb2T/RQoCp6aNd8XWNnYumq7BZ1lPZcLRhkXrfX8y4JlwZ0bkDp8VXTM= smithi195.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIA3iQuESoH5JHoqA6s9XfAb8UoTCYFr44NJBORiNBEs+j08HYh09ihiZO/D8OavD/7sEi/LmaN/c/m4yQgwYS0= 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 - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 01dd171a561ca33631bf0a38b105879779f72410 timestamp: 2024-01-02_22:27:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3501080 2024-01-02T23:35:43.413 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa; will attempt to use it 2024-01-02T23:35:43.414 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa/tasks 2024-01-02T23:35:43.414 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-02T23:35:43.416 INFO:teuthology.task.internal:Checking packages... 2024-01-02T23:35:43.439 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '84f52924982e81b14df3ba1068ebf914c3fe461b' 2024-01-02T23:35:43.439 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-02T23:35:43.439 INFO:teuthology.packaging:ref: None 2024-01-02T23:35:43.439 INFO:teuthology.packaging:tag: None 2024-01-02T23:35:43.439 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-01-02-0832 2024-01-02T23:35:43.439 INFO:teuthology.packaging:sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b 2024-01-02T23:35:43.439 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri6-testing-2024-01-02-0832 2024-01-02T23:35:43.580 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-426.g84f52924 2024-01-02T23:35:43.581 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-02T23:35:43.588 INFO:teuthology.task.internal:no buildpackages task found 2024-01-02T23:35:43.588 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-02T23:35:43.630 INFO:teuthology.task.internal:Saving configuration 2024-01-02T23:35:43.648 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-02T23:35:43.663 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:35:43.690 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.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/7503995', '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:30:54.303385', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGf+zugPnQ4i1DSgEJMAnGBNBjgCU9phb2T/RQoCp6aNd8XWNnYumq7BZ1lPZcLRhkXrfX8y4JlwZ0bkDp8VXTM='} 2024-01-02T23:35:43.715 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.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/7503995', '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:30:54.305305', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIA3iQuESoH5JHoqA6s9XfAb8UoTCYFr44NJBORiNBEs+j08HYh09ihiZO/D8OavD/7sEi/LmaN/c/m4yQgwYS0='} 2024-01-02T23:35:43.715 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-02T23:35:43.721 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-01-02T23:35:43.721 INFO:teuthology.task.internal:roles: ubuntu@smithi195.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-01-02T23:35:43.721 INFO:teuthology.run_tasks:Running task console_log... 2024-01-02T23:35:43.814 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f25a22bce50>, signals=[15]) 2024-01-02T23:35:43.814 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-02T23:35:43.823 INFO:teuthology.task.internal:Opening connections... 2024-01-02T23:35:43.824 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2024-01-02T23:35:43.826 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:35:43.893 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2024-01-02T23:35:43.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:35:43.962 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-02T23:35:43.972 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2024-01-02T23:35:43.995 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2024-01-02T23:35:43.995 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2024-01-02T23:35:44.057 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="CentOS Stream" 2024-01-02T23:35:44.057 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="8" 2024-01-02T23:35:44.057 INFO:teuthology.orchestra.run.smithi194.stdout:ID="centos" 2024-01-02T23:35:44.057 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:35:44.057 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="8" 2024-01-02T23:35:44.057 INFO:teuthology.orchestra.run.smithi194.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:ANSI_COLOR="0;31" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:35:44.058 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:35:44.059 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2024-01-02T23:35:44.079 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2024-01-02T23:35:44.100 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2024-01-02T23:35:44.101 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="CentOS Stream" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="8" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:ID="centos" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="rhel fedora" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="8" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2024-01-02T23:35:44.162 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-02T23:35:44.163 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://centos.org/" 2024-01-02T23:35:44.163 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:35:44.163 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:35:44.163 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-02T23:35:44.163 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2024-01-02T23:35:44.187 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-02T23:35:44.198 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-02T23:35:44.255 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-02T23:35:44.255 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:35:44.258 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:35:44.279 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-02T23:35:44.285 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-02T23:35:44.285 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:35:44.319 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:35:44.365 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-02T23:35:44.424 INFO:teuthology.run_tasks:Running task kernel... 2024-01-02T23:35:44.441 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-02T23:35:44.441 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-02T23:35:44.441 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:35:44.442 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:35:44.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:44.462 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-01-02T23:35:44.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:35:44.463 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-01-02T23:35:44.523 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:35:44.523 INFO:teuthology.task.kernel:Running kernel on smithi194: 4.18.0-489.el8.x86_64 2024-01-02T23:35:44.523 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum install -y kernel 2024-01-02T23:35:44.524 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-489.el8.x86_64 2024-01-02T23:35:44.524 INFO:teuthology.task.kernel:Running kernel on smithi195: 4.18.0-489.el8.x86_64 2024-01-02T23:35:44.524 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2024-01-02T23:35:49.622 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - AppStream 13 MB/s | 35 MB 00:02 2024-01-02T23:35:49.651 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - AppStream 14 MB/s | 35 MB 00:02 2024-01-02T23:35:58.314 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - BaseOS 27 MB/s | 58 MB 00:02 2024-01-02T23:35:58.392 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 58 MB 00:02 2024-01-02T23:36:06.967 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras 57 kB/s | 18 kB 00:00 2024-01-02T23:36:06.971 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2024-01-02T23:36:07.714 INFO:teuthology.orchestra.run.smithi194.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-01-02T23:36:07.926 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras common packages 8.9 kB/s | 6.9 kB 00:00 2024-01-02T23:36:08.032 INFO:teuthology.orchestra.run.smithi194.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-02T23:36:08.236 INFO:teuthology.orchestra.run.smithi195.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-02T23:36:10.001 INFO:teuthology.orchestra.run.smithi194.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 16 MB 00:01 2024-01-02T23:36:10.189 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2024-01-02T23:36:14.020 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 481 kB/s | 24 kB 00:00 2024-01-02T23:36:14.140 INFO:teuthology.orchestra.run.smithi194.stdout:lab-extras 81 kB/s | 24 kB 00:00 2024-01-02T23:36:17.713 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:36:17.713 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:36:17.860 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-02T23:36:17.860 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:36:18.017 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout:Install 3 Packages 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 90 M 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 96 M 2024-01-02T23:36:18.018 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-01-02T23:36:18.143 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout: Package Architecture Version Repository Size 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout:Installing: 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2024-01-02T23:36:18.149 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2024-01-02T23:36:18.150 INFO:teuthology.orchestra.run.smithi194.stdout:Install 3 Packages 2024-01-02T23:36:18.150 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-01-02T23:36:18.150 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 90 M 2024-01-02T23:36:18.150 INFO:teuthology.orchestra.run.smithi194.stdout:Installed size: 96 M 2024-01-02T23:36:18.150 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2024-01-02T23:36:19.038 INFO:teuthology.orchestra.run.smithi195.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-01-02T23:36:19.283 INFO:teuthology.orchestra.run.smithi194.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 11 MB/s | 10 MB 00:00 2024-01-02T23:36:20.255 INFO:teuthology.orchestra.run.smithi195.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-01-02T23:36:20.567 INFO:teuthology.orchestra.run.smithi194.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-02T23:36:20.763 INFO:teuthology.orchestra.run.smithi195.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2024-01-02T23:36:20.764 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:36:20.764 INFO:teuthology.orchestra.run.smithi195.stdout:Total 33 MB/s | 90 MB 00:02 2024-01-02T23:36:21.059 INFO:teuthology.orchestra.run.smithi194.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2024-01-02T23:36:21.059 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2024-01-02T23:36:21.059 INFO:teuthology.orchestra.run.smithi194.stdout:Total 31 MB/s | 90 MB 00:02 2024-01-02T23:36:21.445 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-01-02T23:36:21.744 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2024-01-02T23:36:21.872 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-01-02T23:36:21.872 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-01-02T23:36:22.160 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2024-01-02T23:36:22.160 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2024-01-02T23:36:23.113 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-01-02T23:36:23.149 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-01-02T23:36:23.392 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2024-01-02T23:36:23.416 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2024-01-02T23:36:25.975 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-01-02T23:36:26.205 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2024-01-02T23:36:26.512 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:36:26.786 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:36:30.093 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:36:30.356 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:36:30.461 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:36:30.877 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:36:33.887 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:36:34.175 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:34.316 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:36:34.899 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:56.103 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:56.126 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:56.472 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:56.473 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:36:56.473 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:36:56.825 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:56.850 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:57.206 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:57.206 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-02T23:36:57.206 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-02T23:36:57.258 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:57.259 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-02T23:36:57.259 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-01-02T23:36:57.259 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:36:57.259 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:36:57.259 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-02T23:36:57.259 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-02T23:36:57.406 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:36:57.628 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:36:57.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:36:57.629 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:36:57.629 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:36:57.629 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:36:57.629 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-02T23:36:57.629 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi195.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:36:57.629 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:36:57.838 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:36:57.838 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:36:57.839 DEBUG:teuthology.orchestra.run.smithi195:> sudo rpm -qi grub2-tools 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Name : grub2-tools 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Epoch : 1 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Version : 2.02 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Release : 129.el8 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Architecture: x86_64 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Group : System Environment/Base 2024-01-02T23:36:57.872 INFO:teuthology.orchestra.run.smithi195.stdout:Size : 9265586 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:License : GPLv3+ 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Relocations : (not relocatable) 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Packager : CentOS BuildSystem 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Vendor : CentOS 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Summary : Support tools for GRUB. 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:Description : 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-02T23:36:57.873 INFO:teuthology.orchestra.run.smithi195.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:36:57.874 INFO:teuthology.orchestra.run.smithi195.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:36:57.874 INFO:teuthology.orchestra.run.smithi195.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:36:57.874 INFO:teuthology.orchestra.run.smithi195.stdout:hardware devices. 2024-01-02T23:36:57.874 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-02T23:36:57.874 INFO:teuthology.orchestra.run.smithi195.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:36:57.875 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:36:57.875 INFO:teuthology.task.kernel:Updating grub on smithi195 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:36:57.875 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:36:58.141 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-02T23:36:58.142 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-01-02T23:36:58.142 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2024-01-02T23:36:58.142 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-02T23:36:58.142 INFO:teuthology.orchestra.run.smithi194.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-02T23:36:58.142 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-01-02T23:36:58.142 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2024-01-02T23:36:58.293 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:36:58.558 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:36:58.558 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:36:58.558 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:36:58.558 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-02T23:36:58.558 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-02T23:36:58.558 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-02T23:36:58.558 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2024-01-02T23:36:58.559 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:36:58.769 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-02T23:36:58.770 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-02T23:36:58.770 DEBUG:teuthology.orchestra.run.smithi194:> sudo rpm -qi grub2-tools 2024-01-02T23:36:58.803 INFO:teuthology.orchestra.run.smithi194.stdout:Name : grub2-tools 2024-01-02T23:36:58.803 INFO:teuthology.orchestra.run.smithi194.stdout:Epoch : 1 2024-01-02T23:36:58.803 INFO:teuthology.orchestra.run.smithi194.stdout:Version : 2.02 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:Release : 129.el8 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: x86_64 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:Group : System Environment/Base 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:Size : 9265586 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:License : GPLv3+ 2024-01-02T23:36:58.804 INFO:teuthology.orchestra.run.smithi194.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Relocations : (not relocatable) 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Packager : CentOS BuildSystem 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Vendor : CentOS 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Summary : Support tools for GRUB. 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:Description : 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-02T23:36:58.805 INFO:teuthology.orchestra.run.smithi194.stdout:hardware devices. 2024-01-02T23:36:58.806 INFO:teuthology.orchestra.run.smithi194.stdout: 2024-01-02T23:36:58.806 INFO:teuthology.orchestra.run.smithi194.stdout:This subpackage provides tools for support of all platforms. 2024-01-02T23:36:58.806 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-02T23:36:58.807 INFO:teuthology.task.kernel:Updating grub on smithi194 to boot 4.18.0-532.el8.x86_64 2024-01-02T23:36:58.807 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-02T23:36:59.489 INFO:teuthology.orchestra.run.smithi195.stderr:Generating grub configuration file ... 2024-01-02T23:37:00.112 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2024-01-02T23:37:01.255 INFO:teuthology.orchestra.run.smithi195.stderr:done 2024-01-02T23:37:01.257 DEBUG:teuthology.orchestra.run.smithi195:> mktemp 2024-01-02T23:37:01.279 INFO:teuthology.orchestra.run.smithi195.stdout:/tmp/tmp.zW170Fa4g7 2024-01-02T23:37:01.280 DEBUG:teuthology.orchestra.run.smithi195:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zW170Fa4g7 2024-01-02T23:37:01.352 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0666 /tmp/tmp.zW170Fa4g7 2024-01-02T23:37:01.498 DEBUG:teuthology.orchestra.remote:smithi195:/tmp/tmp.zW170Fa4g7 is 6KB 2024-01-02T23:37:01.550 DEBUG:teuthology.orchestra.run.smithi195:> rm -fr /tmp/tmp.zW170Fa4g7 2024-01-02T23:37:01.569 DEBUG:teuthology.orchestra.run.smithi195:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:37:01.638 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:37:01.638 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:37:01.638 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:37:01.638 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:37:01.639 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:37:01.798 DEBUG:teuthology.orchestra.run.smithi195:> sudo shutdown -r now 2024-01-02T23:37:01.872 INFO:teuthology.orchestra.run.smithi194.stderr:done 2024-01-02T23:37:01.873 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2024-01-02T23:37:01.906 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.4A7bzPMpC3 2024-01-02T23:37:01.907 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.4A7bzPMpC3 2024-01-02T23:37:01.985 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.4A7bzPMpC3 2024-01-02T23:37:02.142 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.4A7bzPMpC3 is 6KB 2024-01-02T23:37:02.191 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.4A7bzPMpC3 2024-01-02T23:37:02.209 DEBUG:teuthology.orchestra.run.smithi194:> sudo /bin/ls /boot/loader/entries || true 2024-01-02T23:37:02.275 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-02T23:37:02.275 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-02T23:37:02.275 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-02T23:37:02.275 INFO:teuthology.orchestra.run.smithi194.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-02T23:37:02.276 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-02T23:37:02.456 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2024-01-02T23:37:31.852 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-02T23:37:31.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-02T23:37:31.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:37:32.460 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-02T23:37:32.460 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-01-02T23:37:32.460 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:37:50.397 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2024-01-02T23:37:59.404 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-02T23:37:59.406 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:38:17.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2024-01-02T23:38:29.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-02T23:38:29.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:38:32.465 DEBUG:teuthology.orchestra.remote:timed out 2024-01-02T23:38:32.865 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.195 2024-01-02T23:38:41.472 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-01-02T23:38:41.473 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:38:41.830 DEBUG:teuthology.orchestra.run.smithi194:> true 2024-01-02T23:38:42.270 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2024-01-02T23:38:42.270 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:38:42.270 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2024-01-02T23:38:42.289 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:38:42.289 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:38:42.289 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:38:42.289 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:38:43.290 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-02T23:38:43.290 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:38:43.357 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2024-01-02T23:38:43.371 DEBUG:teuthology.parallel:result is None 2024-01-02T23:38:47.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-02T23:38:47.866 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:38:48.263 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-01-02T23:38:48.557 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-02T23:38:48.557 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-02T23:38:48.558 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-01-02T23:38:48.577 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-532.el8.x86_64 2024-01-02T23:38:48.578 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:38:48.578 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-02T23:38:48.578 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-02T23:38:49.578 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-02T23:38:49.579 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:38:49.654 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2024-01-02T23:38:49.670 DEBUG:teuthology.parallel:result is None 2024-01-02T23:38:49.670 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-02T23:38:49.678 INFO:teuthology.task.internal:Creating test directory... 2024-01-02T23:38:49.679 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:38:49.682 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:38:49.702 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-02T23:38:49.731 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-02T23:38:49.781 INFO:teuthology.task.internal:Creating archive directory... 2024-01-02T23:38:49.781 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:38:49.784 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:38:49.957 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-02T23:38:49.965 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-02T23:38:49.965 DEBUG:teuthology.orchestra.run.smithi194:> 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:38:49.968 DEBUG:teuthology.orchestra.run.smithi195:> 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:38:50.014 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:38:50.025 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:38:50.100 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:38:50.111 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:38:50.112 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-02T23:38:50.119 INFO:teuthology.task.internal:Configuring sudo... 2024-01-02T23:38:50.120 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:38:50.122 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:38:50.153 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-02T23:38:50.163 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-02T23:38:50.164 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:38:50.190 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:38:50.213 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:38:50.294 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:38:50.349 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:38:50.436 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:38:50.479 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2024-01-02T23:38:50.479 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:38:50.546 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:38:50.595 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:38:50.646 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:38:50.733 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:38:50.780 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-02T23:38:50.780 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:38:50.849 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2024-01-02T23:38:50.852 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2024-01-02T23:38:50.909 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:38:50.956 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:38:51.424 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-02T23:38:51.434 INFO:teuthology.task.internal:Starting timer... 2024-01-02T23:38:51.434 INFO:teuthology.run_tasks:Running task pcp... 2024-01-02T23:38:51.514 INFO:teuthology.run_tasks:Running task selinux... 2024-01-02T23:38:51.550 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-02T23:38:51.551 DEBUG:teuthology.orchestra.run.smithi194:> sudo service auditd rotate 2024-01-02T23:38:51.633 INFO:teuthology.orchestra.run.smithi194.stdout:Rotating logs: 2024-01-02T23:38:51.635 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2024-01-02T23:38:51.688 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2024-01-02T23:38:51.690 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-02T23:38:51.690 DEBUG:teuthology.orchestra.run.smithi194:> /usr/sbin/getenforce 2024-01-02T23:38:51.720 INFO:teuthology.orchestra.run.smithi194.stdout:Permissive 2024-01-02T23:38:51.720 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2024-01-02T23:38:51.778 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2024-01-02T23:38:51.778 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi194.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2024-01-02T23:38:51.778 DEBUG:teuthology.orchestra.run.smithi194:> 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:38:51.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:38:51.807 DEBUG:teuthology.orchestra.run.smithi195:> 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:38:51.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:38:51.837 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-02T23:38:51.838 DEBUG:teuthology.orchestra.run.smithi194:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:38:51.875 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:38:51.904 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-02T23:38:51.914 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-02T23:38:51.943 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:38:51.944 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi194.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-02T23:46:26.033 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/7503995/ansible_failures.yaml 2024-01-02T23:46:26.035 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:46:26.132 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c7c70f4f33cf48a29792ba0da8ee2aff 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:46:26.134 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-02T23:46:26.144 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-02T23:46:26.144 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-02T23:46:26.189 DEBUG:teuthology.orchestra.run.smithi194:> 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:46:26.284 DEBUG:teuthology.orchestra.run.smithi195:> 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:46:26.376 DEBUG:teuthology.orchestra.run.smithi194:> 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:46:26.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:46:26.411 DEBUG:teuthology.orchestra.run.smithi195:> 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:46:26.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:46:26.446 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-02T23:46:26.454 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-02T23:46:26.506 INFO:teuthology.task.internal:Duration was 455.071654 seconds 2024-01-02T23:46:26.506 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-02T23:46:26.582 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-02T23:46:26.582 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:46:26.586 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:46:26.635 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:46:26.636 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:46:26.955 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-02T23:46:26.955 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2024-01-02T23:46:26.955 DEBUG:teuthology.orchestra.run.smithi194:> 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:46:26.981 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2024-01-02T23:46:26.982 DEBUG:teuthology.orchestra.run.smithi195:> 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:46:27.006 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-02T23:46:27.006 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:46:27.024 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:46:27.083 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-02T23:46:27.083 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:46:27.104 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:46:27.185 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-02T23:46:27.195 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-02T23:46:27.195 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:46:27.223 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:46:27.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-02T23:46:27.259 DEBUG:teuthology.orchestra.run.smithi194:> 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:46:27.265 DEBUG:teuthology.orchestra.run.smithi195:> 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:46:27.289 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2024-01-02T23:46:27.316 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2024-01-02T23:46:27.344 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:46:27.365 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:46:27.366 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:46:27.401 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:46:27.402 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-02T23:46:27.410 INFO:teuthology.task.internal:Transferring archived files... 2024-01-02T23:46:27.412 DEBUG:teuthology.misc:Transferring archived files from smithi194:/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/7503995/remote/smithi194 2024-01-02T23:46:27.413 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:46:27.471 DEBUG:teuthology.misc:Transferring archived files from smithi195:/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/7503995/remote/smithi195 2024-01-02T23:46:27.471 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:46:27.518 INFO:teuthology.task.internal:Removing archive directory... 2024-01-02T23:46:27.518 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:46:27.520 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:46:27.571 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-02T23:46:27.581 INFO:teuthology.task.internal:Not uploading archives. 2024-01-02T23:46:27.581 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-02T23:46:27.614 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-02T23:46:27.615 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:46:27.617 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:46:27.632 INFO:teuthology.orchestra.run.smithi194.stdout: 525366 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:46 /home/ubuntu/cephtest 2024-01-02T23:46:27.634 INFO:teuthology.orchestra.run.smithi195.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:46 /home/ubuntu/cephtest 2024-01-02T23:46:27.635 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-02T23:46:27.664 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-02T23:46:27.765 INFO:teuthology.nuke:Checking targets against current locks 2024-01-02T23:46:27.793 DEBUG:teuthology.nuke:shortname: smithi194 2024-01-02T23:46:27.793 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:46:27.818 DEBUG:teuthology.nuke:shortname: smithi195 2024-01-02T23:46:27.818 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:46:27.827 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.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/7503995', '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:30:54.303385', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGf+zugPnQ4i1DSgEJMAnGBNBjgCU9phb2T/RQoCp6aNd8XWNnYumq7BZ1lPZcLRhkXrfX8y4JlwZ0bkDp8VXTM='} 2024-01-02T23:46:27.854 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.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/7503995', '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:30:54.305305', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIA3iQuESoH5JHoqA6s9XfAb8UoTCYFr44NJBORiNBEs+j08HYh09ihiZO/D8OavD/7sEi/LmaN/c/m4yQgwYS0='} 2024-01-02T23:46:27.891 INFO:teuthology.orchestra.console.smithi194:Power off 2024-01-02T23:46:27.891 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:46:27.920 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2024-01-02T23:46:27.921 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:27.946 INFO:teuthology.orchestra.console.smithi195:Power off 2024-01-02T23:46:27.947 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:46:27.957 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-01-02T23:46:27.972 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2024-01-02T23:46:27.972 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:27.997 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-01-02T23:46:31.959 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:31.998 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:32.074 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-01-02T23:46:32.109 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-01-02T23:46:36.076 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:36.110 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:36.201 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2024-01-02T23:46:36.229 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2024-01-02T23:46:36.330 INFO:teuthology.orchestra.console.smithi195:Power off completed 2024-01-02T23:46:40.206 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:46:40.317 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2024-01-02T23:46:40.418 INFO:teuthology.orchestra.console.smithi194:Power off completed 2024-01-02T23:46:40.523 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_extra_daemon_features} duration: 455.071653842926 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=c7c70f4f33cf48a29792ba0da8ee2aff status: dead success: false 2024-01-02T23:46:40.523 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:46:40.611 INFO:teuthology.run:DEAD