2023-09-22T23:33:41.151 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-22T23:33:41.151 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401330 --verbose --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} -- /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401330/orig.config.yaml 2023-09-22T23:33:41.188 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-22T23:33:41.262 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401330 branch: wip-adk-testing-2023-09-22-1218 description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: adking@redhat.com first_in_suite: false job_id: '7401330' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-09-22-1218 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: e658726abb668aaae1c42e72d314001acd82ce18 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: e658726abb668aaae1c42e72d314001acd82ce18 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-09-22-1218 sha1: e658726abb668aaae1c42e72d314001acd82ce18 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9275 sha1: e658726abb668aaae1c42e72d314001acd82ce18 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-09-22-1218 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e658726abb668aaae1c42e72d314001acd82ce18 targets: smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-22_21:58:46 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-09-22T23:33:41.262 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa; will attempt to use it 2023-09-22T23:33:41.263 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa/tasks 2023-09-22T23:33:41.263 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-22T23:33:41.265 INFO:teuthology.task.internal:Checking packages... 2023-09-22T23:33:41.287 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e658726abb668aaae1c42e72d314001acd82ce18' 2023-09-22T23:33:41.287 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-22T23:33:41.287 INFO:teuthology.packaging:ref: None 2023-09-22T23:33:41.287 INFO:teuthology.packaging:tag: None 2023-09-22T23:33:41.287 INFO:teuthology.packaging:branch: wip-adk-testing-2023-09-22-1218 2023-09-22T23:33:41.287 INFO:teuthology.packaging:sha1: e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T23:33:41.287 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-09-22-1218 2023-09-22T23:33:41.427 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6358.ge658726a 2023-09-22T23:33:41.428 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-22T23:33:41.435 INFO:teuthology.task.internal:no buildpackages task found 2023-09-22T23:33:41.435 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-22T23:33:41.449 INFO:teuthology.task.internal:Saving configuration 2023-09-22T23:33:41.463 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-22T23:33:41.480 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-22T23:33:41.504 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401330', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-22 23:26:29.617258', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-09-22T23:33:41.530 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-22 23:26:51.054753', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-09-22T23:33:41.530 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-22T23:33:41.543 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-09-22T23:33:41.543 INFO:teuthology.task.internal:roles: ubuntu@smithi151.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-09-22T23:33:41.543 INFO:teuthology.run_tasks:Running task console_log... 2023-09-22T23:33:41.622 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5f8ffc2f70>, signals=[15]) 2023-09-22T23:33:41.623 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-22T23:33:41.641 INFO:teuthology.task.internal:Opening connections... 2023-09-22T23:33:41.641 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2023-09-22T23:33:41.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T23:33:41.711 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi151.front.sepia.ceph.com 2023-09-22T23:33:41.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T23:33:41.777 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-22T23:33:41.787 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2023-09-22T23:33:41.806 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2023-09-22T23:33:41.807 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2023-09-22T23:33:41.864 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="Red Hat Enterprise Linux" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="8.6 (Ootpa)" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:ID="rhel" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="fedora" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="8.6" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el8" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://www.redhat.com/" 2023-09-22T23:33:41.865 INFO:teuthology.orchestra.run.smithi119.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-09-22T23:33:41.866 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-22T23:33:41.866 INFO:teuthology.orchestra.run.smithi119.stdout: 2023-09-22T23:33:41.866 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-22T23:33:41.866 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-09-22T23:33:41.866 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-09-22T23:33:41.866 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-09-22T23:33:41.867 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2023-09-22T23:33:41.890 DEBUG:teuthology.orchestra.run.smithi151:> uname -m 2023-09-22T23:33:41.908 INFO:teuthology.orchestra.run.smithi151.stdout:x86_64 2023-09-22T23:33:41.908 DEBUG:teuthology.orchestra.run.smithi151:> cat /etc/os-release 2023-09-22T23:33:41.965 INFO:teuthology.orchestra.run.smithi151.stdout:NAME="Red Hat Enterprise Linux" 2023-09-22T23:33:41.965 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION="8.6 (Ootpa)" 2023-09-22T23:33:41.965 INFO:teuthology.orchestra.run.smithi151.stdout:ID="rhel" 2023-09-22T23:33:41.965 INFO:teuthology.orchestra.run.smithi151.stdout:ID_LIKE="fedora" 2023-09-22T23:33:41.965 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_ID="8.6" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:PLATFORM_ID="platform:el8" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:ANSI_COLOR="0;31" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:HOME_URL="https://www.redhat.com/" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout: 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-09-22T23:33:41.966 INFO:teuthology.orchestra.run.smithi151.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-09-22T23:33:41.967 INFO:teuthology.lock.ops:Updating smithi151.front.sepia.ceph.com on lock server 2023-09-22T23:33:41.989 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-22T23:33:41.997 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-22T23:33:42.010 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-22T23:33:42.011 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2023-09-22T23:33:42.013 DEBUG:teuthology.orchestra.run.smithi151:> test '!' -e /home/ubuntu/cephtest 2023-09-22T23:33:42.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T23:33:42.030 ERROR:teuthology.task.internal:Host smithi151 has stale test directory /home/ubuntu/cephtest, check lock and cleanup. 2023-09-22T23:33:42.030 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/internal/__init__.py", line 299, in check_conflict raise RuntimeError('Stale jobs detected, aborting.') RuntimeError: Stale jobs detected, aborting. 2023-09-22T23:33:42.089 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c636a7088992419c93f144faacad7f24 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/internal/__init__.py", line 299, in check_conflict raise RuntimeError('Stale jobs detected, aborting.') RuntimeError: Stale jobs detected, aborting. 2023-09-22T23:33:42.091 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-22T23:33:42.118 INFO:teuthology.nuke:Checking targets against current locks 2023-09-22T23:33:42.154 DEBUG:teuthology.nuke:shortname: smithi119 2023-09-22T23:33:42.154 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-22T23:33:42.179 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401330', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-22 23:26:29.617258', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-09-22T23:33:42.182 DEBUG:teuthology.nuke:shortname: smithi151 2023-09-22T23:33:42.182 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-22T23:33:42.203 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401334', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-22 23:26:51.054753', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-09-22T23:33:42.228 INFO:teuthology.orchestra.console.smithi119:Power off 2023-09-22T23:33:42.228 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-22T23:33:42.248 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2023-09-22T23:33:42.249 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:42.266 INFO:teuthology.orchestra.console.smithi151:Power off 2023-09-22T23:33:42.266 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-22T23:33:42.274 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-09-22T23:33:42.288 DEBUG:teuthology.orchestra.console.smithi151:power off output: Chassis Power Control: Down/Off 2023-09-22T23:33:42.288 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:42.310 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is on 2023-09-22T23:33:46.276 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:46.311 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:46.386 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-09-22T23:33:46.420 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is on 2023-09-22T23:33:50.390 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:50.421 DEBUG:teuthology.orchestra.console.smithi151:pexpect command: ipmitool -H smithi151.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:50.500 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2023-09-22T23:33:50.530 DEBUG:teuthology.orchestra.console.smithi151:check power output: Chassis Power is off 2023-09-22T23:33:50.631 INFO:teuthology.orchestra.console.smithi151:Power off completed 2023-09-22T23:33:54.502 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T23:33:54.613 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2023-09-22T23:33:54.714 INFO:teuthology.orchestra.console.smithi119:Power off completed 2023-09-22T23:33:54.818 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} failure_reason: Stale jobs detected, aborting. owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c636a7088992419c93f144faacad7f24 status: fail success: false 2023-09-22T23:33:54.818 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-22T23:33:54.884 INFO:teuthology.run:FAIL