2023-12-21T04:23:21.283 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T04:23:21.284 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153 --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153/orig.config.yaml 2023-12-21T04:23:21.320 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:23:21.409 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499153' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-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: smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJHvICJQ45+opHyzdW7iIuoTjGtKGkeBRfaPE5UyPlfun05s7beDezvBxfQaQp9wUbDr8mr1vanZv+xSz60Mt1I= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsF7cc4fAg8Y/RJF8DpjS31n1VzxoVjsbaBeYJCDtJGyoIXTdiIjhJ9X89XMss9DmfIL3ETJ7kfYkAWvRhr6Ok= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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 orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T04:23:21.410 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-21T04:23:21.410 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T04:23:21.411 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T04:23:21.412 INFO:teuthology.task.internal:Checking packages... 2023-12-21T04:23:21.436 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T04:23:21.436 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T04:23:21.436 INFO:teuthology.packaging:ref: None 2023-12-21T04:23:21.436 INFO:teuthology.packaging:tag: None 2023-12-21T04:23:21.436 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:23:21.436 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:23:21.436 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-21T04:23:21.584 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T04:23:21.586 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T04:23:21.594 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T04:23:21.594 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T04:23:21.599 INFO:teuthology.task.internal:Saving configuration 2023-12-21T04:23:21.614 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T04:23:21.620 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:23:21.647 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153', '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-21 04:18:13.942385', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJHvICJQ45+opHyzdW7iIuoTjGtKGkeBRfaPE5UyPlfun05s7beDezvBxfQaQp9wUbDr8mr1vanZv+xSz60Mt1I='} 2023-12-21T04:23:21.672 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153', '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-21 04:18:13.944350', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsF7cc4fAg8Y/RJF8DpjS31n1VzxoVjsbaBeYJCDtJGyoIXTdiIjhJ9X89XMss9DmfIL3ETJ7kfYkAWvRhr6Ok='} 2023-12-21T04:23:21.672 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T04:23:21.679 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T04:23:21.679 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T04:23:21.679 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T04:23:21.761 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9a79223e50>, signals=[15]) 2023-12-21T04:23:21.762 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T04:23:21.768 INFO:teuthology.task.internal:Opening connections... 2023-12-21T04:23:21.769 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2023-12-21T04:23:21.770 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:23:21.836 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2023-12-21T04:23:21.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:23:21.907 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T04:23:21.914 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2023-12-21T04:23:21.931 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2023-12-21T04:23:21.932 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2023-12-21T04:23:21.987 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T04:23:21.987 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T04:23:21.987 INFO:teuthology.orchestra.run.smithi119.stdout:ID="rhel" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="fedora" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="8.4" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T04:23:21.988 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T04:23:21.989 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T04:23:21.989 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2023-12-21T04:23:22.009 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2023-12-21T04:23:22.027 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2023-12-21T04:23:22.028 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:ID="rhel" 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE="fedora" 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="8.4" 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:23:22.084 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:ANSI_COLOR="0;31" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T04:23:22.085 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T04:23:22.085 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2023-12-21T04:23:22.109 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T04:23:22.119 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T04:23:22.135 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T04:23:22.135 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:23:22.139 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:23:22.154 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T04:23:22.161 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T04:23:22.161 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:23:22.195 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:23:22.209 INFO:teuthology.orchestra.run.smithi119.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T04:23:22.211 INFO:teuthology.orchestra.run.smithi121.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T04:23:22.212 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T04:23:22.271 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T04:23:22.286 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T04:23:22.287 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T04:23:22.287 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:23:22.288 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:23:22.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:23:22.304 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2023-12-21T04:23:22.304 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:23:22.305 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2023-12-21T04:23:22.360 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T04:23:22.360 INFO:teuthology.task.kernel:Running kernel on smithi121: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T04:23:22.360 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum install -y kernel 2023-12-21T04:23:22.361 INFO:teuthology.orchestra.run.smithi119.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T04:23:22.361 INFO:teuthology.task.kernel:Running kernel on smithi119: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T04:23:22.361 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum install -y kernel 2023-12-21T04:23:23.738 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-21T04:23:23.739 INFO:teuthology.orchestra.run.smithi119.stdout:Unable to read consumer identity 2023-12-21T04:23:23.786 INFO:teuthology.orchestra.run.smithi121.stdout:Updating Subscription Management repositories. 2023-12-21T04:23:23.787 INFO:teuthology.orchestra.run.smithi121.stdout:Unable to read consumer identity 2023-12-21T04:23:25.150 INFO:teuthology.orchestra.run.smithi121.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-21T04:23:25.183 INFO:teuthology.orchestra.run.smithi119.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-21T04:23:25.766 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 28 MB/s | 16 MB 00:00 2023-12-21T04:23:25.980 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-21T04:23:29.068 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 4.0 MB/s | 24 kB 00:00 2023-12-21T04:23:29.270 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-21T04:23:29.809 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T04:23:29.809 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T04:23:29.809 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T04:23:29.966 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2023-12-21T04:23:29.967 INFO:teuthology.orchestra.run.smithi121.stdout:Nothing to do. 2023-12-21T04:23:29.967 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2023-12-21T04:23:30.004 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T04:23:30.005 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T04:23:30.005 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T04:23:30.106 DEBUG:teuthology.orchestra.run.smithi121:> echo no | sudo yum reinstall kernel || true 2023-12-21T04:23:30.170 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2023-12-21T04:23:30.171 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2023-12-21T04:23:30.171 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2023-12-21T04:23:30.284 DEBUG:teuthology.orchestra.run.smithi119:> echo no | sudo yum reinstall kernel || true 2023-12-21T04:23:30.447 INFO:teuthology.orchestra.run.smithi121.stdout:Updating Subscription Management repositories. 2023-12-21T04:23:30.447 INFO:teuthology.orchestra.run.smithi121.stdout:Unable to read consumer identity 2023-12-21T04:23:30.627 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-21T04:23:30.627 INFO:teuthology.orchestra.run.smithi119.stdout:Unable to read consumer identity 2023-12-21T04:23:30.742 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:01 ago on Thu 21 Dec 2023 04:23:29 AM UTC. 2023-12-21T04:23:30.881 INFO:teuthology.orchestra.run.smithi121.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T04:23:30.881 INFO:teuthology.orchestra.run.smithi121.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-21T04:23:30.881 INFO:teuthology.orchestra.run.smithi121.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-21T04:23:30.916 INFO:teuthology.orchestra.run.smithi121.stderr:Error: No packages marked for reinstall. 2023-12-21T04:23:30.917 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:01 ago on Thu 21 Dec 2023 04:23:29 AM UTC. 2023-12-21T04:23:30.968 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum reinstall -y kernel || true 2023-12-21T04:23:31.085 INFO:teuthology.orchestra.run.smithi119.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T04:23:31.085 INFO:teuthology.orchestra.run.smithi119.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-21T04:23:31.085 INFO:teuthology.orchestra.run.smithi119.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-21T04:23:31.112 INFO:teuthology.orchestra.run.smithi119.stderr:Error: No packages marked for reinstall. 2023-12-21T04:23:31.166 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum reinstall -y kernel || true 2023-12-21T04:23:31.309 INFO:teuthology.orchestra.run.smithi121.stdout:Updating Subscription Management repositories. 2023-12-21T04:23:31.309 INFO:teuthology.orchestra.run.smithi121.stdout:Unable to read consumer identity 2023-12-21T04:23:31.509 INFO:teuthology.orchestra.run.smithi119.stdout:Updating Subscription Management repositories. 2023-12-21T04:23:31.509 INFO:teuthology.orchestra.run.smithi119.stdout:Unable to read consumer identity 2023-12-21T04:23:31.594 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 04:23:29 AM UTC. 2023-12-21T04:23:31.738 INFO:teuthology.orchestra.run.smithi121.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T04:23:31.739 INFO:teuthology.orchestra.run.smithi121.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-21T04:23:31.739 INFO:teuthology.orchestra.run.smithi121.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-21T04:23:31.759 INFO:teuthology.orchestra.run.smithi121.stderr:Error: No packages marked for reinstall. 2023-12-21T04:23:31.791 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 04:23:29 AM UTC. 2023-12-21T04:23:31.815 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:23:31.939 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:31.939 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:31.939 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-21T04:23:31.939 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:23:31.939 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:23:31.940 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T04:23:31.940 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:23:31.940 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:23:31.972 INFO:teuthology.orchestra.run.smithi119.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T04:23:31.972 INFO:teuthology.orchestra.run.smithi119.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-21T04:23:31.973 INFO:teuthology.orchestra.run.smithi119.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-21T04:23:31.988 INFO:teuthology.orchestra.run.smithi119.stderr:Error: No packages marked for reinstall. 2023-12-21T04:23:32.036 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:23:32.064 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.064 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.065 DEBUG:teuthology.orchestra.run.smithi121:> sudo rpm -qi grub2-tools 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Name : grub2-tools 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Epoch : 1 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Version : 2.02 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Release : 99.el8_4.1 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: x86_64 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Group : System Environment/Base 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:Size : 9264631 2023-12-21T04:23:32.091 INFO:teuthology.orchestra.run.smithi121.stdout:License : GPLv3+ 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Relocations : (not relocatable) 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Packager : Red Hat, Inc. 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Vendor : Red Hat, Inc. 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Summary : Support tools for GRUB. 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:Description : 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:23:32.092 INFO:teuthology.orchestra.run.smithi121.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:23:32.093 INFO:teuthology.orchestra.run.smithi121.stdout:hardware devices. 2023-12-21T04:23:32.093 INFO:teuthology.orchestra.run.smithi121.stdout: 2023-12-21T04:23:32.093 INFO:teuthology.orchestra.run.smithi121.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:23:32.093 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:23:32.094 INFO:teuthology.task.kernel:Updating grub on smithi121 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.094 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:23:32.160 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.160 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.160 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-21T04:23:32.161 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:23:32.161 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:23:32.161 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T04:23:32.161 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:23:32.161 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:23:32.285 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.285 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.285 DEBUG:teuthology.orchestra.run.smithi119:> sudo rpm -qi grub2-tools 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Name : grub2-tools 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Epoch : 1 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Version : 2.02 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Release : 99.el8_4.1 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: x86_64 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Group : System Environment/Base 2023-12-21T04:23:32.312 INFO:teuthology.orchestra.run.smithi119.stdout:Size : 9264631 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:License : GPLv3+ 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Relocations : (not relocatable) 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Packager : Red Hat, Inc. 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Vendor : Red Hat, Inc. 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Summary : Support tools for GRUB. 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:Description : 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:23:32.313 INFO:teuthology.orchestra.run.smithi119.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:23:32.314 INFO:teuthology.orchestra.run.smithi119.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:23:32.314 INFO:teuthology.orchestra.run.smithi119.stdout:hardware devices. 2023-12-21T04:23:32.314 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-12-21T04:23:32.314 INFO:teuthology.orchestra.run.smithi119.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:23:32.315 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:23:32.315 INFO:teuthology.task.kernel:Updating grub on smithi119 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:32.315 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:23:33.386 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2023-12-21T04:23:33.693 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2023-12-21T04:23:35.137 INFO:teuthology.orchestra.run.smithi121.stderr:done 2023-12-21T04:23:35.138 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2023-12-21T04:23:35.152 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.5NTlFAohdR 2023-12-21T04:23:35.153 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5NTlFAohdR 2023-12-21T04:23:35.228 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.5NTlFAohdR 2023-12-21T04:23:35.393 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.5NTlFAohdR is 6KB 2023-12-21T04:23:35.443 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.5NTlFAohdR 2023-12-21T04:23:35.456 DEBUG:teuthology.orchestra.run.smithi121:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:23:35.525 INFO:teuthology.orchestra.run.smithi121.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T04:23:35.525 INFO:teuthology.orchestra.run.smithi121.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T04:23:35.525 INFO:teuthology.orchestra.run.smithi121.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T04:23:35.525 INFO:teuthology.orchestra.run.smithi121.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T04:23:35.526 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:35.549 INFO:teuthology.orchestra.run.smithi119.stderr:done 2023-12-21T04:23:35.550 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2023-12-21T04:23:35.564 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.ZAQjWQzPBV 2023-12-21T04:23:35.564 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZAQjWQzPBV 2023-12-21T04:23:35.649 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.ZAQjWQzPBV 2023-12-21T04:23:35.679 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2023-12-21T04:23:35.773 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.ZAQjWQzPBV is 6KB 2023-12-21T04:23:35.822 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.ZAQjWQzPBV 2023-12-21T04:23:35.835 DEBUG:teuthology.orchestra.run.smithi119:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:23:35.914 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T04:23:35.915 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T04:23:35.915 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T04:23:35.915 INFO:teuthology.orchestra.run.smithi119.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T04:23:35.916 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T04:23:36.074 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2023-12-21T04:24:05.713 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T04:24:05.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-21T04:24:05.714 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:24:06.077 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T04:24:06.077 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-21T04:24:06.077 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:24:24.082 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-21T04:24:24.593 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-21T04:24:33.089 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-21T04:24:33.090 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:24:33.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-21T04:24:33.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:24:36.145 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2023-12-21T04:24:36.657 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2023-12-21T04:24:48.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-21T04:24:48.158 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:24:48.658 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-21T04:24:48.659 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:25:19.950 DEBUG:teuthology.orchestra.run.smithi121:> true 2023-12-21T04:25:20.272 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2023-12-21T04:25:20.273 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T04:25:20.273 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2023-12-21T04:25:20.288 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T04:25:20.288 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-21T04:25:20.288 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:25:20.289 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T04:25:20.476 DEBUG:teuthology.orchestra.run.smithi119:> true 2023-12-21T04:25:20.767 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2023-12-21T04:25:20.768 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T04:25:20.768 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2023-12-21T04:25:20.781 INFO:teuthology.orchestra.run.smithi119.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T04:25:20.781 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-21T04:25:20.782 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:25:20.782 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T04:25:21.289 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T04:25:21.289 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:25:21.783 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T04:25:21.783 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:25:22.037 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2023-12-21T04:25:22.049 DEBUG:teuthology.parallel:result is None 2023-12-21T04:25:22.062 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2023-12-21T04:25:22.093 DEBUG:teuthology.parallel:result is None 2023-12-21T04:25:22.093 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T04:25:22.100 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T04:25:22.100 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:25:22.104 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:25:22.424 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T04:25:22.431 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T04:25:22.438 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T04:25:22.438 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:25:22.490 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:25:22.611 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T04:25:22.619 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T04:25:22.619 DEBUG:teuthology.orchestra.run.smithi119:> 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-21T04:25:22.665 DEBUG:teuthology.orchestra.run.smithi121:> 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-21T04:25:23.080 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:25:23.160 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:25:23.244 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:25:23.297 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:25:23.330 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T04:25:23.343 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T04:25:23.343 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:25:23.383 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:25:23.681 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T04:25:23.691 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T04:25:23.691 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:25:23.724 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:25:23.932 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:25:24.226 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:25:24.638 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:25:24.702 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:25:24.742 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2023-12-21T04:25:24.742 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:25:24.808 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:25:24.849 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:25:24.890 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:25:24.971 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:25:25.007 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2023-12-21T04:25:25.007 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:25:25.067 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2023-12-21T04:25:25.070 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2023-12-21T04:25:25.160 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:25:25.420 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:25:25.757 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T04:25:25.764 INFO:teuthology.task.internal:Starting timer... 2023-12-21T04:25:25.765 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T04:25:25.775 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T04:25:25.783 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T04:25:25.784 DEBUG:teuthology.orchestra.run.smithi119:> sudo service auditd rotate 2023-12-21T04:25:25.838 INFO:teuthology.orchestra.run.smithi119.stdout:Rotating logs: [ OK ] 2023-12-21T04:25:25.840 DEBUG:teuthology.orchestra.run.smithi121:> sudo service auditd rotate 2023-12-21T04:25:25.910 INFO:teuthology.orchestra.run.smithi121.stdout:Rotating logs: [ OK ] 2023-12-21T04:25:25.911 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T04:25:25.912 DEBUG:teuthology.orchestra.run.smithi119:> /usr/sbin/getenforce 2023-12-21T04:25:25.934 INFO:teuthology.orchestra.run.smithi119.stdout:Permissive 2023-12-21T04:25:25.935 DEBUG:teuthology.orchestra.run.smithi121:> /usr/sbin/getenforce 2023-12-21T04:25:25.952 INFO:teuthology.orchestra.run.smithi121.stdout:Permissive 2023-12-21T04:25:25.952 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi119.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi121.front.sepia.ceph.com': 'permissive'} 2023-12-21T04:25:25.952 DEBUG:teuthology.orchestra.run.smithi119:> 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-21T04:25:25.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:25:26.000 DEBUG:teuthology.orchestra.run.smithi121:> 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-21T04:25:26.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:25:26.025 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T04:25:26.025 DEBUG:teuthology.orchestra.run.smithi119:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:25:26.073 DEBUG:teuthology.orchestra.run.smithi121:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:25:26.107 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T04:25:26.123 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T04:25:26.130 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-21T04:25:26.268 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T04:25:26.289 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-21T04:25:26.290 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi119.front.sepia.ceph.com,smithi121.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T04:30:48.965 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153/ansible_failures.yaml 2023-12-21T04:30:48.967 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi119.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: []smithi121.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-21T04:30:49.054 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=66fb5e0557eb44198009b4edb7bd5196 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi119.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: []smithi121.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-21T04:30:49.056 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T04:30:49.066 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T04:30:49.066 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T04:30:49.079 DEBUG:teuthology.orchestra.run.smithi119:> 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-21T04:30:49.166 DEBUG:teuthology.orchestra.run.smithi121:> 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-21T04:30:49.241 DEBUG:teuthology.orchestra.run.smithi119:> 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-21T04:30:49.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:30:49.270 DEBUG:teuthology.orchestra.run.smithi121:> 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-21T04:30:49.297 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:30:49.298 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T04:30:49.307 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T04:30:49.328 INFO:teuthology.task.internal:Duration was 323.563732 seconds 2023-12-21T04:30:49.329 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T04:30:49.342 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T04:30:49.343 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T04:30:49.345 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T04:30:49.387 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:30:49.388 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:30:49.759 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T04:30:49.759 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2023-12-21T04:30:49.759 DEBUG:teuthology.orchestra.run.smithi119:> 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-21T04:30:49.780 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2023-12-21T04:30:49.780 DEBUG:teuthology.orchestra.run.smithi121:> 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-21T04:30:49.798 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T04:30:49.799 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T04:30:49.823 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T04:30:49.872 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T04:30:49.873 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T04:30:49.899 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T04:30:49.970 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T04:30:49.979 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T04:30:49.979 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T04:30:50.004 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T04:30:50.028 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T04:30:50.040 DEBUG:teuthology.orchestra.run.smithi119:> 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-21T04:30:50.047 DEBUG:teuthology.orchestra.run.smithi121:> 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-21T04:30:50.068 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2023-12-21T04:30:50.092 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2023-12-21T04:30:50.106 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:30:50.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:30:50.135 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T04:30:50.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:30:50.160 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T04:30:50.171 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T04:30:50.173 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153/remote/smithi119 2023-12-21T04:30:50.174 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T04:30:50.218 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153/remote/smithi121 2023-12-21T04:30:50.219 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T04:30:50.264 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T04:30:50.265 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T04:30:50.270 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T04:30:50.314 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T04:30:50.325 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T04:30:50.326 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T04:30:50.340 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T04:30:50.340 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T04:30:50.343 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T04:30:50.355 INFO:teuthology.orchestra.run.smithi119.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 04:30 /home/ubuntu/cephtest 2023-12-21T04:30:50.370 INFO:teuthology.orchestra.run.smithi121.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 04:30 /home/ubuntu/cephtest 2023-12-21T04:30:50.371 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T04:30:50.382 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T04:30:50.413 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T04:30:50.441 DEBUG:teuthology.nuke:shortname: smithi119 2023-12-21T04:30:50.441 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:30:50.465 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153', '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-21 04:18:13.942385', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJHvICJQ45+opHyzdW7iIuoTjGtKGkeBRfaPE5UyPlfun05s7beDezvBxfQaQp9wUbDr8mr1vanZv+xSz60Mt1I='} 2023-12-21T04:30:50.469 DEBUG:teuthology.nuke:shortname: smithi121 2023-12-21T04:30:50.469 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:30:50.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499153', '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-21 04:18:13.944350', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHsF7cc4fAg8Y/RJF8DpjS31n1VzxoVjsbaBeYJCDtJGyoIXTdiIjhJ9X89XMss9DmfIL3ETJ7kfYkAWvRhr6Ok='} 2023-12-21T04:30:50.525 INFO:teuthology.orchestra.console.smithi119:Power off 2023-12-21T04:30:50.525 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T04:30:50.557 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2023-12-21T04:30:50.557 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:30:50.574 INFO:teuthology.orchestra.console.smithi121:Power off 2023-12-21T04:30:50.574 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T04:30:50.590 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-12-21T04:30:50.599 DEBUG:teuthology.orchestra.console.smithi121:power off output: Chassis Power Control: Down/Off 2023-12-21T04:30:50.599 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:30:50.626 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-21T04:30:54.592 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:30:54.628 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:30:54.703 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-12-21T04:30:54.742 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-21T04:30:58.705 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:30:58.743 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:30:58.815 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2023-12-21T04:30:58.853 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2023-12-21T04:30:58.917 INFO:teuthology.orchestra.console.smithi119:Power off completed 2023-12-21T04:31:02.857 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T04:31:02.966 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is off 2023-12-21T04:31:03.067 INFO:teuthology.orchestra.console.smithi121:Power off completed 2023-12-21T04:31:03.175 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 323.56373167037964 failure_reason: 'smithi119.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: []smithi121.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=66fb5e0557eb44198009b4edb7bd5196 status: dead success: false 2023-12-21T04:31:03.176 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:31:03.264 INFO:teuthology.run:DEAD