2024-09-03T00:51:01.698 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-03T00:51:01.716 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-03T00:51:01.805 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-02_22:08:11-orch-reef-distro-default-smithi/7887248 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7887248' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-02_22:08:11-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: reef 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\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: d5053ac6ba1806f28bccdb2f226630dbc9d039ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d5053ac6ba1806f28bccdb2f226630dbc9d039ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: d5053ac6ba1806f28bccdb2f226630dbc9d039ec owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9430 sha1: d5053ac6ba1806f28bccdb2f226630dbc9d039ec sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_d5053ac6ba1806f28bccdb2f226630dbc9d039ec/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: d5053ac6ba1806f28bccdb2f226630dbc9d039ec targets: smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBInVHnbSPOk99NQjiDfvjWmizxZKjAOQxw1G+jfcXezz6jyKAfdw0FArjE46p70ojvTDyCz/UH5UqLaNIndzpZA= smithi178.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMFp+bH+PA4N8dENmZjsMaJmtygy+wCKAg4BH5Q9SIqtWNsISk7hN7pFQh/hKfH6EQNNn9PQhothjgBdsCi8bkI= tasks: - pexec: all: - sudo dnf install nvmetcli nvme-cli -y - 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-02_22:08:11 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-03T00:51:01.806 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_d5053ac6ba1806f28bccdb2f226630dbc9d039ec/qa; will attempt to use it 2024-09-03T00:51:01.806 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_d5053ac6ba1806f28bccdb2f226630dbc9d039ec/qa/tasks 2024-09-03T00:51:01.807 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-03T00:51:01.808 INFO:teuthology.task.internal:Checking packages... 2024-09-03T00:51:01.828 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd5053ac6ba1806f28bccdb2f226630dbc9d039ec' 2024-09-03T00:51:01.828 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-03T00:51:01.829 INFO:teuthology.packaging:ref: None 2024-09-03T00:51:01.829 INFO:teuthology.packaging:tag: None 2024-09-03T00:51:01.829 INFO:teuthology.packaging:branch: reef 2024-09-03T00:51:01.829 INFO:teuthology.packaging:sha1: d5053ac6ba1806f28bccdb2f226630dbc9d039ec 2024-09-03T00:51:01.829 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=reef 2024-09-03T00:51:02.078 INFO:teuthology.task.internal:Found packages for ceph version 18.2.4-803.gd5053ac6 2024-09-03T00:51:02.080 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-03T00:51:02.086 INFO:teuthology.task.internal:no buildpackages task found 2024-09-03T00:51:02.086 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-03T00:51:02.099 INFO:teuthology.task.internal:Saving configuration 2024-09-03T00:51:02.112 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-03T00:51:02.118 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-03T00:51:02.151 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-02_22:08:11-orch-reef-distro-default-smithi/7887248', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-03 00:45:48.446409', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBInVHnbSPOk99NQjiDfvjWmizxZKjAOQxw1G+jfcXezz6jyKAfdw0FArjE46p70ojvTDyCz/UH5UqLaNIndzpZA='} 2024-09-03T00:51:02.181 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-02_22:08:11-orch-reef-distro-default-smithi/7887248', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-03 00:45:48.448007', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMFp+bH+PA4N8dENmZjsMaJmtygy+wCKAg4BH5Q9SIqtWNsISk7hN7pFQh/hKfH6EQNNn9PQhothjgBdsCi8bkI='} 2024-09-03T00:51:02.181 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-03T00:51:02.187 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-03T00:51:02.187 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-03T00:51:02.187 INFO:teuthology.run_tasks:Running task console_log... 2024-09-03T00:51:02.289 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3c5485bac0>, signals=[15]) 2024-09-03T00:51:02.289 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-03T00:51:02.295 INFO:teuthology.task.internal:Opening connections... 2024-09-03T00:51:02.295 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-09-03T00:51:02.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-03T00:51:02.382 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2024-09-03T00:51:02.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-03T00:51:02.465 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-03T00:51:02.472 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-09-03T00:51:02.490 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-09-03T00:51:02.490 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-09-03T00:51:02.547 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2024-09-03T00:51:02.547 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="9" 2024-09-03T00:51:02.547 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2024-09-03T00:51:02.547 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="9" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el9" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:LOGO="fedora-logo-icon" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-03T00:51:02.548 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-03T00:51:02.549 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-09-03T00:51:02.582 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2024-09-03T00:51:02.600 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2024-09-03T00:51:02.601 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2024-09-03T00:51:02.658 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="CentOS Stream" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="9" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:ID="centos" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="rhel fedora" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="9" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el9" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:LOGO="fedora-logo-icon" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://centos.org/" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-03T00:51:02.659 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-03T00:51:02.660 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2024-09-03T00:51:02.690 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-03T00:51:02.700 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-03T00:51:02.707 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-03T00:51:02.707 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-09-03T00:51:02.710 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2024-09-03T00:51:02.727 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-03T00:51:02.733 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-03T00:51:02.733 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-09-03T00:51:02.768 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2024-09-03T00:51:02.815 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-03T00:51:02.885 INFO:teuthology.run_tasks:Running task kernel... 2024-09-03T00:51:02.901 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-03T00:51:02.901 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-03T00:51:02.902 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-03T00:51:02.902 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-03T00:51:02.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:51:02.919 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-09-03T00:51:02.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:51:02.920 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2024-09-03T00:51:02.978 INFO:teuthology.orchestra.run.smithi153.stdout:5.14.0-503.el9.x86_64 2024-09-03T00:51:02.978 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.14.0-503.el9.x86_64 2024-09-03T00:51:02.978 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2024-09-03T00:51:02.979 INFO:teuthology.orchestra.run.smithi178.stdout:5.14.0-503.el9.x86_64 2024-09-03T00:51:02.979 INFO:teuthology.task.kernel:Running kernel on smithi178: 5.14.0-503.el9.x86_64 2024-09-03T00:51:02.979 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2024-09-03T00:51:05.319 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-03T00:51:06.967 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - BaseOS 3.8 MB/s | 8.2 MB 00:02 2024-09-03T00:51:08.628 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - AppStream 9.2 MB/s | 20 MB 00:02 2024-09-03T00:51:12.635 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 20 MB 00:04 2024-09-03T00:51:12.989 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-03T00:51:14.562 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 18 kB 00:00 2024-09-03T00:51:15.700 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-03T00:51:19.153 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 6.5 MB 00:02 2024-09-03T00:51:20.969 INFO:teuthology.orchestra.run.smithi178.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 18 kB 00:00 2024-09-03T00:51:21.072 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-03T00:51:21.823 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-03T00:51:23.012 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-03T00:51:23.012 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-03T00:51:23.091 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-03T00:51:23.092 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-03T00:51:23.092 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-03T00:51:23.194 DEBUG:teuthology.orchestra.run.smithi153:> echo no | sudo yum reinstall kernel || true 2024-09-03T00:51:23.735 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:02 ago on Tue 03 Sep 2024 12:51:21 AM UTC. 2024-09-03T00:51:23.888 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout:Reinstalling: 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-03T00:51:23.898 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:51:23.899 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:51:23.899 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 1.9 M 2024-09-03T00:51:23.899 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 0 2024-09-03T00:51:23.899 INFO:teuthology.orchestra.run.smithi153.stderr:Operation aborted. 2024-09-03T00:51:23.954 INFO:teuthology.orchestra.run.smithi153.stdout:Is this ok [y/N]: 2024-09-03T00:51:23.954 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum reinstall -y kernel || true 2024-09-03T00:51:24.489 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:03 ago on Tue 03 Sep 2024 12:51:21 AM UTC. 2024-09-03T00:51:24.614 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-03T00:51:24.615 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:51:24.615 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-03T00:51:24.615 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout:Reinstalling: 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 1.9 M 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 0 2024-09-03T00:51:24.616 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-03T00:51:25.316 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-5.14.0-503.el9.x86_64.rpm 3.1 MB/s | 1.9 MB 00:00 2024-09-03T00:51:25.316 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-03T00:51:25.316 INFO:teuthology.orchestra.run.smithi153.stdout:Total 2.7 MB/s | 1.9 MB 00:00 2024-09-03T00:51:25.347 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-03T00:51:25.575 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-03T00:51:25.575 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-03T00:51:25.605 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-03T00:51:25.606 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-03T00:51:25.780 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-03T00:51:25.876 INFO:teuthology.orchestra.run.smithi153.stdout: Reinstalling : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-03T00:51:25.876 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-03T00:51:26.541 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-5.14.0-503.el9.x86_64 2/2 2024-09-03T00:51:26.541 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-03T00:51:27.308 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-03T00:51:27.308 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:51:27.308 INFO:teuthology.orchestra.run.smithi153.stdout:Reinstalled: 2024-09-03T00:51:27.309 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-5.14.0-503.el9.x86_64 2024-09-03T00:51:27.309 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:51:27.309 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-03T00:51:27.376 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 18 kB/s | 1.7 kB 00:00 2024-09-03T00:51:27.513 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-09-03T00:51:27.572 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-5.14.0-503.el9.x86_64 2024-09-03T00:51:27.572 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-503.el9.x86_64 2024-09-03T00:51:27.572 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-09-03T00:51:27.573 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-03T00:51:27.573 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-03T00:51:27.606 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-09-03T00:51:27.632 DEBUG:teuthology.parallel:result is None 2024-09-03T00:51:29.368 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-03T00:51:29.368 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-03T00:51:29.453 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-09-03T00:51:29.454 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2024-09-03T00:51:29.455 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-09-03T00:51:29.580 DEBUG:teuthology.orchestra.run.smithi178:> echo no | sudo yum reinstall kernel || true 2024-09-03T00:51:30.160 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:03 ago on Tue 03 Sep 2024 12:51:27 AM UTC. 2024-09-03T00:51:30.305 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-09-03T00:51:30.315 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:51:30.315 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-09-03T00:51:30.315 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:51:30.315 INFO:teuthology.orchestra.run.smithi178.stdout:Reinstalling: 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 1.9 M 2024-09-03T00:51:30.316 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 0 2024-09-03T00:51:30.317 INFO:teuthology.orchestra.run.smithi178.stderr:Operation aborted. 2024-09-03T00:51:30.376 INFO:teuthology.orchestra.run.smithi178.stdout:Is this ok [y/N]: 2024-09-03T00:51:30.377 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum reinstall -y kernel || true 2024-09-03T00:51:30.907 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:03 ago on Tue 03 Sep 2024 12:51:27 AM UTC. 2024-09-03T00:51:31.033 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout:Reinstalling: 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout: kernel x86_64 5.14.0-503.el9 baseos 1.9 M 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:51:31.034 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-09-03T00:51:31.035 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:51:31.035 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:51:31.035 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 1.9 M 2024-09-03T00:51:31.035 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 0 2024-09-03T00:51:31.035 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-09-03T00:51:32.155 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-5.14.0-503.el9.x86_64.rpm 2.2 MB/s | 1.9 MB 00:00 2024-09-03T00:51:32.156 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-09-03T00:51:32.156 INFO:teuthology.orchestra.run.smithi178.stdout:Total 1.7 MB/s | 1.9 MB 00:01 2024-09-03T00:51:32.189 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-09-03T00:51:32.435 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-09-03T00:51:32.435 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-09-03T00:51:32.465 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-09-03T00:51:32.465 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-09-03T00:51:32.660 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-09-03T00:51:32.733 INFO:teuthology.orchestra.run.smithi178.stdout: Reinstalling : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-03T00:51:32.733 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-03T00:51:33.493 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: kernel-5.14.0-503.el9.x86_64 2/2 2024-09-03T00:51:33.493 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 1/2 2024-09-03T00:51:34.275 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : kernel-5.14.0-503.el9.x86_64 2/2 2024-09-03T00:51:34.275 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:51:34.276 INFO:teuthology.orchestra.run.smithi178.stdout:Reinstalled: 2024-09-03T00:51:34.276 INFO:teuthology.orchestra.run.smithi178.stdout: kernel-5.14.0-503.el9.x86_64 2024-09-03T00:51:34.276 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:51:34.276 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-09-03T00:51:34.443 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2024-09-03T00:51:34.502 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-5.14.0-503.el9.x86_64 2024-09-03T00:51:34.503 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-503.el9.x86_64 2024-09-03T00:51:34.503 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-09-03T00:51:34.503 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-03T00:51:34.503 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-03T00:51:34.583 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2024-09-03T00:51:34.606 DEBUG:teuthology.parallel:result is None 2024-09-03T00:51:34.606 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-03T00:51:34.617 INFO:teuthology.task.internal:Creating test directory... 2024-09-03T00:51:34.617 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-03T00:51:34.620 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-03T00:51:34.636 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-03T00:51:34.646 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-03T00:51:34.659 INFO:teuthology.task.internal:Creating archive directory... 2024-09-03T00:51:34.659 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-03T00:51:34.678 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-03T00:51:34.712 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-03T00:51:34.718 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-03T00:51:34.719 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-03T00:51:34.750 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-03T00:51:34.802 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-03T00:51:34.810 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-03T00:51:34.813 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-03T00:51:34.820 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-03T00:51:34.821 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-03T00:51:34.830 INFO:teuthology.task.internal:Configuring sudo... 2024-09-03T00:51:34.830 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-03T00:51:34.832 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-03T00:51:34.857 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-03T00:51:34.868 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-03T00:51:34.868 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-03T00:51:34.900 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-03T00:51:34.916 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-03T00:51:35.005 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-03T00:51:35.040 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-03T00:51:35.130 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-03T00:51:35.162 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-03T00:51:35.163 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-03T00:51:35.228 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-03T00:51:35.279 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-03T00:51:35.326 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-03T00:51:35.415 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-03T00:51:35.449 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2024-09-03T00:51:35.449 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-03T00:51:35.516 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-09-03T00:51:35.518 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2024-09-03T00:51:35.554 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-03T00:51:35.598 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-03T00:51:36.008 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-03T00:51:36.015 INFO:teuthology.task.internal:Starting timer... 2024-09-03T00:51:36.015 INFO:teuthology.run_tasks:Running task pcp... 2024-09-03T00:51:36.035 INFO:teuthology.run_tasks:Running task selinux... 2024-09-03T00:51:36.047 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-03T00:51:36.047 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2024-09-03T00:51:36.092 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2024-09-03T00:51:36.093 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2024-09-03T00:51:36.133 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2024-09-03T00:51:36.135 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-03T00:51:36.136 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2024-09-03T00:51:36.163 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2024-09-03T00:51:36.163 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2024-09-03T00:51:36.198 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2024-09-03T00:51:36.198 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi153.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2024-09-03T00:51:36.199 DEBUG:teuthology.orchestra.run.smithi153:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-03T00:51:36.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:51:36.229 DEBUG:teuthology.orchestra.run.smithi178:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-03T00:51:36.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:51:36.263 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-03T00:51:36.263 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2024-09-03T00:51:36.299 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2024-09-03T00:51:36.345 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-03T00:51:36.355 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-03T00:51:36.367 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-03T00:51:36.368 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi153.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-03T00:53:23.630 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi153.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2024-09-03T00:53:23.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-03T00:53:23.632 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-03T00:53:23.719 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-09-03T00:53:23.796 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-03T00:53:23.796 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-09-03T00:53:23.796 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-03T00:53:23.879 DEBUG:teuthology.orchestra.run.smithi178:> true 2024-09-03T00:53:23.914 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2024-09-03T00:53:23.914 INFO:teuthology.run_tasks:Running task clock... 2024-09-03T00:53:23.924 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-03T00:53:23.924 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-03T00:53:23.925 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-03T00:53:23.927 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-03T00:53:23.927 DEBUG:teuthology.orchestra.run.smithi178:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-03T00:53:23.954 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-03T00:53:23.968 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-03T00:53:23.985 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-03T00:53:23.992 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2024-09-03T00:53:23.999 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-03T00:53:24.003 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2024-09-03T00:53:24.017 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-03T00:53:24.024 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2024-09-03T00:53:24.031 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-03T00:53:24.035 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2024-09-03T00:53:24.050 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-03T00:53:24.065 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-03T00:53:24.089 INFO:teuthology.orchestra.run.smithi153.stderr:bash: line 1: ntpq: command not found 2024-09-03T00:53:24.092 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-03T00:53:24.092 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-09-03T00:53:24.092 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.093 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.093 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.093 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.124 INFO:teuthology.orchestra.run.smithi178.stderr:bash: line 1: ntpq: command not found 2024-09-03T00:53:24.127 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-03T00:53:24.127 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-09-03T00:53:24.127 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.127 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.127 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.127 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:24.128 INFO:teuthology.run_tasks:Running task pexec... 2024-09-03T00:53:24.138 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-03T00:53:24.138 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi153.front.sepia.ceph.com 2024-09-03T00:53:24.139 DEBUG:teuthology.orchestra.run.smithi153:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-03T00:53:24.139 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi178.front.sepia.ceph.com 2024-09-03T00:53:24.139 DEBUG:teuthology.orchestra.run.smithi178:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-03T00:53:24.708 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:45 ago on Tue 03 Sep 2024 12:52:39 AM UTC. 2024-09-03T00:53:24.738 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:45 ago on Tue 03 Sep 2024 12:52:39 AM UTC. 2024-09-03T00:53:24.797 INFO:teuthology.orchestra.run.smithi153.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-03T00:53:24.826 INFO:teuthology.orchestra.run.smithi178.stdout:Package nvme-cli-2.9.1-6.el9.x86_64 is already installed. 2024-09-03T00:53:24.838 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-03T00:53:24.839 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:53:24.839 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-03T00:53:24.839 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:53:24.839 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-03T00:53:24.839 INFO:teuthology.orchestra.run.smithi153.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-03T00:53:24.839 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout:Install 4 Packages 2024-09-03T00:53:24.840 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:53:24.841 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 1.0 M 2024-09-03T00:53:24.841 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 3.6 M 2024-09-03T00:53:24.841 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-03T00:53:24.868 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2024-09-03T00:53:24.869 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2024-09-03T00:53:24.870 INFO:teuthology.orchestra.run.smithi178.stdout:Install 4 Packages 2024-09-03T00:53:24.870 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:53:24.870 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 1.0 M 2024-09-03T00:53:24.870 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 3.6 M 2024-09-03T00:53:24.870 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2024-09-03T00:53:25.063 INFO:teuthology.orchestra.run.smithi153.stdout:(1/4): nvmetcli-0.7-3.el9.noarch.rpm 379 kB/s | 44 kB 00:00 2024-09-03T00:53:25.088 INFO:teuthology.orchestra.run.smithi153.stdout:(2/4): python3-configshell-1.1.30-1.el9.noarch. 502 kB/s | 72 kB 00:00 2024-09-03T00:53:25.101 INFO:teuthology.orchestra.run.smithi178.stdout:(1/4): nvmetcli-0.7-3.el9.noarch.rpm 335 kB/s | 44 kB 00:00 2024-09-03T00:53:25.114 INFO:teuthology.orchestra.run.smithi153.stdout:(3/4): python3-kmod-0.9-32.el9.x86_64.rpm 502 kB/s | 84 kB 00:00 2024-09-03T00:53:25.120 INFO:teuthology.orchestra.run.smithi178.stdout:(2/4): python3-configshell-1.1.30-1.el9.noarch. 474 kB/s | 72 kB 00:00 2024-09-03T00:53:25.145 INFO:teuthology.orchestra.run.smithi178.stdout:(3/4): python3-kmod-0.9-32.el9.x86_64.rpm 477 kB/s | 84 kB 00:00 2024-09-03T00:53:25.229 INFO:teuthology.orchestra.run.smithi178.stdout:(4/4): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.4 MB/s | 837 kB 00:00 2024-09-03T00:53:25.229 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2024-09-03T00:53:25.229 INFO:teuthology.orchestra.run.smithi178.stdout:Total 2.8 MB/s | 1.0 MB 00:00 2024-09-03T00:53:25.276 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2024-09-03T00:53:25.285 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2024-09-03T00:53:25.286 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2024-09-03T00:53:25.347 INFO:teuthology.orchestra.run.smithi153.stdout:(4/4): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.9 MB/s | 837 kB 00:00 2024-09-03T00:53:25.348 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-03T00:53:25.348 INFO:teuthology.orchestra.run.smithi153.stdout:Total 2.0 MB/s | 1.0 MB 00:00 2024-09-03T00:53:25.368 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2024-09-03T00:53:25.369 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2024-09-03T00:53:25.397 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-03T00:53:25.406 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-03T00:53:25.406 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-03T00:53:25.489 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-03T00:53:25.490 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-03T00:53:25.744 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2024-09-03T00:53:25.822 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/4 2024-09-03T00:53:25.856 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-03T00:53:25.869 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-03T00:53:25.890 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-03T00:53:25.915 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/4 2024-09-03T00:53:25.951 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/4 2024-09-03T00:53:25.983 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-03T00:53:26.018 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-03T00:53:26.042 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : nvmetcli-0.7-3.el9.noarch 4/4 2024-09-03T00:53:26.776 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/4 2024-09-03T00:53:26.776 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/4 2024-09-03T00:53:26.776 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-03T00:53:26.776 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-03T00:53:26.914 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 4/4 2024-09-03T00:53:26.914 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 1/4 2024-09-03T00:53:26.914 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 2/4 2024-09-03T00:53:26.915 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 3/4 2024-09-03T00:53:27.099 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/4 2024-09-03T00:53:27.099 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:53:27.099 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2024-09-03T00:53:27.099 INFO:teuthology.orchestra.run.smithi178.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-03T00:53:27.099 INFO:teuthology.orchestra.run.smithi178.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-03T00:53:27.100 INFO:teuthology.orchestra.run.smithi178.stdout: 2024-09-03T00:53:27.100 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2024-09-03T00:53:27.242 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 4/4 2024-09-03T00:53:27.243 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:53:27.243 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-03T00:53:27.243 INFO:teuthology.orchestra.run.smithi153.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-03T00:53:27.243 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-03T00:53:27.243 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-03T00:53:27.243 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-03T00:53:27.352 DEBUG:teuthology.parallel:result is None 2024-09-03T00:53:27.500 DEBUG:teuthology.parallel:result is None 2024-09-03T00:53:27.501 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-03T00:53:27.520 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-03T00:53:27.520 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-03T00:53:27.520 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-09-03T00:53:27.536 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-03T00:53:27.536 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2024-09-03T00:53:27.591 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-03 00:53:26.317857537 +0000 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-03 00:53:02.957428847 +0000 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-03 00:53:02.957428847 +0000 2024-09-03T00:53:27.592 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-03 00:53:02.957428847 +0000 2024-09-03T00:53:27.593 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-03T00:53:27.656 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-03T00:53:27.656 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-03T00:53:27.656 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000247489 s, 2.1 MB/s 2024-09-03T00:53:27.657 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-03T00:53:27.713 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2024-09-03T00:53:27.768 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-03 00:53:26.317857537 +0000 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-03 00:53:03.281423232 +0000 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-03 00:53:03.281423232 +0000 2024-09-03T00:53:27.769 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-03 00:53:03.281423232 +0000 2024-09-03T00:53:27.769 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-03T00:53:27.832 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-03T00:53:27.832 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-03T00:53:27.832 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000204636 s, 2.5 MB/s 2024-09-03T00:53:27.833 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-03T00:53:27.889 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 701 Links: 1 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-03 00:53:26.318857519 +0000 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-03 00:53:03.609417548 +0000 2024-09-03T00:53:27.944 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-03 00:53:03.609417548 +0000 2024-09-03T00:53:27.945 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-03 00:53:03.609417548 +0000 2024-09-03T00:53:27.945 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-03T00:53:28.007 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-03T00:53:28.007 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-03T00:53:28.007 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000177503 s, 2.9 MB/s 2024-09-03T00:53:28.008 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-03T00:53:28.064 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-03 00:53:26.318857519 +0000 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-03 00:53:03.943411761 +0000 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-03 00:53:03.943411761 +0000 2024-09-03T00:53:28.120 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-03 00:53:03.943411761 +0000 2024-09-03T00:53:28.120 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-03T00:53:28.184 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-03T00:53:28.184 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-03T00:53:28.184 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000194496 s, 2.6 MB/s 2024-09-03T00:53:28.185 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-03T00:53:28.241 DEBUG:teuthology.orchestra.run.smithi153:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-03T00:53:28.372 INFO:teuthology.orchestra.run.smithi153.stdout:loop 2024-09-03T00:53:28.374 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2024-09-03T00:53:28.374 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-03T00:53:28.407 INFO:teuthology.orchestra.run.smithi153.stdout:1 2024-09-03T00:53:28.436 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_11 2024-09-03T00:53:28.455 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to write to /dev/nvme-fabrics: Invalid argument 2024-09-03T00:53:28.466 DEBUG:teuthology.orchestra.run:got remote process result: 234 2024-09-03T00:53:28.466 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_d5053ac6ba1806f28bccdb2f226630dbc9d039ec/qa/tasks/nvme_loop.py", line 43, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi153 with status 234: 'sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn' 2024-09-03T00:53:28.640 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2c3bd6fa316647c4947bdd64af85eac7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_d5053ac6ba1806f28bccdb2f226630dbc9d039ec/qa/tasks/nvme_loop.py", line 43, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi153 with status 234: 'sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn' 2024-09-03T00:53:28.642 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-03T00:53:28.650 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-03T00:53:28.672 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-03T00:53:28.673 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-03T00:53:28.693 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-03T00:53:28.698 INFO:teuthology.orchestra.run.smithi153.stderr:bash: line 1: ntpq: command not found 2024-09-03T00:53:28.703 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-03T00:53:28.703 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-09-03T00:53:28.703 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 3 6 3 2 +667us[ +667us] +/- 43ms 2024-09-03T00:53:28.703 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 3 6 7 0 -2395us[-2395us] +/- 56ms 2024-09-03T00:53:28.703 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 3 6 7 0 +731us[ +731us] +/- 66ms 2024-09-03T00:53:28.704 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:28.712 INFO:teuthology.orchestra.run.smithi178.stderr:bash: line 1: ntpq: command not found 2024-09-03T00:53:28.718 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-03T00:53:28.718 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2024-09-03T00:53:28.718 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 3 6 3 2 +734us[ +734us] +/- 43ms 2024-09-03T00:53:28.718 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 3 6 7 0 -2330us[-2330us] +/- 56ms 2024-09-03T00:53:28.718 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 3 6 7 0 +821us[ +821us] +/- 66ms 2024-09-03T00:53:28.718 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-03T00:53:28.719 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-03T00:53:28.727 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-03T00:53:28.728 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-03T00:53:28.737 DEBUG:teuthology.orchestra.run.smithi153:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-03T00:53:28.787 DEBUG:teuthology.orchestra.run.smithi178:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-03T00:53:28.839 DEBUG:teuthology.orchestra.run.smithi153:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-03T00:53:28.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:53:28.865 DEBUG:teuthology.orchestra.run.smithi178:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-03T00:53:28.893 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:53:28.894 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-03T00:53:28.902 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-03T00:53:28.910 INFO:teuthology.task.internal:Duration was 112.894512 seconds 2024-09-03T00:53:28.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-03T00:53:28.920 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-03T00:53:28.920 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-03T00:53:28.922 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-03T00:53:28.959 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-03T00:53:28.975 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-03T00:53:29.259 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-03T00:53:29.259 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-09-03T00:53:29.259 DEBUG:teuthology.orchestra.run.smithi153:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-03T00:53:29.327 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2024-09-03T00:53:29.327 DEBUG:teuthology.orchestra.run.smithi178:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-03T00:53:29.368 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-03T00:53:29.369 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-03T00:53:29.371 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-03T00:53:29.437 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-03T00:53:29.437 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-03T00:53:29.440 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-03T00:53:29.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-03T00:53:29.542 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-03T00:53:29.542 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-03T00:53:29.567 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-03T00:53:29.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-03T00:53:29.602 DEBUG:teuthology.orchestra.run.smithi153:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-03T00:53:29.610 DEBUG:teuthology.orchestra.run.smithi178:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-03T00:53:29.632 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-09-03T00:53:29.656 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2024-09-03T00:53:29.680 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-03T00:53:29.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:53:29.711 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-03T00:53:29.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-03T00:53:29.734 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-03T00:53:29.744 INFO:teuthology.task.internal:Transferring archived files... 2024-09-03T00:53:29.745 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-02_22:08:11-orch-reef-distro-default-smithi/7887248/remote/smithi153 2024-09-03T00:53:29.746 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-03T00:53:29.795 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-02_22:08:11-orch-reef-distro-default-smithi/7887248/remote/smithi178 2024-09-03T00:53:29.796 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-03T00:53:29.841 INFO:teuthology.task.internal:Removing archive directory... 2024-09-03T00:53:29.841 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-03T00:53:29.843 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-03T00:53:29.891 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-03T00:53:29.901 INFO:teuthology.task.internal:Not uploading archives. 2024-09-03T00:53:29.901 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-03T00:53:29.913 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-03T00:53:29.913 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-03T00:53:29.916 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-03T00:53:29.928 INFO:teuthology.orchestra.run.smithi153.stdout: 262217 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 3 00:53 /home/ubuntu/cephtest 2024-09-03T00:53:29.945 INFO:teuthology.orchestra.run.smithi178.stdout: 262217 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 3 00:53 /home/ubuntu/cephtest 2024-09-03T00:53:29.947 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-03T00:53:29.959 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-03T00:53:29.993 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 112.89451241493225 failure_reason: 'Command failed on smithi153 with status 234: ''sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2c3bd6fa316647c4947bdd64af85eac7 status: fail success: false 2024-09-03T00:53:29.993 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-03T00:53:30.076 INFO:teuthology.run:FAIL