Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build server (previously working) now broken, can't install addin. #2262

Closed
pauldotknopf opened this issue Aug 30, 2018 · 9 comments
Closed

Comments

@pauldotknopf
Copy link

What You Are Seeing?

build	30-Aug-2018 17:17:24	  powershell.exe -NonInteractive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script ..\build.cake -Configuration Release -buildver=1 -gitcommit=33ad38d78943e07cc5d0af32cc2d977cdf0dd96f -product=4Klarity "}
build	30-Aug-2018 17:17:37	  Preparing to run build script...
build	30-Aug-2018 17:17:47	  Running build script...
build	30-Aug-2018 17:17:48	  Analyzing build script...
build	30-Aug-2018 17:17:48	  Processing build script...
build	30-Aug-2018 17:17:48	  Installing addins...
build	30-Aug-2018 17:17:58	EXEC : error : Failed to install addin 'Cake.FileHelpers'. [C:\bamboo-agent-home\xml-data\build-dir\X2-BAR21-JOB1\Src\Build.proj]
build	30-Aug-2018 17:17:58	C:\bamboo-agent-home\xml-data\build-dir\X2-BAR21-JOB1\Src\Build.proj(23,5): error MSB3073: The command "powershell.exe -NonInteractive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script

What is Expected?

A valid build/run of Cake.

What version of Cake are you using?

0.23.0

Are you running on a 32 or 64 bit system?

64bit.

What environment are you running on? Windows? Linux? Mac?

Windows.

How Did You Get This To Happen? (Steps to Reproduce)

A build.cake with #addin "Cake.FileHelpers"

build.ps1: http://termbin.com/5cvn
packages.config: http://termbin.com/m1ed

@pauldotknopf
Copy link
Author

Here is the diagnostic output.

Build started 8/30/2018 7:10:12 PM.
     1>Project "C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj" on node 1 (default targets).
     1>Build:
         powershell.exe -NonInteractive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script ..\build.cake
          -Configuration Debug -buildver= -gitcommit= -product=4Klarity "}
         Preparing to run build script...
         Running build script...
         Module directory does not exist.
         Analyzing build script...
         Analyzing C:/Users/james/Repos/Barracuda/barracuda/build.cake...
         Processing build script...
         Installing addins...
         Creating package directory C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers...
         Installing NuGet package Cake.FileHelpers...
         Executing: "C:/Users/james/Repos/Barracuda/barracuda/tools/nuget.exe" install "Cake.FileHelpers" -OutputDirect
         ory "C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers" -ExcludeVersion -NonInteractive
         Unable to load the service index for source https://medxdev.pkgs.visualstudio.com/_packaging/packages/nuget/v3
         /index.json.
           Response status code does not indicate success: 401 (Unauthorized).
         NuGet exited with 1
         Feeds used:
           https://api.nuget.org/v3/index.json
           https://medxdev.pkgs.visualstudio.com/_packaging/packages/nuget/v3/index.json
           C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

         Installing package 'Cake.FileHelpers' to 'C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpe
         rs'.
           GET https://api.nuget.org/v3/registration3-gz-semver2/cake.filehelpers/index.json
           OK https://api.nuget.org/v3/registration3-gz-semver2/cake.filehelpers/index.json 274ms
         Output:
         Feeds used:
           https://api.nuget.org/v3/index.json
           https://medxdev.pkgs.visualstudio.com/_packaging/packages/nuget/v3/index.json
           C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

         Installing package 'Cake.FileHelpers' to 'C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpe
         rs'.
           GET https://api.nuget.org/v3/registration3-gz-semver2/cake.filehelpers/index.json
           OK https://api.nuget.org/v3/registration3-gz-semver2/cake.filehelpers/index.json 274ms
         An error occured while installing package Cake.FileHelpers.
         Deleting package directory C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers...
     1>EXEC : error : Cake.Core.CakeException: Failed to install addin 'Cake.FileHelpers'. [C:\Users\james\Repos\Barrac
       uda\barracuda\Src\Build.proj]
            at Cake.Core.Scripting.ScriptProcessor.InstallAddins(IReadOnlyCollection`1 addins, DirectoryPath installPat
         h)
            at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments)
            at Cake.Commands.BuildCommand.Execute(CakeOptions options)
            at Cake.CakeApplication.Run(CakeOptions options)
            at Cake.Program.Main()
     1>C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj(23,5): error MSB3073: The command "powershell.exe -NonIn
       teractive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script ..\build.cake -Configuration Debug -
       buildver= -gitcommit= -product=4Klarity "}" exited with code -1.
     1>Done Building Project "C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj" (default targets) -- FAILED.

Build FAILED.

       "C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj" (default target) (1) ->
       (Build target) ->
         EXEC : error : Cake.Core.CakeException: Failed to install addin 'Cake.FileHelpers'. [C:\Users\james\Repos\Barr
       acuda\barracuda\Src\Build.proj]
         C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj(23,5): error MSB3073: The command "powershell.exe -Non
       Interactive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script ..\build.cake -Configuration Debug
        -buildver= -gitcommit= -product=4Klarity "}" exited with code -1.

    0 Warning(s)
    2 Error(s)

@devlead
Copy link
Member

devlead commented Aug 30, 2018

Pin to a previous version of the addin, when not specifying a version latest will be picked, which could have been compiled for a newer version of Cake. Specifying a version ensures same version used each build.

Read more at
https://cakebuild.net/docs/tutorials/pinning-cake-version

@pauldotknopf
Copy link
Author

pauldotknopf commented Aug 30, 2018

Thanks,
IMO, referencing a NuGet package without a version shouldn't be allowed.

@gep13
Copy link
Member

gep13 commented Aug 30, 2018

@pauldotknopf we actually have an open issue about helping people fall into the "pit of success" in this area:

#2255

@devlead
Copy link
Member

devlead commented Aug 30, 2018

We will add an warning in next version of cake, our recommendation have always been to pin version. There's some legitimate uses cases, like addin and integration tests, where you want to run latest/prerelease.

But we hope with new warning in place, our guidance and recommendations will be clearer.

@jamesdavila
Copy link

jamesdavila commented Aug 30, 2018

I attempted to pin versions of the add-ins via nuget (Cake.FileHelpers and Cake.XdtTransforms) that were used on a good build, but the output was the same. It does attempt to install the pinned versions, but it fails.

Here is the syntax I used to pin:
#addin nuget:?package=Cake.FileHelpers&version=1.0.3.2
#addin nuget:?package=Cake.XdtTransform&version=0.9.11

Here is the diagnostic output:

`
Build started 8/30/2018 7:29:41 PM.
1>Project "C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj" on node 1 (default targets).
1>Build:
powershell.exe -NonInteractive -executionpolicy Unrestricted -command "&{"...\build.ps1 -Script ..\build.cake
-Configuration Debug -buildver= -gitcommit= -product=4Klarity "}
Preparing to run build script...
Running build script...
Module directory does not exist.
Analyzing build script...
Analyzing C:/Users/james/Repos/Barracuda/barracuda/build.cake...
Processing build script...
Installing addins...
Creating package directory C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers.1.0.3.2...
Installing NuGet package Cake.FileHelpers...
Executing: "C:/Users/james/Repos/Barracuda/barracuda/tools/nuget.exe" install "Cake.FileHelpers" -OutputDirect
ory "C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers.1.0.3.2" -Version "1.0.3.2" -Exclu
deVersion -NonInteractive
Unable to load the service index for source https://medxdev.pkgs.visualstudio.com/_packaging/packages/nuget/v3
/index.json.
Response status code does not indicate success: 401 (Unauthorized).
NuGet exited with 1
Feeds used:
C:\Users\james.nuget\packages
https://api.nuget.org/v3/index.json
https://medxdev.pkgs.visualstudio.com/_packaging/packages/nuget/v3/index.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

     Attempting to gather dependency information for package 'Cake.FileHelpers.1.0.3.2' with respect to project 'C:
     /Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers.1.0.3.2', targeting 'Any,Version=v0.0'
     Output:
     Feeds used:
       C:\Users\james\.nuget\packages\
       https://api.nuget.org/v3/index.json
       https://medxdev.pkgs.visualstudio.com/_packaging/packages/nuget/v3/index.json
       C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\



     Attempting to gather dependency information for package 'Cake.FileHelpers.1.0.3.2' with respect to project 'C:
     /Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers.1.0.3.2', targeting 'Any,Version=v0.0'
     An error occured while installing package Cake.FileHelpers.
     Deleting package directory C:/Users/james/Repos/Barracuda/barracuda/tools/Addins/cake.filehelpers.1.0.3.2...
 1>EXEC : error : Cake.Core.CakeException: Failed to install addin 'Cake.FileHelpers'. [C:\Users\james\Repos\Barrac
   uda\barracuda\Src\Build.proj]
        at Cake.Core.Scripting.ScriptProcessor.InstallAddins(IReadOnlyCollection`1 addins, DirectoryPath installPat
     h)
        at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath, IDictionary`2 arguments)
        at Cake.Commands.BuildCommand.Execute(CakeOptions options)
        at Cake.CakeApplication.Run(CakeOptions options)
        at Cake.Program.Main()
 1>C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj(23,5): error MSB3073: The command "powershell.exe -NonIn
   teractive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script ..\build.cake -Configuration Debug -
   buildver= -gitcommit= -product=4Klarity "}" exited with code -1.
 1>Done Building Project "C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj" (default targets) -- FAILED.

Build FAILED.

   "C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj" (default target) (1) ->
   (Build target) ->
     EXEC : error : Cake.Core.CakeException: Failed to install addin 'Cake.FileHelpers'. [C:\Users\james\Repos\Barr
   acuda\barracuda\Src\Build.proj]
     C:\Users\james\Repos\Barracuda\barracuda\Src\Build.proj(23,5): error MSB3073: The command "powershell.exe -Non
   Interactive -executionpolicy Unrestricted -command "&{"..\.\build.ps1 -Script ..\build.cake -Configuration Debug
    -buildver= -gitcommit= -product=4Klarity "}" exited with code -1.

0 Warning(s)
2 Error(s)

Time Elapsed 00:00:06.04
`

@bjorkstromm
Copy link
Member

According to the logs, nuget.exe tries to access a private feed, but it isn’t authorized (401).

Specify the feed explicitly int the directive:
#addin nuget:https://api.nuget.org/v3/index.json?package=Cake.FileHelpers&version=1.0.3.2

@jamesdavila
Copy link

Thanks so much @mholo65 , It's all good now

@devlead
Copy link
Member

devlead commented Aug 30, 2018

Excellent you got it sorted👍then I'm going to go ahead and close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants