Closed Bug 1743282 Opened 4 years ago Closed 4 years ago

./mach repackage msix --sign fails

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(firefox-esr91 unaffected, firefox94 unaffected, firefox95 unaffected, firefox96 fixed)

VERIFIED FIXED
96 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox94 --- unaffected
firefox95 --- unaffected
firefox96 --- fixed

People

(Reporter: emk, Assigned: bhearsum)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

Attachments

(1 file)

$ ./mach repackage msix --input obj-x86_64-pc-mingw32/dist/firefox --channel=unofficial --arch=x86_64 --verbose --sign
 0:03.28 Adding files from 'obj-x86_64-pc-mingw32/dist/firefox'
 0:04.23 AppConstants.jsm display version is '96.0a1' and build ID is '20211128161804': embedded version will be '96.2111.2816.0'
 0:04.24 Repackaging to: c:/Users/kimu/.mozbuild/cache/mach-msix/Mozilla.MozillaNightly_96.2111.2816.0_x64.msix
 0:04.26 Adding distribution files from f:/m/mozilla-central/browser/installer/windows/msix/distribution
 0:04.26 Adding distribution path: VFS/ProgramFiles/Mozilla Nightly Package Root/distribution/distribution.ini from f:/m/mozilla-central/browser/installer/windows/msix/distribution/distribution.ini
 0:06.32 Elapsed: 2.06s; From c:/Users/kimu/.mozbuild/cache/mach-msix/msix-temp-unofficial: Kept 0 existing; Added/updated 96; Removed 0 files and 0 directories.
 0:06.32 AppxManifest.xml
 0:06.33 >>>
 0:06.33 <?xml version="1.0" encoding="utf-8"?>
 0:06.33 <!-- This Source Code Form is subject to the terms of the Mozilla Public
 0:06.33 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
 0:06.33 - You can obtain one at http://mozilla.org/MPL/2.0/. -->
 0:06.33 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap2 uap3 uap10 rescap">
 0:06.33   <Identity Name="Mozilla.MozillaNightly" Publisher="CN=Mozilla Corporation, OU=MSIX Packaging" Version="96.2111.2816.0" ProcessorArchitecture="x64" />
 0:06.33   <Properties>
 0:06.33     <DisplayName>Nightly</DisplayName>
 0:06.33     <PublisherDisplayName>Mozilla Corporation</PublisherDisplayName>
 0:06.33     <Description>Nightly</Description>
 0:06.33     <Logo>Assets\StoreLogo.png</Logo>
 0:06.33     <uap10:PackageIntegrity>
 0:06.33       <uap10:Content Enforcement="on" />
 0:06.33     </uap10:PackageIntegrity>
 0:06.33   </Properties>
 0:06.33   <Resources>
 0:06.33     <Resource Language="en-US" />
 0:06.33   </Resources>
 0:06.33   <Dependencies>
 0:06.33     <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.1" />
 0:06.33   </Dependencies>
 0:06.33   <Capabilities>
 0:06.33     <rescap:Capability Name="runFullTrust" />
 0:06.33   </Capabilities>
 0:06.33   <Applications>
 0:06.33     <Application Id="App" Executable="VFS\ProgramFiles\Mozilla Nightly Package Root\firefox.exe" EntryPoint="Windows.FullTrustApplication">
 0:06.34       <uap:VisualElements BackgroundColor="#20123A" DisplayName="Mozilla Nightly" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Mozilla Nightly">
 0:06.34         <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png" />
 0:06.34       </uap:VisualElements>
 0:06.34       <Extensions>
 0:06.35         <uap3:Extension Category="windows.fileTypeAssociation">
 0:06.35           <uap3:FileTypeAssociation Name="htm">
 0:06.35             <uap:SupportedFileTypes>
 0:06.35               <uap:FileType>.avif</uap:FileType>
 0:06.35               <uap:FileType>.htm</uap:FileType>
 0:06.35               <uap:FileType>.html</uap:FileType>
 0:06.35               <uap:FileType>.pdf</uap:FileType>
 0:06.35               <uap:FileType>.shtml</uap:FileType>
 0:06.35               <uap:FileType>.xht</uap:FileType>
 0:06.36               <uap:FileType>.xhtml</uap:FileType>
 0:06.36               <uap:FileType>.svg</uap:FileType>
 0:06.36               <uap:FileType>.webp</uap:FileType>
 0:06.36             </uap:SupportedFileTypes>
 0:06.36             <uap:Logo>Assets\Document44x44.png</uap:Logo>
 0:06.36             <uap2:SupportedVerbs>
 0:06.36               <uap3:Verb Id="open" Parameters="-osint -url &quot;%1&quot;">open</uap3:Verb>
 0:06.36             </uap2:SupportedVerbs>
 0:06.36           </uap3:FileTypeAssociation>
 0:06.36         </uap3:Extension>
 0:06.36         <uap3:Extension Category="windows.protocol">
 0:06.36           <uap3:Protocol Name="http" Parameters="-osint -url &quot;%1&quot;">
 0:06.36             <uap:DisplayName>http</uap:DisplayName>
 0:06.36             <uap:Logo>Assets\Document44x44.png</uap:Logo>
 0:06.36           </uap3:Protocol>
 0:06.36         </uap3:Extension>
 0:06.36         <uap3:Extension Category="windows.protocol">
 0:06.36           <uap3:Protocol Name="https" Parameters="-osint -url &quot;%1&quot;">
 0:06.36             <uap:DisplayName>https</uap:DisplayName>
 0:06.36             <uap:Logo>Assets\Document44x44.png</uap:Logo>
 0:06.36           </uap3:Protocol>
 0:06.36         </uap3:Extension>
 0:06.37         <uap3:Extension Category="windows.protocol">
 0:06.37           <uap3:Protocol Name="mailto" Parameters="-osint -url &quot;%1&quot;">
 0:06.37             <uap:DisplayName>mailto</uap:DisplayName>
 0:06.37             <uap:Logo>Assets\Document44x44.png</uap:Logo>
 0:06.37           </uap3:Protocol>
 0:06.37         </uap3:Extension>
 0:06.37       </Extensions>
 0:06.37     </Application>
 0:06.37   </Applications>
 0:06.37   <Extensions>
 0:06.37     <!-- These COM registrations allow Windows/MSAA to access Firefox accessibility features. -->
 0:06.37     <com:Extension Category="windows.comInterface">
 0:06.37       <com:ComInterface>
 0:06.37         <com:ProxyStub DisplayName="AccessibleHandler"
 0:06.37                        Id="18e2488d-310f-400f-8339-0e50b513e801"
 0:06.38                        Path="VFS\ProgramFiles\Mozilla Nightly Package Root\AccessibleHandler.dll" />
 0:06.38         <com:ProxyStub DisplayName="AccessibleMarshal"
 0:06.38                        Id="1814ceeb-49e2-407f-af99-fa755a7d2607"
 0:06.38                        Path="VFS\ProgramFiles\Mozilla Nightly Package Root\AccessibleMarshal.dll" />
 0:06.38         <com:Interface Id="18e2488d-310f-400f-8339-0e50b513e801"
 0:06.38                        ProxyStubClsid="18e2488d-310f-400f-8339-0e50b513e801" />
 0:06.38         <com:Interface Id="2b715cce-1790-4fe1-aef5-48bb5acdf3a1"
 0:06.38                        ProxyStubClsid="18e2488d-310f-400f-8339-0e50b513e801"
 0:06.38                        AsynchronousInterface="8e089670-4f57-41a7-89c0-37f17482fa6f" />
 0:06.38         <com:Interface Id="8e089670-4f57-41a7-89c0-37f17482fa6f"
 0:06.38                        ProxyStubClsid="18e2488d-310f-400f-8339-0e50b513e801"
 0:06.39                        SynchronousInterface="2b715cce-1790-4fe1-aef5-48bb5acdf3a1" />
 0:06.39         <com:Interface Id="4e747be5-2052-4265-8af0-8ecad7aad1c0"
 0:06.39                        ProxyStubClsid="1814ceeb-49e2-407f-af99-fa755a7d2607" />
 0:06.39         <com:Interface Id="1814ceeb-49e2-407f-af99-fa755a7d2607"
 0:06.39                        ProxyStubClsid="1814ceeb-49e2-407f-af99-fa755a7d2607" />
 0:06.39         <com:Interface Id="0d68d6d0-d93d-4d08-a30d-f00dd1f45b24"
 0:06.39                        ProxyStubClsid="1814ceeb-49e2-407f-af99-fa755a7d2607" />
 0:06.39       </com:ComInterface>
 0:06.39     </com:Extension>
 0:06.39   </Extensions>
 0:06.39 </Package>
 0:06.39 <<<
 0:06.39 Found makeappx in environment: D:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/makeappx.exe
 0:06.64 Invoking: 'D:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/makeappx.exe' pack /d c:/Users/kimu/.mozbuild/cache/mach-msix/msix-temp-unofficial /p c:/Users/kimu/.mozbuild/cache/mach-msix/Mozilla.MozillaNightly_96.2111.2816.0_x64.msix /overwrite /verbose
Microsoft (R) MakeAppx Tool
Copyright (C) 2013 Microsoft.  All rights reserved.

Option /v specified, switching to verbose output.
Option /o specified, existing files will be overwritten.
Using default hash method: SHA256.
The path (/p) parameter is: "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\Mozilla.MozillaNightly_96.2111.2816.0_x64.msix"
The content directory (/d) parameter is: "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial"
Enumerating files from directory "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial"
Packing 96 file(s) in "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial" (content directory) to "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\Mozilla.MozillaNightly_96.2111.2816.0_x64.msix" (output file name).
Memory limit defaulting to 8520753152 bytes.
Using "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\AppxManifest.xml" as the manifest for the package.
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-math-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-math-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-localization-l1-2-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-localization-l1-2-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-file-l1-2-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-file-l1-2-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-synch-l1-2-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-synch-l1-2-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-multibyte-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-multibyte-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-file-l2-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-file-l2-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-convert-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-convert-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-processthreads-l1-1-1.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-processthreads-l1-1-1.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-timezone-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-core-timezone-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-private-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-private-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-filesystem-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-filesystem-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-conio-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-conio-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-process-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-process-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-runtime-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-runtime-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-time-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-time-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-stdio-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-stdio-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-string-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-string-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-heap-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-heap-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-environment-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-environment-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-locale-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-locale-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-utility-l1-1-0.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\api-ms-win-crt-utility-l1-1-0.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\ucrtbase.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\ucrtbase.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\d3dcompiler_47.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\d3dcompiler_47.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\msvcp140.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\msvcp140.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\vcruntime140.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\vcruntime140.dll".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\LargeTile.scale-200.png" as a payload file.  Its path in the package will be "Assets\LargeTile.scale-200.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Square44x44Logo.altform-unplated_targetsize-256.png" as a payload file.  Its path in the package will be "Assets\Square44x44Logo.altform-unplated_targetsize-256.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\SmallTile.scale-200.png" as a payload file.  Its path in the package will be "Assets\SmallTile.scale-200.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\VisualElements\VisualElements_70.png" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\VisualElements\VisualElements_70.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png" as a payload file.  Its path in the package will be "Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Square150x150Logo.scale-200.png" as a payload file.  Its path in the package will be "Assets\Square150x150Logo.scale-200.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Document44x44.png" as a payload file.  Its path in the package will be "Assets\Document44x44.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Square44x44Logo.scale-200.png" as a payload file.  Its path in the package will be "Assets\Square44x44Logo.scale-200.png".
Settings for extension xml: Type = text/xml, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\firefox.VisualElementsManifest.xml" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\firefox.VisualElementsManifest.xml".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\VisualElements\VisualElements_150.png" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\VisualElements\VisualElements_150.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Wide310x150Logo.scale-200.png" as a payload file.  Its path in the package will be "Assets\Wide310x150Logo.scale-200.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\StoreLogo.scale-200.png" as a payload file.  Its path in the package will be "Assets\StoreLogo.scale-200.png".
Settings for extension png: Type = image/png, Compression = None.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Assets\Square44x44Logo.targetsize-256.png" as a payload file.  Its path in the package will be "Assets\Square44x44Logo.targetsize-256.png".
Settings for extension ttf: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\fonts\TwemojiMozilla.ttf" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\fonts\TwemojiMozilla.ttf".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\crashreporter-override.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\crashreporter-override.ini".
Settings for extension pri: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\Resources.pri" as a payload file.  Its path in the package will be "Resources.pri".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\distribution\distribution.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\distribution\distribution.ini".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\crashreporter.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\crashreporter.ini".
Settings for extension py: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\fix_stacks.py" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\fix_stacks.py".
Settings for extension py: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\dmd.py" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\dmd.py".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\defaultagent.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\defaultagent.ini".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\updater.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\updater.ini".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\defaultagent_localized.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\defaultagent_localized.ini".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\locale.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\locale.ini".
Settings for extension list: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\dependentlibs.list" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\dependentlibs.list".
Settings for extension (null): Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\removed-files" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\removed-files".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\lgpllibs.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\lgpllibs.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\nss3.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\nss3.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\softokn3.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\softokn3.dll".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\crashreporter.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\crashreporter.exe".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\default-browser-agent.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\default-browser-agent.exe".
Settings for extension tlb: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\Accessible.tlb" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\Accessible.tlb".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\update-settings.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\update-settings.ini".
Settings for extension json: Type = application/json, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\gmp-clearkey\0.1\manifest.json" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\gmp-clearkey\0.1\manifest.json".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\AccessibleMarshal.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\AccessibleMarshal.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\mozavcodec.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\mozavcodec.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\qipcap64.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\qipcap64.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\IA2Marshal.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\IA2Marshal.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\AccessibleHandler.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\AccessibleHandler.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\mozavutil.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\mozavutil.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\libEGL.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\libEGL.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\libGLESv2.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\libGLESv2.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\osclientcerts.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\osclientcerts.dll".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\maintenanceservice.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\maintenanceservice.exe".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\nssckbi.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\nssckbi.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\mozwer.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\mozwer.dll".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\freebl3.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\freebl3.dll".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\pingsender.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\pingsender.exe".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\xul.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\xul.dll".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\uninstall\helper.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\uninstall\helper.exe".
Settings for extension js: Type = application/x-javascript, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\defaults\pref\channel-prefs.js" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\defaults\pref\channel-prefs.js".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\maintenanceservice_installer.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\maintenanceservice_installer.exe".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\formautofill@mozilla.org.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\formautofill@mozilla.org.xpi".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\pictureinpicture@mozilla.org.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\pictureinpicture@mozilla.org.xpi".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\webcompat@mozilla.org.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\webcompat@mozilla.org.xpi".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\proxy-failover@mozilla.com.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\proxy-failover@mozilla.com.xpi".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\screenshots@mozilla.org.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\screenshots@mozilla.org.xpi".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\doh-rollout@mozilla.org.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\doh-rollout@mozilla.org.xpi".
Settings for extension xpi: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\webcompat-reporter@mozilla.org.xpi" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\features\webcompat-reporter@mozilla.org.xpi".
Settings for extension ja: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\omni.ja" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\omni.ja".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\minidump-analyzer.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\minidump-analyzer.exe".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\gmp-clearkey\0.1\clearkey.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\gmp-clearkey\0.1\clearkey.dll".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\updater.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\updater.exe".
Settings for extension (null): Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\precomplete" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\precomplete".
Settings for extension ja: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\browser\omni.ja" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\browser\omni.ja".
Settings for extension dll: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\mozglue.dll" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\mozglue.dll".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\application.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\application.ini".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\firefox.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\firefox.exe".
Settings for extension ini: Type = application/octet-stream, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\platform.ini" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\platform.ini".
Settings for extension exe: Type = application/x-msdownload, Compression = Normal.
Processing "\\?\c:\Users\kimu\.mozbuild\cache\mach-msix\msix-temp-unofficial\VFS\ProgramFiles\Mozilla Nightly Package Root\plugin-container.exe" as a payload file.  Its path in the package will be "VFS\ProgramFiles\Mozilla Nightly Package Root\plugin-container.exe".
Package creation succeeded.
Error running mach:

    ['repackage', 'msix', '--input', 'obj-x86_64-pc-mingw32/dist/firefox', '--channel=unofficial', '--arch=x86_64', '--verbose', '--sign']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file repackage| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

TypeError: _sign_msix_win() missing 3 required positional arguments: 'vendor', 'publisher', and 'friendly_name'

  File "f:\m\mozilla-central\python/mozbuild/mozbuild/mach_commands.py", line 2306, in repackage_msix
    repackage_sign_msix(command_context, output, force=False, verbose=verbose)
  File "f:\m\mozilla-central\python/mozbuild/mozbuild/mach_commands.py", line 2335, in repackage_sign_msix
    sign_msix(input, force=force, log=command_context.log, verbose=verbose)
  File "f:\m\mozilla-central\python\mozbuild\mozbuild\repackaging\msix.py", line 1136, in sign_msix
    return _sign_msix_win(output, force, log, verbose)

$

Regressing changeset: https://hg.mozilla.org/mozilla-central/rev/f9ca36b94183

Set release status flags based on info from the regressing bug 1742998

Yeah, this is definitely a regression I caused. Sorry about this, I'll have a fix ASAP.

Assignee: nobody → bhearsum

The args being removed here never should've been added (it was part of a half baked refactor that I abandoned).

Pushed by bhearsum@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/73c2e35e2231 /mach repackage msix --sign fails. r=nalexander
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch

Verified. Thank you!

Status: RESOLVED → VERIFIED
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: