2024-05-17T23:49:50.765 INFO:root:teuthology version: 0.0.1.dev285+gbb9e32d 2024-05-17T23:49:50.765 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053 --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_extra_daemon_features} --owner scheduled_teuthology@teuthology --name teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053/orig.config.yaml 2024-05-17T23:49:50.809 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:49:50.892 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_extra_daemon_features} email: ceph-qa@ceph.com first_in_suite: false job_id: '7712053' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid 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\) log-only-match: - CEPHADM_ sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: 5e65bbc034a18315fbc4c0d4136f3c11b643c2a3 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 2462 sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 sleep_before_teardown: 0 subset: 8/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 5e65bbc034a18315fbc4c0d4136f3c11b643c2a3 targets: smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGL2PDxKrgECA97bKWXWZpLfIUhjXkTIvLh975z23pd0Jc88QSgJpt/BDIRycpspu28bTqy4FX8P/7rCs8AAF6c= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMfZNo2G66THaqW543EZP9tsT0HE+vhfSHOkYKLe5kNGUqjl7ul+Bc4TkZGF66yYU6/Y4AsRspuGBh0dxOkZxNc= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - 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: bb9e32da229c89506a41d514c5982485274ba989 timestamp: 2024-05-17_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-17T23:49:50.892 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa; will attempt to use it 2024-05-17T23:49:50.893 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_5e65bbc034a18315fbc4c0d4136f3c11b643c2a3/qa/tasks 2024-05-17T23:49:50.893 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-17T23:49:50.895 INFO:teuthology.task.internal:Checking packages... 2024-05-17T23:49:50.923 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0c7e7c0d119197fe4dc956046e4e3cc87821f1f8' 2024-05-17T23:49:50.923 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-17T23:49:50.923 INFO:teuthology.packaging:ref: None 2024-05-17T23:49:50.923 INFO:teuthology.packaging:tag: None 2024-05-17T23:49:50.923 INFO:teuthology.packaging:branch: squid 2024-05-17T23:49:50.923 INFO:teuthology.packaging:sha1: 0c7e7c0d119197fe4dc956046e4e3cc87821f1f8 2024-05-17T23:49:50.924 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-05-17T23:49:51.187 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2689.g5e65bbc0 2024-05-17T23:49:51.189 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-17T23:49:51.196 INFO:teuthology.task.internal:no buildpackages task found 2024-05-17T23:49:51.196 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-17T23:49:51.211 INFO:teuthology.task.internal:Saving configuration 2024-05-17T23:49:51.226 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-17T23:49:51.235 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-17T23:49:51.256 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-17 23:44:25.412651', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGL2PDxKrgECA97bKWXWZpLfIUhjXkTIvLh975z23pd0Jc88QSgJpt/BDIRycpspu28bTqy4FX8P/7rCs8AAF6c='} 2024-05-17T23:49:51.280 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-17 23:44:25.414152', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMfZNo2G66THaqW543EZP9tsT0HE+vhfSHOkYKLe5kNGUqjl7ul+Bc4TkZGF66yYU6/Y4AsRspuGBh0dxOkZxNc='} 2024-05-17T23:49:51.280 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-17T23:49:51.292 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-17T23:49:51.292 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-17T23:49:51.292 INFO:teuthology.run_tasks:Running task console_log... 2024-05-17T23:49:51.356 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5f38ecfac0>, signals=[15]) 2024-05-17T23:49:51.356 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-17T23:49:51.362 INFO:teuthology.task.internal:Opening connections... 2024-05-17T23:49:51.363 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2024-05-17T23:49:51.364 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:49:51.446 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-05-17T23:49:51.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:49:51.524 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-17T23:49:51.534 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2024-05-17T23:49:51.552 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2024-05-17T23:49:51.552 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2024-05-17T23:49:51.608 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="CentOS Stream" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="9" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:ID="centos" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="9" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:ANSI_COLOR="0;31" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:49:51.609 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:49:51.610 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2024-05-17T23:49:51.634 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-05-17T23:49:51.652 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-05-17T23:49:51.653 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-05-17T23:49:51.710 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2024-05-17T23:49:51.711 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="9" 2024-05-17T23:49:51.711 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2024-05-17T23:49:51.711 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="9" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el9" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:LOGO="fedora-logo-icon" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-17T23:49:51.712 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-17T23:49:51.713 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-05-17T23:49:51.733 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-17T23:49:51.742 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-17T23:49:51.750 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-17T23:49:51.750 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:49:51.753 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-05-17T23:49:51.770 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-17T23:49:51.778 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-17T23:49:51.778 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:49:51.810 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-05-17T23:49:51.923 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-17T23:49:51.977 INFO:teuthology.run_tasks:Running task kernel... 2024-05-17T23:49:51.992 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-17T23:49:51.992 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-17T23:49:51.993 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:49:51.993 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-17T23:49:52.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:49:52.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:49:52.011 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-05-17T23:49:52.012 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-05-17T23:49:52.068 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:49:52.068 INFO:teuthology.task.kernel:Running kernel on smithi145: 5.14.0-437.el9.x86_64 2024-05-17T23:49:52.068 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-05-17T23:49:52.069 INFO:teuthology.orchestra.run.smithi111.stdout:5.14.0-437.el9.x86_64 2024-05-17T23:49:52.069 INFO:teuthology.task.kernel:Running kernel on smithi111: 5.14.0-437.el9.x86_64 2024-05-17T23:49:52.069 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum install -y kernel 2024-05-17T23:49:54.396 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.1 MB 00:00 2024-05-17T23:49:54.964 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - BaseOS 6.7 MB/s | 8.1 MB 00:01 2024-05-17T23:49:56.130 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-05-17T23:49:56.749 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-05-17T23:50:00.289 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-17T23:50:00.891 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-05-17T23:50:01.989 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-05-17T23:50:02.409 INFO:teuthology.orchestra.run.smithi111.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 16 kB 00:00 2024-05-17T23:50:03.101 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-05-17T23:50:04.179 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-17T23:50:08.349 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-05-17T23:50:09.268 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-05-17T23:50:10.338 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:50:10.338 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:50:10.437 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-05-17T23:50:10.447 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-05-17T23:50:10.447 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-05-17T23:50:10.447 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-05-17T23:50:10.447 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-05-17T23:50:10.447 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-05-17T23:50:10.448 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:50:10.449 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 78 M 2024-05-17T23:50:10.449 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 123 M 2024-05-17T23:50:10.449 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-05-17T23:50:11.191 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 813 kB/s | 550 kB 00:00 2024-05-17T23:50:11.216 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-17T23:50:11.216 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-17T23:50:11.307 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2024-05-17T23:50:11.315 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-05-17T23:50:11.315 INFO:teuthology.orchestra.run.smithi111.stdout: Package Architecture Version Repository Size 2024-05-17T23:50:11.315 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-05-17T23:50:11.315 INFO:teuthology.orchestra.run.smithi111.stdout:Installing: 2024-05-17T23:50:11.315 INFO:teuthology.orchestra.run.smithi111.stdout: kernel x86_64 5.14.0-446.el9 baseos 550 k 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout:Installing dependencies: 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-core x86_64 5.14.0-446.el9 baseos 15 M 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules x86_64 5.14.0-446.el9 baseos 34 M 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-core x86_64 5.14.0-446.el9 baseos 28 M 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction Summary 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout:================================================================================ 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout:Install 4 Packages 2024-05-17T23:50:11.316 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:50:11.317 INFO:teuthology.orchestra.run.smithi111.stdout:Total download size: 78 M 2024-05-17T23:50:11.317 INFO:teuthology.orchestra.run.smithi111.stdout:Installed size: 123 M 2024-05-17T23:50:11.317 INFO:teuthology.orchestra.run.smithi111.stdout:Downloading Packages: 2024-05-17T23:50:12.344 INFO:teuthology.orchestra.run.smithi111.stdout:(1/4): kernel-5.14.0-446.el9.x86_64.rpm 558 kB/s | 550 kB 00:00 2024-05-17T23:50:13.136 INFO:teuthology.orchestra.run.smithi111.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 8.7 MB/s | 15 MB 00:01 2024-05-17T23:50:14.053 INFO:teuthology.orchestra.run.smithi111.stdout:(3/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 13 MB/s | 34 MB 00:02 2024-05-17T23:50:14.849 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): kernel-core-5.14.0-446.el9.x86_64.rpm 3.6 MB/s | 15 MB 00:04 2024-05-17T23:50:15.229 INFO:teuthology.orchestra.run.smithi111.stdout:(4/4): kernel-modules-core-5.14.0-446.el9.x86_6 9.7 MB/s | 28 MB 00:02 2024-05-17T23:50:15.229 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:50:15.230 INFO:teuthology.orchestra.run.smithi111.stdout:Total 20 MB/s | 78 MB 00:03 2024-05-17T23:50:15.907 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction check 2024-05-17T23:50:16.243 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction check succeeded. 2024-05-17T23:50:16.243 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction test 2024-05-17T23:50:17.177 INFO:teuthology.orchestra.run.smithi111.stdout:Transaction test succeeded. 2024-05-17T23:50:17.177 INFO:teuthology.orchestra.run.smithi111.stdout:Running transaction 2024-05-17T23:50:19.562 INFO:teuthology.orchestra.run.smithi111.stdout: Preparing : 1/1 2024-05-17T23:50:20.184 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:50:20.262 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:50:20.348 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): kernel-modules-core-5.14.0-446.el9.x86_6 3.1 MB/s | 28 MB 00:09 2024-05-17T23:50:22.909 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:50:23.041 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:50:27.784 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:50:27.978 INFO:teuthology.orchestra.run.smithi111.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:50:32.712 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:50:44.237 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): kernel-modules-5.14.0-446.el9.x86_64.rpm 1.0 MB/s | 34 MB 00:33 2024-05-17T23:50:44.237 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-05-17T23:50:44.237 INFO:teuthology.orchestra.run.smithi145.stdout:Total 2.3 MB/s | 78 MB 00:33 2024-05-17T23:50:44.917 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-05-17T23:50:45.276 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-05-17T23:50:45.276 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-05-17T23:50:46.231 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-05-17T23:50:46.232 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-05-17T23:50:48.617 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-05-17T23:50:49.391 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-core-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:50:49.478 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:50:52.143 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:50:52.290 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:50:57.026 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:50:57.159 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:01.909 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:02.063 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:02.102 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:02.465 INFO:teuthology.orchestra.run.smithi111.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:02.465 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:51:02.465 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:51:02.465 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:51:03.277 INFO:teuthology.orchestra.run.smithi111.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:03.277 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout:Installed: 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:51:03.278 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2024-05-17T23:51:03.635 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:51:03.710 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:51:03.710 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:51:03.710 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-17T23:51:03.710 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:51:03.710 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:51:03.710 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-17T23:51:03.710 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi111.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:51:03.711 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:51:03.760 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:51:03.760 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:51:03.760 DEBUG:teuthology.orchestra.run.smithi111:> sudo rpm -qi grub2-tools 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Name : grub2-tools 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Epoch : 1 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Version : 2.06 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Release : 68.el9 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: x86_64 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Group : Unspecified 2024-05-17T23:51:03.790 INFO:teuthology.orchestra.run.smithi111.stdout:Size : 8264254 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:License : GPLv3+ 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Packager : builder@centos.org 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Vendor : CentOS 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Summary : Support tools for GRUB. 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:Description : 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:51:03.791 INFO:teuthology.orchestra.run.smithi111.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:51:03.792 INFO:teuthology.orchestra.run.smithi111.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:51:03.792 INFO:teuthology.orchestra.run.smithi111.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:51:03.792 INFO:teuthology.orchestra.run.smithi111.stdout:hardware devices. 2024-05-17T23:51:03.792 INFO:teuthology.orchestra.run.smithi111.stdout: 2024-05-17T23:51:03.792 INFO:teuthology.orchestra.run.smithi111.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:51:03.793 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:51:03.793 INFO:teuthology.task.kernel:Updating grub on smithi111 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:51:03.793 DEBUG:teuthology.orchestra.run.smithi111:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:51:04.374 INFO:teuthology.orchestra.run.smithi111.stderr:Generating grub configuration file ... 2024-05-17T23:51:05.734 INFO:teuthology.orchestra.run.smithi111.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:51:05.770 INFO:teuthology.orchestra.run.smithi111.stderr:done 2024-05-17T23:51:05.772 DEBUG:teuthology.orchestra.run.smithi111:> mktemp 2024-05-17T23:51:05.791 INFO:teuthology.orchestra.run.smithi111.stdout:/tmp/tmp.Jed52mwq5s 2024-05-17T23:51:05.791 DEBUG:teuthology.orchestra.run.smithi111:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Jed52mwq5s 2024-05-17T23:51:05.858 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0666 /tmp/tmp.Jed52mwq5s 2024-05-17T23:51:05.994 DEBUG:teuthology.orchestra.remote:smithi111:/tmp/tmp.Jed52mwq5s is 6KB 2024-05-17T23:51:06.045 DEBUG:teuthology.orchestra.run.smithi111:> rm -fr /tmp/tmp.Jed52mwq5s 2024-05-17T23:51:06.060 DEBUG:teuthology.orchestra.run.smithi111:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:51:06.121 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:51:06.121 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:51:06.121 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:51:06.121 INFO:teuthology.orchestra.run.smithi111.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:51:06.123 DEBUG:teuthology.orchestra.run.smithi111:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:51:06.272 DEBUG:teuthology.orchestra.run.smithi111:> sudo shutdown -r now 2024-05-17T23:51:31.200 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:31.237 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:31.605 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:31.605 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-5.14.0-446.el9.x86_64 1/4 2024-05-17T23:51:31.605 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-5.14.0-446.el9.x86_64 2/4 2024-05-17T23:51:31.605 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-5.14.0-446.el9.x86_64 3/4 2024-05-17T23:51:32.440 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-core-5.14.0-446.el9.x86_64 4/4 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-5.14.0-446.el9.x86_64 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core-5.14.0-446.el9.x86_64 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-5.14.0-446.el9.x86_64 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core-5.14.0-446.el9.x86_64 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:51:32.441 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-05-17T23:51:32.792 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:51:32.865 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:51:32.865 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:51:32.865 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-446.el9.x86_64 2024-05-17T23:51:32.865 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-17T23:51:32.865 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-17T23:51:32.866 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-17T23:51:32.866 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-05-17T23:51:32.866 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-05-17T23:51:32.915 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-446.el9.x86_64 2024-05-17T23:51:32.916 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-446.el9.x86_64 2024-05-17T23:51:32.916 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2024-05-17T23:51:32.948 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2024-05-17T23:51:32.948 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2024-05-17T23:51:32.948 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.06 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 68.el9 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Group : Unspecified 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 8264254 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : builder@centos.org 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2024-05-17T23:51:32.949 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-05-17T23:51:32.950 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2024-05-17T23:51:32.951 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-05-17T23:51:32.951 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 5.14.0-446.el9.x86_64 2024-05-17T23:51:32.951 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-05-17T23:51:33.527 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-05-17T23:51:34.932 INFO:teuthology.orchestra.run.smithi145.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-05-17T23:51:34.982 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-05-17T23:51:34.983 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-05-17T23:51:35.005 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.C00CuRfF6p 2024-05-17T23:51:35.005 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.C00CuRfF6p 2024-05-17T23:51:35.072 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.C00CuRfF6p 2024-05-17T23:51:35.203 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.C00CuRfF6p is 6KB 2024-05-17T23:51:35.252 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.C00CuRfF6p 2024-05-17T23:51:35.267 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2024-05-17T23:51:35.330 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-05-17T23:51:35.330 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-05-17T23:51:35.330 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-05-17T23:51:35.330 INFO:teuthology.orchestra.run.smithi145.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64.conf 2024-05-17T23:51:35.331 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-446.el9.x86_64 2024-05-17T23:51:35.486 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-05-17T23:51:36.275 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-17T23:51:36.275 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:51:36.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:52:05.514 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-17T23:52:05.515 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-05-17T23:52:05.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:52:10.782 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-05-17T23:52:19.791 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:52:19.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:52:22.850 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2024-05-17T23:52:23.841 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-05-17T23:52:32.850 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-05-17T23:52:32.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:52:34.853 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:52:34.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-17T23:53:06.862 DEBUG:teuthology.orchestra.run.smithi111:> true 2024-05-17T23:53:07.281 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2024-05-17T23:53:07.281 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:53:07.281 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2024-05-17T23:53:07.298 INFO:teuthology.orchestra.run.smithi111.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:53:07.298 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-17T23:53:07.298 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:53:07.299 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:53:08.301 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-17T23:53:08.302 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:53:08.377 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2024-05-17T23:53:08.415 DEBUG:teuthology.parallel:result is None 2024-05-17T23:53:11.452 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-05-17T23:53:11.896 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-05-17T23:53:11.896 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-446.el9.x86_64"... 2024-05-17T23:53:11.897 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-05-17T23:53:11.912 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-446.el9.x86_64 2024-05-17T23:53:11.912 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-446.el9.x86_64 vs 5.14.0-446.el9.x86_64 2024-05-17T23:53:11.912 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-17T23:53:11.912 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-05-17T23:53:12.914 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-17T23:53:12.914 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-17T23:53:13.003 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-05-17T23:53:13.051 DEBUG:teuthology.parallel:result is None 2024-05-17T23:53:13.051 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-17T23:53:13.060 INFO:teuthology.task.internal:Creating test directory... 2024-05-17T23:53:13.060 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:53:13.065 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-17T23:53:13.082 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-17T23:53:13.090 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-17T23:53:13.101 INFO:teuthology.task.internal:Creating archive directory... 2024-05-17T23:53:13.101 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:53:13.128 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-17T23:53:13.229 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-17T23:53:13.240 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-17T23:53:13.242 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-17T23:53:13.247 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-17T23:53:13.274 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:53:13.285 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:53:13.285 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:53:13.294 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-17T23:53:13.295 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-17T23:53:13.302 INFO:teuthology.task.internal:Configuring sudo... 2024-05-17T23:53:13.302 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:53:13.334 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-17T23:53:13.370 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-17T23:53:13.382 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-17T23:53:13.382 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:53:13.410 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-17T23:53:13.435 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:53:13.523 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:53:13.577 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:53:13.664 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:53:13.719 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2024-05-17T23:53:13.719 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:53:13.789 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:53:13.832 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-17T23:53:13.883 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:53:13.970 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-17T23:53:14.016 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-05-17T23:53:14.016 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-17T23:53:14.087 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2024-05-17T23:53:14.090 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-05-17T23:53:14.134 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:53:14.173 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:53:14.692 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-17T23:53:14.701 INFO:teuthology.task.internal:Starting timer... 2024-05-17T23:53:14.701 INFO:teuthology.run_tasks:Running task pcp... 2024-05-17T23:53:14.724 INFO:teuthology.run_tasks:Running task selinux... 2024-05-17T23:53:14.737 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-17T23:53:14.738 DEBUG:teuthology.orchestra.run.smithi111:> sudo service auditd rotate 2024-05-17T23:53:14.850 INFO:teuthology.orchestra.run.smithi111.stdout:Rotating logs: 2024-05-17T23:53:14.852 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-05-17T23:53:14.912 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-05-17T23:53:14.914 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-17T23:53:14.914 DEBUG:teuthology.orchestra.run.smithi111:> /usr/sbin/getenforce 2024-05-17T23:53:14.935 INFO:teuthology.orchestra.run.smithi111.stdout:Permissive 2024-05-17T23:53:14.935 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-05-17T23:53:14.982 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-05-17T23:53:14.982 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi111.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2024-05-17T23:53:14.983 DEBUG:teuthology.orchestra.run.smithi111:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:53:15.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:53:15.011 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:53:15.053 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:53:15.053 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-17T23:53:15.054 DEBUG:teuthology.orchestra.run.smithi111:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:53:15.081 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-05-17T23:53:15.126 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-17T23:53:15.145 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-17T23:53:15.173 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-17T23:53:15.174 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi111.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-17T23:57:04.455 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053/ansible_failures.yaml 2024-05-17T23:57:04.457 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-17T23:57:04.639 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=969cbccf8a614d15a81a0623fedbc0af Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_bb9e32da229c89506a41d514c5982485274ba989/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-17T23:57:04.641 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-17T23:57:04.649 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-17T23:57:04.649 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-17T23:57:04.744 DEBUG:teuthology.orchestra.run.smithi111:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-17T23:57:04.809 DEBUG:teuthology.orchestra.run.smithi145:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-17T23:57:04.864 DEBUG:teuthology.orchestra.run.smithi111:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:57:04.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:57:04.893 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-17T23:57:04.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:57:04.919 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-17T23:57:04.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-17T23:57:04.935 INFO:teuthology.task.internal:Duration was 230.234524 seconds 2024-05-17T23:57:04.936 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-17T23:57:04.942 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-17T23:57:04.943 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:57:04.945 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-17T23:57:04.984 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:57:04.998 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-17T23:57:05.354 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-17T23:57:05.355 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2024-05-17T23:57:05.355 DEBUG:teuthology.orchestra.run.smithi111:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-17T23:57:05.385 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-05-17T23:57:05.385 DEBUG:teuthology.orchestra.run.smithi145:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-17T23:57:05.489 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-17T23:57:05.489 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:57:05.492 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-17T23:57:05.519 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-17T23:57:05.520 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:57:05.562 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-17T23:57:05.647 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-17T23:57:05.656 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-17T23:57:05.657 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:57:05.681 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-17T23:57:05.706 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-17T23:57:05.714 DEBUG:teuthology.orchestra.run.smithi111:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:57:05.724 DEBUG:teuthology.orchestra.run.smithi145:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:57:05.745 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2024-05-17T23:57:05.770 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-05-17T23:57:05.789 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:57:05.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:57:05.819 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-17T23:57:05.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-17T23:57:05.844 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-17T23:57:05.852 INFO:teuthology.task.internal:Transferring archived files... 2024-05-17T23:57:05.854 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053/remote/smithi111 2024-05-17T23:57:05.854 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:57:05.903 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-17_21:08:02-orch-squid-distro-default-smithi/7712053/remote/smithi145 2024-05-17T23:57:05.904 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-17T23:57:05.948 INFO:teuthology.task.internal:Removing archive directory... 2024-05-17T23:57:05.949 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:57:05.951 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-17T23:57:05.999 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-17T23:57:06.009 INFO:teuthology.task.internal:Not uploading archives. 2024-05-17T23:57:06.010 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-17T23:57:06.017 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-17T23:57:06.017 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:57:06.020 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-17T23:57:06.032 INFO:teuthology.orchestra.run.smithi111.stdout: 265295 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:57 /home/ubuntu/cephtest 2024-05-17T23:57:06.054 INFO:teuthology.orchestra.run.smithi145.stdout: 265585 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 17 23:57 /home/ubuntu/cephtest 2024-05-17T23:57:06.055 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-17T23:57:06.064 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-17T23:57:06.112 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/classic task/test_extra_daemon_features} duration: 230.23452353477478 failure_reason: '[''Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'']' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=969cbccf8a614d15a81a0623fedbc0af status: dead success: false 2024-05-17T23:57:06.113 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-17T23:57:06.196 INFO:teuthology.run:DEAD