ui icon indicating copy to clipboard operation
ui copied to clipboard

Build failing (on master)

Open cata opened this issue 7 years ago • 2 comments

Repro:

  • clone
  • execute build.cmd
  • Build fails with:
Paket failed with
-> Could not download WebSharper.CSharp 4.2.2.226-beta.
-> Couldn't get package details for package WebSharper.CSharp 4.2.2.226-beta on https://nuget.intellifactory.com/nuget.
         - 2_https://nuget.intellifactory.com/nuget/Packages?$filter=(Id eq 'WebSharper.CSharp') and (NormalizedVersion          - 2_https://nuget.intellifactory.com/nuget/Packages?$filter=(tolower(Id) eq 'websharper.csharp') and (Normalize         - 2_https://nuget.intellifactory.com/nuget/Packages?$filter=(Id eq 'WebSharper.CSharp') and (Version eq '4.2.2.         - 2_https://nuget.intellifactory.com/nuget/Packages?$filter=(tolower(Id) eq 'websharper.csharp') and (Version e         - 2_https://nuget.intellifactory.com/nuget/Packages?$filter=(tolower(Id) eq 'websharper.csharp') and (Version eq '4.2.2.226-beta')

Notable warnings:

environment variable '%IF_USER%' not found
environment variable '%IF_PASS%' not found
Source 'https://nuget.intellifactory.com/nuget' exception: System.Exception: error ---> System.Exception: Could not retrieve data from 'https://nuget.intellifactory.com/nuget/Packages?$filter=(Id eq 'WebSharper.CSharp') and (Version eq '4.2.2.226-beta')' ---> Paket.Utils+RequestFailedException: Request to 'https://nuget.intellifactory.com/nuget/Packages?$filter=(Id eq 'WebSharper.CSharp') and (Version eq '4.2.2.226-beta')' failed with: 'Unauthorized'
   at [email protected](RequestFailedInfo _arg1)
   at [email protected](a a)
   --- End of inner exception stack trace ---
   at [email protected](Exception _arg4)
   at [email protected](AsyncParams`1 args)
   --- End of inner exception stack trace ---
   at [email protected](FSharpChoice`2 _arg5)
   at [email protected](a a)
Source 'https://nuget.intellifactory.com/nuget' exception: System.Exception: error ---> System.Exception: Could not retrieve data from 'https://nuget.intellifactory.com/nuget/Packages?$filter=(tolower(Id) eq 'websharper.fsharp') and (Version eq '4.2.2.226-beta')' ---> Paket.Utils+RequestFailedException: Request to 'https://nuget.intellifactory.com/nuget/Packages?$filter=(tolower(Id) eq 'websharper.fsharp') and (Version eq '4.2.2.226-beta')' failed with: 'Unauthorized'
   at [email protected](RequestFailedInfo _arg1)
   at [email protected](a a)
   --- End of inner exception stack trace ---
   at [email protected](Exception _arg4)
[...]

cata avatar Feb 17 '18 06:02 cata

Right, you need a paket update first. The CI server does it for every build, but we should have it push the updated paket.lock when we release.

Tarmil avatar Feb 17 '18 10:02 Tarmil

@Tarmil On master, paket.lock references a package version that is higher than the one publicly available on Nuget.Org. Running paket update (without having access to the Intellifactory private feed) might not be right resolution, as it would resolve to an earlier version of the dependency.

cata avatar Feb 17 '18 23:02 cata

(Build is now using and has been for quite some time, the WebSharper GitHub feed - closing issue.)

granicz avatar Oct 16 '22 20:10 granicz