Skip to content

Instantly share code, notes, and snippets.

@tomasaschan
Created June 30, 2015 16:06
Show Gist options
  • Select an option

  • Save tomasaschan/1e7661907f5ce1284d51 to your computer and use it in GitHub Desktop.

Select an option

Save tomasaschan/1e7661907f5ce1284d51 to your computer and use it in GitHub Desktop.
julia> Pkg.test("LightGraphs")
INFO: Testing LightGraphs
running C:\Users\Tomas Lycken\.julia\v0.4\LightGraphs\test\graphdigraph.jl ...
WARNING: gc_disable() is deprecated, use gc_enable(false) instead.error in running finalizer: ErrorException("task switc
h not allowed from inside gc finalizer")
WARNING: gc_enable() is deprecated, use gc_enable(true) instead.error in running finalizer: ErrorException("task switch
not allowed from inside gc finalizer")
running C:\Users\Tomas Lycken\.julia\v0.4\LightGraphs\test\persistence.jl ...
ERROR: LoadError: LoadError: unlink: resource busy or locked (EBUSY)
in unlink at fs.jl:102
while loading C:\Users\Tomas Lycken\.julia\v0.4\LightGraphs\test\persistence.jl, in expression starting on line 9
while loading C:\Users\Tomas Lycken\.julia\v0.4\LightGraphs\test\runtests.jl, in expression starting on line 63
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
jl_uv_writecb() ERROR: broken pipe EPIPE
=================================================[ ERROR: LightGraphs ]=================================================
failed process: Process(`'C:\Users\Tomas Lycken\AppData\Local\Julia-0.4.0-dev\bin\julia' --check-bounds=yes --code-cover
age=none --color=yes 'C:\Users\Tomas Lycken\.julia\v0.4\LightGraphs\test\runtests.jl'`, ProcessExited(1)) [1]
========================================================================================================================
INFO: No packages to install, update or remove
ERROR: LightGraphs had test errors
in error at error.jl:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment