New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 832679 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 15
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Project RAMBI fails in `hwid verify-database`

Project Member Reported by chenghan@chromium.org, Apr 13 2018

Issue description

Chrome Version: ToT
OS: Chrome

What steps will reproduce the problem?
Run `hwid_cmdline.py verify-database --project RAMBI` in platform/factory/py/hwid

What is the expected result?
database verified

What happens instead?
Traceback (most recent call last):
  File "./hwid_cmdline.py", line 420, in <module>
    Main()
  File "./hwid_cmdline.py", line 413, in Main
    InitializeDefaultOptions(options)
  File "./hwid_cmdline.py", line 400, in InitializeDefaultOptions
    verify_checksum=(not options.no_verify_checksum))
  File "/mnt/host/source/src/platform/factory/py_pkg/cros/factory/hwid/v3/database.py", line 170, in LoadFile
    if verify_checksum else None))
  File "/mnt/host/source/src/platform/factory/py_pkg/cros/factory/hwid/v3/database.py", line 252, in LoadData
    EncodedFields(yaml_obj['encoded_fields']),
  File "/mnt/host/source/src/platform/factory/py_pkg/cros/factory/hwid/v3/database.py", line 699, in __init__
    'sequence starting from 0, but %d is missing' % index)
cros.factory.hwid.v3.common.HWIDException: The index numbers should form a continuous non-negative sequence starting from 0, but 1 is missing


 
This causes presubmit check in platform/chromeos-hwid to fail.
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
Are we going to do anything on this? or is it already fixed?
Status: Fixed (was: Assigned)
It is fixed.

Sign in to add a comment