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

Distributed rmdir appveyor test failure on appveyor #26255

Closed
simonbyrne opened this issue Feb 28, 2018 · 1 comment
Closed

Distributed rmdir appveyor test failure on appveyor #26255

simonbyrne opened this issue Feb 28, 2018 · 1 comment
Labels
domain:ci Continuous integration system:windows Affects only Windows test This change adds or pertains to unit tests

Comments

@simonbyrne
Copy link
Contributor

It seems to be this line.

ERROR: LoadError: SystemError (with C:\Users\appveyor\AppData\Local\Temp\1\jl_2874.tmp): rmdir: Permission denied
Stacktrace:
 [1] #systemerror#49(::String, ::Function, ::Symbol, ::Bool) at .\error.jl:106
 [2] #systemerror at .\<missing>:0 [inlined]
 [3] #rm#9(::Bool, ::Bool, ::Function, ::String) at .\file.jl:169
 [4] #rm at .\<missing>:0 [inlined]
 [5] top-level scope at C:\projects\julia\julia-1da3190d85\share\julia\site\v0.7\Distributed\test\distributed_exec.jl:1405
 [6] include(::Module, ::String) at .\boot.jl:305
 [7] include_relative(::Module, ::String) at .\loading.jl:1066
 [8] include(::Module, ::String) at .\sysimg.jl:29
 [9] exec_options(::Base.JLOptions) at .\client.jl:332
 [10] _start() at .\client.jl:448
in expression starting at C:\projects\julia\julia-1da3190d85\share\julia\site\v0.7\Distributed\test\distributed_exec.jl:1381
@simonbyrne simonbyrne added the system:windows Affects only Windows label Feb 28, 2018
@JeffBezanson JeffBezanson added domain:ci Continuous integration test This change adds or pertains to unit tests labels Feb 28, 2018
JeffBezanson added a commit that referenced this issue Mar 1, 2018
@StefanKarpinski
Copy link
Sponsor Member

My understanding is that this is not fixed but worked around and still needs a proper fix.

mbauman added a commit that referenced this issue Mar 5, 2018
…gnment

* master:
  Fix trimming of SubArrays in unaliascopy (#26263)
  try to fix embedding test on windows
  replace `JULIA_HOME` with `Sys.BINDIR` in Pkg3
  loading tests: delete old, redundant tests
  loading: find entry points for projects in load path, locate tests
  disable problematic rmdir to fix AV build (#26255)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:ci Continuous integration system:windows Affects only Windows test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

3 participants