Skip to content

Instantly share code, notes, and snippets.

@devboy
Created December 2, 2014 15:25
Show Gist options
  • Save devboy/3b5bd3491530301eea6f to your computer and use it in GitHub Desktop.
Save devboy/3b5bd3491530301eea6f to your computer and use it in GitHub Desktop.
Travis can't load and/or unzip some dependecies via fake
No version specified. Downloading latest stable.
Starting download from https://github.com/fsprojects/Paket/releases/download/0.17.5/paket.exe
Paket version 0.17.5.0
found: /Users/travis/build/wooga/sbs-unity/paket.dependencies
Downloading fsharp/FAKE:2267f836a7a053f5caa8ac6dc7f897ea867ecb4c modules/Octokit/Octokit.fsx to /Users/travis/build/wooga/sbs-unity/paket-files/fsharp/FAKE/modules/Octokit/Octokit.fsx
Downloading Microsoft.AspNet.Razor 2.0.30506.0 to /Users/travis/.local/share/NuGet/Cache/Microsoft.AspNet.Razor.2.0.30506.nupkg
Downloading FSharp.Formatting 2.4.36 to /Users/travis/.local/share/NuGet/Cache/FSharp.Formatting.2.4.36.nupkg
Downloading FAKE 3.9.9 to /Users/travis/.local/share/NuGet/Cache/FAKE.3.9.9.nupkg
Downloading NUnit.Runners 2.6.3 to /Users/travis/.local/share/NuGet/Cache/NUnit.Runners.2.6.3.nupkg
Downloading Microsoft.Bcl 1.1.9 to /Users/travis/.local/share/NuGet/Cache/Microsoft.Bcl.1.1.9.nupkg
Downloading Microsoft.Bcl.Build 1.0.21 to /Users/travis/.local/share/NuGet/Cache/Microsoft.Bcl.Build.1.0.21.nupkg
Downloading RazorEngine 3.3.0 to /Users/travis/.local/share/NuGet/Cache/RazorEngine.3.3.0.nupkg
Downloading NUnit 2.6.3 to /Users/travis/.local/share/NuGet/Cache/NUnit.2.6.3.nupkg
Downloading SourceLink.Fake 0.4.2 to /Users/travis/.local/share/NuGet/Cache/SourceLink.Fake.0.4.2.nupkg
Downloading NuGet.CommandLine 2.8.3 to /Users/travis/.local/share/NuGet/Cache/NuGet.CommandLine.2.8.3.nupkg
Downloading Octokit 0.5.2 to /Users/travis/.local/share/NuGet/Cache/Octokit.0.5.2.nupkg
Downloading FSharp.Compiler.Service 0.0.67 to /Users/travis/.local/share/NuGet/Cache/FSharp.Compiler.Service.0.0.67.nupkg
Downloading Microsoft.Net.Http 2.2.28 to /Users/travis/.local/share/NuGet/Cache/Microsoft.Net.Http.2.2.28.nupkg
FSharp.Formatting 2.4.36 unzipped to /Users/travis/build/wooga/sbs-unity/packages/FSharp.Formatting
Something went wrong with the download of Microsoft.Bcl 1.1.9 - automatic retry with --force.
Microsoft.AspNet.Razor 2.0.30506.0 unzipped to /Users/travis/build/wooga/sbs-unity/packages/Microsoft.AspNet.Razor
Microsoft.Bcl.Build 1.0.21 unzipped to /Users/travis/build/wooga/sbs-unity/packages/Microsoft.Bcl.Build
Something went wrong with the download of NUnit.Runners 2.6.3 - automatic retry with --force.
NUnit 2.6.3 unzipped to /Users/travis/build/wooga/sbs-unity/packages/NUnit
RazorEngine 3.3.0 unzipped to /Users/travis/build/wooga/sbs-unity/packages/RazorEngine
SourceLink.Fake 0.4.2 unzipped to /Users/travis/build/wooga/sbs-unity/packages/SourceLink.Fake
Downloading NUnit.Runners 2.6.3 to /Users/travis/.local/share/NuGet/Cache/NUnit.Runners.2.6.3.nupkg
NuGet.CommandLine 2.8.3 unzipped to /Users/travis/build/wooga/sbs-unity/packages/NuGet.CommandLine
Downloading Microsoft.Bcl 1.1.9 to /Users/travis/.local/share/NuGet/Cache/Microsoft.Bcl.1.1.9.nupkg
Something went wrong with the download of Octokit 0.5.2 - automatic retry with --force.
Downloading Octokit 0.5.2 to /Users/travis/.local/share/NuGet/Cache/Octokit.0.5.2.nupkg
Something went wrong with the download of Microsoft.Net.Http 2.2.28 - automatic retry with --force.
Downloading Microsoft.Net.Http 2.2.28 to /Users/travis/.local/share/NuGet/Cache/Microsoft.Net.Http.2.2.28.nupkg
[?1h=Paket failed with:
Error during unzipping lib/portable-net45%2Bwin8%2Bwp8%2Bwpa81/_._ in Microsoft.Bcl 1.1.9: Could not find a part of the path.
[?1l>travis_time:end:010afa90:start=1417533505000000000,finish=1417533515000000000,duration=10000000000

The command "./build.sh All" exited with 1.
Done. Your build exited with 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment