2023-12-26T17:39:54.631 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:39:54.632 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --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} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501560 --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501560/orig.config.yaml 2023-12-26T17:39:54.670 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:39:54.755 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/7501560 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: null first_in_suite: false job_id: '7501560' 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: smithi169.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhDdpVao7HS8IZctcau7L3Dzxm8kcf8Rdw8BkOqk0OpGpa4DxDp8VVTihfYufMkOY+B3xIZCTKlPExgTfF4jBA= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUWsBZNwGL4gtkcYCpnuOckxK/1JrWIj/gidamliSu/RYtXACFsvBhWvueSlb1hQNYUZldssf30KK6aF3yeEBA= 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: 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:39:54.755 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:39:54.756 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:39:54.756 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:39:54.758 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:39:54.781 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:39:54.781 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:39:54.781 INFO:teuthology.packaging:ref: None 2023-12-26T17:39:54.781 INFO:teuthology.packaging:tag: None 2023-12-26T17:39:54.781 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:39:54.781 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:39:54.782 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:39:54.921 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:39:54.923 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:39:54.929 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:39:54.929 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:39:54.992 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:39:55.006 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:39:55.036 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:39:55.062 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.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/7501560', '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 17:34:46.232888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhDdpVao7HS8IZctcau7L3Dzxm8kcf8Rdw8BkOqk0OpGpa4DxDp8VVTihfYufMkOY+B3xIZCTKlPExgTfF4jBA='} 2023-12-26T17:39:55.087 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.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/7501560', '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 17:34:46.234000', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUWsBZNwGL4gtkcYCpnuOckxK/1JrWIj/gidamliSu/RYtXACFsvBhWvueSlb1hQNYUZldssf30KK6aF3yeEBA='} 2023-12-26T17:39:55.087 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:39:55.093 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:39:55.094 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:39:55.094 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:39:55.233 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f16d1bcfe50>, signals=[15]) 2023-12-26T17:39:55.233 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:39:55.239 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:39:55.239 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2023-12-26T17:39:55.241 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:39:55.350 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2023-12-26T17:39:55.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:39:55.419 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:39:55.425 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2023-12-26T17:39:55.443 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2023-12-26T17:39:55.443 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2023-12-26T17:39:55.499 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:ID="rhel" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="fedora" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="8.4" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2023-12-26T17:39:55.500 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:39:55.501 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:39:55.502 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2023-12-26T17:39:55.542 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2023-12-26T17:39:55.559 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2023-12-26T17:39:55.560 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2023-12-26T17:39:55.616 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:39:55.616 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:39:55.616 INFO:teuthology.orchestra.run.smithi173.stdout:ID="rhel" 2023-12-26T17:39:55.616 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="fedora" 2023-12-26T17:39:55.616 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="8.4" 2023-12-26T17:39:55.616 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:39:55.617 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:39:55.618 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2023-12-26T17:39:55.639 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:39:55.648 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:39:55.673 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:39:55.673 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:39:55.676 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:39:55.692 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:39:55.708 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:39:55.709 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:39:55.733 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:39:55.747 INFO:teuthology.orchestra.run.smithi169.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:39:55.748 INFO:teuthology.orchestra.run.smithi173.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:39:55.749 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:39:55.805 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:39:55.821 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:39:55.822 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:39:55.823 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:39:55.823 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:39:55.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:39:55.839 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2023-12-26T17:39:55.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:39:55.841 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2023-12-26T17:39:55.895 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:39:55.895 INFO:teuthology.task.kernel:Running kernel on smithi173: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:39:55.895 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2023-12-26T17:39:55.897 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:39:55.897 INFO:teuthology.task.kernel:Running kernel on smithi169: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:39:55.897 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2023-12-26T17:39:57.316 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-26T17:39:57.317 INFO:teuthology.orchestra.run.smithi169.stdout:Unable to read consumer identity 2023-12-26T17:39:57.423 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2023-12-26T17:39:57.424 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2023-12-26T17:39:58.714 INFO:teuthology.orchestra.run.smithi169.stdout:Copr repo for python3-asyncssh owned by ceph 34 kB/s | 3.5 kB 00:00 2023-12-26T17:39:58.792 INFO:teuthology.orchestra.run.smithi173.stdout:Copr repo for python3-asyncssh owned by ceph 34 kB/s | 3.5 kB 00:00 2023-12-26T17:39:59.286 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 30 MB/s | 16 MB 00:00 2023-12-26T17:39:59.572 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-26T17:40:02.624 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2023-12-26T17:40:02.901 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-12-26T17:40:03.344 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:40:03.345 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:40:03.345 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:40:03.507 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-26T17:40:03.509 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2023-12-26T17:40:03.509 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-26T17:40:03.621 DEBUG:teuthology.orchestra.run.smithi169:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:40:03.650 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:40:03.650 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:40:03.650 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:40:03.804 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2023-12-26T17:40:03.805 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2023-12-26T17:40:03.805 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2023-12-26T17:40:03.917 DEBUG:teuthology.orchestra.run.smithi173:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:40:03.971 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-26T17:40:03.971 INFO:teuthology.orchestra.run.smithi169.stdout:Unable to read consumer identity 2023-12-26T17:40:04.263 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2023-12-26T17:40:04.263 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2023-12-26T17:40:04.271 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:40:02 PM UTC. 2023-12-26T17:40:04.414 INFO:teuthology.orchestra.run.smithi169.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:40:04.414 INFO:teuthology.orchestra.run.smithi169.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:40:04.414 INFO:teuthology.orchestra.run.smithi169.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:40:04.442 INFO:teuthology.orchestra.run.smithi169.stderr:Error: No packages marked for reinstall. 2023-12-26T17:40:04.493 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum reinstall -y kernel || true 2023-12-26T17:40:04.562 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:40:02 PM UTC. 2023-12-26T17:40:04.722 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:40:04.722 INFO:teuthology.orchestra.run.smithi173.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:40:04.722 INFO:teuthology.orchestra.run.smithi173.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:40:04.745 INFO:teuthology.orchestra.run.smithi173.stderr:Error: No packages marked for reinstall. 2023-12-26T17:40:04.794 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum reinstall -y kernel || true 2023-12-26T17:40:04.836 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-26T17:40:04.837 INFO:teuthology.orchestra.run.smithi169.stdout:Unable to read consumer identity 2023-12-26T17:40:05.128 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:40:02 PM UTC. 2023-12-26T17:40:05.136 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2023-12-26T17:40:05.137 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2023-12-26T17:40:05.271 INFO:teuthology.orchestra.run.smithi169.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:40:05.271 INFO:teuthology.orchestra.run.smithi169.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:40:05.271 INFO:teuthology.orchestra.run.smithi169.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:40:05.285 INFO:teuthology.orchestra.run.smithi169.stderr:Error: No packages marked for reinstall. 2023-12-26T17:40:05.334 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:40:05.435 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:40:02 PM UTC. 2023-12-26T17:40:05.459 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.460 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.460 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:40:05.460 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:40:05.460 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:40:05.460 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:40:05.460 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi169.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:40:05.460 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:40:05.579 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:40:05.579 INFO:teuthology.orchestra.run.smithi173.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:40:05.579 INFO:teuthology.orchestra.run.smithi173.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:40:05.584 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.585 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.585 DEBUG:teuthology.orchestra.run.smithi169:> sudo rpm -qi grub2-tools 2023-12-26T17:40:05.590 INFO:teuthology.orchestra.run.smithi173.stderr:Error: No packages marked for reinstall. 2023-12-26T17:40:05.611 INFO:teuthology.orchestra.run.smithi169.stdout:Name : grub2-tools 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Epoch : 1 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Version : 2.02 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Release : 99.el8_4.1 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Architecture: x86_64 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Group : System Environment/Base 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Size : 9264631 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:License : GPLv3+ 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:40:05.612 INFO:teuthology.orchestra.run.smithi169.stdout:Relocations : (not relocatable) 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:Packager : Red Hat, Inc. 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:Summary : Support tools for GRUB. 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:Description : 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:hardware devices. 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-26T17:40:05.613 INFO:teuthology.orchestra.run.smithi169.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:40:05.614 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:40:05.614 INFO:teuthology.task.kernel:Updating grub on smithi169 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.615 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:40:05.639 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:40:05.766 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.767 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:40:05.767 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:40:05.767 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:40:05.767 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:40:05.767 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:40:05.767 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:40:05.892 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.893 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.893 DEBUG:teuthology.orchestra.run.smithi173:> sudo rpm -qi grub2-tools 2023-12-26T17:40:05.919 INFO:teuthology.orchestra.run.smithi173.stdout:Name : grub2-tools 2023-12-26T17:40:05.919 INFO:teuthology.orchestra.run.smithi173.stdout:Epoch : 1 2023-12-26T17:40:05.919 INFO:teuthology.orchestra.run.smithi173.stdout:Version : 2.02 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Release : 99.el8_4.1 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: x86_64 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Group : System Environment/Base 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Size : 9264631 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:License : GPLv3+ 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Relocations : (not relocatable) 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Packager : Red Hat, Inc. 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:40:05.920 INFO:teuthology.orchestra.run.smithi173.stdout:Summary : Support tools for GRUB. 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:Description : 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:hardware devices. 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout: 2023-12-26T17:40:05.921 INFO:teuthology.orchestra.run.smithi173.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:40:05.922 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:40:05.922 INFO:teuthology.task.kernel:Updating grub on smithi173 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:05.922 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:40:07.023 INFO:teuthology.orchestra.run.smithi169.stderr:Generating grub configuration file ... 2023-12-26T17:40:07.308 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2023-12-26T17:40:09.168 INFO:teuthology.orchestra.run.smithi169.stderr:done 2023-12-26T17:40:09.170 DEBUG:teuthology.orchestra.run.smithi169:> mktemp 2023-12-26T17:40:09.184 INFO:teuthology.orchestra.run.smithi169.stdout:/tmp/tmp.3U1vErMuXC 2023-12-26T17:40:09.184 DEBUG:teuthology.orchestra.run.smithi169:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3U1vErMuXC 2023-12-26T17:40:09.259 DEBUG:teuthology.orchestra.run.smithi169:> sudo chmod 0666 /tmp/tmp.3U1vErMuXC 2023-12-26T17:40:09.414 INFO:teuthology.orchestra.run.smithi173.stderr:done 2023-12-26T17:40:09.416 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2023-12-26T17:40:09.417 DEBUG:teuthology.orchestra.remote:smithi169:/tmp/tmp.3U1vErMuXC is 6KB 2023-12-26T17:40:09.430 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.WVGcaTZTtP 2023-12-26T17:40:09.430 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WVGcaTZTtP 2023-12-26T17:40:09.465 DEBUG:teuthology.orchestra.run.smithi169:> rm -fr /tmp/tmp.3U1vErMuXC 2023-12-26T17:40:09.479 DEBUG:teuthology.orchestra.run.smithi169:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:40:09.499 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.WVGcaTZTtP 2023-12-26T17:40:09.548 INFO:teuthology.orchestra.run.smithi169.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:40:09.548 INFO:teuthology.orchestra.run.smithi169.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:40:09.548 INFO:teuthology.orchestra.run.smithi169.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:40:09.548 INFO:teuthology.orchestra.run.smithi169.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:40:09.549 DEBUG:teuthology.orchestra.run.smithi169:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:09.652 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.WVGcaTZTtP is 6KB 2023-12-26T17:40:09.701 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.WVGcaTZTtP 2023-12-26T17:40:09.715 DEBUG:teuthology.orchestra.run.smithi173:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:40:09.716 DEBUG:teuthology.orchestra.run.smithi169:> sudo shutdown -r now 2023-12-26T17:40:09.785 INFO:teuthology.orchestra.run.smithi173.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:40:09.785 INFO:teuthology.orchestra.run.smithi173.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:40:09.785 INFO:teuthology.orchestra.run.smithi173.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:40:09.785 INFO:teuthology.orchestra.run.smithi173.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:40:09.786 DEBUG:teuthology.orchestra.run.smithi173:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:40:09.947 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2023-12-26T17:40:39.745 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:40:39.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:40:39.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:40:39.950 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:40:39.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:40:39.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:40:58.258 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2023-12-26T17:40:58.513 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2023-12-26T17:41:07.267 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:41:07.268 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:41:07.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:41:07.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:41:10.325 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2023-12-26T17:41:10.577 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2023-12-26T17:41:22.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:41:22.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:41:22.579 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:41:22.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:41:40.754 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.169 2023-12-26T17:41:55.297 DEBUG:teuthology.orchestra.run.smithi173:> true 2023-12-26T17:41:55.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:41:55.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:41:56.144 DEBUG:teuthology.orchestra.run.smithi169:> true 2023-12-26T17:41:56.332 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2023-12-26T17:41:56.333 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:41:56.333 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2023-12-26T17:41:56.347 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:41:56.347 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:41:56.347 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:41:56.348 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:41:56.495 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-26T17:41:56.496 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:41:56.496 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2023-12-26T17:41:56.510 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:41:56.510 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:41:56.511 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:41:56.511 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:41:57.349 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:41:57.349 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:41:57.420 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2023-12-26T17:41:57.512 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:41:57.512 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:41:57.563 DEBUG:teuthology.parallel:result is None 2023-12-26T17:41:57.608 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2023-12-26T17:41:57.619 DEBUG:teuthology.parallel:result is None 2023-12-26T17:41:57.620 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:41:57.628 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:41:57.629 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:41:57.631 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:41:57.646 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:41:57.651 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:41:57.677 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:41:57.678 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:41:57.682 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:41:57.709 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:41:57.717 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:41:57.718 DEBUG:teuthology.orchestra.run.smithi169:> 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:41:57.738 DEBUG:teuthology.orchestra.run.smithi173:> 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:41:57.771 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:41:57.778 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:41:57.782 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:41:57.788 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:41:57.789 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:41:57.797 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:41:57.797 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:41:57.822 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:41:57.855 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:41:57.868 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:41:57.869 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:41:57.885 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:41:57.909 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:41:57.978 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:41:58.016 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:41:58.095 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:41:58.131 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-26T17:41:58.131 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:41:58.192 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:41:58.233 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:41:58.275 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:41:58.357 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:41:58.395 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2023-12-26T17:41:58.395 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:41:58.460 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2023-12-26T17:41:58.463 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2023-12-26T17:41:58.521 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:41:58.543 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:41:59.007 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:41:59.014 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:41:59.014 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:41:59.036 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:41:59.047 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:41:59.048 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2023-12-26T17:41:59.141 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: [ OK ] 2023-12-26T17:41:59.143 DEBUG:teuthology.orchestra.run.smithi173:> sudo service auditd rotate 2023-12-26T17:41:59.205 INFO:teuthology.orchestra.run.smithi173.stdout:Rotating logs: [ OK ] 2023-12-26T17:41:59.207 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:41:59.207 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2023-12-26T17:41:59.270 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2023-12-26T17:41:59.271 DEBUG:teuthology.orchestra.run.smithi173:> /usr/sbin/getenforce 2023-12-26T17:41:59.293 INFO:teuthology.orchestra.run.smithi173.stdout:Permissive 2023-12-26T17:41:59.294 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi169.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi173.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:41:59.294 DEBUG:teuthology.orchestra.run.smithi169:> 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:41:59.320 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:41:59.320 DEBUG:teuthology.orchestra.run.smithi173:> 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:41:59.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:41:59.358 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:41:59.359 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:41:59.388 DEBUG:teuthology.orchestra.run.smithi173:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:41:59.423 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:41:59.433 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:41:59.449 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:41:59.450 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi169.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:47:38.548 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/7501560/ansible_failures.yaml 2023-12-26T17:47:38.550 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: smithi169.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: []smithi173.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:47:38.632 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=706a42f3b1ca4f2d9033009500f612f4 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: smithi169.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: []smithi173.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:47:38.634 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:47:38.643 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:47:38.643 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:47:38.660 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:38.755 DEBUG:teuthology.orchestra.run.smithi173:> 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:47:38.831 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:38.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:47:38.862 DEBUG:teuthology.orchestra.run.smithi173:> 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:47:38.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:47:38.891 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:47:38.899 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:47:38.906 INFO:teuthology.task.internal:Duration was 339.892156 seconds 2023-12-26T17:47:38.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:47:38.915 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:47:38.916 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:47:38.918 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:47:38.963 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:47:38.973 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:47:39.255 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:47:39.255 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2023-12-26T17:47:39.255 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:39.276 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2023-12-26T17:47:39.276 DEBUG:teuthology.orchestra.run.smithi173:> 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:47:39.313 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:47:39.314 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:47:39.321 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:47:39.386 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:47:39.387 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:47:39.394 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:47:39.485 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:47:39.494 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:47:39.495 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:47:39.520 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:47:39.545 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:47:39.554 DEBUG:teuthology.orchestra.run.smithi169:> 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:47:39.562 DEBUG:teuthology.orchestra.run.smithi173:> 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:47:39.583 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2023-12-26T17:47:39.608 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2023-12-26T17:47:39.622 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:47:39.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:47:39.651 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:47:39.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:47:39.676 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:47:39.685 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:47:39.686 DEBUG:teuthology.misc:Transferring archived files from smithi169:/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/7501560/remote/smithi169 2023-12-26T17:47:39.687 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:47:39.743 DEBUG:teuthology.misc:Transferring archived files from smithi173:/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/7501560/remote/smithi173 2023-12-26T17:47:39.745 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:47:39.796 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:47:39.797 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:47:39.799 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:47:39.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:47:39.856 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:47:39.856 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:47:39.865 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:47:39.866 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:47:39.868 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:47:39.880 INFO:teuthology.orchestra.run.smithi169.stdout: 262701 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:47 /home/ubuntu/cephtest 2023-12-26T17:47:39.901 INFO:teuthology.orchestra.run.smithi173.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:47 /home/ubuntu/cephtest 2023-12-26T17:47:39.902 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:47:39.911 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:47:39.930 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:47:39.963 DEBUG:teuthology.nuke:shortname: smithi169 2023-12-26T17:47:39.963 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:47:39.987 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.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/7501560', '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 17:34:46.232888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhDdpVao7HS8IZctcau7L3Dzxm8kcf8Rdw8BkOqk0OpGpa4DxDp8VVTihfYufMkOY+B3xIZCTKlPExgTfF4jBA='} 2023-12-26T17:47:39.991 DEBUG:teuthology.nuke:shortname: smithi173 2023-12-26T17:47:39.991 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:47:40.015 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.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/7501560', '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 17:34:46.234000', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUWsBZNwGL4gtkcYCpnuOckxK/1JrWIj/gidamliSu/RYtXACFsvBhWvueSlb1hQNYUZldssf30KK6aF3yeEBA='} 2023-12-26T17:47:40.052 INFO:teuthology.orchestra.console.smithi169:Power off 2023-12-26T17:47:40.052 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:47:40.077 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2023-12-26T17:47:40.077 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:47:40.093 INFO:teuthology.orchestra.console.smithi173:Power off 2023-12-26T17:47:40.094 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:47:40.105 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-26T17:47:40.119 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2023-12-26T17:47:40.119 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:47:40.147 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-12-26T17:47:44.106 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:47:44.148 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:47:44.217 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-26T17:47:44.260 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2023-12-26T17:47:48.221 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:47:48.261 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:47:48.332 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2023-12-26T17:47:48.371 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2023-12-26T17:47:48.433 INFO:teuthology.orchestra.console.smithi169:Power off completed 2023-12-26T17:47:48.472 INFO:teuthology.orchestra.console.smithi173:Power off completed 2023-12-26T17:47:48.581 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: 339.89215636253357 failure_reason: 'smithi169.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: []smithi173.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=706a42f3b1ca4f2d9033009500f612f4 status: dead success: false 2023-12-26T17:47:48.581 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:47:48.669 INFO:teuthology.run:DEAD