2023-12-12T23:17:22.963 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-12T23:17:22.963 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --description upgrade:reef-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} --archive /home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228 --name yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228/orig.config.yaml 2023-12-12T23:17:23.023 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-12T23:17:23.120 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228 branch: wip-yuri10-testing-2023-12-12-1229 description: upgrade:reef-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} email: yweinste@redhat.com first-half-sequence: - cephadm.shell: env: - sha1 mon.a: - ceph config set mgr mgr/cephadm/daemon_cache_timeout 60 - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps - echo wait for minority of mons to upgrade - while ! ceph mon versions | grep $sha1 ; do sleep 2 ; done - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for majority of mons to upgrade - 'while ! ceph mon versions | grep $sha1 | egrep '': [23]'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for all mons to upgrade - 'while ! ceph mon versions | grep $sha1 | grep '': 3'' ; do sleep 2 ; done' - ceph orch ps - ceph orch upgrade pause - sleep 60 - ceph orch upgrade resume - echo wait for half of osds to upgrade - 'while ! ceph osd versions | grep $sha1 | egrep '': [45678]''; do sleep 2 ; done' - ceph orch upgrade pause - ceph orch ps - ceph orch ps - ceph versions first-half-tasks: - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' first_in_suite: false job_id: '7489228' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'run basic import/export cli tests for rbd ' - desc: 'run randomized correctness test for rados operations generate write load with rados bench ' - desc: 'run basic cls tests for rbd ' - desc: 'run basic import/export cli tests for rbd ' - desc: 'librbd C and C++ api tests ' - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - desc: 'randomized correctness test for rados operations on a replicated pool with snapshot operations ' - desc: 'run basic import/export cli tests for rbd ' name: yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 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: 1 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true create_rbd_pool: true 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: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b second-half-sequence: sequential: - cephadm.shell: env: - sha1 mon.a: - ceph orch upgrade resume - sleep 60 - echo wait for upgrade to complete - while ceph orch upgrade status | jq '.in_progress' | grep true ; do ceph orch ps ; ceph versions ; sleep 30 ; done - echo upgrade complete - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 second-half-tasks: - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' seed: 3122 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 sleep_before_teardown: 0 stress-tasks: - thrashosds: aggressive_pg_num_changes: false chance_force_recovery: 0 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 disable_objectstore_tool_tests: true timeout: 1200 - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' - workunit: branch: reef clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: reef clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: reef clients: client.0: - rbd/test_librbd.sh env: RBD_FEATURES: '61' - print: '**** done rbd/test_librbd.sh 7-workload' - full_sequential: - rados: clients: - client.0 objects: 500 op_weights: delete: 10 read: 45 write: 45 ops: 4000 write_append_excl: false - print: '**** done rados/readwrite 5-workload' - full_sequential: - rados: clients: - client.0 objects: 50 op_weights: delete: 50 read: 100 rollback: 50 snap_create: 50 snap_remove: 50 write: 100 ops: 4000 write_append_excl: false - print: '**** done rados/snaps-few-objects 5-workload' subset: 111/120000 suite: upgrade:reef-x 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: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi152.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:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: branch: reef exclude_packages: - ceph-volume - cephadm: compiled_cephadm_branch: reef conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:reef - cephadm.shell: mon.a: - ceph fs volume create foo - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph.healthy: null - print: '**** upgrading first half of cluster, with stress ****' - parallel: - first-half-tasks - first-half-sequence - print: '**** done upgrading first half of cluster ****' - ceph.healthy: null - print: '**** applying stress + thrashing to mixed-version cluster ****' - parallel: - stress-tasks - ceph.healthy: null - print: '**** finishing upgrade ****' - parallel: - second-half-tasks - second-half-sequence - ceph.healthy: null teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-12_23:04:44 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-12T23:17:23.120 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-12T23:17:23.121 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa/tasks 2023-12-12T23:17:23.121 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-12T23:17:23.123 INFO:teuthology.task.internal:Checking packages... 2023-12-12T23:17:23.154 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '021ac1670a21c19759080c6da90baaeb42e7d175' 2023-12-12T23:17:23.155 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-12T23:17:23.155 INFO:teuthology.packaging:ref: None 2023-12-12T23:17:23.155 INFO:teuthology.packaging:tag: None 2023-12-12T23:17:23.155 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-12-12-1229 2023-12-12T23:17:23.155 INFO:teuthology.packaging:sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-12T23:17:23.155 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-12T23:17:23.374 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-157.g021ac167 2023-12-12T23:17:23.376 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-12T23:17:23.382 INFO:teuthology.task.internal:no buildpackages task found 2023-12-12T23:17:23.382 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-12T23:17:23.431 INFO:teuthology.task.internal:Saving configuration 2023-12-12T23:17:23.457 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-12T23:17:23.463 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-12T23:17:23.489 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228', '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-12 23:12:00.420365', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-12T23:17:23.514 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228', '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-12 23:12:00.421895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-12T23:17:23.514 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-12T23:17:23.521 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-12T23:17:23.521 INFO:teuthology.task.internal:roles: ubuntu@smithi152.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-12T23:17:23.521 INFO:teuthology.run_tasks:Running task console_log... 2023-12-12T23:17:23.602 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcbcbb43dc0>, signals=[15]) 2023-12-12T23:17:23.602 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-12T23:17:23.608 INFO:teuthology.task.internal:Opening connections... 2023-12-12T23:17:23.608 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2023-12-12T23:17:23.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-12T23:17:23.679 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi152.front.sepia.ceph.com 2023-12-12T23:17:23.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi152.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-12T23:17:23.747 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-12T23:17:23.754 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2023-12-12T23:17:23.775 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2023-12-12T23:17:23.775 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2023-12-12T23:17:23.835 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="Red Hat Enterprise Linux" 2023-12-12T23:17:23.835 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="8.6 (Ootpa)" 2023-12-12T23:17:23.835 INFO:teuthology.orchestra.run.smithi055.stdout:ID="rhel" 2023-12-12T23:17:23.835 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="fedora" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="8.6" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el8" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://www.redhat.com/" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout: 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-12T23:17:23.836 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-12T23:17:23.837 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2023-12-12T23:17:23.866 DEBUG:teuthology.orchestra.run.smithi152:> uname -m 2023-12-12T23:17:23.886 INFO:teuthology.orchestra.run.smithi152.stdout:x86_64 2023-12-12T23:17:23.887 DEBUG:teuthology.orchestra.run.smithi152:> cat /etc/os-release 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:NAME="Red Hat Enterprise Linux" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION="8.6 (Ootpa)" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:ID="rhel" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:ID_LIKE="fedora" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:VERSION_ID="8.6" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:PLATFORM_ID="platform:el8" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:ANSI_COLOR="0;31" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-12T23:17:23.947 INFO:teuthology.orchestra.run.smithi152.stdout:HOME_URL="https://www.redhat.com/" 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout: 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-12T23:17:23.948 INFO:teuthology.orchestra.run.smithi152.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-12T23:17:23.948 INFO:teuthology.lock.ops:Updating smithi152.front.sepia.ceph.com on lock server 2023-12-12T23:17:23.974 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-12T23:17:23.983 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-12T23:17:24.005 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-12T23:17:24.006 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2023-12-12T23:17:24.008 DEBUG:teuthology.orchestra.run.smithi152:> test '!' -e /home/ubuntu/cephtest 2023-12-12T23:17:24.026 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-12T23:17:24.032 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-12T23:17:24.033 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2023-12-12T23:17:24.069 DEBUG:teuthology.orchestra.run.smithi152:> test -z $(ls -A /var/lib/ceph) 2023-12-12T23:17:24.104 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-12T23:17:24.164 INFO:teuthology.run_tasks:Running task kernel... 2023-12-12T23:17:24.179 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-12T23:17:24.179 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-12T23:17:24.179 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-12T23:17:24.180 DEBUG:teuthology.orchestra.run.smithi152:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-12T23:17:24.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:17:24.198 DEBUG:teuthology.orchestra.run.smithi152:> uname -r 2023-12-12T23:17:24.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:17:24.199 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2023-12-12T23:17:24.258 INFO:teuthology.orchestra.run.smithi152.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:24.258 INFO:teuthology.task.kernel:Running kernel on smithi152: 4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:24.258 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum install -y kernel 2023-12-12T23:17:24.259 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:24.259 INFO:teuthology.task.kernel:Running kernel on smithi055: 4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:24.260 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2023-12-12T23:17:25.447 INFO:teuthology.orchestra.run.smithi152.stdout:Updating Subscription Management repositories. 2023-12-12T23:17:25.447 INFO:teuthology.orchestra.run.smithi152.stdout:Unable to read consumer identity 2023-12-12T23:17:25.530 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-12-12T23:17:25.530 INFO:teuthology.orchestra.run.smithi055.stdout:Unable to read consumer identity 2023-12-12T23:17:26.851 INFO:teuthology.orchestra.run.smithi152.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-12T23:17:27.106 INFO:teuthology.orchestra.run.smithi055.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-12T23:17:27.569 INFO:teuthology.orchestra.run.smithi152.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-12T23:17:28.390 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-12T23:17:31.128 INFO:teuthology.orchestra.run.smithi152.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-12-12T23:17:31.797 INFO:teuthology.orchestra.run.smithi152.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-12T23:17:31.845 INFO:teuthology.orchestra.run.smithi152.stdout:Dependencies resolved. 2023-12-12T23:17:31.846 INFO:teuthology.orchestra.run.smithi152.stdout:Nothing to do. 2023-12-12T23:17:31.846 INFO:teuthology.orchestra.run.smithi152.stdout:Complete! 2023-12-12T23:17:31.979 DEBUG:teuthology.orchestra.run.smithi152:> echo no | sudo yum reinstall kernel || true 2023-12-12T23:17:32.115 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 311 kB/s | 24 kB 00:00 2023-12-12T23:17:32.315 INFO:teuthology.orchestra.run.smithi152.stdout:Updating Subscription Management repositories. 2023-12-12T23:17:32.315 INFO:teuthology.orchestra.run.smithi152.stdout:Unable to read consumer identity 2023-12-12T23:17:32.585 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:00:01 ago on Tue 12 Dec 2023 11:17:31 PM UTC. 2023-12-12T23:17:32.626 INFO:teuthology.orchestra.run.smithi152.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-12T23:17:32.671 INFO:teuthology.orchestra.run.smithi152.stderr:Error: No packages marked for reinstall. 2023-12-12T23:17:32.717 DEBUG:teuthology.orchestra.run.smithi152:> sudo yum reinstall -y kernel || true 2023-12-12T23:17:32.846 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-12T23:17:32.895 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2023-12-12T23:17:32.897 INFO:teuthology.orchestra.run.smithi055.stdout:Nothing to do. 2023-12-12T23:17:32.897 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2023-12-12T23:17:33.037 DEBUG:teuthology.orchestra.run.smithi055:> echo no | sudo yum reinstall kernel || true 2023-12-12T23:17:33.046 INFO:teuthology.orchestra.run.smithi152.stdout:Updating Subscription Management repositories. 2023-12-12T23:17:33.046 INFO:teuthology.orchestra.run.smithi152.stdout:Unable to read consumer identity 2023-12-12T23:17:33.297 INFO:teuthology.orchestra.run.smithi152.stdout:Last metadata expiration check: 0:00:02 ago on Tue 12 Dec 2023 11:17:31 PM UTC. 2023-12-12T23:17:33.337 INFO:teuthology.orchestra.run.smithi152.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-12T23:17:33.368 INFO:teuthology.orchestra.run.smithi152.stderr:Error: No packages marked for reinstall. 2023-12-12T23:17:33.389 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-12-12T23:17:33.389 INFO:teuthology.orchestra.run.smithi055.stdout:Unable to read consumer identity 2023-12-12T23:17:33.414 DEBUG:teuthology.orchestra.run.smithi152:> rpm -q kernel | sort -rV | head -n 1 2023-12-12T23:17:33.494 INFO:teuthology.orchestra.run.smithi152.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:33.495 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:33.495 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-12T23:17:33.495 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-12T23:17:33.495 DEBUG:teuthology.orchestra.run.smithi152:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-12T23:17:33.521 INFO:teuthology.orchestra.run.smithi152.stdout:ttyS1 2023-12-12T23:17:33.539 DEBUG:teuthology.parallel:result is None 2023-12-12T23:17:33.661 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:01 ago on Tue 12 Dec 2023 11:17:32 PM UTC. 2023-12-12T23:17:33.704 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-12T23:17:33.756 INFO:teuthology.orchestra.run.smithi055.stderr:Error: No packages marked for reinstall. 2023-12-12T23:17:33.804 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum reinstall -y kernel || true 2023-12-12T23:17:34.152 INFO:teuthology.orchestra.run.smithi055.stdout:Updating Subscription Management repositories. 2023-12-12T23:17:34.152 INFO:teuthology.orchestra.run.smithi055.stdout:Unable to read consumer identity 2023-12-12T23:17:34.420 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:00:02 ago on Tue 12 Dec 2023 11:17:32 PM UTC. 2023-12-12T23:17:34.464 INFO:teuthology.orchestra.run.smithi055.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-12T23:17:34.496 INFO:teuthology.orchestra.run.smithi055.stderr:Error: No packages marked for reinstall. 2023-12-12T23:17:34.543 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2023-12-12T23:17:34.626 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:34.626 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-12T23:17:34.626 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-12T23:17:34.626 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-12T23:17:34.626 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-12T23:17:34.653 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2023-12-12T23:17:34.665 DEBUG:teuthology.parallel:result is None 2023-12-12T23:17:34.665 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-12T23:17:34.672 INFO:teuthology.task.internal:Creating test directory... 2023-12-12T23:17:34.672 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-12T23:17:34.707 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-12T23:17:34.727 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-12T23:17:34.734 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-12T23:17:34.756 INFO:teuthology.task.internal:Creating archive directory... 2023-12-12T23:17:34.756 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-12T23:17:34.764 DEBUG:teuthology.orchestra.run.smithi152:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-12T23:17:34.800 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-12T23:17:34.807 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-12T23:17:34.807 DEBUG:teuthology.orchestra.run.smithi055:> 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-12T23:17:34.827 DEBUG:teuthology.orchestra.run.smithi152:> 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-12T23:17:34.857 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-12T23:17:34.867 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-12T23:17:34.880 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-12T23:17:34.892 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-12T23:17:34.893 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-12T23:17:34.901 INFO:teuthology.task.internal:Configuring sudo... 2023-12-12T23:17:34.901 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-12T23:17:34.911 DEBUG:teuthology.orchestra.run.smithi152:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-12T23:17:34.941 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-12T23:17:34.949 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-12T23:17:34.949 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-12T23:17:34.981 DEBUG:teuthology.orchestra.run.smithi152:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-12T23:17:34.999 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-12T23:17:35.081 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-12T23:17:35.142 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-12T23:17:35.183 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-12T23:17:35.227 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2023-12-12T23:17:35.227 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-12T23:17:35.346 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-12T23:17:35.393 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-12T23:17:35.444 DEBUG:teuthology.orchestra.run.smithi152:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-12T23:17:35.531 DEBUG:teuthology.orchestra.run.smithi152:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-12T23:17:35.574 DEBUG:teuthology.orchestra.run.smithi152:> set -ex 2023-12-12T23:17:35.574 DEBUG:teuthology.orchestra.run.smithi152:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-12T23:17:35.674 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2023-12-12T23:17:35.677 DEBUG:teuthology.orchestra.run.smithi152:> sudo service rsyslog restart 2023-12-12T23:17:35.730 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-12T23:17:35.741 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-12T23:17:36.200 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-12T23:17:36.213 INFO:teuthology.task.internal:Starting timer... 2023-12-12T23:17:36.214 INFO:teuthology.run_tasks:Running task pcp... 2023-12-12T23:17:36.260 INFO:teuthology.run_tasks:Running task selinux... 2023-12-12T23:17:36.282 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-12T23:17:36.283 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2023-12-12T23:17:36.352 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: 2023-12-12T23:17:36.354 DEBUG:teuthology.orchestra.run.smithi152:> sudo service auditd rotate 2023-12-12T23:17:36.423 INFO:teuthology.orchestra.run.smithi152.stdout:Rotating logs: 2023-12-12T23:17:36.425 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-12T23:17:36.425 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2023-12-12T23:17:36.449 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2023-12-12T23:17:36.449 DEBUG:teuthology.orchestra.run.smithi152:> /usr/sbin/getenforce 2023-12-12T23:17:36.473 INFO:teuthology.orchestra.run.smithi152.stdout:Permissive 2023-12-12T23:17:36.473 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi152.front.sepia.ceph.com': 'permissive'} 2023-12-12T23:17:36.473 DEBUG:teuthology.orchestra.run.smithi055:> 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-12T23:17:36.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:17:36.517 DEBUG:teuthology.orchestra.run.smithi152:> 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-12T23:17:36.544 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:17:36.544 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-12T23:17:36.544 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2023-12-12T23:17:36.591 DEBUG:teuthology.orchestra.run.smithi152:> sudo /usr/sbin/setenforce permissive 2023-12-12T23:17:36.617 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-12T23:17:36.627 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-12T23:17:36.632 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-12T23:17:36.746 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-12T23:17:36.761 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-12T23:17:36.762 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi152.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-12T23:23:25.141 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228/ansible_failures.yaml 2023-12-12T23:23:25.143 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: smithi152.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: []smithi055.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-12T23:23:25.221 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3e3cd46952b74c8aa612ae032900bd9a 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: smithi152.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: []smithi055.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-12T23:23:25.223 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-12T23:23:25.232 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-12T23:23:25.233 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-12T23:23:25.271 DEBUG:teuthology.orchestra.run.smithi055:> 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-12T23:23:25.376 DEBUG:teuthology.orchestra.run.smithi152:> 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-12T23:23:25.484 DEBUG:teuthology.orchestra.run.smithi055:> 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-12T23:23:25.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:23:25.517 DEBUG:teuthology.orchestra.run.smithi152:> 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-12T23:23:25.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:23:25.549 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-12T23:23:25.557 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-12T23:23:25.596 INFO:teuthology.task.internal:Duration was 349.382673 seconds 2023-12-12T23:23:25.597 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-12T23:23:25.630 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-12T23:23:25.630 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-12T23:23:25.633 DEBUG:teuthology.orchestra.run.smithi152:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-12T23:23:25.682 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-12T23:23:25.682 INFO:teuthology.orchestra.run.smithi152.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-12T23:23:26.038 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-12T23:23:26.038 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2023-12-12T23:23:26.038 DEBUG:teuthology.orchestra.run.smithi055:> 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-12T23:23:26.064 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi152.front.sepia.ceph.com 2023-12-12T23:23:26.064 DEBUG:teuthology.orchestra.run.smithi152:> 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-12T23:23:26.089 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-12T23:23:26.090 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-12T23:23:26.107 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-12T23:23:26.168 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-12T23:23:26.168 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-12T23:23:26.188 DEBUG:teuthology.orchestra.run.smithi152:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-12T23:23:26.271 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-12T23:23:26.280 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-12T23:23:26.280 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-12T23:23:26.321 DEBUG:teuthology.orchestra.run.smithi152:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-12T23:23:26.377 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-12T23:23:26.386 DEBUG:teuthology.orchestra.run.smithi055:> 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-12T23:23:26.389 DEBUG:teuthology.orchestra.run.smithi152:> 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-12T23:23:26.414 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2023-12-12T23:23:26.415 INFO:teuthology.orchestra.run.smithi152.stdout:kernel.core_pattern = core 2023-12-12T23:23:26.431 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-12T23:23:26.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:23:26.488 DEBUG:teuthology.orchestra.run.smithi152:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-12T23:23:26.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-12T23:23:26.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-12T23:23:26.514 INFO:teuthology.task.internal:Transferring archived files... 2023-12-12T23:23:26.515 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228/remote/smithi055 2023-12-12T23:23:26.516 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-12T23:23:26.611 DEBUG:teuthology.misc:Transferring archived files from smithi152:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228/remote/smithi152 2023-12-12T23:23:26.612 DEBUG:teuthology.orchestra.run.smithi152:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-12T23:23:26.663 INFO:teuthology.task.internal:Removing archive directory... 2023-12-12T23:23:26.664 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-12T23:23:26.666 DEBUG:teuthology.orchestra.run.smithi152:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-12T23:23:26.714 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-12T23:23:26.724 INFO:teuthology.task.internal:Not uploading archives. 2023-12-12T23:23:26.725 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-12T23:23:26.747 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-12T23:23:26.747 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-12T23:23:26.749 DEBUG:teuthology.orchestra.run.smithi152:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-12T23:23:26.764 INFO:teuthology.orchestra.run.smithi055.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 12 23:23 /home/ubuntu/cephtest 2023-12-12T23:23:26.769 INFO:teuthology.orchestra.run.smithi152.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 12 23:23 /home/ubuntu/cephtest 2023-12-12T23:23:26.771 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-12T23:23:26.779 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-12T23:23:26.848 INFO:teuthology.nuke:Checking targets against current locks 2023-12-12T23:23:26.876 DEBUG:teuthology.nuke:shortname: smithi055 2023-12-12T23:23:26.876 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-12T23:23:26.901 DEBUG:teuthology.nuke:shortname: smithi152 2023-12-12T23:23:26.901 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-12T23:23:26.905 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228', '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-12 23:12:00.420365', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-12T23:23:26.929 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi152.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-12_23:04:44-upgrade:reef-x-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7489228', '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-12 23:12:00.421895', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-12T23:23:26.961 INFO:teuthology.orchestra.console.smithi055:Power off 2023-12-12T23:23:26.962 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-12T23:23:26.986 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2023-12-12T23:23:26.986 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:27.002 INFO:teuthology.orchestra.console.smithi152:Power off 2023-12-12T23:23:27.003 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-12T23:23:27.012 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-12-12T23:23:27.028 DEBUG:teuthology.orchestra.console.smithi152:power off output: Chassis Power Control: Down/Off 2023-12-12T23:23:27.029 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:27.053 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-12-12T23:23:31.014 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:31.055 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:31.124 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-12-12T23:23:31.165 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-12-12T23:23:35.129 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:35.166 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:35.239 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2023-12-12T23:23:35.276 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is on 2023-12-12T23:23:39.242 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:39.277 DEBUG:teuthology.orchestra.console.smithi152:pexpect command: ipmitool -H smithi152.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-12T23:23:39.352 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2023-12-12T23:23:39.387 DEBUG:teuthology.orchestra.console.smithi152:check power output: Chassis Power is off 2023-12-12T23:23:39.454 INFO:teuthology.orchestra.console.smithi055:Power off completed 2023-12-12T23:23:39.488 INFO:teuthology.orchestra.console.smithi152:Power off completed 2023-12-12T23:23:39.597 INFO:teuthology.run:Summary data: description: upgrade:reef-x/stress-split/{0-distro/rhel_8.6_container_tools_3.0 0-roles 1-start 2-first-half-tasks/rbd-import-export 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/rbd-import-export mon_election/classic} duration: 349.38267254829407 failure_reason: 'smithi152.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: []smithi055.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=3e3cd46952b74c8aa612ae032900bd9a status: dead success: false 2023-12-12T23:23:39.598 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-12T23:23:39.670 INFO:teuthology.run:DEAD