[Webkit-unassigned] [Bug 258038] New: archive-minified-built-product is invoking our argument incorrectly, adding an additional "archive"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 13 11:54:39 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258038

            Bug ID: 258038
           Summary: archive-minified-built-product is invoking our
                    argument incorrectly, adding an additional "archive"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jenner at apple.com

We are failing open source builds because archive-minified-built-product is being invoked incorrectly.

On the first failure it is running the script as: 

'python3 Tools/CISupport/built-product-archive --platform=mac-ventura --release archive --minify archive'

https://build.webkit.org/#/builders/706/builds/7107

Whereas on the last time it was passing it was running as:

'python3 Tools/CISupport/built-product-archive --platform=mac-ventura --release archive --minify'

So it basically looks like "archive" got added after minify, and it's causing it to fail as: 

Traceback (most recent call last):
  File "/Volumes/Data/worker/Apple-Ventura-Release-Build/build/Tools/CISupport/built-product-archive", line 368, in <module>
    sys.exit(main())
  File "/Volumes/Data/worker/Apple-Ventura-Release-Build/build/Tools/CISupport/built-product-archive", line 54, in main
    options, (action, ) = parser.parse_args()
ValueError: too many values to unpack (expected 1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230613/1ef7c6a6/attachment.htm>


More information about the webkit-unassigned mailing list