Bug 260730 - "error: invalid key:" when running git-webkit pr
Summary: "error: invalid key:" when running git-webkit pr
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-25 12:14 PDT by Michael Catanzaro
Modified: 2024-06-20 09:25 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2023-08-25 12:14:03 PDT
I see some errors when running 'git-webkit pr':

Downloading cryptography-36.0.2...
Installed cryptography-36.0.2!
Switched to a new branch 'eng/python-autoinstaller-is-broken-with-python-3-12'
Created the local development branch 'eng/python-autoinstaller-is-broken-with-python-3-12'
/home/mcatanzaro/Projects/WebKit/Tools/Scripts/webkitpy/common/checkout/checkout.py:52: SyntaxWarning: invalid escape sequence '\['
  COMMIT_SUBJECT_RE = re.compile(b'Subject: \[PATCH ?(\d+\/\d+)?] (.+)')
/home/mcatanzaro/Projects/WebKit/Tools/Scripts/webkitpy/common/checkout/checkout.py:53: SyntaxWarning: invalid escape sequence '\('
  FILTER_BRANCH_PROGRAM = '''import re
error: invalid key: branch.eng/python-autoinstaller-is-broken-with-python-3-12.cherry_picked
  Running status to find changed, added, or removed files.
  Reviewing diff to determine which lines changed.

This "error: invalid key: branch.eng/python-autoinstaller-is-broken-with-python-3-12.cherry_picked" is a longstanding problem that has been happening for several months now. I just haven't bothered to report it until now.

I have separately reported bug #260729 for the SyntaxWarning.
Comment 1 Radar WebKit Bug Importer 2023-09-01 12:14:15 PDT
<rdar://problem/114833337>