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

test/repl: try to fix mkdir issue on FreeBSD CI #27487

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

iblislin
Copy link
Member

@iblislin iblislin commented Jun 8, 2018

Not sure why FreeBSD CI ran into the mkdir issue several times.

Error in testset REPL:
Error During Test at /usr/home/julia/julia-fbsd-buildbot/worker/11rel-amd64/build/test/testdefs.jl:19
  Got exception LoadError("/usr/home/julia/julia-fbsd-buildbot/worker/11rel-amd64/build/usr/share/julia/stdlib/v0.7/REPL/test/runtests.jl", 7, LoadError("/usr/home/julia/julia-fbsd-buildbot/worker/11rel-amd64/build/usr/share/julia/stdlib/v0.7/REPL/test/replcompletions.jl", 593, SystemError("mkdir", 17, "/tmp/replcompletion-unreadable"))) outside of a @test
  LoadError: LoadError: SystemError (with /tmp/replcompletion-unreadable): mkdir: File exists
  Stacktrace:
   [1] #systemerror#43(::String, ::Function, ::Symbol, ::Bool) at ./error.jl:106
   [2] #systemerror at ./none:0 [inlined]
   [3] #mkdir#7(::UInt16, ::Function, ::String) at ./file.jl:167
   [4] mkdir(::String) at ./file.jl:162
...

@iblislin
Copy link
Member Author

iblislin commented Jun 8, 2018

Seems there are lots of leftovers dirs and files on my one of works, also.

┌─[/tmp]
└─[iblis@abeing]% ls -l | wc -l
    1598

@ararslan ararslan added test This change adds or pertains to unit tests REPL Julia's REPL (Read Eval Print Loop) system:freebsd Affects only FreeBSD labels Jun 8, 2018
@ararslan ararslan requested a review from staticfloat June 8, 2018 20:45
Copy link
Member

@staticfloat staticfloat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ararslan
Copy link
Member

ararslan commented Jun 8, 2018

AppVeyor failures are timeouts, macOS failure is unrelated (FileWatching).

@ararslan ararslan merged commit 0ffde2f into JuliaLang:master Jun 8, 2018
@iblislin iblislin deleted the ib/ci-test-repl branch June 9, 2018 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Julia's REPL (Read Eval Print Loop) system:freebsd Affects only FreeBSD test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants