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

Paket magic mode fails on Travis-CI with Win32Exception #2588

Open
sideeffffect opened this issue Aug 6, 2017 · 0 comments
Open

Paket magic mode fails on Travis-CI with Win32Exception #2588

sideeffffect opened this issue Aug 6, 2017 · 0 comments

Comments

@sideeffffect
Copy link
Contributor

sideeffffect commented Aug 6, 2017

Description

https://travis-ci.org/sideeffffect/FSharpx.Collections/builds/261426969

$ ./build.sh All
Running paket failed with: System.ComponentModel.Win32Exception: ApplicationName='/tmp/paket_F9967CACF72243EFF862145CF0582A9916D34B1C786AAE38D5C4CD10F307A27F.exe', CommandLine='--from-bootstrapper restore', CurrentDirectory='', Native error= Cannot find the specified file
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at Paket.Bootstrapper.PaketRunner.Run (System.String program, IEnumerable`1 arguments) [0x00000] in <filename unknown>:0 
  at Paket.Bootstrapper.Program.OnSuccessfulDownload (Paket.Bootstrapper.BootstrapperOptions options) [0x00000] in <filename unknown>:0 
Cannot open assembly 'packages/FAKE/tools/FAKE.exe': No such file or directory.

Repro steps

run Travis-CI of e.g. FSharpx.Collections

Expected behavior

Paket should restore packages

Actual behavior

but instead it crashes

Known workarounds

use paket.bootstrapper.exe (see fsprojects/FSharpx.Collections#78)

sideeffffect added a commit to sideeffffect/FSharpx.Collections that referenced this issue Aug 6, 2017
sideeffffect added a commit to sideeffffect/FSharpx.Collections that referenced this issue Aug 6, 2017
sideeffffect added a commit to sideeffffect/FSharpx.Collections that referenced this issue Aug 6, 2017
sideeffffect added a commit to sideeffffect/FSharpx.Collections that referenced this issue Aug 6, 2017
@enricosada enricosada changed the title Paket fails on Travis-CI with Win32Exception Paket magic mode fails on Travis-CI with Win32Exception Jan 23, 2018
rmunn pushed a commit to rmunn/FSharpx.Collections that referenced this issue Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants