2023-12-26T17:04:28.014 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:04:28.014 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455 --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455/orig.config.yaml 2023-12-26T17:04:28.052 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:04:28.134 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7501455' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri7-testing-2023-12-20-0808-pacific ceph: conf: 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi102.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGrdxrgBV0j6XWdq/VHvx9QwCzyu9xQ6zQYcQ7wlh/0j4U8xXDRN8GVfB0IMVuJPJX00kf2piO0+UwNODK9gRkI= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIXjpSJpbGbIIVMktOlXbisgx3KV1RtB45QeDv2XKUZn71xJx5n8ZwN+xYby3m8RVTLrxr4UyiZkGnD/tSJo+M= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-26_16:41:10 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-26T17:04:28.135 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-26T17:04:28.135 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:04:28.136 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:04:28.137 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:04:28.160 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:04:28.160 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:04:28.160 INFO:teuthology.packaging:ref: None 2023-12-26T17:04:28.160 INFO:teuthology.packaging:tag: None 2023-12-26T17:04:28.160 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:04:28.160 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:04:28.160 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:04:28.304 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:04:28.305 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:04:28.311 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:04:28.311 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:04:28.325 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:04:28.338 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:04:28.343 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:04:28.368 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:59:02.261084', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGrdxrgBV0j6XWdq/VHvx9QwCzyu9xQ6zQYcQ7wlh/0j4U8xXDRN8GVfB0IMVuJPJX00kf2piO0+UwNODK9gRkI='} 2023-12-26T17:04:28.390 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:59:02.259308', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIXjpSJpbGbIIVMktOlXbisgx3KV1RtB45QeDv2XKUZn71xJx5n8ZwN+xYby3m8RVTLrxr4UyiZkGnD/tSJo+M='} 2023-12-26T17:04:28.390 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:04:28.395 INFO:teuthology.task.internal:roles: ubuntu@smithi102.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:04:28.395 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:04:28.395 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:04:28.461 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9796f7ae50>, signals=[15]) 2023-12-26T17:04:28.461 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:04:28.467 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:04:28.467 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi102.front.sepia.ceph.com 2023-12-26T17:04:28.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:04:28.537 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2023-12-26T17:04:28.537 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:04:28.604 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:04:28.610 DEBUG:teuthology.orchestra.run.smithi102:> uname -m 2023-12-26T17:04:28.627 INFO:teuthology.orchestra.run.smithi102.stdout:x86_64 2023-12-26T17:04:28.628 DEBUG:teuthology.orchestra.run.smithi102:> cat /etc/os-release 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:ID="rhel" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:ID_LIKE="fedora" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION_ID="8.4" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:ANSI_COLOR="0;31" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:04:28.685 INFO:teuthology.orchestra.run.smithi102.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout: 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:04:28.686 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:04:28.686 INFO:teuthology.lock.ops:Updating smithi102.front.sepia.ceph.com on lock server 2023-12-26T17:04:28.712 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2023-12-26T17:04:28.728 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2023-12-26T17:04:28.729 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2023-12-26T17:04:28.784 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:04:28.784 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:04:28.784 INFO:teuthology.orchestra.run.smithi196.stdout:ID="rhel" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="fedora" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="8.4" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:04:28.785 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:04:28.786 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:04:28.786 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2023-12-26T17:04:28.812 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:04:28.820 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:04:28.827 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:04:28.827 DEBUG:teuthology.orchestra.run.smithi102:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:04:28.829 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:04:28.844 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:04:28.850 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:04:28.850 DEBUG:teuthology.orchestra.run.smithi102:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:04:28.886 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:04:28.899 INFO:teuthology.orchestra.run.smithi102.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:04:28.901 INFO:teuthology.orchestra.run.smithi196.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:04:28.902 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:04:28.950 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:04:28.967 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:04:28.968 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:04:28.968 DEBUG:teuthology.orchestra.run.smithi102:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:04:28.969 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:04:28.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:04:28.984 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2023-12-26T17:04:28.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:04:28.985 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2023-12-26T17:04:29.040 INFO:teuthology.orchestra.run.smithi102.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:04:29.040 INFO:teuthology.task.kernel:Running kernel on smithi102: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:04:29.040 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum install -y kernel 2023-12-26T17:04:29.041 INFO:teuthology.orchestra.run.smithi196.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:04:29.041 INFO:teuthology.task.kernel:Running kernel on smithi196: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:04:29.042 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2023-12-26T17:04:30.526 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-26T17:04:30.527 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-26T17:04:30.537 INFO:teuthology.orchestra.run.smithi102.stdout:Updating Subscription Management repositories. 2023-12-26T17:04:30.538 INFO:teuthology.orchestra.run.smithi102.stdout:Unable to read consumer identity 2023-12-26T17:04:32.016 INFO:teuthology.orchestra.run.smithi196.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-26T17:04:32.017 INFO:teuthology.orchestra.run.smithi102.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-26T17:04:32.733 INFO:teuthology.orchestra.run.smithi102.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-12-26T17:04:32.757 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-12-26T17:04:36.052 INFO:teuthology.orchestra.run.smithi102.stdout:lab-extras 4.2 MB/s | 24 kB 00:00 2023-12-26T17:04:36.117 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-26T17:04:36.815 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:04:36.815 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:04:36.815 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:04:36.889 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:04:36.889 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:04:36.889 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:04:36.960 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2023-12-26T17:04:36.961 INFO:teuthology.orchestra.run.smithi102.stdout:Nothing to do. 2023-12-26T17:04:36.961 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2023-12-26T17:04:37.053 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-26T17:04:37.054 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2023-12-26T17:04:37.054 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-26T17:04:37.069 DEBUG:teuthology.orchestra.run.smithi102:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:04:37.157 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:04:37.413 INFO:teuthology.orchestra.run.smithi102.stdout:Updating Subscription Management repositories. 2023-12-26T17:04:37.413 INFO:teuthology.orchestra.run.smithi102.stdout:Unable to read consumer identity 2023-12-26T17:04:37.501 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-26T17:04:37.502 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-26T17:04:37.712 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:01 ago on Tue 26 Dec 2023 05:04:36 PM UTC. 2023-12-26T17:04:37.803 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:01 ago on Tue 26 Dec 2023 05:04:36 PM UTC. 2023-12-26T17:04:37.842 INFO:teuthology.orchestra.run.smithi102.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:04:37.842 INFO:teuthology.orchestra.run.smithi102.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:37.842 INFO:teuthology.orchestra.run.smithi102.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:37.863 INFO:teuthology.orchestra.run.smithi102.stderr:Error: No packages marked for reinstall. 2023-12-26T17:04:37.912 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum reinstall -y kernel || true 2023-12-26T17:04:37.940 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:04:37.940 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:37.940 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:37.963 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-12-26T17:04:38.013 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2023-12-26T17:04:38.255 INFO:teuthology.orchestra.run.smithi102.stdout:Updating Subscription Management repositories. 2023-12-26T17:04:38.255 INFO:teuthology.orchestra.run.smithi102.stdout:Unable to read consumer identity 2023-12-26T17:04:38.356 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-26T17:04:38.356 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-26T17:04:38.546 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:04:36 PM UTC. 2023-12-26T17:04:38.649 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:04:36 PM UTC. 2023-12-26T17:04:38.683 INFO:teuthology.orchestra.run.smithi102.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:04:38.683 INFO:teuthology.orchestra.run.smithi102.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:38.683 INFO:teuthology.orchestra.run.smithi102.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:38.695 INFO:teuthology.orchestra.run.smithi102.stderr:Error: No packages marked for reinstall. 2023-12-26T17:04:38.745 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:38.797 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:04:38.798 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:38.798 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:04:38.812 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-12-26T17:04:38.868 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:38.869 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.869 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.869 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.870 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:04:38.870 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:04:38.870 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:04:38.870 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi102.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:04:38.870 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:38.993 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.993 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.993 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.993 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:04:38.993 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:04:38.993 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:04:38.993 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:04:38.994 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:04:38.995 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.995 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:38.995 DEBUG:teuthology.orchestra.run.smithi102:> sudo rpm -qi grub2-tools 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Name : grub2-tools 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Epoch : 1 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Version : 2.02 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Release : 99.el8_4.1 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Architecture: x86_64 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:04:39.022 INFO:teuthology.orchestra.run.smithi102.stdout:Group : System Environment/Base 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Size : 9264631 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:License : GPLv3+ 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Relocations : (not relocatable) 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Packager : Red Hat, Inc. 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Summary : Support tools for GRUB. 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout:Description : 2023-12-26T17:04:39.023 INFO:teuthology.orchestra.run.smithi102.stdout: 2023-12-26T17:04:39.024 INFO:teuthology.orchestra.run.smithi102.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:04:39.024 INFO:teuthology.orchestra.run.smithi102.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:04:39.024 INFO:teuthology.orchestra.run.smithi102.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:04:39.024 INFO:teuthology.orchestra.run.smithi102.stdout:hardware devices. 2023-12-26T17:04:39.024 INFO:teuthology.orchestra.run.smithi102.stdout: 2023-12-26T17:04:39.024 INFO:teuthology.orchestra.run.smithi102.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:04:39.025 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:04:39.025 INFO:teuthology.task.kernel:Updating grub on smithi102 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:39.025 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:04:39.119 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:39.119 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:39.119 DEBUG:teuthology.orchestra.run.smithi196:> sudo rpm -qi grub2-tools 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Name : grub2-tools 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Epoch : 1 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Version : 2.02 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Release : 99.el8_4.1 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: x86_64 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Group : System Environment/Base 2023-12-26T17:04:39.146 INFO:teuthology.orchestra.run.smithi196.stdout:Size : 9264631 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:License : GPLv3+ 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Relocations : (not relocatable) 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Packager : Red Hat, Inc. 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Summary : Support tools for GRUB. 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:Description : 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:04:39.147 INFO:teuthology.orchestra.run.smithi196.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:04:39.148 INFO:teuthology.orchestra.run.smithi196.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:04:39.148 INFO:teuthology.orchestra.run.smithi196.stdout:hardware devices. 2023-12-26T17:04:39.148 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-26T17:04:39.148 INFO:teuthology.orchestra.run.smithi196.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:04:39.149 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:04:39.149 INFO:teuthology.task.kernel:Updating grub on smithi196 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:39.149 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:04:40.069 INFO:teuthology.orchestra.run.smithi102.stderr:Generating grub configuration file ... 2023-12-26T17:04:40.531 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2023-12-26T17:04:42.012 INFO:teuthology.orchestra.run.smithi102.stderr:done 2023-12-26T17:04:42.014 DEBUG:teuthology.orchestra.run.smithi102:> mktemp 2023-12-26T17:04:42.027 INFO:teuthology.orchestra.run.smithi102.stdout:/tmp/tmp.e0daxK25cI 2023-12-26T17:04:42.028 DEBUG:teuthology.orchestra.run.smithi102:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.e0daxK25cI 2023-12-26T17:04:42.097 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0666 /tmp/tmp.e0daxK25cI 2023-12-26T17:04:42.257 DEBUG:teuthology.orchestra.remote:smithi102:/tmp/tmp.e0daxK25cI is 6KB 2023-12-26T17:04:42.306 DEBUG:teuthology.orchestra.run.smithi102:> rm -fr /tmp/tmp.e0daxK25cI 2023-12-26T17:04:42.319 DEBUG:teuthology.orchestra.run.smithi102:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:04:42.388 INFO:teuthology.orchestra.run.smithi102.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:04:42.388 INFO:teuthology.orchestra.run.smithi102.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:04:42.388 INFO:teuthology.orchestra.run.smithi102.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:04:42.388 INFO:teuthology.orchestra.run.smithi102.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:04:42.390 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:42.578 DEBUG:teuthology.orchestra.run.smithi102:> sudo shutdown -r now 2023-12-26T17:04:42.664 INFO:teuthology.orchestra.run.smithi196.stderr:done 2023-12-26T17:04:42.666 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2023-12-26T17:04:42.680 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.xNJEkbWDQh 2023-12-26T17:04:42.680 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xNJEkbWDQh 2023-12-26T17:04:42.757 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.xNJEkbWDQh 2023-12-26T17:04:42.910 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.xNJEkbWDQh is 6KB 2023-12-26T17:04:42.958 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.xNJEkbWDQh 2023-12-26T17:04:42.972 DEBUG:teuthology.orchestra.run.smithi196:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:04:43.033 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:04:43.033 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:04:43.033 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:04:43.034 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:04:43.035 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:04:43.188 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2023-12-26T17:05:12.609 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:05:12.610 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2023-12-26T17:05:12.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:13.191 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:05:13.191 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-26T17:05:13.192 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:31.154 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2023-12-26T17:05:31.669 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2023-12-26T17:05:40.161 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2023-12-26T17:05:40.162 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:40.671 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-26T17:05:40.672 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:43.217 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2023-12-26T17:05:43.733 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2023-12-26T17:05:55.229 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2023-12-26T17:05:55.230 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:05:55.735 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-26T17:05:55.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:06:14.162 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2023-12-26T17:06:27.212 DEBUG:teuthology.orchestra.run.smithi102:> true 2023-12-26T17:06:28.458 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2023-12-26T17:06:28.459 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:06:28.459 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2023-12-26T17:06:28.623 INFO:teuthology.orchestra.run.smithi102.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:06:28.624 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:06:28.624 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:06:28.624 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:06:29.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-26T17:06:29.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:06:29.624 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:06:29.625 DEBUG:teuthology.orchestra.run.smithi102:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:06:29.659 DEBUG:teuthology.orchestra.run.smithi196:> true 2023-12-26T17:06:29.890 INFO:teuthology.orchestra.run.smithi102.stdout:ttyS1 2023-12-26T17:06:29.903 DEBUG:teuthology.parallel:result is None 2023-12-26T17:06:29.950 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-26T17:06:29.950 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:06:29.951 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2023-12-26T17:06:29.964 INFO:teuthology.orchestra.run.smithi196.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:06:29.965 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:06:29.965 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:06:29.965 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:06:30.966 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:06:30.966 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:06:31.448 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2023-12-26T17:06:31.492 DEBUG:teuthology.parallel:result is None 2023-12-26T17:06:31.492 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:06:31.500 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:06:31.500 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:06:31.503 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:06:31.780 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:06:31.787 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:06:31.808 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:06:31.808 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:06:31.810 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:06:32.149 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:06:32.160 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:06:32.160 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T17:06:32.162 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T17:06:32.202 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:06:32.214 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:06:32.709 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:06:32.899 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:06:32.909 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:06:32.918 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:06:32.918 DEBUG:teuthology.orchestra.run.smithi102:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:06:32.920 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:06:33.167 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:06:33.181 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:06:33.181 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:06:33.183 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:06:33.209 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:06:33.283 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:06:33.325 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:06:33.409 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:06:33.448 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2023-12-26T17:06:33.449 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:06:33.514 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:06:33.558 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:06:33.609 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:06:33.691 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:06:33.730 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-26T17:06:33.731 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:06:33.794 DEBUG:teuthology.orchestra.run.smithi102:> sudo service rsyslog restart 2023-12-26T17:06:33.796 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2023-12-26T17:06:33.845 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:06:34.001 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:06:34.308 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:06:34.316 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:06:34.316 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:06:34.332 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:06:34.355 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:06:34.355 DEBUG:teuthology.orchestra.run.smithi102:> sudo service auditd rotate 2023-12-26T17:06:34.418 INFO:teuthology.orchestra.run.smithi102.stdout:Rotating logs: [ OK ] 2023-12-26T17:06:34.420 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2023-12-26T17:06:34.489 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: [ OK ] 2023-12-26T17:06:34.490 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:06:34.490 DEBUG:teuthology.orchestra.run.smithi102:> /usr/sbin/getenforce 2023-12-26T17:06:34.506 INFO:teuthology.orchestra.run.smithi102.stdout:Permissive 2023-12-26T17:06:34.507 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2023-12-26T17:06:34.522 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2023-12-26T17:06:34.522 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi102.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:06:34.522 DEBUG:teuthology.orchestra.run.smithi102:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:06:34.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:06:34.572 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:06:34.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:06:34.597 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:06:34.597 DEBUG:teuthology.orchestra.run.smithi102:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:06:34.637 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:06:34.662 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:06:34.672 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:06:34.689 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-26T17:06:34.690 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi102.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:12:03.126 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455/ansible_failures.yaml 2023-12-26T17:12:03.128 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi196.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi102.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-26T17:12:03.207 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=990763c400ae466d8b9240ac3d4b267b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi196.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi102.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-26T17:12:03.209 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:12:03.217 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:12:03.217 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:12:03.235 DEBUG:teuthology.orchestra.run.smithi102:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-26T17:12:03.312 DEBUG:teuthology.orchestra.run.smithi196:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-26T17:12:03.389 DEBUG:teuthology.orchestra.run.smithi102:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:12:03.417 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:12:03.417 DEBUG:teuthology.orchestra.run.smithi196:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:12:03.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:12:03.446 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:12:03.455 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:12:03.465 INFO:teuthology.task.internal:Duration was 329.148882 seconds 2023-12-26T17:12:03.466 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:12:03.473 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:12:03.473 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:12:03.476 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:12:03.516 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:12:03.529 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:12:03.636 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:12:03.637 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi102.front.sepia.ceph.com 2023-12-26T17:12:03.637 DEBUG:teuthology.orchestra.run.smithi102:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:12:03.658 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2023-12-26T17:12:03.659 DEBUG:teuthology.orchestra.run.smithi196:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:12:03.696 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:12:03.697 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:12:03.701 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:12:03.768 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:12:03.769 DEBUG:teuthology.orchestra.run.smithi102:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:12:03.774 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:12:03.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:12:03.882 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:12:03.882 DEBUG:teuthology.orchestra.run.smithi102:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:12:03.906 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:12:03.930 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:12:03.939 DEBUG:teuthology.orchestra.run.smithi102:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:12:03.948 DEBUG:teuthology.orchestra.run.smithi196:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:12:03.969 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = core 2023-12-26T17:12:03.994 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2023-12-26T17:12:04.008 DEBUG:teuthology.orchestra.run.smithi102:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:12:04.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:12:04.037 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:12:04.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:12:04.062 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:12:04.071 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:12:04.073 DEBUG:teuthology.misc:Transferring archived files from smithi102:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455/remote/smithi102 2023-12-26T17:12:04.074 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:12:04.122 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455/remote/smithi196 2023-12-26T17:12:04.123 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:12:04.162 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:12:04.162 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:12:04.164 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:12:04.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:12:04.221 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:12:04.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:12:04.229 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:12:04.230 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:12:04.232 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:12:04.244 INFO:teuthology.orchestra.run.smithi102.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:12 /home/ubuntu/cephtest 2023-12-26T17:12:04.265 INFO:teuthology.orchestra.run.smithi196.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:12 /home/ubuntu/cephtest 2023-12-26T17:12:04.266 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:12:04.279 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:12:04.302 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:12:04.329 DEBUG:teuthology.nuke:shortname: smithi102 2023-12-26T17:12:04.330 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:12:04.353 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:59:02.261084', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGrdxrgBV0j6XWdq/VHvx9QwCzyu9xQ6zQYcQ7wlh/0j4U8xXDRN8GVfB0IMVuJPJX00kf2piO0+UwNODK9gRkI='} 2023-12-26T17:12:04.358 DEBUG:teuthology.nuke:shortname: smithi196 2023-12-26T17:12:04.358 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:12:04.378 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-26 16:59:02.259308', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIXjpSJpbGbIIVMktOlXbisgx3KV1RtB45QeDv2XKUZn71xJx5n8ZwN+xYby3m8RVTLrxr4UyiZkGnD/tSJo+M='} 2023-12-26T17:12:04.409 INFO:teuthology.orchestra.console.smithi102:Power off 2023-12-26T17:12:04.409 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:12:04.431 DEBUG:teuthology.orchestra.console.smithi102:power off output: Chassis Power Control: Down/Off 2023-12-26T17:12:04.432 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:04.452 INFO:teuthology.orchestra.console.smithi196:Power off 2023-12-26T17:12:04.453 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:12:04.462 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2023-12-26T17:12:04.475 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2023-12-26T17:12:04.475 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:04.501 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-26T17:12:08.463 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:08.503 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:08.573 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2023-12-26T17:12:08.613 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-26T17:12:12.577 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:12.614 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:12.689 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2023-12-26T17:12:12.724 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-26T17:12:16.693 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:16.725 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:12:16.805 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is off 2023-12-26T17:12:16.834 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2023-12-26T17:12:16.906 INFO:teuthology.orchestra.console.smithi102:Power off completed 2023-12-26T17:12:16.936 INFO:teuthology.orchestra.console.smithi196:Power off completed 2023-12-26T17:12:17.051 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 329.14888215065 failure_reason: 'smithi196.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []smithi102.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=990763c400ae466d8b9240ac3d4b267b status: dead success: false 2023-12-26T17:12:17.051 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:12:17.134 INFO:teuthology.run:DEAD