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

Intermittent Travis build failure? #14705

Closed
simonster opened this issue Jan 17, 2016 · 6 comments
Closed

Intermittent Travis build failure? #14705

simonster opened this issue Jan 17, 2016 · 6 comments

Comments

@simonster
Copy link
Member

See here from #14703. The error is:

fatal error during bootstrap:

(parse-error "read: unexpected ']'")

Given this is happening while building inference0.ji and that PR only touched linalg code, I don't think my changes could cause this...

@yuyichao
Copy link
Contributor

Thanks for openning an issue for this. IIRC, this happens mainly on travis linux although I've also seen it happen a few times on travis osx (before we disabled it). I haven't got any luck reproducing it locally. The time it starts to happen is around when we switch to the new travis setup.

@JeffBezanson
Copy link
Member

Yes, I've seen this a few times too.

@Sacha0
Copy link
Member

Sacha0 commented Jan 17, 2016

Likewise #14702 (comment)

@tkelman
Copy link
Contributor

tkelman commented Jan 17, 2016

Is anyone doing make -j3 install locally, with deps in place but none of src built yet? I think it's a race condition while both release and debug system images are building in parallel.

@eschnett
Copy link
Contributor

@tkelman I confirm this has been problem for some time; I have to do make -j8; make -j8 install to build. I haven't figured out where the conflict is, though -- sorry.

@yuyichao
Copy link
Contributor

I guess it's probably julia_flisp.boot... The first travis log linked even has a compiler warning about ignoring null characters.

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

6 participants