2024-06-11T10:36:17.914 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-11T10:36:17.914 DEBUG:teuthology.run:Teuthology command: teuthology --owner yuriw --name yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222 --description upgrade/pacific-x/stress-split/{0-distro/centos_9.stream_runc 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/classic} --verbose -- /home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222/orig.config.yaml 2024-06-11T10:36:17.972 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-11T10:36:18.063 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222 branch: wip-yuri5-testing-2024-06-08-0902-reef description: upgrade/pacific-x/stress-split/{0-distro/centos_9.stream_runc 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench 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: - 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' first_in_suite: false job_id: '7749222' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi meta: - desc: 'randomized correctness test for rados operations on a replicated pool, using only reads, writes, and deletes ' - 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 randomized correctness test for rados operations generate write load with rados bench ' name: yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-06-08-0902-reef 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: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-06-08-0902-reef sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc owner: yuriw priority: 99 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: - full_sequential: - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - radosbench: clients: - client.0 time: 90 - print: '**** done end radosbench.yaml' seed: 991 sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc 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: pacific clients: client.0: - cls/test_cls_rbd.sh - print: '**** done cls/test_cls_rbd.sh 5-workload' - workunit: branch: pacific clients: client.0: - rbd/import_export.sh env: RBD_CREATE_ARGS: --new-format - print: '**** done rbd/import_export.sh 5-workload' - workunit: branch: pacific 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 suite_branch: wip-yuri5-testing-2024-06-08-0902-reef suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6f4b09560ed399c3f139402a02f389c2fc8bb2cc/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc targets: smithi053.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPRO2n6PaRDBpZLFtTYYZloHniMDLqp2nWX6s4ILvVfQg7F242UA9gvn0nrNsqw5lTC6rH9yInrihN0EhgfNrm0= smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZZ3byzjGAfiOanBcvSTE+GBA7eNh4jFxUkXXXMrPmA7h0q4vJCqZDOxplejZCPLGXJRxWGyma8jOD2EMvCf1M= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: branch: pacific exclude_packages: - ceph-volume - cephadm: cephadm_branch: pacific cephadm_git_url: https://github.com/ceph/ceph conf: osd: osd_class_default_list: '*' osd_class_load_list: '*' image: quay.ceph.io/ceph-ci/ceph:pacific - 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: 861a8dcf7aa816a26e13f039336f7ed0a9aec0fa timestamp: 2024-06-10_20:13:05 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-06-11T10:36:18.063 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6f4b09560ed399c3f139402a02f389c2fc8bb2cc/qa; will attempt to use it 2024-06-11T10:36:18.064 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6f4b09560ed399c3f139402a02f389c2fc8bb2cc/qa/tasks 2024-06-11T10:36:18.064 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-11T10:36:18.066 INFO:teuthology.task.internal:Checking packages... 2024-06-11T10:36:18.086 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6f4b09560ed399c3f139402a02f389c2fc8bb2cc' 2024-06-11T10:36:18.086 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-11T10:36:18.086 INFO:teuthology.packaging:ref: None 2024-06-11T10:36:18.087 INFO:teuthology.packaging:tag: None 2024-06-11T10:36:18.087 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-06-08-0902-reef 2024-06-11T10:36:18.087 INFO:teuthology.packaging:sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc 2024-06-11T10:36:18.087 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri5-testing-2024-06-08-0902-reef 2024-06-11T10:36:18.305 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1443.g6f4b0956 2024-06-11T10:36:18.306 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-11T10:36:18.313 INFO:teuthology.task.internal:no buildpackages task found 2024-06-11T10:36:18.313 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-11T10:36:18.346 INFO:teuthology.task.internal:Saving configuration 2024-06-11T10:36:18.369 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-11T10:36:18.375 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-11T10:36:18.399 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi053.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-11 10:31:25.585405', 'locked_by': 'yuriw', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPRO2n6PaRDBpZLFtTYYZloHniMDLqp2nWX6s4ILvVfQg7F242UA9gvn0nrNsqw5lTC6rH9yInrihN0EhgfNrm0='} 2024-06-11T10:36:18.420 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-11 10:31:25.583439', 'locked_by': 'yuriw', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLZZ3byzjGAfiOanBcvSTE+GBA7eNh4jFxUkXXXMrPmA7h0q4vJCqZDOxplejZCPLGXJRxWGyma8jOD2EMvCf1M='} 2024-06-11T10:36:18.420 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-11T10:36:18.425 INFO:teuthology.task.internal:roles: ubuntu@smithi053.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'] 2024-06-11T10:36:18.426 INFO:teuthology.task.internal:roles: ubuntu@smithi086.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'] 2024-06-11T10:36:18.426 INFO:teuthology.run_tasks:Running task console_log... 2024-06-11T10:36:18.499 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1494177be0>, signals=[15]) 2024-06-11T10:36:18.499 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-11T10:36:18.504 INFO:teuthology.task.internal:Opening connections... 2024-06-11T10:36:18.504 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi053.front.sepia.ceph.com 2024-06-11T10:36:18.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:36:18.584 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-06-11T10:36:18.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:36:18.656 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-11T10:36:18.662 DEBUG:teuthology.orchestra.run.smithi053:> uname -m 2024-06-11T10:36:18.681 INFO:teuthology.orchestra.run.smithi053.stdout:x86_64 2024-06-11T10:36:18.682 DEBUG:teuthology.orchestra.run.smithi053:> cat /etc/os-release 2024-06-11T10:36:18.740 INFO:teuthology.orchestra.run.smithi053.stdout:NAME="CentOS Stream" 2024-06-11T10:36:18.740 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION="9" 2024-06-11T10:36:18.740 INFO:teuthology.orchestra.run.smithi053.stdout:ID="centos" 2024-06-11T10:36:18.740 INFO:teuthology.orchestra.run.smithi053.stdout:ID_LIKE="rhel fedora" 2024-06-11T10:36:18.740 INFO:teuthology.orchestra.run.smithi053.stdout:VERSION_ID="9" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:PLATFORM_ID="platform:el9" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:PRETTY_NAME="CentOS Stream 9" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:ANSI_COLOR="0;31" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:LOGO="fedora-logo-icon" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:HOME_URL="https://centos.org/" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-06-11T10:36:18.741 INFO:teuthology.orchestra.run.smithi053.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-11T10:36:18.742 INFO:teuthology.lock.ops:Updating smithi053.front.sepia.ceph.com on lock server 2024-06-11T10:36:18.764 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-06-11T10:36:18.781 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-06-11T10:36:18.782 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="CentOS Stream" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="9" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:ID="centos" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="rhel fedora" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="9" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el9" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="CentOS Stream 9" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:LOGO="fedora-logo-icon" 2024-06-11T10:36:18.839 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-06-11T10:36:18.840 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://centos.org/" 2024-06-11T10:36:18.840 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-11T10:36:18.840 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-06-11T10:36:18.840 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-11T10:36:18.840 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-06-11T10:36:18.866 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-11T10:36:18.875 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-11T10:36:18.921 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-11T10:36:18.921 DEBUG:teuthology.orchestra.run.smithi053:> test '!' -e /home/ubuntu/cephtest 2024-06-11T10:36:18.923 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-06-11T10:36:18.940 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-11T10:36:18.945 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-11T10:36:18.945 DEBUG:teuthology.orchestra.run.smithi053:> test -z $(ls -A /var/lib/ceph) 2024-06-11T10:36:18.982 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-06-11T10:36:19.027 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-11T10:36:19.076 INFO:teuthology.run_tasks:Running task kernel... 2024-06-11T10:36:19.091 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-11T10:36:19.091 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-11T10:36:19.091 DEBUG:teuthology.orchestra.run.smithi053:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-11T10:36:19.092 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-11T10:36:19.107 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:36:19.108 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-06-11T10:36:19.109 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:36:19.109 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-06-11T10:36:19.164 INFO:teuthology.orchestra.run.smithi086.stdout:5.14.0-437.el9.x86_64 2024-06-11T10:36:19.164 INFO:teuthology.task.kernel:Running kernel on smithi086: 5.14.0-437.el9.x86_64 2024-06-11T10:36:19.164 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2024-06-11T10:36:19.167 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-437.el9.x86_64 2024-06-11T10:36:19.167 INFO:teuthology.task.kernel:Running kernel on smithi053: 5.14.0-437.el9.x86_64 2024-06-11T10:36:19.167 DEBUG:teuthology.orchestra.run.smithi053:> sudo yum install -y kernel 2024-06-11T10:36:21.531 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.1 MB 00:00 2024-06-11T10:36:23.383 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-06-11T10:36:24.131 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - BaseOS 2.4 MB/s | 8.1 MB 00:03 2024-06-11T10:36:26.023 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-06-11T10:36:27.966 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.2 MB 00:00 2024-06-11T10:36:32.136 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.2 MB 00:02 2024-06-11T10:36:33.957 INFO:teuthology.orchestra.run.smithi053.stdout:CentOS Stream 9 - Extras packages 29 kB/s | 17 kB 00:00 2024-06-11T10:36:34.968 INFO:teuthology.orchestra.run.smithi053.stdout:Extra Packages for Enterprise Linux 24 MB/s | 21 MB 00:00 2024-06-11T10:36:40.516 INFO:teuthology.orchestra.run.smithi053.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-06-11T10:36:42.605 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-06-11T10:36:42.605 INFO:teuthology.orchestra.run.smithi053.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-06-11T10:36:42.704 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-06-11T10:36:42.708 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-06-11T10:36:42.708 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout: kernel x86_64 5.14.0-452.el9 baseos 893 k 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout:Installing dependencies: 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core x86_64 5.14.0-452.el9 baseos 16 M 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules x86_64 5.14.0-452.el9 baseos 35 M 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core x86_64 5.14.0-452.el9 baseos 29 M 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-06-11T10:36:42.709 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-06-11T10:36:42.710 INFO:teuthology.orchestra.run.smithi053.stdout:Install 4 Packages 2024-06-11T10:36:42.710 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:36:42.710 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 80 M 2024-06-11T10:36:42.710 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 124 M 2024-06-11T10:36:42.710 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-06-11T10:36:43.067 INFO:teuthology.orchestra.run.smithi053.stdout:[MIRROR] kernel-5.14.0-452.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-452.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:36:43.068 INFO:teuthology.orchestra.run.smithi053.stdout:[MIRROR] kernel-core-5.14.0-452.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-452.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:36:43.071 INFO:teuthology.orchestra.run.smithi053.stdout:[MIRROR] kernel-modules-5.14.0-452.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-452.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:36:43.259 INFO:teuthology.orchestra.run.smithi053.stdout:(1/4): kernel-5.14.0-452.el9.x86_64.rpm 3.2 MB/s | 893 kB 00:00 2024-06-11T10:36:43.792 INFO:teuthology.orchestra.run.smithi053.stdout:(2/4): kernel-core-5.14.0-452.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-06-11T10:36:44.135 INFO:teuthology.orchestra.run.smithi053.stdout:(3/4): kernel-modules-core-5.14.0-452.el9.x86_6 33 MB/s | 29 MB 00:00 2024-06-11T10:36:44.460 INFO:teuthology.orchestra.run.smithi053.stdout:(4/4): kernel-modules-5.14.0-452.el9.x86_64.rpm 23 MB/s | 35 MB 00:01 2024-06-11T10:36:44.462 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-06-11T10:36:44.463 INFO:teuthology.orchestra.run.smithi053.stdout:Total 46 MB/s | 80 MB 00:01 2024-06-11T10:36:45.194 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-06-11T10:36:45.610 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-06-11T10:36:45.610 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-06-11T10:36:46.604 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-06-11T10:36:46.604 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-06-11T10:36:49.159 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-06-11T10:36:49.836 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-core-5.14.0-452.el9.x86_64 1/4 2024-06-11T10:36:49.918 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-core-5.14.0-452.el9.x86_64 2/4 2024-06-11T10:36:52.726 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-452.el9.x86_64 2/4 2024-06-11T10:36:52.888 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-modules-5.14.0-452.el9.x86_64 3/4 2024-06-11T10:36:57.991 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-452.el9.x86_64 3/4 2024-06-11T10:36:58.044 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : kernel-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:37:03.151 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-core-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:37:34.065 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-core-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:37:34.106 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-modules-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:37:34.499 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: kernel-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:37:34.499 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-5.14.0-452.el9.x86_64 1/4 2024-06-11T10:37:34.499 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-core-5.14.0-452.el9.x86_64 2/4 2024-06-11T10:37:34.499 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-5.14.0-452.el9.x86_64 3/4 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : kernel-modules-core-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-5.14.0-452.el9.x86_64 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-core-5.14.0-452.el9.x86_64 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-5.14.0-452.el9.x86_64 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: kernel-modules-core-5.14.0-452.el9.x86_64 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:37:35.286 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-06-11T10:37:35.673 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-06-11T10:37:35.753 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-452.el9.x86_64 2024-06-11T10:37:35.754 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-452.el9.x86_64 2024-06-11T10:37:35.754 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-452.el9.x86_64 2024-06-11T10:37:35.754 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-11T10:37:35.754 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-11T10:37:35.754 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-06-11T10:37:35.754 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi053.front.sepia.ceph.com, path=None, version=distro) 2024-06-11T10:37:35.755 DEBUG:teuthology.orchestra.run.smithi053:> rpm -q kernel | sort -rV | head -n 1 2024-06-11T10:37:35.808 INFO:teuthology.orchestra.run.smithi053.stdout:kernel-5.14.0-452.el9.x86_64 2024-06-11T10:37:35.809 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-452.el9.x86_64 2024-06-11T10:37:35.809 DEBUG:teuthology.orchestra.run.smithi053:> sudo rpm -qi grub2-tools 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Name : grub2-tools 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Epoch : 1 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Version : 2.06 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Release : 68.el9 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Architecture: x86_64 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Group : Unspecified 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:Size : 8264254 2024-06-11T10:37:35.847 INFO:teuthology.orchestra.run.smithi053.stdout:License : GPLv3+ 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Packager : builder@centos.org 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Vendor : CentOS 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:URL : http://www.gnu.org/software/grub/ 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Summary : Support tools for GRUB. 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:Description : 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:customizable bootloader with modular architecture. It supports a rich 2024-06-11T10:37:35.848 INFO:teuthology.orchestra.run.smithi053.stdout:variety of kernel formats, file systems, computer architectures and 2024-06-11T10:37:35.849 INFO:teuthology.orchestra.run.smithi053.stdout:hardware devices. 2024-06-11T10:37:35.849 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:37:35.849 INFO:teuthology.orchestra.run.smithi053.stdout:This subpackage provides tools for support of all platforms. 2024-06-11T10:37:35.849 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-06-11T10:37:35.849 INFO:teuthology.task.kernel:Updating grub on smithi053 to boot 5.14.0-452.el9.x86_64 2024-06-11T10:37:35.850 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-06-11T10:37:36.467 INFO:teuthology.orchestra.run.smithi053.stderr:Generating grub configuration file ... 2024-06-11T10:37:37.953 INFO:teuthology.orchestra.run.smithi053.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-06-11T10:37:37.989 INFO:teuthology.orchestra.run.smithi053.stderr:done 2024-06-11T10:37:37.991 DEBUG:teuthology.orchestra.run.smithi053:> mktemp 2024-06-11T10:37:38.007 INFO:teuthology.orchestra.run.smithi053.stdout:/tmp/tmp.HSEe8Nu5wy 2024-06-11T10:37:38.007 DEBUG:teuthology.orchestra.run.smithi053:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HSEe8Nu5wy 2024-06-11T10:37:38.072 DEBUG:teuthology.orchestra.run.smithi053:> sudo chmod 0666 /tmp/tmp.HSEe8Nu5wy 2024-06-11T10:37:38.208 DEBUG:teuthology.orchestra.remote:smithi053:/tmp/tmp.HSEe8Nu5wy is 6KB 2024-06-11T10:37:38.256 DEBUG:teuthology.orchestra.run.smithi053:> rm -fr /tmp/tmp.HSEe8Nu5wy 2024-06-11T10:37:38.271 DEBUG:teuthology.orchestra.run.smithi053:> sudo /bin/ls /boot/loader/entries || true 2024-06-11T10:37:38.341 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-06-11T10:37:38.341 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-06-11T10:37:38.341 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-06-11T10:37:38.341 INFO:teuthology.orchestra.run.smithi053.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-452.el9.x86_64.conf 2024-06-11T10:37:38.342 DEBUG:teuthology.orchestra.run.smithi053:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-452.el9.x86_64 2024-06-11T10:37:38.620 DEBUG:teuthology.orchestra.run.smithi053:> sudo shutdown -r now 2024-06-11T10:38:08.623 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-06-11T10:38:08.624 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-06-11T10:38:08.625 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:38:27.102 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-06-11T10:38:36.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-06-11T10:38:36.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:38:54.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.53 2024-06-11T10:39:06.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-06-11T10:39:06.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:39:06.751 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-06-11T10:39:07.304 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-06-11T10:39:07.304 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-452.el9.x86_64"... 2024-06-11T10:39:07.305 DEBUG:teuthology.orchestra.run.smithi053:> uname -r 2024-06-11T10:39:07.320 INFO:teuthology.orchestra.run.smithi053.stdout:5.14.0-452.el9.x86_64 2024-06-11T10:39:07.320 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-452.el9.x86_64 vs 5.14.0-452.el9.x86_64 2024-06-11T10:39:07.320 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-11T10:39:07.320 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-06-11T10:39:08.322 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-06-11T10:39:08.322 DEBUG:teuthology.orchestra.run.smithi053:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-11T10:39:08.480 INFO:teuthology.orchestra.run.smithi053.stdout:ttyS1 2024-06-11T10:39:08.524 DEBUG:teuthology.parallel:result is None 2024-06-11T10:40:51.785 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - Extras packages 65 B/s | 17 kB 04:22 2024-06-11T10:40:52.664 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 29 MB/s | 21 MB 00:00 2024-06-11T10:40:57.803 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-06-11T10:40:59.809 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-06-11T10:40:59.810 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-06-11T10:40:59.900 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-06-11T10:40:59.914 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: kernel x86_64 5.14.0-452.el9 baseos 893 k 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core x86_64 5.14.0-452.el9 baseos 16 M 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules x86_64 5.14.0-452.el9 baseos 35 M 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-core x86_64 5.14.0-452.el9 baseos 29 M 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout:Install 4 Packages 2024-06-11T10:40:59.915 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:40:59.916 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 80 M 2024-06-11T10:40:59.916 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 124 M 2024-06-11T10:40:59.916 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-06-11T10:41:00.123 INFO:teuthology.orchestra.run.smithi086.stdout:[MIRROR] kernel-5.14.0-452.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-452.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:41:00.124 INFO:teuthology.orchestra.run.smithi086.stdout:[MIRROR] kernel-core-5.14.0-452.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-452.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:41:00.129 INFO:teuthology.orchestra.run.smithi086.stdout:[MIRROR] kernel-modules-5.14.0-452.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-452.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:41:01.054 INFO:teuthology.orchestra.run.smithi086.stdout:(1/4): kernel-5.14.0-452.el9.x86_64.rpm 886 kB/s | 893 kB 00:01 2024-06-11T10:41:01.730 INFO:teuthology.orchestra.run.smithi086.stdout:(2/4): kernel-core-5.14.0-452.el9.x86_64.rpm 9.4 MB/s | 16 MB 00:01 2024-06-11T10:41:02.463 INFO:teuthology.orchestra.run.smithi086.stdout:(3/4): kernel-modules-core-5.14.0-452.el9.x86_6 21 MB/s | 29 MB 00:01 2024-06-11T10:41:02.764 INFO:teuthology.orchestra.run.smithi086.stdout:(4/4): kernel-modules-5.14.0-452.el9.x86_64.rpm 13 MB/s | 35 MB 00:02 2024-06-11T10:41:02.770 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-06-11T10:41:02.770 INFO:teuthology.orchestra.run.smithi086.stdout:Total 28 MB/s | 80 MB 00:02 2024-06-11T10:41:03.467 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-06-11T10:41:03.817 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-06-11T10:41:03.817 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-06-11T10:41:04.784 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-06-11T10:41:04.784 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-06-11T10:41:07.194 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-06-11T10:41:07.835 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-core-5.14.0-452.el9.x86_64 1/4 2024-06-11T10:41:07.922 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-core-5.14.0-452.el9.x86_64 2/4 2024-06-11T10:41:10.577 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-5.14.0-452.el9.x86_64 2/4 2024-06-11T10:41:10.724 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-5.14.0-452.el9.x86_64 3/4 2024-06-11T10:41:15.483 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-5.14.0-452.el9.x86_64 3/4 2024-06-11T10:41:15.687 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:41:20.456 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-core-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:41:49.908 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:41:49.948 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:41:50.342 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:41:50.342 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-5.14.0-452.el9.x86_64 1/4 2024-06-11T10:41:50.342 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-core-5.14.0-452.el9.x86_64 2/4 2024-06-11T10:41:50.342 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-5.14.0-452.el9.x86_64 3/4 2024-06-11T10:41:51.131 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-core-5.14.0-452.el9.x86_64 4/4 2024-06-11T10:41:51.131 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:41:51.131 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-06-11T10:41:51.131 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-5.14.0-452.el9.x86_64 2024-06-11T10:41:51.132 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core-5.14.0-452.el9.x86_64 2024-06-11T10:41:51.132 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-5.14.0-452.el9.x86_64 2024-06-11T10:41:51.132 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-core-5.14.0-452.el9.x86_64 2024-06-11T10:41:51.132 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:41:51.132 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-06-11T10:41:51.517 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-06-11T10:41:51.587 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-5.14.0-452.el9.x86_64 2024-06-11T10:41:51.587 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-452.el9.x86_64 2024-06-11T10:41:51.587 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-452.el9.x86_64 2024-06-11T10:41:51.587 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-11T10:41:51.588 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-11T10:41:51.588 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-06-11T10:41:51.588 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-06-11T10:41:51.588 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-06-11T10:41:51.641 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-5.14.0-452.el9.x86_64 2024-06-11T10:41:51.641 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-452.el9.x86_64 2024-06-11T10:41:51.641 DEBUG:teuthology.orchestra.run.smithi086:> sudo rpm -qi grub2-tools 2024-06-11T10:41:51.688 INFO:teuthology.orchestra.run.smithi086.stdout:Name : grub2-tools 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Epoch : 1 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Version : 2.06 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Release : 68.el9 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: x86_64 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Group : Unspecified 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Size : 8264254 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:License : GPLv3+ 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-06-11T10:41:51.689 INFO:teuthology.orchestra.run.smithi086.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:Packager : builder@centos.org 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:Vendor : CentOS 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:URL : http://www.gnu.org/software/grub/ 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:Summary : Support tools for GRUB. 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:Description : 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:customizable bootloader with modular architecture. It supports a rich 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:variety of kernel formats, file systems, computer architectures and 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:hardware devices. 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:41:51.690 INFO:teuthology.orchestra.run.smithi086.stdout:This subpackage provides tools for support of all platforms. 2024-06-11T10:41:51.691 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-06-11T10:41:51.691 INFO:teuthology.task.kernel:Updating grub on smithi086 to boot 5.14.0-452.el9.x86_64 2024-06-11T10:41:51.692 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-06-11T10:41:52.245 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-06-11T10:41:53.727 INFO:teuthology.orchestra.run.smithi086.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-06-11T10:41:53.750 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-06-11T10:41:53.752 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-06-11T10:41:53.772 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.QXk8QBijIW 2024-06-11T10:41:53.772 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QXk8QBijIW 2024-06-11T10:41:53.837 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.QXk8QBijIW 2024-06-11T10:41:53.974 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.QXk8QBijIW is 6KB 2024-06-11T10:41:54.023 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.QXk8QBijIW 2024-06-11T10:41:54.037 DEBUG:teuthology.orchestra.run.smithi086:> sudo /bin/ls /boot/loader/entries || true 2024-06-11T10:41:54.099 INFO:teuthology.orchestra.run.smithi086.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-06-11T10:41:54.100 INFO:teuthology.orchestra.run.smithi086.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-06-11T10:41:54.100 INFO:teuthology.orchestra.run.smithi086.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-06-11T10:41:54.100 INFO:teuthology.orchestra.run.smithi086.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-452.el9.x86_64.conf 2024-06-11T10:41:54.101 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-452.el9.x86_64 2024-06-11T10:41:54.247 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-06-11T10:42:24.250 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-06-11T10:42:24.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:42:24.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:42:42.590 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-06-11T10:42:51.591 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:42:51.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:42:54.658 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-06-11T10:43:06.660 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:43:06.661 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:43:25.086 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-06-11T10:43:40.087 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:43:40.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:43:40.542 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-06-11T10:43:40.915 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:43:40.915 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-452.el9.x86_64"... 2024-06-11T10:43:40.916 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-06-11T10:43:40.930 INFO:teuthology.orchestra.run.smithi086.stdout:5.14.0-452.el9.x86_64 2024-06-11T10:43:40.931 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-452.el9.x86_64 vs 5.14.0-452.el9.x86_64 2024-06-11T10:43:40.931 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-11T10:43:40.931 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-06-11T10:43:41.932 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-06-11T10:43:41.932 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-11T10:43:42.012 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2024-06-11T10:43:42.051 DEBUG:teuthology.parallel:result is None 2024-06-11T10:43:42.052 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-11T10:43:42.059 INFO:teuthology.task.internal:Creating test directory... 2024-06-11T10:43:42.059 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-11T10:43:42.062 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-11T10:43:42.079 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-11T10:43:42.087 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-11T10:43:42.121 INFO:teuthology.task.internal:Creating archive directory... 2024-06-11T10:43:42.121 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-11T10:43:42.124 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-11T10:43:42.154 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-11T10:43:42.161 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-11T10:43:42.161 DEBUG:teuthology.orchestra.run.smithi053:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-11T10:43:42.192 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-11T10:43:42.227 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-11T10:43:42.234 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-11T10:43:42.240 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-11T10:43:42.244 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-11T10:43:42.246 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-11T10:43:42.253 INFO:teuthology.task.internal:Configuring sudo... 2024-06-11T10:43:42.253 DEBUG:teuthology.orchestra.run.smithi053:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-11T10:43:42.285 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-11T10:43:42.311 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-11T10:43:42.320 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-11T10:43:42.321 DEBUG:teuthology.orchestra.run.smithi053:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-11T10:43:42.354 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-11T10:43:42.369 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-11T10:43:42.454 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-11T10:43:42.506 DEBUG:teuthology.orchestra.run.smithi053:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-11T10:43:42.591 DEBUG:teuthology.orchestra.run.smithi053:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-11T10:43:42.632 DEBUG:teuthology.orchestra.run.smithi053:> set -ex 2024-06-11T10:43:42.632 DEBUG:teuthology.orchestra.run.smithi053:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-11T10:43:42.698 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-11T10:43:42.741 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-11T10:43:42.782 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-11T10:43:42.858 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-11T10:43:42.898 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-06-11T10:43:42.899 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-11T10:43:42.959 DEBUG:teuthology.orchestra.run.smithi053:> sudo service rsyslog restart 2024-06-11T10:43:42.962 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2024-06-11T10:43:43.007 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-11T10:43:43.041 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-11T10:43:43.358 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-11T10:43:43.366 INFO:teuthology.task.internal:Starting timer... 2024-06-11T10:43:43.366 INFO:teuthology.run_tasks:Running task pcp... 2024-06-11T10:43:43.400 INFO:teuthology.run_tasks:Running task selinux... 2024-06-11T10:43:43.433 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-06-11T10:43:43.433 DEBUG:teuthology.orchestra.run.smithi053:> sudo service auditd rotate 2024-06-11T10:43:43.495 INFO:teuthology.orchestra.run.smithi053.stdout:Rotating logs: 2024-06-11T10:43:43.497 DEBUG:teuthology.orchestra.run.smithi086:> sudo service auditd rotate 2024-06-11T10:43:43.557 INFO:teuthology.orchestra.run.smithi086.stdout:Rotating logs: 2024-06-11T10:43:43.559 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-11T10:43:43.559 DEBUG:teuthology.orchestra.run.smithi053:> /usr/sbin/getenforce 2024-06-11T10:43:43.582 INFO:teuthology.orchestra.run.smithi053.stdout:Permissive 2024-06-11T10:43:43.583 DEBUG:teuthology.orchestra.run.smithi086:> /usr/sbin/getenforce 2024-06-11T10:43:43.613 INFO:teuthology.orchestra.run.smithi086.stdout:Permissive 2024-06-11T10:43:43.613 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi053.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi086.front.sepia.ceph.com': 'permissive'} 2024-06-11T10:43:43.613 DEBUG:teuthology.orchestra.run.smithi053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-06-11T10:43:43.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:43:43.651 DEBUG:teuthology.orchestra.run.smithi086:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-06-11T10:43:43.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:43:43.676 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-11T10:43:43.676 DEBUG:teuthology.orchestra.run.smithi053:> sudo /usr/sbin/setenforce permissive 2024-06-11T10:43:43.721 DEBUG:teuthology.orchestra.run.smithi086:> sudo /usr/sbin/setenforce permissive 2024-06-11T10:43:43.871 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-11T10:43:43.880 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-11T10:43:43.883 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-11T10:43:44.009 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-11T10:43:44.020 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-06-11T10:43:44.020 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi053.front.sepia.ceph.com,smithi086.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-11T10:50:17.196 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi053.front.sepia.ceph.com'), Remote(name='ubuntu@smithi086.front.sepia.ceph.com')] 2024-06-11T10:50:17.197 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-06-11T10:50:17.198 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi053.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:50:17.285 DEBUG:teuthology.orchestra.run.smithi053:> true 2024-06-11T10:50:17.383 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi053.front.sepia.ceph.com' 2024-06-11T10:50:17.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:50:17.384 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-11T10:50:17.464 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-06-11T10:50:17.550 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-06-11T10:50:17.550 INFO:teuthology.run_tasks:Running task clock... 2024-06-11T10:50:17.561 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-11T10:50:17.561 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-11T10:50:17.561 DEBUG:teuthology.orchestra.run.smithi053:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-11T10:50:17.564 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-11T10:50:17.564 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-11T10:50:17.597 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-11T10:50:17.613 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-11T10:50:17.621 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-11T10:50:17.635 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-11T10:50:17.641 INFO:teuthology.orchestra.run.smithi053.stderr:sudo: ntpd: command not found 2024-06-11T10:50:17.653 INFO:teuthology.orchestra.run.smithi053.stdout:506 Cannot talk to daemon 2024-06-11T10:50:17.660 INFO:teuthology.orchestra.run.smithi086.stderr:sudo: ntpd: command not found 2024-06-11T10:50:17.669 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-11T10:50:17.671 INFO:teuthology.orchestra.run.smithi086.stdout:506 Cannot talk to daemon 2024-06-11T10:50:17.684 INFO:teuthology.orchestra.run.smithi053.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-11T10:50:17.685 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-11T10:50:17.699 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-11T10:50:17.748 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-06-11T10:50:17.751 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-11T10:50:17.751 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-06-11T10:50:17.751 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.751 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.751 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.751 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.752 INFO:teuthology.orchestra.run.smithi086.stderr:bash: line 1: ntpq: command not found 2024-06-11T10:50:17.757 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-11T10:50:17.757 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-06-11T10:50:17.757 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.757 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.757 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.757 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:17.757 INFO:teuthology.run_tasks:Running task pexec... 2024-06-11T10:50:17.766 INFO:teuthology.task.pexec:Executing custom commands... 2024-06-11T10:50:17.766 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi053.front.sepia.ceph.com 2024-06-11T10:50:17.767 DEBUG:teuthology.orchestra.run.smithi053:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-11T10:50:17.767 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi086.front.sepia.ceph.com 2024-06-11T10:50:17.767 DEBUG:teuthology.orchestra.run.smithi086:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-11T10:50:18.389 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:03:20 ago on Tue 11 Jun 2024 10:46:58 AM UTC. 2024-06-11T10:50:18.408 INFO:teuthology.orchestra.run.smithi053.stdout:Last metadata expiration check: 0:03:15 ago on Tue 11 Jun 2024 10:47:03 AM UTC. 2024-06-11T10:50:18.507 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout:Install 1 Package 2024-06-11T10:50:18.526 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:50:18.530 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 3.1 M 2024-06-11T10:50:18.530 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 9.8 M 2024-06-11T10:50:18.530 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-06-11T10:50:18.532 INFO:teuthology.orchestra.run.smithi053.stdout:Dependencies resolved. 2024-06-11T10:50:18.551 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-06-11T10:50:18.551 INFO:teuthology.orchestra.run.smithi053.stdout: Package Architecture Version Repository Size 2024-06-11T10:50:18.551 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-06-11T10:50:18.551 INFO:teuthology.orchestra.run.smithi053.stdout:Installing: 2024-06-11T10:50:18.551 INFO:teuthology.orchestra.run.smithi053.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-06-11T10:50:18.552 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:50:18.552 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction Summary 2024-06-11T10:50:18.552 INFO:teuthology.orchestra.run.smithi053.stdout:================================================================================ 2024-06-11T10:50:18.552 INFO:teuthology.orchestra.run.smithi053.stdout:Install 1 Package 2024-06-11T10:50:18.552 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:50:18.560 INFO:teuthology.orchestra.run.smithi053.stdout:Total download size: 3.1 M 2024-06-11T10:50:18.560 INFO:teuthology.orchestra.run.smithi053.stdout:Installed size: 9.8 M 2024-06-11T10:50:18.560 INFO:teuthology.orchestra.run.smithi053.stdout:Downloading Packages: 2024-06-11T10:50:18.606 INFO:teuthology.orchestra.run.smithi086.stdout:[MIRROR] runc-1.1.12-2.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.1.12-2.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:50:18.666 INFO:teuthology.orchestra.run.smithi053.stdout:[MIRROR] runc-1.1.12-2.el9.x86_64.rpm: Status code: 404 for https://download-cc-rdu01.fedoraproject.org/pub/centos-stream/9-stream/AppStream/x86_64/os/Packages/runc-1.1.12-2.el9.x86_64.rpm (IP: 8.43.85.72) 2024-06-11T10:50:19.517 INFO:teuthology.orchestra.run.smithi053.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.5 MB/s | 3.1 MB 00:00 2024-06-11T10:50:19.518 INFO:teuthology.orchestra.run.smithi053.stdout:-------------------------------------------------------------------------------- 2024-06-11T10:50:19.518 INFO:teuthology.orchestra.run.smithi053.stdout:Total 3.3 MB/s | 3.1 MB 00:00 2024-06-11T10:50:19.556 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction check 2024-06-11T10:50:19.562 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction check succeeded. 2024-06-11T10:50:19.562 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction test 2024-06-11T10:50:19.652 INFO:teuthology.orchestra.run.smithi053.stdout:Transaction test succeeded. 2024-06-11T10:50:19.652 INFO:teuthology.orchestra.run.smithi053.stdout:Running transaction 2024-06-11T10:50:19.676 INFO:teuthology.orchestra.run.smithi086.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-06-11T10:50:19.676 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-06-11T10:50:19.677 INFO:teuthology.orchestra.run.smithi086.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-06-11T10:50:19.715 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-06-11T10:50:19.722 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-06-11T10:50:19.722 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-06-11T10:50:19.807 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-06-11T10:50:19.807 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-06-11T10:50:19.881 INFO:teuthology.orchestra.run.smithi053.stdout: Preparing : 1/1 2024-06-11T10:50:19.980 INFO:teuthology.orchestra.run.smithi053.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-06-11T10:50:20.035 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-06-11T10:50:20.128 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-06-11T10:50:20.495 INFO:teuthology.orchestra.run.smithi053.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-06-11T10:50:20.674 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-06-11T10:50:20.759 INFO:teuthology.orchestra.run.smithi053.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-06-11T10:50:20.759 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:50:20.759 INFO:teuthology.orchestra.run.smithi053.stdout:Installed: 2024-06-11T10:50:20.759 INFO:teuthology.orchestra.run.smithi053.stdout: runc-4:1.1.12-2.el9.x86_64 2024-06-11T10:50:20.759 INFO:teuthology.orchestra.run.smithi053.stdout: 2024-06-11T10:50:20.759 INFO:teuthology.orchestra.run.smithi053.stdout:Complete! 2024-06-11T10:50:20.957 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-06-11T10:50:20.957 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:50:20.957 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-06-11T10:50:20.957 INFO:teuthology.orchestra.run.smithi086.stdout: runc-4:1.1.12-2.el9.x86_64 2024-06-11T10:50:20.957 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-06-11T10:50:20.958 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-06-11T10:50:21.008 DEBUG:teuthology.parallel:result is None 2024-06-11T10:50:21.202 DEBUG:teuthology.parallel:result is None 2024-06-11T10:50:21.203 INFO:teuthology.run_tasks:Running task install... 2024-06-11T10:50:21.212 DEBUG:teuthology.task.install:project ceph 2024-06-11T10:50:21.212 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6f4b09560ed399c3f139402a02f389c2fc8bb2cc'}} 2024-06-11T10:50:21.213 DEBUG:teuthology.task.install:config {'branch': 'pacific', 'exclude_packages': ['ceph-volume'], 'flavor': 'default', 'sha1': '6f4b09560ed399c3f139402a02f389c2fc8bb2cc'} 2024-06-11T10:50:21.213 INFO:teuthology.task.install:Using flavor: default 2024-06-11T10:50:21.218 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-06-11T10:50:21.218 INFO:teuthology.task.install:extra packages: [] 2024-06-11T10:50:21.218 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'pacific', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '6f4b09560ed399c3f139402a02f389c2fc8bb2cc', 'tag': None, 'wait_for_package': False} 2024-06-11T10:50:21.219 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-11T10:50:21.219 INFO:teuthology.packaging:ref: None 2024-06-11T10:50:21.219 INFO:teuthology.packaging:tag: None 2024-06-11T10:50:21.219 INFO:teuthology.packaging:branch: pacific 2024-06-11T10:50:21.219 INFO:teuthology.packaging:sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc 2024-06-11T10:50:21.219 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific 2024-06-11T10:50:21.221 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': 'pacific', 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': ['ceph-volume'], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '6f4b09560ed399c3f139402a02f389c2fc8bb2cc', 'tag': None, 'wait_for_package': False} 2024-06-11T10:50:21.221 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-11T10:50:21.221 INFO:teuthology.packaging:ref: None 2024-06-11T10:50:21.221 INFO:teuthology.packaging:tag: None 2024-06-11T10:50:21.221 INFO:teuthology.packaging:branch: pacific 2024-06-11T10:50:21.221 INFO:teuthology.packaging:sha1: 6f4b09560ed399c3f139402a02f389c2fc8bb2cc 2024-06-11T10:50:21.221 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific 2024-06-11T10:50:21.359 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 79, in install_packages with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/rpm.py", line 209, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific 2024-06-11T10:50:21.361 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 637, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 79, in install_packages with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/rpm.py", line 209, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific 2024-06-11T10:50:21.535 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4c688fedbdc14b7c8c6429f25a6e7264 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 637, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 219, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/__init__.py", line 79, in install_packages with parallel() as p: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/task/install/rpm.py", line 209, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific 2024-06-11T10:50:21.541 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-06-11T10:50:21.550 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-11T10:50:21.592 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-11T10:50:21.592 DEBUG:teuthology.orchestra.run.smithi053:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-11T10:50:21.606 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-11T10:50:21.613 INFO:teuthology.orchestra.run.smithi053.stderr:bash: line 1: ntpq: command not found 2024-06-11T10:50:21.618 INFO:teuthology.orchestra.run.smithi053.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-11T10:50:21.618 INFO:teuthology.orchestra.run.smithi053.stdout:=============================================================================== 2024-06-11T10:50:21.618 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv01.front.sepia.ceph.com 3 6 3 2 +578us[ +578us] +/- 68ms 2024-06-11T10:50:21.619 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv02.front.sepia.ceph.com 3 6 3 1 -1581us[-1581us] +/- 70ms 2024-06-11T10:50:21.619 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv03.front.sepia.ceph.com 3 6 3 1 +866us[ +866us] +/- 64ms 2024-06-11T10:50:21.619 INFO:teuthology.orchestra.run.smithi053.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:21.621 INFO:teuthology.orchestra.run.smithi086.stderr:bash: line 1: ntpq: command not found 2024-06-11T10:50:21.626 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-11T10:50:21.626 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-06-11T10:50:21.626 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 3 6 3 1 +796us[ +796us] +/- 68ms 2024-06-11T10:50:21.626 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 3 6 3 1 -1364us[-1364us] +/- 70ms 2024-06-11T10:50:21.626 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 3 6 3 2 +1092us[+1092us] +/- 64ms 2024-06-11T10:50:21.627 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-11T10:50:21.628 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-11T10:50:21.636 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-11T10:50:21.636 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-11T10:50:21.658 DEBUG:teuthology.orchestra.run.smithi053:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-06-11T10:50:21.720 DEBUG:teuthology.orchestra.run.smithi086:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-06-11T10:50:21.775 DEBUG:teuthology.orchestra.run.smithi053:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-06-11T10:50:21.804 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:50:21.804 DEBUG:teuthology.orchestra.run.smithi086:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-06-11T10:50:21.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:50:21.836 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-11T10:50:21.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-11T10:50:21.866 INFO:teuthology.task.internal:Duration was 398.500459 seconds 2024-06-11T10:50:21.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-11T10:50:21.900 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-11T10:50:21.900 DEBUG:teuthology.orchestra.run.smithi053:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-11T10:50:21.903 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-11T10:50:21.941 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-11T10:50:21.942 INFO:teuthology.orchestra.run.smithi053.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-11T10:50:22.257 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-11T10:50:22.258 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi053.front.sepia.ceph.com 2024-06-11T10:50:22.258 DEBUG:teuthology.orchestra.run.smithi053:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-11T10:50:22.284 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2024-06-11T10:50:22.284 DEBUG:teuthology.orchestra.run.smithi086:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-11T10:50:22.318 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-11T10:50:22.318 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-11T10:50:22.326 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-11T10:50:22.383 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-11T10:50:22.384 DEBUG:teuthology.orchestra.run.smithi053:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-11T10:50:22.394 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-11T10:50:22.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-11T10:50:22.521 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-11T10:50:22.521 DEBUG:teuthology.orchestra.run.smithi053:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-11T10:50:22.547 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-11T10:50:22.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-11T10:50:22.582 DEBUG:teuthology.orchestra.run.smithi053:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-11T10:50:22.590 DEBUG:teuthology.orchestra.run.smithi086:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-11T10:50:22.611 INFO:teuthology.orchestra.run.smithi053.stdout:kernel.core_pattern = core 2024-06-11T10:50:22.635 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2024-06-11T10:50:22.664 DEBUG:teuthology.orchestra.run.smithi053:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-11T10:50:22.685 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:50:22.685 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-11T10:50:22.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-11T10:50:22.719 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-11T10:50:22.728 INFO:teuthology.task.internal:Transferring archived files... 2024-06-11T10:50:22.730 DEBUG:teuthology.misc:Transferring archived files from smithi053:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222/remote/smithi053 2024-06-11T10:50:22.731 DEBUG:teuthology.orchestra.run.smithi053:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-11T10:50:22.785 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-06-10_20:13:05-upgrade-wip-yuri5-testing-2024-06-08-0902-reef-distro-default-smithi/7749222/remote/smithi086 2024-06-11T10:50:22.786 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-11T10:50:22.834 INFO:teuthology.task.internal:Removing archive directory... 2024-06-11T10:50:22.834 DEBUG:teuthology.orchestra.run.smithi053:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-11T10:50:22.837 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-11T10:50:22.885 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-11T10:50:22.895 INFO:teuthology.task.internal:Not uploading archives. 2024-06-11T10:50:22.895 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-11T10:50:22.926 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-11T10:50:22.926 DEBUG:teuthology.orchestra.run.smithi053:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-11T10:50:22.929 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-11T10:50:22.942 INFO:teuthology.orchestra.run.smithi053.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 11 10:50 /home/ubuntu/cephtest 2024-06-11T10:50:22.943 INFO:teuthology.orchestra.run.smithi086.stdout: 265678 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 11 10:50 /home/ubuntu/cephtest 2024-06-11T10:50:22.944 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-11T10:50:22.959 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-11T10:50:23.029 INFO:teuthology.run:Summary data: description: upgrade/pacific-x/stress-split/{0-distro/centos_9.stream_runc 0-roles 1-start 2-first-half-tasks/readwrite 3-stress-tasks/{radosbench rbd-cls rbd-import-export rbd_api readwrite snaps-few-objects} 4-second-half-tasks/radosbench mon_election/classic} duration: 398.5004587173462 failure_reason: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific flavor: default owner: yuriw sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4c688fedbdc14b7c8c6429f25a6e7264 status: fail success: false 2024-06-11T10:50:23.029 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-11T10:50:23.104 INFO:teuthology.run:FAIL