2023-12-06T21:57:45.471 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T21:57:45.473 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765 --verbose --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --owner scheduled_phlogistonjohn@teuthology --name phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi -- /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765/orig.config.yaml 2023-12-06T21:57:45.508 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T21:57:45.588 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765 branch: wip-phlogistonjohn-testing-2023-12-06-1007 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: jmulligan@redhat.com first_in_suite: false job_id: '7480765' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-12-06-1007 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: 583a8f423152326ab01a6e95dd560ab68ea88e77 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 kernel: hwe: true workunit: branch: wip-phlogistonjohn-testing-2023-12-06-1007 sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5320 sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-12-06-1007 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi091.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-06_20:07:47 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T21:57:45.588 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa; will attempt to use it 2023-12-06T21:57:45.589 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_583a8f423152326ab01a6e95dd560ab68ea88e77/qa/tasks 2023-12-06T21:57:45.589 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T21:57:45.591 INFO:teuthology.task.internal:Checking packages... 2023-12-06T21:57:45.614 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '583a8f423152326ab01a6e95dd560ab68ea88e77' 2023-12-06T21:57:45.614 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T21:57:45.614 INFO:teuthology.packaging:ref: None 2023-12-06T21:57:45.614 INFO:teuthology.packaging:tag: None 2023-12-06T21:57:45.614 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-12-06-1007 2023-12-06T21:57:45.614 INFO:teuthology.packaging:sha1: 583a8f423152326ab01a6e95dd560ab68ea88e77 2023-12-06T21:57:45.614 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-12-06-1007 2023-12-06T21:57:45.757 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-69-g583a8f42-1focal 2023-12-06T21:57:45.758 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T21:57:45.764 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T21:57:45.764 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T21:57:45.774 INFO:teuthology.task.internal:Saving configuration 2023-12-06T21:57:45.787 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T21:57:45.793 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T21:57:45.817 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 21:51:55.426412', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T21:57:45.839 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi091.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 21:51:55.424330', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-06T21:57:45.839 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T21:57:45.845 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-06T21:57:45.845 INFO:teuthology.task.internal:roles: ubuntu@smithi091.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-06T21:57:45.845 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T21:57:45.922 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7717eb8f70>, signals=[15]) 2023-12-06T21:57:45.922 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T21:57:45.928 INFO:teuthology.task.internal:Opening connections... 2023-12-06T21:57:45.928 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2023-12-06T21:57:45.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T21:57:45.979 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi091.front.sepia.ceph.com 2023-12-06T21:57:45.980 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi091.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T21:57:46.026 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T21:57:46.033 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2023-12-06T21:57:46.059 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2023-12-06T21:57:46.059 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2023-12-06T21:57:46.106 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Ubuntu" 2023-12-06T21:57:46.106 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T21:57:46.106 INFO:teuthology.orchestra.run.smithi071.stdout:ID=ubuntu 2023-12-06T21:57:46.106 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE=debian 2023-12-06T21:57:46.106 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T21:57:46.106 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="20.04" 2023-12-06T21:57:46.107 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T21:57:46.107 INFO:teuthology.orchestra.run.smithi071.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T21:57:46.107 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T21:57:46.107 INFO:teuthology.orchestra.run.smithi071.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T21:57:46.107 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_CODENAME=focal 2023-12-06T21:57:46.107 INFO:teuthology.orchestra.run.smithi071.stdout:UBUNTU_CODENAME=focal 2023-12-06T21:57:46.107 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2023-12-06T21:57:46.129 DEBUG:teuthology.orchestra.run.smithi091:> uname -m 2023-12-06T21:57:46.136 INFO:teuthology.orchestra.run.smithi091.stdout:x86_64 2023-12-06T21:57:46.136 DEBUG:teuthology.orchestra.run.smithi091:> cat /etc/os-release 2023-12-06T21:57:46.182 INFO:teuthology.orchestra.run.smithi091.stdout:NAME="Ubuntu" 2023-12-06T21:57:46.182 INFO:teuthology.orchestra.run.smithi091.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-06T21:57:46.182 INFO:teuthology.orchestra.run.smithi091.stdout:ID=ubuntu 2023-12-06T21:57:46.182 INFO:teuthology.orchestra.run.smithi091.stdout:ID_LIKE=debian 2023-12-06T21:57:46.182 INFO:teuthology.orchestra.run.smithi091.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-06T21:57:46.182 INFO:teuthology.orchestra.run.smithi091.stdout:VERSION_ID="20.04" 2023-12-06T21:57:46.183 INFO:teuthology.orchestra.run.smithi091.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-06T21:57:46.183 INFO:teuthology.orchestra.run.smithi091.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-06T21:57:46.183 INFO:teuthology.orchestra.run.smithi091.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-06T21:57:46.183 INFO:teuthology.orchestra.run.smithi091.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-06T21:57:46.183 INFO:teuthology.orchestra.run.smithi091.stdout:VERSION_CODENAME=focal 2023-12-06T21:57:46.183 INFO:teuthology.orchestra.run.smithi091.stdout:UBUNTU_CODENAME=focal 2023-12-06T21:57:46.183 INFO:teuthology.lock.ops:Updating smithi091.front.sepia.ceph.com on lock server 2023-12-06T21:57:46.203 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T21:57:46.215 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T21:57:46.221 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T21:57:46.221 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2023-12-06T21:57:46.223 DEBUG:teuthology.orchestra.run.smithi091:> test '!' -e /home/ubuntu/cephtest 2023-12-06T21:57:46.229 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T21:57:46.244 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T21:57:46.244 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2023-12-06T21:57:46.270 DEBUG:teuthology.orchestra.run.smithi091:> test -z $(ls -A /var/lib/ceph) 2023-12-06T21:57:46.294 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T21:57:46.338 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T21:57:46.353 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T21:57:46.353 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-06T21:57:46.353 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-06T21:57:46.353 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-06T21:57:46.353 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T21:57:46.354 DEBUG:teuthology.orchestra.run.smithi091:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T21:57:46.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:57:46.360 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-12-06T21:57:46.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T21:57:46.361 DEBUG:teuthology.orchestra.run.smithi091:> uname -r 2023-12-06T21:57:46.367 INFO:teuthology.orchestra.run.smithi091.stdout:5.4.0-124-generic 2023-12-06T21:57:46.367 INFO:teuthology.task.kernel:Running kernel on smithi091: 5.4.0-124-generic 2023-12-06T21:57:46.368 DEBUG:teuthology.orchestra.run.smithi091:> sudo apt-get clean 2023-12-06T21:57:46.410 INFO:teuthology.orchestra.run.smithi071.stdout:5.4.0-124-generic 2023-12-06T21:57:46.411 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.4.0-124-generic 2023-12-06T21:57:46.411 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get clean 2023-12-06T21:57:46.504 DEBUG:teuthology.orchestra.run.smithi091:> sudo apt-get update 2023-12-06T21:57:46.517 DEBUG:teuthology.orchestra.run.smithi071:> sudo apt-get update 2023-12-06T21:57:46.650 INFO:teuthology.orchestra.run.smithi091.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T21:57:46.697 INFO:teuthology.orchestra.run.smithi071.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T21:57:46.713 INFO:teuthology.orchestra.run.smithi071.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T21:57:46.770 INFO:teuthology.orchestra.run.smithi091.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-06T21:57:46.780 INFO:teuthology.orchestra.run.smithi071.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-06T21:57:46.801 INFO:teuthology.orchestra.run.smithi071.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-06T21:57:46.853 INFO:teuthology.orchestra.run.smithi091.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-06T21:57:46.947 INFO:teuthology.orchestra.run.smithi091.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T21:57:46.994 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:57:46.995 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 1269, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 790, in need_to_install_distro newest = get_latest_image_version_deb(remote, dist_release, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 1078, in get_latest_image_version_deb remote.run(args=['sudo', 'apt-get', 'update']) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 174, in _raise_for_status raise ConnectionLostError(command=self.command, teuthology.exceptions.ConnectionLostError: SSH connection to smithi091 was lost: 'sudo apt-get update' 2023-12-06T21:57:47.062 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8008fcb248f543cd9c302b7faaffc47d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 1237, in task p.spawn(process_role, ctx, config, timeout, role, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 1269, in process_role version = need_to_install_distro(role_remote, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 790, in need_to_install_distro newest = get_latest_image_version_deb(remote, dist_release, role_config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/kernel.py", line 1078, in get_latest_image_version_deb remote.run(args=['sudo', 'apt-get', 'update']) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 174, in _raise_for_status raise ConnectionLostError(command=self.command, teuthology.exceptions.ConnectionLostError: SSH connection to smithi091 was lost: 'sudo apt-get update' 2023-12-06T21:57:47.065 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T21:57:47.073 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T21:57:47.094 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T21:57:47.107 INFO:teuthology.orchestra.run.smithi071.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-06T21:57:47.132 DEBUG:teuthology.nuke:shortname: smithi071 2023-12-06T21:57:47.133 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T21:57:47.148 INFO:teuthology.orchestra.run.smithi071.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-06T21:57:47.157 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 21:51:55.426412', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T21:57:47.161 DEBUG:teuthology.nuke:shortname: smithi091 2023-12-06T21:57:47.161 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T21:57:47.188 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi091.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-12-06_20:07:47-orch:cephadm-wip-phlogistonjohn-testing-2023-12-06-1007-distro-default-smithi/7480765', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-06 21:51:55.424330', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-06T21:57:47.193 INFO:teuthology.orchestra.run.smithi071.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-06T21:57:47.198 INFO:teuthology.orchestra.run.smithi071.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-06T21:57:47.198 INFO:teuthology.orchestra.run.smithi071.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-06T21:57:47.199 INFO:teuthology.orchestra.run.smithi071.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-06T21:57:47.219 INFO:teuthology.orchestra.console.smithi071:Power off 2023-12-06T21:57:47.219 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T21:57:47.231 INFO:teuthology.orchestra.run.smithi071.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-06T21:57:47.231 INFO:teuthology.orchestra.run.smithi071.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T21:57:47.231 INFO:teuthology.orchestra.run.smithi071.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-06T21:57:47.243 INFO:teuthology.orchestra.run.smithi071.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-06T21:57:47.244 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2023-12-06T21:57:47.245 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:57:47.253 INFO:teuthology.orchestra.run.smithi071.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-06T21:57:47.262 INFO:teuthology.orchestra.console.smithi091:Power off 2023-12-06T21:57:47.262 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T21:57:47.272 INFO:teuthology.orchestra.run.smithi071.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-06T21:57:47.272 INFO:teuthology.orchestra.run.smithi071.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-06T21:57:47.273 INFO:teuthology.orchestra.run.smithi071.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-06T21:57:47.273 INFO:teuthology.orchestra.run.smithi071.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-06T21:57:47.273 INFO:teuthology.orchestra.run.smithi071.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-06T21:57:47.273 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-12-06T21:57:47.282 INFO:teuthology.orchestra.run.smithi071.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-06T21:57:47.282 INFO:teuthology.orchestra.run.smithi071.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-06T21:57:47.282 INFO:teuthology.orchestra.run.smithi071.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-06T21:57:47.282 INFO:teuthology.orchestra.run.smithi071.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-06T21:57:47.282 INFO:teuthology.orchestra.run.smithi071.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-06T21:57:47.282 INFO:teuthology.orchestra.run.smithi071.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-06T21:57:47.287 DEBUG:teuthology.orchestra.console.smithi091:power off output: Chassis Power Control: Down/Off 2023-12-06T21:57:47.287 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:57:47.312 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is on 2023-12-06T21:57:47.364 INFO:teuthology.orchestra.run.smithi071.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-06T21:57:47.843 INFO:teuthology.orchestra.run.smithi071.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-06T21:57:47.857 INFO:teuthology.orchestra.run.smithi071.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-06T21:57:47.866 INFO:teuthology.orchestra.run.smithi071.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-06T21:57:47.866 INFO:teuthology.orchestra.run.smithi071.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-06T21:57:47.942 INFO:teuthology.orchestra.run.smithi071.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-06T21:57:47.942 INFO:teuthology.orchestra.run.smithi071.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-06T21:57:47.950 INFO:teuthology.orchestra.run.smithi071.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-06T21:57:47.950 INFO:teuthology.orchestra.run.smithi071.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-06T21:57:47.964 INFO:teuthology.orchestra.run.smithi071.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-06T21:57:48.146 INFO:teuthology.orchestra.run.smithi071.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-06T21:57:48.573 INFO:teuthology.orchestra.run.smithi071.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-06T21:57:48.579 INFO:teuthology.orchestra.run.smithi071.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-06T21:57:48.581 INFO:teuthology.orchestra.run.smithi071.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-06T21:57:48.588 INFO:teuthology.orchestra.run.smithi071.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-06T21:57:48.590 INFO:teuthology.orchestra.run.smithi071.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-06T21:57:50.457 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T21:57:51.274 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:57:51.313 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:57:51.384 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-12-06T21:57:51.422 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is on 2023-12-06T21:57:55.386 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:57:55.423 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T21:57:55.495 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2023-12-06T21:57:55.532 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is off 2023-12-06T21:57:55.597 INFO:teuthology.orchestra.console.smithi071:Power off completed 2023-12-06T21:57:55.633 INFO:teuthology.orchestra.console.smithi091:Power off completed 2023-12-06T21:57:55.738 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} failure_reason: 'SSH connection to smithi091 was lost: ''sudo apt-get update''' owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8008fcb248f543cd9c302b7faaffc47d status: dead success: false 2023-12-06T21:57:55.738 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T21:57:55.807 INFO:teuthology.run:DEAD