Closed glemieux closed 5 years ago
fixed on ]add AbstractPlotting#master
;)
Thanks @SimonDanisch . Updated AbstractPlotting and tested that and that ran clean. Reran test on MakieGallery and I have a new error. It starts running through the tests and then aborts here (I've only copied in the part of the test in which it fails; let me know if you need more info):
plots:
subscenes:
*scene(500px, 440px)
*scene(500px, 60px)ERROR: LoadError: LoadError: IOError: could not spawn `7z x -y prec.zip -oprec`: no such file or directory (ENOENT)
Stacktrace:
[1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at ./process.jl:400
[2] #505 at ./process.jl:413 [inlined]
[3] setup_stdios(::getfield(Base, Symbol("##505#506")){Cmd}, ::Array{Any,1}) at ./process.jl:497
[4] _spawn at ./process.jl:412 [inlined]
[5] #run#515(::Bool, ::Function, ::Cmd) at ./process.jl:725
[6] run at ./process.jl:724 [inlined]
[7] unzip(::String, ::String) at ./worldclim_visualization:18
[8] load_dataset(::String) at ./worldclim_visualization:47
[9] top-level scope at none:0
[10] include_string(::Module, ::String, ::String) at ./loading.jl:1008
[11] #eval_example#74(::Base.Iterators.Pairs{Symbol,getfield(MakieGallery, Symbol("#output_path#99")){String},Tuple{Symbol},NamedTuple{(:outputfile,),Tuple{getfield(MakieGallery, Symbol("#output_path#99")){String}}}}, ::Function, ::MakieGallery.CellEntry) at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/src/database.jl:536
[12] #eval_example at ./none:0 [inlined]
[13] (::getfield(MakieGallery, Symbol("##78#79")){Base.Iterators.Pairs{Symbol,getfield(MakieGallery, Symbol("#output_path#99")){String},Tuple{Symbol},NamedTuple{(:outputfile,),Tuple{getfield(MakieGallery, Symbol("#output_path#99")){String}}}},getfield(MakieGallery, Symbol("##98#101")){Tuple{Int64,Int64},String}})(::MakieGallery.CellEntry) at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/src/database.jl:550
[14] #enumerate_examples#61(::Int64, ::Nothing, ::Function, ::getfield(MakieGallery, Symbol("##78#79")){Base.Iterators.Pairs{Symbol,getfield(MakieGallery, Symbol("#output_path#99")){String},Tuple{Symbol},NamedTuple{(:outputfile,),Tuple{getfield(MakieGallery, Symbol("#output_path#99")){String}}}},getfield(MakieGallery, Symbol("##98#101")){Tuple{Int64,Int64},String}}) at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/src/database.jl:498
[15] #enumerate_examples at ./none:0 [inlined]
[16] #eval_examples#77(::Int64, ::Nothing, ::Base.Iterators.Pairs{Symbol,getfield(MakieGallery, Symbol("#output_path#99")){String},Tuple{Symbol},NamedTuple{(:outputfile,),Tuple{getfield(MakieGallery, Symbol("#output_path#99")){String}}}}, ::Function, ::getfield(MakieGallery, Symbol("##98#101")){Tuple{Int64,Int64},String}) at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/src/database.jl:549
[17] (::getfield(MakieGallery, Symbol("#kw##eval_examples")))(::NamedTuple{(:outputfile, :start),Tuple{getfield(MakieGallery, Symbol("#output_path#99")){String},Int64}}, ::typeof(MakieGallery.eval_examples), ::Function) at ./none:0
[18] #record_examples#96(::Tuple{Int64,Int64}, ::Bool, ::Bool, ::Function, ::String) at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/src/io.jl:190
[19] record_examples(::String) at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/src/io.jl:175
[20] top-level scope at none:0
[21] include at ./boot.jl:326 [inlined]
[22] include_relative(::Module, ::String) at ./loading.jl:1038
[23] include(::Module, ::String) at ./sysimg.jl:29
[24] include(::String) at ./client.jl:403
[25] top-level scope at none:0
in expression starting at worldclim_visualization:53
in expression starting at /home/gregorylemieux/.julia/packages/MakieGallery/86acG/test/runtests.jl:20
ERROR: Package MakieGallery errored during testing
In troubleshooting why MakieGallery wasn't being added even though the
add MakieGallery
seemed to work fine, I decided totest MakieGallery
and this came back: