2023-12-14T01:09:03.263 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-14T01:09:03.263 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827 -- /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827/orig.config.yaml 2023-12-14T01:09:03.303 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T01:09:03.390 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827 branch: wip-yuri10-testing-2023-12-12-1229 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: '7490827' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri10-testing-2023-12-12-1229 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: 021ac1670a21c19759080c6da90baaeb42e7d175 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-12-12-1229 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 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: 9963 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2023-12-12-1229 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 targets: smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-13_20:42:37 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-14T01:09:03.390 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa; will attempt to use it 2023-12-14T01:09:03.391 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa/tasks 2023-12-14T01:09:03.391 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-14T01:09:03.392 INFO:teuthology.task.internal:Checking packages... 2023-12-14T01:09:03.416 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '021ac1670a21c19759080c6da90baaeb42e7d175' 2023-12-14T01:09:03.416 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-14T01:09:03.416 INFO:teuthology.packaging:ref: None 2023-12-14T01:09:03.416 INFO:teuthology.packaging:tag: None 2023-12-14T01:09:03.416 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-12-12-1229 2023-12-14T01:09:03.416 INFO:teuthology.packaging:sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T01:09:03.416 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-12-12-1229 2023-12-14T01:09:03.565 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-157.g021ac167 2023-12-14T01:09:03.566 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-14T01:09:03.573 INFO:teuthology.task.internal:no buildpackages task found 2023-12-14T01:09:03.573 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-14T01:09:03.597 INFO:teuthology.task.internal:Saving configuration 2023-12-14T01:09:03.612 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-14T01:09:03.618 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:09:03.644 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827', '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': '2023-12-14 01:03:22.127224', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T01:09:03.670 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827', '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': '2023-12-14 01:03:22.125442', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T01:09:03.670 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-14T01:09:03.675 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-14T01:09:03.675 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-14T01:09:03.676 INFO:teuthology.run_tasks:Running task console_log... 2023-12-14T01:09:03.757 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f12d81a3e50>, signals=[15]) 2023-12-14T01:09:03.758 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-14T01:09:03.764 INFO:teuthology.task.internal:Opening connections... 2023-12-14T01:09:03.765 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2023-12-14T01:09:03.766 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:09:03.833 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-12-14T01:09:03.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T01:09:03.900 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-14T01:09:03.908 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2023-12-14T01:09:03.929 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2023-12-14T01:09:03.929 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:ID="rhel" 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE="fedora" 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="8.6" 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:PLATFORM_ID="platform:el8" 2023-12-14T01:09:03.988 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:ANSI_COLOR="0;31" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T01:09:03.989 INFO:teuthology.orchestra.run.smithi111.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T01:09:03.990 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2023-12-14T01:09:04.015 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-12-14T01:09:04.035 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-12-14T01:09:04.035 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-12-14T01:09:04.093 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T01:09:04.093 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T01:09:04.093 INFO:teuthology.orchestra.run.smithi188.stdout:ID="rhel" 2023-12-14T01:09:04.093 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="fedora" 2023-12-14T01:09:04.093 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="8.6" 2023-12-14T01:09:04.093 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el8" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T01:09:04.094 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T01:09:04.094 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-12-14T01:09:04.114 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-14T01:09:04.123 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-14T01:09:04.147 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-14T01:09:04.147 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:09:04.149 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-12-14T01:09:04.167 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-14T01:09:04.176 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-14T01:09:04.176 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:09:04.205 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-12-14T01:09:04.237 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-14T01:09:04.285 INFO:teuthology.run_tasks:Running task kernel... 2023-12-14T01:09:04.300 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-14T01:09:04.301 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-14T01:09:04.302 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:09:04.305 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T01:09:04.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:09:04.322 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-12-14T01:09:04.323 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:09:04.324 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2023-12-14T01:09:04.382 INFO:teuthology.orchestra.run.smithi111.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:04.382 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:04.382 INFO:teuthology.task.kernel:Running kernel on smithi111: 4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:04.383 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum install -y kernel 2023-12-14T01:09:04.384 INFO:teuthology.task.kernel:Running kernel on smithi188: 4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:04.384 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2023-12-14T01:09:05.602 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-14T01:09:05.602 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-14T01:09:05.679 INFO:teuthology.orchestra.run.smithi111.stdout:Updating Subscription Management repositories. 2023-12-14T01:09:05.679 INFO:teuthology.orchestra.run.smithi111.stdout:Unable to read consumer identity 2023-12-14T01:09:07.056 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-14T01:09:07.121 INFO:teuthology.orchestra.run.smithi111.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-14T01:09:07.790 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-14T01:09:08.104 INFO:teuthology.orchestra.run.smithi111.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-14T01:09:11.357 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 320 kB/s | 24 kB 00:00 2023-12-14T01:09:11.629 INFO:teuthology.orchestra.run.smithi111.stdout:lab-extras 357 kB/s | 24 kB 00:00 2023-12-14T01:09:12.051 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T01:09:12.114 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-14T01:09:12.115 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2023-12-14T01:09:12.115 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-14T01:09:12.231 DEBUG:teuthology.orchestra.run.smithi188:> echo no | sudo yum reinstall kernel || true 2023-12-14T01:09:12.331 INFO:teuthology.orchestra.run.smithi111.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T01:09:12.386 INFO:teuthology.orchestra.run.smithi111.stdout:Dependencies resolved. 2023-12-14T01:09:12.387 INFO:teuthology.orchestra.run.smithi111.stdout:Nothing to do. 2023-12-14T01:09:12.387 INFO:teuthology.orchestra.run.smithi111.stdout:Complete! 2023-12-14T01:09:12.521 DEBUG:teuthology.orchestra.run.smithi111:> echo no | sudo yum reinstall kernel || true 2023-12-14T01:09:12.562 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-14T01:09:12.562 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-14T01:09:12.822 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:01 ago on Thu 14 Dec 2023 01:09:11 AM UTC. 2023-12-14T01:09:12.865 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T01:09:12.891 INFO:teuthology.orchestra.run.smithi111.stdout:Updating Subscription Management repositories. 2023-12-14T01:09:12.891 INFO:teuthology.orchestra.run.smithi111.stdout:Unable to read consumer identity 2023-12-14T01:09:12.893 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-12-14T01:09:12.941 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum reinstall -y kernel || true 2023-12-14T01:09:13.146 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 01:09:11 AM UTC. 2023-12-14T01:09:13.187 INFO:teuthology.orchestra.run.smithi111.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T01:09:13.232 INFO:teuthology.orchestra.run.smithi111.stderr:Error: No packages marked for reinstall. 2023-12-14T01:09:13.268 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-14T01:09:13.268 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-14T01:09:13.279 DEBUG:teuthology.orchestra.run.smithi111:> sudo yum reinstall -y kernel || true 2023-12-14T01:09:13.517 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 01:09:11 AM UTC. 2023-12-14T01:09:13.560 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T01:09:13.587 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-12-14T01:09:13.607 INFO:teuthology.orchestra.run.smithi111.stdout:Updating Subscription Management repositories. 2023-12-14T01:09:13.607 INFO:teuthology.orchestra.run.smithi111.stdout:Unable to read consumer identity 2023-12-14T01:09:13.633 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T01:09:13.713 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:13.713 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:13.713 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T01:09:13.714 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-14T01:09:13.714 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T01:09:13.753 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-12-14T01:09:13.768 DEBUG:teuthology.parallel:result is None 2023-12-14T01:09:13.860 INFO:teuthology.orchestra.run.smithi111.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 01:09:11 AM UTC. 2023-12-14T01:09:13.900 INFO:teuthology.orchestra.run.smithi111.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T01:09:13.927 INFO:teuthology.orchestra.run.smithi111.stderr:Error: No packages marked for reinstall. 2023-12-14T01:09:13.973 DEBUG:teuthology.orchestra.run.smithi111:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T01:09:14.054 INFO:teuthology.orchestra.run.smithi111.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:14.054 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-14T01:09:14.054 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T01:09:14.055 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-14T01:09:14.055 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T01:09:14.080 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2023-12-14T01:09:14.098 DEBUG:teuthology.parallel:result is None 2023-12-14T01:09:14.098 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-14T01:09:14.105 INFO:teuthology.task.internal:Creating test directory... 2023-12-14T01:09:14.106 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T01:09:14.141 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T01:09:14.158 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-14T01:09:14.165 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-14T01:09:14.184 INFO:teuthology.task.internal:Creating archive directory... 2023-12-14T01:09:14.185 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T01:09:14.197 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T01:09:14.218 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-14T01:09:14.226 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-14T01:09:14.226 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 2023-12-14T01:09:14.255 DEBUG:teuthology.orchestra.run.smithi188:> 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 2023-12-14T01:09:14.293 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:09:14.297 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:09:14.303 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:09:14.307 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T01:09:14.308 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-14T01:09:14.315 INFO:teuthology.task.internal:Configuring sudo... 2023-12-14T01:09:14.316 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T01:09:14.351 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T01:09:14.378 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-14T01:09:14.387 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-14T01:09:14.387 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T01:09:14.418 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T01:09:14.434 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:09:14.516 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:09:14.568 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:09:14.651 DEBUG:teuthology.orchestra.run.smithi111:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:09:14.692 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-12-14T01:09:14.692 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T01:09:14.759 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:09:14.803 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T01:09:14.854 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:09:14.940 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T01:09:14.980 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-14T01:09:14.980 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T01:09:15.048 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2023-12-14T01:09:15.050 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-12-14T01:09:15.105 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T01:09:15.149 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T01:09:15.467 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-14T01:09:15.476 INFO:teuthology.task.internal:Starting timer... 2023-12-14T01:09:15.476 INFO:teuthology.run_tasks:Running task pcp... 2023-12-14T01:09:15.485 INFO:teuthology.run_tasks:Running task selinux... 2023-12-14T01:09:15.494 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-14T01:09:15.494 DEBUG:teuthology.orchestra.run.smithi111:> sudo service auditd rotate 2023-12-14T01:09:15.556 INFO:teuthology.orchestra.run.smithi111.stdout:Rotating logs: 2023-12-14T01:09:15.558 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2023-12-14T01:09:15.609 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2023-12-14T01:09:15.613 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-14T01:09:15.614 DEBUG:teuthology.orchestra.run.smithi111:> /usr/sbin/getenforce 2023-12-14T01:09:15.640 INFO:teuthology.orchestra.run.smithi111.stdout:Permissive 2023-12-14T01:09:15.640 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2023-12-14T01:09:15.664 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2023-12-14T01:09:15.665 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi111.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2023-12-14T01:09:15.665 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 2023-12-14T01:09:15.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:09:15.708 DEBUG:teuthology.orchestra.run.smithi188:> 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 2023-12-14T01:09:15.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:09:15.736 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-14T01:09:15.736 DEBUG:teuthology.orchestra.run.smithi111:> sudo /usr/sbin/setenforce permissive 2023-12-14T01:09:15.775 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2023-12-14T01:09:15.806 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-14T01:09:15.816 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-14T01:09:15.821 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-14T01:09:15.954 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-14T01:09:15.971 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'}]}] 2023-12-14T01:09:15.972 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi111.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-14T01:15:10.218 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827/ansible_failures.yaml 2023-12-14T01:15:10.221 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi111.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi188.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-14T01:15:10.309 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6772101d4c234ad5a4569f3f94b11f9b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi111.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi188.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-14T01:15:10.311 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-14T01:15:10.322 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-14T01:15:10.323 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-14T01:15:10.339 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 2023-12-14T01:15:10.480 DEBUG:teuthology.orchestra.run.smithi188:> 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 2023-12-14T01:15:10.574 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 2023-12-14T01:15:10.606 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:15:10.607 DEBUG:teuthology.orchestra.run.smithi188:> 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 2023-12-14T01:15:10.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:15:10.638 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-14T01:15:10.647 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-14T01:15:10.736 INFO:teuthology.task.internal:Duration was 355.260091 seconds 2023-12-14T01:15:10.737 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-14T01:15:10.745 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-14T01:15:10.745 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T01:15:10.748 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T01:15:10.794 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T01:15:10.795 INFO:teuthology.orchestra.run.smithi111.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T01:15:11.216 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-14T01:15:11.216 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2023-12-14T01:15:11.217 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 2023-12-14T01:15:11.241 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2023-12-14T01:15:11.241 DEBUG:teuthology.orchestra.run.smithi188:> 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 2023-12-14T01:15:11.263 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-14T01:15:11.264 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T01:15:11.283 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T01:15:11.339 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-14T01:15:11.339 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T01:15:11.364 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T01:15:11.440 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-14T01:15:11.450 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-14T01:15:11.450 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T01:15:11.494 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T01:15:11.537 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-14T01:15:11.547 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 2023-12-14T01:15:11.550 DEBUG:teuthology.orchestra.run.smithi188:> 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 2023-12-14T01:15:11.573 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2023-12-14T01:15:11.603 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2023-12-14T01:15:11.618 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T01:15:11.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:15:11.652 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T01:15:11.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T01:15:11.674 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-14T01:15:11.683 INFO:teuthology.task.internal:Transferring archived files... 2023-12-14T01:15:11.684 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827/remote/smithi111 2023-12-14T01:15:11.685 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T01:15:11.736 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827/remote/smithi188 2023-12-14T01:15:11.736 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T01:15:11.790 INFO:teuthology.task.internal:Removing archive directory... 2023-12-14T01:15:11.791 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T01:15:11.800 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T01:15:11.842 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-14T01:15:11.906 INFO:teuthology.task.internal:Not uploading archives. 2023-12-14T01:15:11.906 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-14T01:15:11.929 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-14T01:15:11.929 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T01:15:11.932 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T01:15:11.947 INFO:teuthology.orchestra.run.smithi111.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 01:15 /home/ubuntu/cephtest 2023-12-14T01:15:11.950 INFO:teuthology.orchestra.run.smithi188.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 01:15 /home/ubuntu/cephtest 2023-12-14T01:15:11.952 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-14T01:15:11.967 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-14T01:15:12.020 INFO:teuthology.nuke:Checking targets against current locks 2023-12-14T01:15:12.047 DEBUG:teuthology.nuke:shortname: smithi111 2023-12-14T01:15:12.048 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:15:12.072 DEBUG:teuthology.nuke:shortname: smithi188 2023-12-14T01:15:12.073 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T01:15:12.076 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827', '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': '2023-12-14 01:03:22.127224', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T01:15:12.099 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490827', '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': '2023-12-14 01:03:22.125442', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T01:15:12.133 INFO:teuthology.orchestra.console.smithi111:Power off 2023-12-14T01:15:12.134 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T01:15:12.159 DEBUG:teuthology.orchestra.console.smithi111:power off output: Chassis Power Control: Down/Off 2023-12-14T01:15:12.160 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:15:12.175 INFO:teuthology.orchestra.console.smithi188:Power off 2023-12-14T01:15:12.176 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T01:15:12.185 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2023-12-14T01:15:12.198 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2023-12-14T01:15:12.198 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:15:12.220 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-14T01:15:16.020 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2023-12-14T01:15:16.186 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:15:16.221 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:15:16.300 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2023-12-14T01:15:16.332 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-14T01:15:20.301 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:15:20.333 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T01:15:20.412 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is off 2023-12-14T01:15:20.443 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2023-12-14T01:15:20.514 INFO:teuthology.orchestra.console.smithi111:Power off completed 2023-12-14T01:15:20.545 INFO:teuthology.orchestra.console.smithi188:Power off completed 2023-12-14T01:15:20.653 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: 355.2600908279419 failure_reason: 'smithi111.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []smithi188.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6772101d4c234ad5a4569f3f94b11f9b status: dead success: false 2023-12-14T01:15:20.654 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T01:15:20.733 INFO:teuthology.run:DEAD