Project

General

Profile

Actions

Bug #50338

open

kernel.py: ValueError: too many values to unpack (expected 1)

Added by Casey Bodley about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

the rgw/singleton task is failing on this ever since https://github.com/ceph/ceph/pull/39855. maybe it's because that new job has all of its roles on a single machine?

roles: [mon.a, osd.0, osd.1, osd.2, rgw.z.r.a, rgw.z.r.b]

2021-04-12T20:20:40.783 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum reinstall -y kernel || true
2021-04-12T20:20:41.061 INFO:teuthology.orchestra.run.smithi045.stdout:Updating Subscription Management repositories.
2021-04-12T20:20:41.061 INFO:teuthology.orchestra.run.smithi045.stdout:Unable to read consumer identity
2021-04-12T20:20:41.109 INFO:teuthology.orchestra.run.smithi045.stdout:
2021-04-12T20:20:41.109 INFO:teuthology.orchestra.run.smithi045.stdout:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
2021-04-12T20:20:41.109 INFO:teuthology.orchestra.run.smithi045.stdout:
2021-04-12T20:20:41.291 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:02 ago on Mon 12 Apr 2021 08:20:39 PM UTC.
2021-04-12T20:20:41.416 INFO:teuthology.orchestra.run.smithi045.stdout:Installed package kernel-4.18.0-240.1.1.el8_3.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available.
2021-04-12T20:20:41.417 INFO:teuthology.orchestra.run.smithi045.stdout:Installed package kernel-4.18.0-240.el8.x86_64 (from anaconda) not available.
2021-04-12T20:20:41.458 INFO:teuthology.orchestra.run.smithi045.stderr:Error: No packages marked for reinstall.
2021-04-12T20:20:41.494 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel --last | head -n 1
2021-04-12T20:20:41.585 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-4.18.0-240.1.1.el8_3.x86_64            Tue 10 Nov 2020 09:16:49 PM UTC
2021-04-12T20:20:41.586 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-240.1.1.el8_3.x86_64
2021-04-12T20:20:41.587 INFO:teuthology.task.kernel:Newest distro kernel installed and running
2021-04-12T20:20:41.587 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/run_tasks.py", line 91, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/task/kernel.py", line 1247, in task
    (role_remote,) = ctx.cluster.only(role).remotes.keys()
ValueError: too many values to unpack (expected 1)
2021-04-12T20:20:41.674 ERROR:teuthology.run_tasks: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=300dc57311f24021bc92933c0eb32f73
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/run_tasks.py", line 91, in run_tasks
    manager = run_one_task(taskname, ctx=ctx, config=config)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/run_tasks.py", line 70, in run_one_task
    return task(**kwargs)
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_2713a3cd31b17738a50039eaa9d859b5dc39fb8a/teuthology/task/kernel.py", line 1247, in task
    (role_remote,) = ctx.cluster.only(role).remotes.keys()
ValueError: too many values to unpack (expected 1)

No data to display

Actions

Also available in: Atom PDF