Uploaded image for project: 'Compass '
  1. Compass
  2. COMPASS-4127

Windows ffmpeg.dll failed to sign

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.21.0
    • Affects Version/s: None
    • Component/s: CI, Release
    • Labels:
      None

      [2020/01/31 12:46:54.956] 2020-01-31T17:46:54.950Z electron-windows-installer:main Created NuSpec file:
      [2020/01/31 12:46:54.956] <?xml version="1.0" encoding="utf-8"?>
      [2020/01/31 12:46:54.956] <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
      [2020/01/31 12:46:54.956]   <metadata>
      [2020/01/31 12:46:54.956]     <id>MongoDBCompassCommunityDev</id>
      [2020/01/31 12:46:54.956]     <title>MongoDB Compass Community Dev</title>
      [2020/01/31 12:46:54.956]     <version>1.21.0-dev</version>
      [2020/01/31 12:46:54.956]     <authors>MongoDB Inc</authors>
      [2020/01/31 12:46:54.956]     <owners>MongoDB Inc</owners>
      [2020/01/31 12:46:54.956]     <iconUrl>https://compass.mongodb.com/favicon.ico</iconUrl>
      [2020/01/31 12:46:54.956]     <requireLicenseAcceptance>false</requireLicenseAcceptance>
      [2020/01/31 12:46:54.956]     <description>The MongoDB GUI</description>
      [2020/01/31 12:46:54.956]     <copyright>Copyright © 2020 MongoDB Inc</copyright>
      [2020/01/31 12:46:54.956]   </metadata>
      [2020/01/31 12:46:54.956]   <files>
      [2020/01/31 12:46:54.956]     <file src="locales\**" target="lib\net45\locales" />
      [2020/01/31 12:46:54.956]     <file src="resources\**" target="lib\net45\resources" />
      [2020/01/31 12:46:54.956]     <file src="*.bin" target="lib\net45" />
      [2020/01/31 12:46:54.956]     <file src="*.dll" target="lib\net45" />
      [2020/01/31 12:46:54.956]     <file src="*.pak" target="lib\net45" />
      [2020/01/31 12:46:54.956]     <file src="*.exe.config" target="lib\net45" />
      [2020/01/31 12:46:54.956]     <file src="*.exe.sig" target="lib\net45" />
      [2020/01/31 12:46:54.956]     <file src="icudtl.dat" target="lib\net45\icudtl.dat" />
      [2020/01/31 12:46:54.956]     <file src="Squirrel.exe" target="lib\net45\squirrel.exe" />
      [2020/01/31 12:46:54.956]     <file src="LICENSE" target="lib\net45\LICENSE" />
      [2020/01/31 12:46:54.956]     <file src="MongoDBCompassCommunityDev.exe" target="lib\net45\MongoDBCompassCommunityDev.exe" />
      [2020/01/31 12:46:54.956]   </files>
      [2020/01/31 12:46:54.956] </package>
      [2020/01/31 12:46:54.956] 2020-01-31T17:46:54.950Z electron-windows-installer:spawn Spawning Z:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\src\node_modules\electron-winstaller\vendor\nuget.exe pack C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\tmp\si-2020031-2464-1xen19v.s0be\MongoDBCompassCommunityDev.nuspec -BasePath C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\src\dist\MongoDBCompassCommunityDev-win32-x64 -OutputDirectory C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\tmp\si-2020031-2464-1xen19v.s0be -NoDefaultExcludes
      [2020/01/31 12:47:24.486] 2020-01-31T17:47:24.486Z electron-windows-installer:main Attempting to build package from 'MongoDBCompassCommunityDev.nuspec'.
      [2020/01/31 12:47:24.486] Successfully created package 'C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\tmp\si-2020031-2464-1xen19v.s0be\MongoDBCompassCommunityDev.1.21.0-dev.nupkg'.
      [2020/01/31 12:47:24.486] 2020-01-31T17:47:24.486Z electron-windows-installer:spawn Spawning Z:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\src\node_modules\electron-winstaller\vendor\Squirrel.exe --releasify C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\tmp\si-2020031-2464-1xen19v.s0be\MongoDBCompassCommunityDev.1.21.0-dev.nupkg --releaseDir C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\src\dist --loadingGif C:\data\mci\4aeabc11d02dfb3bea020f4f8e07a6a5\src\src\app\images\win32\mongodb-compass-installer-loading.gif --signWithParams yes --no-msi
      [2020/01/31 12:47:29.021] ×  Error: Error: Failed with exit code: 4294967295
      [2020/01/31 12:47:29.021] Output:
      [2020/01/31 12:47:29.021] System.AggregateException: One or more errors occurred. ---> System.Exception: Failed to sign, command invoked was: '.\signtool.exe sign yes C:\Users\mci-exec\AppData\Local\SquirrelTemp\tempa\lib\net45\ffmpeg.dll'
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.<signPEFile>d__17.MoveNext()
      [2020/01/31 12:47:29.021] --- End of stack trace from previous location where exception was thrown ---
      [2020/01/31 12:47:29.021]    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      [2020/01/31 12:47:29.021]    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.<>c__DisplayClass10_0.<<Releasify>b__14>d.MoveNext()
      [2020/01/31 12:47:29.021] --- End of stack trace from previous location where exception was thrown ---
      [2020/01/31 12:47:29.021]    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      [2020/01/31 12:47:29.021]    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      [2020/01/31 12:47:29.021]    at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
      [2020/01/31 12:47:29.021]    --- End of inner exception stack trace ---
      [2020/01/31 12:47:29.021]    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
      [2020/01/31 12:47:29.021]    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.<>c__DisplayClass10_0.<Releasify>b__7(String pkgPath)
      [2020/01/31 12:47:29.021]    at Squirrel.ReleasePackage.CreateReleasePackage(String outputFile, String packagesRootDir, Func`2 releaseNotesProcessor, Action`1 contentsPostProcessHook)
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.Releasify(String package, String targetDir, String packagesDir, String bootstrapperExe, String backgroundGif, String signingOpts, String baseUrl, String setupIcon, Boolean generateMsi, String frameworkVersion, Boolean generateDeltas)
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.executeCommandLine(String[] args)
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.main(String[] args)
      [2020/01/31 12:47:29.021]    at Squirrel.Update.Program.Main(String[] args)
      [2020/01/31 12:47:29.021] ---> (Inner Exception #0) System.Exception: Failed to sign, command invoked was: '.\signtool.exe sign yes C:\Users\mci-exec\AppData\Local\SquirrelTemp\tempa\lib\net45\ffmpeg.dll'
      

            Assignee:
            lucas.hrabovsky Lucas Hrabovsky (Inactive)
            Reporter:
            lucas.hrabovsky Lucas Hrabovsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: