2023-12-26T17:20:10.965 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:20:10.965 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501506 -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501506/orig.config.yaml 2023-12-26T17:20:11.001 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:20:11.081 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/7501506 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: null first_in_suite: false job_id: '7501506' 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: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFCgtgQLEVdSwo4ciozRtWaAx/3GGbeemU4JG97p1pTYsKqAyZ3GF1mv+PJqQQySFAk8G19pU9c8cO1SVAd9QIU= smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEw3odlapf2FTqU40fXxBBOlJOxYH+CWBt1ijhnWl8eLWRnHaVwDh4cWtLbCqFKgdrc8kGuuljGLdodp2Si9qWY= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph 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 --cluster-id foo --pseudo-path /foouser --user-id foouser - 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}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/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 /foouser - 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:20:11.086 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:20:11.086 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:20:11.087 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:20:11.088 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:20:11.115 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:20:11.115 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:20:11.115 INFO:teuthology.packaging:ref: None 2023-12-26T17:20:11.115 INFO:teuthology.packaging:tag: None 2023-12-26T17:20:11.115 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:20:11.115 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:20:11.116 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:20:11.269 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:20:11.271 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:20:11.278 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:20:11.278 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:20:11.325 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:20:11.341 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:20:11.347 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:20:11.374 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.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/7501506', '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:15:23.940013', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFCgtgQLEVdSwo4ciozRtWaAx/3GGbeemU4JG97p1pTYsKqAyZ3GF1mv+PJqQQySFAk8G19pU9c8cO1SVAd9QIU='} 2023-12-26T17:20:11.399 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.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/7501506', '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:15:23.938355', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEw3odlapf2FTqU40fXxBBOlJOxYH+CWBt1ijhnWl8eLWRnHaVwDh4cWtLbCqFKgdrc8kGuuljGLdodp2Si9qWY='} 2023-12-26T17:20:11.399 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:20:11.405 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:20:11.406 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:20:11.406 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:20:11.512 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6245272e50>, signals=[15]) 2023-12-26T17:20:11.513 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:20:11.520 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:20:11.520 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2023-12-26T17:20:11.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:20:11.589 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2023-12-26T17:20:11.590 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:20:11.657 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:20:11.664 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2023-12-26T17:20:11.682 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2023-12-26T17:20:11.682 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:ID="rhel" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="fedora" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8.4" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:20:11.739 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:20:11.740 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:20:11.741 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-12-26T17:20:11.774 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2023-12-26T17:20:11.792 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2023-12-26T17:20:11.793 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:ID="rhel" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="fedora" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="8.4" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2023-12-26T17:20:11.850 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:20:11.851 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:20:11.851 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2023-12-26T17:20:11.882 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:20:11.891 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:20:11.915 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:20:11.915 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:20:11.918 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:20:11.934 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:20:11.961 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:20:11.961 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:20:11.974 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:20:11.989 INFO:teuthology.orchestra.run.smithi008.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:20:11.991 INFO:teuthology.orchestra.run.smithi043.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:20:11.992 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:20:12.050 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:20:12.066 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:20:12.066 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:20:12.067 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:20:12.067 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:20:12.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:20:12.083 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-26T17:20:12.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:20:12.084 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-26T17:20:12.140 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:20:12.140 INFO:teuthology.task.kernel:Running kernel on smithi043: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:20:12.140 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2023-12-26T17:20:12.142 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:20:12.142 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:20:12.142 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2023-12-26T17:20:13.597 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-26T17:20:13.598 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-26T17:20:13.753 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-26T17:20:13.753 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to read consumer identity 2023-12-26T17:20:15.014 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-26T17:20:15.121 INFO:teuthology.orchestra.run.smithi043.stdout:Copr repo for python3-asyncssh owned by ceph 34 kB/s | 3.5 kB 00:00 2023-12-26T17:20:15.582 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 31 MB/s | 16 MB 00:00 2023-12-26T17:20:16.025 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-26T17:20:19.183 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 1.6 MB/s | 24 kB 00:00 2023-12-26T17:20:19.588 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 1.3 MB/s | 24 kB 00:00 2023-12-26T17:20:19.962 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:20:19.962 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:20:19.962 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:20:20.111 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-26T17:20:20.112 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2023-12-26T17:20:20.112 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-26T17:20:20.243 DEBUG:teuthology.orchestra.run.smithi008:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:20:20.466 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:20:20.466 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:20:20.466 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:20:20.607 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-26T17:20:20.607 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-26T17:20:20.617 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-26T17:20:20.618 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-26T17:20:20.618 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-26T17:20:20.725 DEBUG:teuthology.orchestra.run.smithi043:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:20:20.917 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:01 ago on Tue 26 Dec 2023 05:20:19 PM UTC. 2023-12-26T17:20:21.048 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:20:21.048 INFO:teuthology.orchestra.run.smithi008.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:20:21.048 INFO:teuthology.orchestra.run.smithi008.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:20:21.072 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-26T17:20:21.092 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-26T17:20:21.092 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to read consumer identity 2023-12-26T17:20:21.122 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum reinstall -y kernel || true 2023-12-26T17:20:21.410 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:20:19 PM UTC. 2023-12-26T17:20:21.486 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-26T17:20:21.486 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-26T17:20:21.541 INFO:teuthology.orchestra.run.smithi043.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:20:21.541 INFO:teuthology.orchestra.run.smithi043.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:20:21.541 INFO:teuthology.orchestra.run.smithi043.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:20:21.565 INFO:teuthology.orchestra.run.smithi043.stderr:Error: No packages marked for reinstall. 2023-12-26T17:20:21.617 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum reinstall -y kernel || true 2023-12-26T17:20:21.796 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:20:19 PM UTC. 2023-12-26T17:20:21.931 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:20:21.931 INFO:teuthology.orchestra.run.smithi008.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:20:21.931 INFO:teuthology.orchestra.run.smithi008.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:20:21.938 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-26T17:20:21.984 INFO:teuthology.orchestra.run.smithi043.stdout:Updating Subscription Management repositories. 2023-12-26T17:20:21.984 INFO:teuthology.orchestra.run.smithi043.stdout:Unable to read consumer identity 2023-12-26T17:20:21.988 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:20:22.119 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.119 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.119 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:20:22.119 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:20:22.119 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:20:22.119 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:20:22.119 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:20:22.119 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:20:22.250 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.250 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.250 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.02 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 99.el8_4.1 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Group : System Environment/Base 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 9264631 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2023-12-26T17:20:22.279 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Relocations : (not relocatable) 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : Red Hat, Inc. 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2023-12-26T17:20:22.280 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-26T17:20:22.281 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:20:22.281 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:20:22.282 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.282 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:20:22.294 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:20:19 PM UTC. 2023-12-26T17:20:22.474 INFO:teuthology.orchestra.run.smithi043.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:20:22.474 INFO:teuthology.orchestra.run.smithi043.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:20:22.474 INFO:teuthology.orchestra.run.smithi043.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:20:22.486 INFO:teuthology.orchestra.run.smithi043.stderr:Error: No packages marked for reinstall. 2023-12-26T17:20:22.539 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:20:22.669 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.669 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.669 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:20:22.669 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:20:22.669 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:20:22.670 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:20:22.670 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi043.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:20:22.670 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:20:22.799 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.799 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.800 DEBUG:teuthology.orchestra.run.smithi043:> sudo rpm -qi grub2-tools 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Name : grub2-tools 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Epoch : 1 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Version : 2.02 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Release : 99.el8_4.1 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: x86_64 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Group : System Environment/Base 2023-12-26T17:20:22.828 INFO:teuthology.orchestra.run.smithi043.stdout:Size : 9264631 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:License : GPLv3+ 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Relocations : (not relocatable) 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Packager : Red Hat, Inc. 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Summary : Support tools for GRUB. 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:Description : 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:20:22.829 INFO:teuthology.orchestra.run.smithi043.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:20:22.830 INFO:teuthology.orchestra.run.smithi043.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:20:22.830 INFO:teuthology.orchestra.run.smithi043.stdout:hardware devices. 2023-12-26T17:20:22.830 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-26T17:20:22.830 INFO:teuthology.orchestra.run.smithi043.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:20:22.831 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:20:22.831 INFO:teuthology.task.kernel:Updating grub on smithi043 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:22.831 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:20:23.733 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2023-12-26T17:20:24.046 INFO:teuthology.orchestra.run.smithi043.stderr:Generating grub configuration file ... 2023-12-26T17:20:25.626 INFO:teuthology.orchestra.run.smithi008.stderr:done 2023-12-26T17:20:25.628 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2023-12-26T17:20:25.642 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.z0kMKOrIBM 2023-12-26T17:20:25.643 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.z0kMKOrIBM 2023-12-26T17:20:25.726 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.z0kMKOrIBM 2023-12-26T17:20:25.879 INFO:teuthology.orchestra.run.smithi043.stderr:done 2023-12-26T17:20:25.881 DEBUG:teuthology.orchestra.run.smithi043:> mktemp 2023-12-26T17:20:25.896 INFO:teuthology.orchestra.run.smithi043.stdout:/tmp/tmp.MChe6rTr8u 2023-12-26T17:20:25.896 DEBUG:teuthology.orchestra.run.smithi043:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MChe6rTr8u 2023-12-26T17:20:25.903 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.z0kMKOrIBM is 6KB 2023-12-26T17:20:25.952 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.z0kMKOrIBM 2023-12-26T17:20:25.966 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:20:25.973 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0666 /tmp/tmp.MChe6rTr8u 2023-12-26T17:20:26.032 INFO:teuthology.orchestra.run.smithi008.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:20:26.033 INFO:teuthology.orchestra.run.smithi008.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:20:26.033 INFO:teuthology.orchestra.run.smithi008.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:20:26.033 INFO:teuthology.orchestra.run.smithi008.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:20:26.034 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:26.139 DEBUG:teuthology.orchestra.remote:smithi043:/tmp/tmp.MChe6rTr8u is 6KB 2023-12-26T17:20:26.189 DEBUG:teuthology.orchestra.run.smithi043:> rm -fr /tmp/tmp.MChe6rTr8u 2023-12-26T17:20:26.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2023-12-26T17:20:26.203 DEBUG:teuthology.orchestra.run.smithi043:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:20:26.272 INFO:teuthology.orchestra.run.smithi043.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:20:26.273 INFO:teuthology.orchestra.run.smithi043.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:20:26.273 INFO:teuthology.orchestra.run.smithi043.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:20:26.273 INFO:teuthology.orchestra.run.smithi043.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:20:26.274 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:20:26.613 DEBUG:teuthology.orchestra.run.smithi043:> sudo shutdown -r now 2023-12-26T17:20:56.229 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:20:56.230 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-26T17:20:56.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:20:56.616 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:20:56.616 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-26T17:20:56.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:21:14.770 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-12-26T17:21:15.025 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.43 2023-12-26T17:21:23.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-26T17:21:23.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:21:24.027 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-26T17:21:24.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:21:26.833 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-12-26T17:21:38.845 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-26T17:21:38.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:22:10.826 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-12-26T17:22:12.241 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-26T17:22:12.241 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:22:12.241 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-26T17:22:12.526 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:22:12.526 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:22:12.526 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:22:12.526 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:22:13.527 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:22:13.528 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:22:13.853 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2023-12-26T17:22:13.870 DEBUG:teuthology.parallel:result is None 2023-12-26T17:22:24.030 DEBUG:teuthology.orchestra.remote:timed out 2023-12-26T17:22:36.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-26T17:22:36.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:22:36.366 DEBUG:teuthology.orchestra.run.smithi043:> true 2023-12-26T17:22:36.635 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-26T17:22:36.636 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:22:36.636 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-26T17:22:36.653 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:22:36.653 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:22:36.654 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:22:36.654 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:22:37.655 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:22:37.655 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:22:37.742 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2023-12-26T17:22:37.756 DEBUG:teuthology.parallel:result is None 2023-12-26T17:22:37.756 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:22:37.763 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:22:37.764 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:22:37.767 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:22:37.784 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:22:37.791 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:22:37.799 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:22:37.800 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:22:37.825 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:22:37.854 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:22:37.861 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:22:37.861 DEBUG:teuthology.orchestra.run.smithi008:> 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:22:37.891 DEBUG:teuthology.orchestra.run.smithi043:> 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:22:37.925 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:22:37.930 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:22:37.938 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:22:37.942 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:22:37.943 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:22:37.951 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:22:37.952 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:22:37.982 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:22:38.012 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:22:38.022 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:22:38.022 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:22:38.051 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:22:38.068 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:22:38.148 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:22:38.192 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:22:38.274 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:22:38.316 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-26T17:22:38.316 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:22:38.382 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:22:38.428 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:22:38.474 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:22:38.559 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:22:38.605 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-26T17:22:38.605 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:22:38.672 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2023-12-26T17:22:38.675 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2023-12-26T17:22:38.730 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:22:38.766 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:22:39.202 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:22:39.210 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:22:39.210 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:22:39.221 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:22:39.234 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:22:39.235 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2023-12-26T17:22:39.286 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: [ OK ] 2023-12-26T17:22:39.288 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2023-12-26T17:22:39.343 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: [ OK ] 2023-12-26T17:22:39.345 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:22:39.345 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2023-12-26T17:22:39.366 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2023-12-26T17:22:39.366 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2023-12-26T17:22:39.387 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2023-12-26T17:22:39.387 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi043.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:22:39.388 DEBUG:teuthology.orchestra.run.smithi008:> 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:22:39.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:22:39.432 DEBUG:teuthology.orchestra.run.smithi043:> 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:22:39.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:22:39.460 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:22:39.461 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:22:39.498 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:22:39.528 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:22:39.538 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:22:39.555 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:22:39.557 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi043.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:28:13.657 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/7501506/ansible_failures.yaml 2023-12-26T17:28:13.659 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: smithi008.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: []smithi043.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:28:13.746 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7a46a6f79b45458ca5f57e0ed7c8fca8 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: smithi008.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: []smithi043.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:28:13.748 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:28:13.758 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:28:13.758 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:28:13.775 DEBUG:teuthology.orchestra.run.smithi008:> 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:28:13.864 DEBUG:teuthology.orchestra.run.smithi043:> 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:28:13.947 DEBUG:teuthology.orchestra.run.smithi008:> 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:28:13.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:28:13.979 DEBUG:teuthology.orchestra.run.smithi043:> 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:28:14.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:28:14.011 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:28:14.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:28:14.143 INFO:teuthology.task.internal:Duration was 334.932726 seconds 2023-12-26T17:28:14.143 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:28:14.157 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:28:14.158 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:28:14.160 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:28:14.208 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:28:14.208 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:28:14.555 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:28:14.556 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2023-12-26T17:28:14.556 DEBUG:teuthology.orchestra.run.smithi008:> 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:28:14.579 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2023-12-26T17:28:14.579 DEBUG:teuthology.orchestra.run.smithi043:> 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:28:14.602 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:28:14.602 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:28:14.622 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:28:14.678 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:28:14.678 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:28:14.699 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:28:14.781 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:28:14.790 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:28:14.791 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:28:14.817 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:28:14.843 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:28:14.855 DEBUG:teuthology.orchestra.run.smithi008:> 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:28:14.859 DEBUG:teuthology.orchestra.run.smithi043:> 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:28:14.883 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2023-12-26T17:28:14.907 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2023-12-26T17:28:14.923 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:28:14.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:28:14.952 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:28:14.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:28:14.976 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:28:14.986 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:28:14.987 DEBUG:teuthology.misc:Transferring archived files from smithi008:/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/7501506/remote/smithi008 2023-12-26T17:28:14.988 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:28:15.038 DEBUG:teuthology.misc:Transferring archived files from smithi043:/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/7501506/remote/smithi043 2023-12-26T17:28:15.039 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:28:15.093 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:28:15.094 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:28:15.097 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:28:15.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:28:15.124 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:28:15.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:28:15.142 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:28:15.142 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:28:15.153 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:28:15.165 INFO:teuthology.orchestra.run.smithi008.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:28 /home/ubuntu/cephtest 2023-12-26T17:28:15.167 INFO:teuthology.orchestra.run.smithi043.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:28 /home/ubuntu/cephtest 2023-12-26T17:28:15.169 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:28:15.180 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:28:15.253 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:28:15.280 DEBUG:teuthology.nuke:shortname: smithi008 2023-12-26T17:28:15.280 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:28:15.306 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.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/7501506', '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:15:23.940013', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFCgtgQLEVdSwo4ciozRtWaAx/3GGbeemU4JG97p1pTYsKqAyZ3GF1mv+PJqQQySFAk8G19pU9c8cO1SVAd9QIU='} 2023-12-26T17:28:15.307 DEBUG:teuthology.nuke:shortname: smithi043 2023-12-26T17:28:15.307 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:28:15.336 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.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/7501506', '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:15:23.938355', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEw3odlapf2FTqU40fXxBBOlJOxYH+CWBt1ijhnWl8eLWRnHaVwDh4cWtLbCqFKgdrc8kGuuljGLdodp2Si9qWY='} 2023-12-26T17:28:15.365 INFO:teuthology.orchestra.console.smithi008:Power off 2023-12-26T17:28:15.365 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:28:15.388 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2023-12-26T17:28:15.388 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:28:15.404 INFO:teuthology.orchestra.console.smithi043:Power off 2023-12-26T17:28:15.405 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:28:15.413 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-26T17:28:15.427 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2023-12-26T17:28:15.427 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:28:15.451 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-26T17:28:19.415 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:28:19.451 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:28:19.527 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-26T17:28:19.561 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-26T17:28:23.532 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:28:23.563 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:28:23.643 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2023-12-26T17:28:23.674 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2023-12-26T17:28:23.744 INFO:teuthology.orchestra.console.smithi008:Power off completed 2023-12-26T17:28:23.775 INFO:teuthology.orchestra.console.smithi043:Power off completed 2023-12-26T17:28:23.883 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 334.9327256679535 failure_reason: 'smithi008.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: []smithi043.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=7a46a6f79b45458ca5f57e0ed7c8fca8 status: dead success: false 2023-12-26T17:28:23.884 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:28:23.960 INFO:teuthology.run:DEAD