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

occasional precompile test failure #22552

Closed
JeffBezanson opened this issue Jun 26, 2017 · 2 comments · Fixed by #23012
Closed

occasional precompile test failure #22552

JeffBezanson opened this issue Jun 26, 2017 · 2 comments · Fixed by #23012
Labels
bug Indicates an unexpected problem or unintended behavior compiler:precompilation Precompilation of modules test This change adds or pertains to unit tests

Comments

@JeffBezanson
Copy link
Member

E.g. https://ci.appveyor.com/project/JuliaLang/julia/build/1.0.15496/job/nxw2aj65aqofhfp3

	From worker 1:	compile: Test Failed
  Expression: Foo.g() === 97.0
   Evaluated: 2.0 === 97.0
Stacktrace:
 [1] (::Test53Main_compile.##1#14)() at C:\projects\julia\julia-23c3e982f9\share\julia\test\compile.jl:159
 [2] withenv(::Test53Main_compile.##1#14, ::Pair{String,Void}, ::Vararg{Pair{String,Void},N} where N) at .\env.jl:157
 [3] include_from_node1 at .\loading.jl:549

Seems to happen more often on win32, but has been seen on other platforms. Currently happening on jb/iodeps, which seems unrelated.

@JeffBezanson JeffBezanson added bug Indicates an unexpected problem or unintended behavior compiler:precompilation Precompilation of modules test This change adds or pertains to unit tests labels Jun 26, 2017
@iblislin
Copy link
Member

I ran into this error also when I built master (eb133ab) on my local bsd box... 😱

@tkelman
Copy link
Contributor

tkelman commented Jul 29, 2017

that was a "hoping this might fix" so we'll have to keep an eye out for this one and reopen if it still happens

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 compiler:precompilation Precompilation of modules test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants