2024-01-02T23:00:47.920 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2024-01-02T23:00:47.920 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503860 --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} --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/7503860/orig.config.yaml 2024-01-02T23:00:47.962 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:00:48.058 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/7503860 branch: wip-yuri6-testing-2024-01-02-0832 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7503860' 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: rhel os_version: '8.6' 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: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJJ5kqlRk/eEiPN9lSwD+F7k6inFkwWroHXnzH2VhVKGSMgX0wtvvbWHq8mjVwtlrgzoPlrHH6qNKi+38/ilSkA= smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf/+3SZ49dy/u3uLI8he09RL+6iJlWVhb4G0I6hhXSAJyqZq0V8TpLxe+o/DBzBmAT+C6Et5md54ds24DOGVzo= 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:rhel8 --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:00:48.059 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:00:48.059 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa/tasks 2024-01-02T23:00:48.059 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-02T23:00:48.061 INFO:teuthology.task.internal:Checking packages... 2024-01-02T23:00:48.087 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '84f52924982e81b14df3ba1068ebf914c3fe461b' 2024-01-02T23:00:48.087 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-02T23:00:48.087 INFO:teuthology.packaging:ref: None 2024-01-02T23:00:48.087 INFO:teuthology.packaging:tag: None 2024-01-02T23:00:48.087 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-01-02-0832 2024-01-02T23:00:48.087 INFO:teuthology.packaging:sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b 2024-01-02T23:00:48.087 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:00:48.226 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-426.g84f52924 2024-01-02T23:00:48.228 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-02T23:00:48.233 INFO:teuthology.task.internal:no buildpackages task found 2024-01-02T23:00:48.234 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-02T23:00:48.250 INFO:teuthology.task.internal:Saving configuration 2024-01-02T23:00:48.266 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-02T23:00:48.272 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:00:48.299 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.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/7503860', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 22:56:20.946424', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJJ5kqlRk/eEiPN9lSwD+F7k6inFkwWroHXnzH2VhVKGSMgX0wtvvbWHq8mjVwtlrgzoPlrHH6qNKi+38/ilSkA='} 2024-01-02T23:00:48.324 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.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/7503860', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 22:56:20.947967', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf/+3SZ49dy/u3uLI8he09RL+6iJlWVhb4G0I6hhXSAJyqZq0V8TpLxe+o/DBzBmAT+C6Et5md54ds24DOGVzo='} 2024-01-02T23:00:48.324 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-02T23:00:48.332 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-01-02T23:00:48.333 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-01-02T23:00:48.333 INFO:teuthology.run_tasks:Running task console_log... 2024-01-02T23:00:48.423 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f955d880e50>, signals=[15]) 2024-01-02T23:00:48.426 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-02T23:00:48.432 INFO:teuthology.task.internal:Opening connections... 2024-01-02T23:00:48.433 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-01-02T23:00:48.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:00:48.506 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-01-02T23:00:48.506 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T23:00:48.578 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-02T23:00:48.584 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-01-02T23:00:48.606 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-01-02T23:00:48.606 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-01-02T23:00:48.667 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Red Hat Enterprise Linux" 2024-01-02T23:00:48.667 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="8.6 (Ootpa)" 2024-01-02T23:00:48.667 INFO:teuthology.orchestra.run.smithi026.stdout:ID="rhel" 2024-01-02T23:00:48.667 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="fedora" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="8.6" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.redhat.com/" 2024-01-02T23:00:48.668 INFO:teuthology.orchestra.run.smithi026.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-02T23:00:48.669 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:00:48.669 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:00:48.669 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:00:48.669 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-02T23:00:48.669 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-02T23:00:48.669 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-02T23:00:48.670 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-01-02T23:00:48.689 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-01-02T23:00:48.712 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-01-02T23:00:48.712 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-01-02T23:00:48.774 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Red Hat Enterprise Linux" 2024-01-02T23:00:48.774 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8.6 (Ootpa)" 2024-01-02T23:00:48.774 INFO:teuthology.orchestra.run.smithi037.stdout:ID="rhel" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="fedora" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8.6" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.redhat.com/" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-02T23:00:48.775 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-02T23:00:48.776 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-01-02T23:00:48.808 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-02T23:00:48.817 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-02T23:00:48.827 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-02T23:00:48.827 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:00:48.830 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-01-02T23:00:48.850 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-02T23:00:48.856 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-02T23:00:48.856 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:00:48.892 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-01-02T23:00:48.925 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-02T23:00:48.990 INFO:teuthology.run_tasks:Running task kernel... 2024-01-02T23:00:49.007 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-02T23:00:49.008 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-02T23:00:49.008 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:00:49.008 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T23:00:49.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:00:49.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:00:49.030 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-01-02T23:00:49.031 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-01-02T23:00:49.091 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:00:49.091 INFO:teuthology.task.kernel:Running kernel on smithi026: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:00:49.091 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-01-02T23:00:49.092 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:00:49.092 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:00:49.092 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2024-01-02T23:00:50.739 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-01-02T23:00:50.740 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2024-01-02T23:00:50.745 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2024-01-02T23:00:50.746 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2024-01-02T23:00:50.863 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:00:50.864 INFO:teuthology.orchestra.run.smithi026.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T23:00:50.864 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:00:50.890 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:00:50.890 INFO:teuthology.orchestra.run.smithi037.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T23:00:50.890 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:00:52.782 INFO:teuthology.orchestra.run.smithi026.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2024-01-02T23:00:52.861 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-01-02T23:00:54.377 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-01-02T23:00:58.424 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 542 kB/s | 24 kB 00:00 2024-01-02T23:00:59.218 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-02T23:00:59.218 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-02T23:00:59.292 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-01-02T23:00:59.294 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-01-02T23:00:59.294 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-01-02T23:00:59.429 DEBUG:teuthology.orchestra.run.smithi026:> echo no | sudo yum reinstall kernel || true 2024-01-02T23:00:59.863 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2024-01-02T23:00:59.864 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2024-01-02T23:00:59.920 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:00:59.920 INFO:teuthology.orchestra.run.smithi026.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T23:00:59.920 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:01:00.277 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:02 ago on Tue 02 Jan 2024 11:00:58 PM UTC. 2024-01-02T23:01:00.356 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-02T23:01:00.364 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T23:01:00.404 INFO:teuthology.orchestra.run.smithi026.stderr:Error: No packages marked for reinstall. 2024-01-02T23:01:00.460 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum reinstall -y kernel || true 2024-01-02T23:01:00.841 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2024-01-02T23:01:00.842 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2024-01-02T23:01:00.896 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:01:00.896 INFO:teuthology.orchestra.run.smithi026.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T23:01:00.896 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-01-02T23:01:01.250 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:03 ago on Tue 02 Jan 2024 11:00:58 PM UTC. 2024-01-02T23:01:01.322 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-02T23:01:01.322 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T23:01:01.352 INFO:teuthology.orchestra.run.smithi026.stderr:Error: No packages marked for reinstall. 2024-01-02T23:01:01.407 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:01:01.589 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:01:01.589 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:01:01.590 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-02T23:01:01.590 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-02T23:01:01.590 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:01:01.630 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-01-02T23:01:01.644 DEBUG:teuthology.parallel:result is None 2024-01-02T23:01:02.145 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 1.7 MB/s | 16 MB 00:09 2024-01-02T23:01:06.120 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 420 kB/s | 24 kB 00:00 2024-01-02T23:01:06.989 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-02T23:01:06.989 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-02T23:01:07.084 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-01-02T23:01:07.086 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-01-02T23:01:07.086 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-01-02T23:01:07.257 DEBUG:teuthology.orchestra.run.smithi037:> echo no | sudo yum reinstall kernel || true 2024-01-02T23:01:07.654 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-01-02T23:01:07.654 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2024-01-02T23:01:07.715 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:01:07.715 INFO:teuthology.orchestra.run.smithi037.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T23:01:07.715 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:01:08.068 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:02 ago on Tue 02 Jan 2024 11:01:06 PM UTC. 2024-01-02T23:01:08.153 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-02T23:01:08.153 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T23:01:08.192 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2024-01-02T23:01:08.248 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum reinstall -y kernel || true 2024-01-02T23:01:08.632 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-01-02T23:01:08.632 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2024-01-02T23:01:08.706 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:01:08.706 INFO:teuthology.orchestra.run.smithi037.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T23:01:08.706 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-02T23:01:09.057 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:03 ago on Tue 02 Jan 2024 11:01:06 PM UTC. 2024-01-02T23:01:09.129 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-02T23:01:09.129 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T23:01:09.184 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2024-01-02T23:01:09.240 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T23:01:09.406 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:01:09.406 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T23:01:09.406 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-02T23:01:09.406 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-02T23:01:09.406 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T23:01:09.444 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-01-02T23:01:09.461 DEBUG:teuthology.parallel:result is None 2024-01-02T23:01:09.461 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-02T23:01:09.470 INFO:teuthology.task.internal:Creating test directory... 2024-01-02T23:01:09.471 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:01:09.473 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T23:01:09.522 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-02T23:01:09.530 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-02T23:01:09.539 INFO:teuthology.task.internal:Creating archive directory... 2024-01-02T23:01:09.540 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:01:09.542 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T23:01:09.600 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-02T23:01:09.608 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-02T23:01:09.608 DEBUG:teuthology.orchestra.run.smithi026:> 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:01:09.615 DEBUG:teuthology.orchestra.run.smithi037:> 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:01:09.652 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:01:09.665 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:01:09.673 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:01:09.686 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T23:01:09.688 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-02T23:01:09.695 INFO:teuthology.task.internal:Configuring sudo... 2024-01-02T23:01:09.695 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:01:09.710 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T23:01:09.765 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-02T23:01:09.775 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-02T23:01:09.775 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:01:09.787 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T23:01:09.828 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:01:09.896 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:01:09.955 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:01:10.007 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:01:10.054 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-01-02T23:01:10.054 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:01:10.128 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:01:10.178 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T23:01:10.238 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:01:10.287 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T23:01:10.336 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-02T23:01:10.336 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T23:01:10.411 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-01-02T23:01:10.413 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-01-02T23:01:10.481 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:01:10.510 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:01:10.819 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-02T23:01:10.828 INFO:teuthology.task.internal:Starting timer... 2024-01-02T23:01:10.828 INFO:teuthology.run_tasks:Running task pcp... 2024-01-02T23:01:10.838 INFO:teuthology.run_tasks:Running task selinux... 2024-01-02T23:01:10.848 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-02T23:01:10.849 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-01-02T23:01:10.925 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-01-02T23:01:10.927 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2024-01-02T23:01:11.001 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2024-01-02T23:01:11.003 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-02T23:01:11.003 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-01-02T23:01:11.030 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-01-02T23:01:11.030 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2024-01-02T23:01:11.055 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2024-01-02T23:01:11.056 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi037.front.sepia.ceph.com': 'permissive'} 2024-01-02T23:01:11.056 DEBUG:teuthology.orchestra.run.smithi026:> 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:01:11.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:01:11.101 DEBUG:teuthology.orchestra.run.smithi037:> 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:01:11.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:01:11.134 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-02T23:01:11.135 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:01:11.174 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2024-01-02T23:01:11.208 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-02T23:01:11.218 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-02T23:01:11.237 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:01:11.238 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi037.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-02T23:06:21.807 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/7503860/ansible_failures.yaml 2024-01-02T23:06:21.810 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:06:21.897 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3369b7e7034f4d5a969440f54db6f191 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:06:21.899 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-02T23:06:21.907 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-02T23:06:21.907 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-02T23:06:21.921 DEBUG:teuthology.orchestra.run.smithi026:> 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:06:21.986 DEBUG:teuthology.orchestra.run.smithi037:> 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:06:22.048 DEBUG:teuthology.orchestra.run.smithi026:> 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:06:22.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:06:22.084 DEBUG:teuthology.orchestra.run.smithi037:> 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:06:22.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:06:22.120 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-02T23:06:22.128 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-02T23:06:22.146 INFO:teuthology.task.internal:Duration was 311.318406 seconds 2024-01-02T23:06:22.147 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-02T23:06:22.155 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-02T23:06:22.156 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:06:22.159 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T23:06:22.216 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:06:22.221 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T23:06:22.318 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-02T23:06:22.318 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-01-02T23:06:22.319 DEBUG:teuthology.orchestra.run.smithi026:> 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:06:22.347 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-01-02T23:06:22.347 DEBUG:teuthology.orchestra.run.smithi037:> 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:06:22.377 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-02T23:06:22.377 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:06:22.389 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T23:06:22.457 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-02T23:06:22.457 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:06:22.468 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T23:06:22.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-02T23:06:22.563 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-02T23:06:22.564 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:06:22.598 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T23:06:22.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-02T23:06:22.645 DEBUG:teuthology.orchestra.run.smithi026:> 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:06:22.648 DEBUG:teuthology.orchestra.run.smithi037:> 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:06:22.679 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-01-02T23:06:22.707 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-01-02T23:06:22.749 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:06:22.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:06:22.803 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T23:06:22.824 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T23:06:22.824 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-02T23:06:22.833 INFO:teuthology.task.internal:Transferring archived files... 2024-01-02T23:06:22.835 DEBUG:teuthology.misc:Transferring archived files from smithi026:/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/7503860/remote/smithi026 2024-01-02T23:06:22.836 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:06:22.899 DEBUG:teuthology.misc:Transferring archived files from smithi037:/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/7503860/remote/smithi037 2024-01-02T23:06:22.900 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T23:06:22.952 INFO:teuthology.task.internal:Removing archive directory... 2024-01-02T23:06:22.953 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:06:22.960 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T23:06:22.981 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-02T23:06:22.993 INFO:teuthology.task.internal:Not uploading archives. 2024-01-02T23:06:22.993 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-02T23:06:23.004 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-02T23:06:23.004 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:06:23.018 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T23:06:23.036 INFO:teuthology.orchestra.run.smithi026.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:06 /home/ubuntu/cephtest 2024-01-02T23:06:23.042 INFO:teuthology.orchestra.run.smithi037.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 23:06 /home/ubuntu/cephtest 2024-01-02T23:06:23.044 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-02T23:06:23.055 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-02T23:06:23.074 INFO:teuthology.nuke:Checking targets against current locks 2024-01-02T23:06:23.102 DEBUG:teuthology.nuke:shortname: smithi026 2024-01-02T23:06:23.102 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:06:23.128 DEBUG:teuthology.nuke:shortname: smithi037 2024-01-02T23:06:23.128 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T23:06:23.132 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.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/7503860', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 22:56:20.946424', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJJ5kqlRk/eEiPN9lSwD+F7k6inFkwWroHXnzH2VhVKGSMgX0wtvvbWHq8mjVwtlrgzoPlrHH6qNKi+38/ilSkA='} 2024-01-02T23:06:23.153 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.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/7503860', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-02 22:56:20.947967', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCf/+3SZ49dy/u3uLI8he09RL+6iJlWVhb4G0I6hhXSAJyqZq0V8TpLxe+o/DBzBmAT+C6Et5md54ds24DOGVzo='} 2024-01-02T23:06:23.191 INFO:teuthology.orchestra.console.smithi026:Power off 2024-01-02T23:06:23.192 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:06:23.222 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2024-01-02T23:06:23.222 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:23.237 INFO:teuthology.orchestra.console.smithi037:Power off 2024-01-02T23:06:23.238 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T23:06:23.250 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-01-02T23:06:23.265 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2024-01-02T23:06:23.265 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:23.289 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-01-02T23:06:27.251 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:27.290 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:27.362 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-01-02T23:06:27.401 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-01-02T23:06:31.364 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:31.402 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:31.478 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2024-01-02T23:06:31.515 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-01-02T23:06:31.578 INFO:teuthology.orchestra.console.smithi026:Power off completed 2024-01-02T23:06:35.519 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T23:06:35.630 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2024-01-02T23:06:35.731 INFO:teuthology.orchestra.console.smithi037:Power off completed 2024-01-02T23:06:35.836 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} duration: 311.31840562820435 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=3369b7e7034f4d5a969440f54db6f191 status: dead success: false 2024-01-02T23:06:35.836 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T23:06:35.919 INFO:teuthology.run:DEAD