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

AppVeyor build is unhappy #11001

Closed
JeffBezanson opened this issue Apr 25, 2015 · 3 comments
Closed

AppVeyor build is unhappy #11001

JeffBezanson opened this issue Apr 25, 2015 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior test This change adds or pertains to unit tests

Comments

@JeffBezanson
Copy link
Sponsor Member

It looks like f2e3d33, which has been an unqualified success on travis, has not gone over so well on appveyor.

There seem to be 2 main failure modes:

LoadError: SystemError: rmdir: Directory not empty in the file test, https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.4126/job/uwjkhm4f3hv7pg05

and a crash with an odd stack trace,
https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.4125/job/6sqj2r4t1581klb8

@JeffBezanson JeffBezanson added bug Indicates an unexpected problem or unintended behavior test This change adds or pertains to unit tests labels Apr 25, 2015
@tkelman
Copy link
Contributor

tkelman commented Apr 25, 2015

I can't get this to happen locally, and it seems to have gone away now: https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.4130/job/yv5jbkgrykw09mcj (edit: cancelled that because it was timing out in linalg, but not showing the same failure as before)

For some reason the buildbots may have needed to rebuild some dependency and gotten that into the nightlies before it could work on appveyor. Not sure how that would result in an issue with starting without sys.dll though.

@tkelman tkelman closed this as completed Apr 25, 2015
@tkelman
Copy link
Contributor

tkelman commented Apr 25, 2015

there might still be a filesystem race in some newly-added test? https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.4135/job/u356dj2obeu9529n

@tkelman tkelman reopened this Apr 25, 2015
@tkelman
Copy link
Contributor

tkelman commented Apr 25, 2015

whoops, from a local build on that branch the rmdir: Directory not empty is a PR-specific problem with #10994

@tkelman tkelman closed this as completed Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

2 participants