Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S swh-loader-git
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Platform
  • Development
  • swh-loader-git
  • Issues
  • #4663
Closed
Open
Issue created Oct 26, 2022 by Sentry Integration@swh-sentry-integrationMaintainer

ObjectFormatException: not enough values to unpack (expected 2, got 1)

https://sentry.softwareheritage.org/organizations/swh/issues/104925/?referrer=phabricator_plugin

ValueError: not enough values to unpack (expected 2, got 1)
  File "dulwich/objects.py", line 1255, in parse_time_entry
    timetext, timezonetext = rest.rsplit(b" ", 1)

ObjectFormatException: not enough values to unpack (expected 2, got 1)
(7 additional frame(s) were not displayed)
...
  File "dulwich/pack.py", line 166, in sha_file
    return ShaFile.from_raw_chunks(self.obj_type_num, self.obj_chunks)
  File "dulwich/objects.py", line 456, in from_raw_chunks
    obj.set_raw_chunks(chunks, sha)
  File "dulwich/objects.py", line 356, in set_raw_chunks
    self._deserialize(chunks)
  File "dulwich/objects.py", line 817, in _deserialize
    ) = parse_time_entry(value)
  File "dulwich/objects.py", line 1259, in parse_time_entry
    raise ObjectFormatException(e)

Loading failure, updating to `failed` status

this is because the author line is missing a timezone


Migrated from T4663 (view on Phabricator)

Assignee
Assign to
Time tracking