MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.39k stars 302 forks source link

font error? #101

Closed SimonEnsemble closed 5 years ago

SimonEnsemble commented 6 years ago

Upon:

using Makie
scene = Scene()
volume(rand(32, 32, 32), algorithm = :iso)

I get:

INFO: Caching fonts, this may take a while. Needed only on first run!
ERROR: Couldn't load font /home/cokes/.julia/v0.6/Makie/src/glbackend/GLVisualize/assets/fonts/DejaVuSans.ttf with error 1
Stacktrace:
 [1] newface(::String, ::Int64, ::Array{Ptr{Void},1}) at /home/cokes/.julia/v0.6/FreeTypeAbstraction/src/functions.jl:81
 [2] defaultfont() at /home/cokes/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:39
 [3] cached_load() at /home/cokes/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:80
 [4] get_texture_atlas() at /home/cokes/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:105
 [5] (::AbstractPlotting.##282#290{Int64})(::StaticArrays.SArray{Tuple{4,4},Float32,2,16}, ::Array{Array{Ptr{FreeType.FT_FaceRec},1},1}, ::Array{String,1}, ::Vararg{Any,N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:202
 [6] map(::Function, ::Reactive.Signal{StaticArrays.SArray{Tuple{4,4},Float32,2,16}}, ::Reactive.Signal{Any}, ::Reactive.Signal{Array{String,1}}, ::Vararg{Reactive.Signal,N} where N) at /home/cokes/.julia/v0.6/Reactive/src/operators.jl:34
 [7] plot!(::Annotations{...}) at /home/cokes/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:198
 [8] plot!(::Axis3D{...}, ::Type{Annotations{...}}, ::AbstractPlotting.Attributes, ::Array{String,1}, ::Vararg{Any,N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/interfaces.jl:369
 [9] #plot!#167(::Array{Any,1}, ::Function, ::Axis3D{...}, ::Type{T} where T, ::Array{String,1}, ::Vararg{Any,N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/interfaces.jl:339
 [10] (::AbstractPlotting.#kw##plot!)(::Array{Any,1}, ::AbstractPlotting.#plot!, ::Axis3D{...}, ::Type{T} where T, ::Array{String,1}, ::Vararg{Any,N} where N) at ./<missing>:0
 [11] #annotations!#278(::Array{Any,1}, ::Function, ::Axis3D{...}, ::Array{String,1}, ::Vararg{Any,N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/recipes.jl:78
 [12] (::AbstractPlotting.#kw##annotations!)(::Array{Any,1}, ::AbstractPlotting.#annotations!, ::Axis3D{...}, ::Array{String,1}, ::Vararg{Any,N} where N) at ./<missing>:0
 [13] #TextBuffer#348(::Array{AbstractPlotting.Quaternion{Float32},1}, ::Array{ColorTypes.RGBA{Float32},1}, ::Array{Float32,1}, ::Bool, ::Array{Array{Ptr{FreeType.FT_FaceRec},1},1}, ::Array{GeometryTypes.Vec{2,Float32},1}, ::Bool, ::Array{Any,1}, ::AbstractPlotting.#TextBuffer, ::Axis3D{...}, ::Type{GeometryTypes.Point{3,T} where T}) at /home/cokes/.julia/v0.6/AbstractPlotting/src/basic_recipes/buffers.jl:58
 [14] TextBuffer(::Axis3D{...}, ::Type{GeometryTypes.Point{3,T} where T}) at /home/cokes/.julia/v0.6/AbstractPlotting/src/basic_recipes/buffers.jl:58
 [15] plot!(::AbstractPlotting.Scene, ::Type{Axis3D{...}}, ::AbstractPlotting.Attributes, ::Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32},Tuple{Float32,Float32}}}, ::Vararg{Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32},Tuple{Float32,Float32}}},N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/basic_recipes/axis.jl:449
 [16] axis3d!(::AbstractPlotting.Scene, ::AbstractPlotting.Attributes, ::Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32},Tuple{Float32,Float32}}}, ::Vararg{Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32},Tuple{Float32,Float32}}},N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/recipes.jl:80
 [17] plot!(::AbstractPlotting.Scene, ::Volume{...}, ::AbstractPlotting.Attributes) at /home/cokes/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:303
 [18] plot!(::AbstractPlotting.Scene, ::Type{Volume{...}}, ::AbstractPlotting.Attributes, ::Array{Float64,3}, ::Vararg{Array{Float64,3},N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/interfaces.jl:362
 [19] #plot!#167(::Array{Any,1}, ::Function, ::AbstractPlotting.Scene, ::Type{T} where T, ::Array{Float64,3}, ::Vararg{Array{Float64,3},N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/interfaces.jl:339
 [20] (::AbstractPlotting.#kw##plot!)(::Array{Any,1}, ::AbstractPlotting.#plot!, ::AbstractPlotting.Scene, ::Type{T} where T, ::Array{Float64,3}, ::Vararg{Array{Float64,3},N} where N) at ./<missing>:0
 [21] #plot#161(::Array{Any,1}, ::Function, ::Type{T} where T, ::Array{Float64,3}, ::Vararg{Array{Float64,3},N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/interfaces.jl:326
 [22] (::AbstractPlotting.#kw##plot)(::Array{Any,1}, ::AbstractPlotting.#plot, ::Type{T} where T, ::Array{Float64,3}) at ./<missing>:0
 [23] #volume#88(::Array{Any,1}, ::Function, ::Array{Float64,3}, ::Vararg{Array{Float64,3},N} where N) at /home/cokes/.julia/v0.6/AbstractPlotting/src/recipes.jl:107
 [24] (::AbstractPlotting.#kw##volume)(::Array{Any,1}, ::AbstractPlotting.#volume, ::Array{Float64,3}, ::Vararg{Array{Float64,3},N} where N) at ./<missing>:0

When I installed via:

Pkg.clone("https://github.com/JuliaPlots/Makie.jl.git")
Pkg.checkout("GLVisualize")

To be fair I get an error ERROR: GLVisualize is not a git repo... Was this not supposed to happen? The install directions do not say what to do if the checkout doesn't work. Thanks.

SimonDanisch commented 6 years ago

To try master you need to always also checkout AbstractPlotting:

Pkg.checkout("Makie")
Pkg.checkout("AbstractPlotting")
Pkg.test("Makie")

GLVisualize is right now integrated into Makie to more easily try out radical ideas, so if you have a clean install GLVisualize won't be installed ;)

SimonEnsemble commented 6 years ago

Thanks, now it installs. Maybe we should update the README to add the additional step:

Pkg.checkout("Makie")
Pkg.checkout("AbstractPlotting")

?

However,

using Makie

scene = Scene()
volume(rand(32, 32, 32), algorithm = :iso)
center!(scene)

just brings up a black screen on Ubuntu 16.04, Julia v0.6.3.

here is the result of Pkg.test("Makie"):

INFO: Computing test dependencies for Makie...
INFO: Installing MeshIO v0.1.3
INFO: Testing Makie
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
INFO: Checking out ReferenceImages master...
INFO: Pulling ReferenceImages latest master...
INFO: Removing MeshIO v0.1.3
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
LoadError: You can't create a video stream without ffmpeg installed.
         Please install ffmpeg, e.g. via https://ffmpeg.org/download.html.
         When you download the binaries, please make sure that you add the path to your PATH
         environment variable.
         On unix you can install ffmpeg with `sudo apt-get install ffmpeg`.

while loading animated_scatter, in expression starting on line 7

failed to evaluate the example:
```julia
using Makie

    N = 10
    r = [(rand(7, 2) .- 0.5) .* 25 for i = 1:N]
    scene = scatter(r[1][:, 1], r[1][:, 2], markersize = 1, limits = FRect(-25/2, -25/2, 25, 25))
    s = scene[end] # last plot in scene
    record(scene, "./media/animated_scatter.mp4", r) do m
        s[1] = m[:, 1]
        s[2] = m[:, 2]
    end

Visual Regression: Error During Test Got an exception of type MethodError outside of a @test MethodError: no method matching toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::Void, ::Bool) Closest candidates are: toimages(::Any, ::Any, ::AbstractPlotting.Scene, ::Any) at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:18 toimages(::Any, ::Any, ::String, ::Any) at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:28 Stacktrace: [1] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /home/simoncor/.julia/v0.6/Makie/test/../examples/database.jl:520 [2] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /home/simoncor/.julia/v0.6/Makie/test/../examples/database.jl:483 [3] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./:0 [4] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /home/simoncor/.julia/v0.6/Makie/test/../examples/database.jl:505 [5] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./:0 [6] macro expansion at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:65 [inlined] [7] macro expansion at ./test.jl:860 [inlined] [8] test_examples(::Bool) at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:64 [9] include_from_node1(::String) at ./loading.jl:576 [10] include(::String) at ./sysimg.jl:14 [11] process_options(::Base.JLOptions) at ./client.jl:305 [12] _start() at ./client.jl:371 Test Summary: | Pass Error Total Visual Regression | 12 1 13 image: | 1 1 scatter colormap: | 1 1 FEM polygon 2D: | 1 1 FEM mesh 2D: | 1 1 colored triangle: | 1 1 heatmap interpolation: | 1 1 colored triangle: | 1 1 Subscenes: | 1 1 Polygons: | 1 1 Contour Function: | 1 1 contour: | 1 1 Heatmap: | 1 1 ERROR: LoadError: Some tests did not pass: 12 passed, 0 failed, 1 errored, 0 broken. while loading /home/simoncor/.julia/v0.6/Makie/test/runtests.jl, in expression starting on line 83 =================================================================================================================================[ ERROR: Makie ]==================================================================================================================================

failed process: Process(/home/simoncor/juliav0.6.3/bin/julia -Cgeneric -J/home/simoncor/juliav0.6.3/lib/julia/sys.so --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /home/simoncor/.julia/v0.6/Makie/test/runtests.jl, ProcessExited(1)) [1]

=================================================================================================================================================================================================================================================================================== INFO: No packages to install, update or remove ERROR: Makie had test errors

SimonDanisch commented 6 years ago

ah great, i actually just fixed this today: 531c772d85485337369f6d61ed6e3c515f47aec6 so another checkout of makie should make it work!

SimonEnsemble commented 6 years ago

I still get a black screen, and this test now fails:

INFO: Computing test dependencies for Makie...
INFO: Installing MeshIO v0.1.3
INFO: Testing Makie
WARNING: could not import AbstractPlotting.arguments into Makie
WARNING: could not import AbstractPlotting.mouseover into Makie
WARNING: could not import AbstractPlotting.onpick into Makie
WARNING: could not import AbstractPlotting.pick into Makie
WARNING: using GLAbstraction.boundingbox in module Makie conflicts with an existing identifier.
WARNING: using GLAbstraction.VecTypes in module Makie conflicts with an existing identifier.
WARNING: using AbstractPlotting.IRect in module GLVisualize conflicts with an existing identifier.
WARNING: using AbstractPlotting.VecTypes in module GLVisualize conflicts with an existing identifier.
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
INFO: Checking out ReferenceImages master...
INFO: Pulling ReferenceImages latest master...
INFO: Removing MeshIO v0.1.3
^_WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
Visual Regression: Error During Test
  Got an exception of type ErrorException outside of a @test
  glGenBuffers returned invalid id. OpenGL Context active?
  Stacktrace:
   [1] glGenBuffers(::Int64) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLAbstraction/GLExtendedFunctions.jl:112
   [2] Makie.GLAbstraction.GLBuffer{GeometryTypes.Face{2,GeometryTypes.OffsetInteger{-1,UInt32}}}(::Ptr{GeometryTypes.Face{2,GeometryTypes.OffsetInteger{-1,UInt32}}}, ::Int64, ::UInt32, ::UInt32) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLAbstraction/GLBuffer.jl:9
   [3] (::Core.#kw#Type)(::Array{Any,1}, ::Type{Makie.GLAbstraction.GLBuffer}, ::Array{GeometryTypes.Face{2,GeometryTypes.OffsetInteger{-1,UInt32}},1}) at ./<missing>:0
   [4] to_index_buffer(::Reactive.Signal{Array{GeometryTypes.Face{2,GeometryTypes.OffsetInteger{-1,UInt32}},1}}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLVisualize/utils.jl:175
   [5] gl_convert(::Makie.GLVisualize.#to_index_buffer, ::Reactive.Signal{Array{GeometryTypes.Face{2,GeometryTypes.OffsetInteger{-1,UInt32}},1}}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLAbstraction/GLUniforms.jl:252
   [6] Makie.GLAbstraction.RenderObject(::Dict{Symbol,Any}, ::Makie.GLVisualize.GLVisualizeShader, ::Makie.GLAbstraction.StandardPrerender, ::Void, ::Reactive.Signal{GeometryTypes.HyperRectangle{3,Float32}}, ::Void) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLAbstraction/GLTypes.jl:290
   [7] assemble_robj(::Dict{Symbol,Any}, ::Makie.GLVisualize.GLVisualizeShader, ::Reactive.Signal{GeometryTypes.HyperRectangle{3,Float32}}, ::UInt32, ::Void, ::Void) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLVisualize/utils.jl:32
   [8] assemble_shader(::Dict{Symbol,Any}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLVisualize/utils.jl:59
   [9] visualize(::Any, ::Makie.GLAbstraction.Style{:linesegment}, ::Dict{Symbol,Any}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/GLVisualize/visualize_interface.jl:21
   [10] (::Makie.##129#130{LineSegments{...}})(::Dict{Symbol,Any}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/drawing_primitives.jl:92
   [11] (::Makie.##115#118{Makie.##129#130{LineSegments{...}},Makie.Screen,AbstractPlotting.Scene,LineSegments{...}})() at /home/simoncor/.julia/v0.6/Makie/src/glbackend/drawing_primitives.jl:28
   [12] get!(::Makie.##115#118{Makie.##129#130{LineSegments{...}},Makie.Screen,AbstractPlotting.Scene,LineSegments{...}}, ::Dict{UInt64,Makie.GLAbstraction.RenderObject}, ::UInt64) at ./dict.jl:449
   [13] cached_robj!(::Makie.##129#130{LineSegments{...}}, ::Makie.Screen, ::AbstractPlotting.Scene, ::LineSegments{...}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/drawing_primitives.jl:21
   [14] insert!(::Makie.Screen, ::AbstractPlotting.Scene, ::LineSegments{...}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/drawing_primitives.jl:87
   [15] insert!(::Makie.Screen, ::AbstractPlotting.Scene, ::Wireframe{...}) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/drawing_primitives.jl:97 (repeats 2 times)
   [16] insertplots!(::Makie.Screen, ::AbstractPlotting.Scene) at /home/simoncor/.julia/v0.6/Makie/src/glbackend/screen.jl:37
   [17] display at /home/simoncor/.julia/v0.6/Makie/src/glbackend/screen.jl:60 [inlined]
   [18] scene2image(::AbstractPlotting.Scene) at /home/simoncor/.julia/v0.6/Makie/src/output.jl:12
   [19] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:18
   [20] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /home/simoncor/.julia/v0.6/Makie/test/../examples/database.jl:520
   [21] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /home/simoncor/.julia/v0.6/Makie/test/../examples/database.jl:483
   [22] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [23] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /home/simoncor/.julia/v0.6/Makie/test/../examples/database.jl:505
   [24] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [25] macro expansion at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [26] macro expansion at ./test.jl:860 [inlined]
   [27] test_examples(::Bool) at /home/simoncor/.julia/v0.6/Makie/test/runtests.jl:64
   [28] include_from_node1(::String) at ./loading.jl:576
   [29] include(::String) at ./sysimg.jl:14
   [30] process_options(::Base.JLOptions) at ./client.jl:305
   [31] _start() at ./client.jl:371
Test Summary:       | Pass  Error  Total
Visual Regression   |    2      1      3
  image:            |    1             1
  scatter colormap: |    1             1
ERROR: LoadError: Some tests did not pass: 2 passed, 0 failed, 1 errored, 0 broken.
while loading /home/simoncor/.julia/v0.6/Makie/test/runtests.jl, in expression starting on line 83
=================================================================================================================================[ ERROR: Makie ]==================================================================================================================================

failed process: Process(`/home/simoncor/juliav0.6.3/bin/julia -Cgeneric -J/home/simoncor/juliav0.6.3/lib/julia/sys.so --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /home/simoncor/.julia/v0.6/Makie/test/runtests.jl`, ProcessExited(1)) [1]

===================================================================================================================================================================================================================================================================================
INFO: No packages to install, update or remove
ERROR: Makie had test errors

appreciate your help, your package is essential for my research!

SimonDanisch commented 6 years ago

oh that's new! i'll have a look at it tonight!

SimonDanisch commented 6 years ago

did you close the window inbetween tests by any chance? its weird that the first test passes and that you get such a fundamental error after!

SimonEnsemble commented 6 years ago

woops i did close the window between tests; thought i had to.

now I get a different error.

INFO: Computing test dependencies for Makie...
INFO: Installing MeshIO v0.1.3
INFO: Testing Makie
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
INFO: Checking out ReferenceImages master...
INFO: Pulling ReferenceImages latest master...
INFO: Removing MeshIO v0.1.3
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Could not find font Black Chancery, using Dejavu Sans
Error encountered while loading "/home/simoncor/.julia/v0.6/Makie/src/glbackend/GLVisualize/assets/cat.obj".
Fatal error:
Library "MeshIO" is not installed but is recommended as a library to load format: ".obj"
LoadError: MeshIO is not installed.

while loading fem_mesh_3d, in expression starting on line 4

failed to evaluate the example:
```julia
using Makie
using GeometryTypes

    cat = Makie.loadasset("cat.obj")
    vertices = decompose(Point3f0, cat)
    faces = decompose(Face{3, Int}, cat)
    coordinates = [vertices[i][j] for i = 1:length(vertices), j = 1:3]
    connectivity = [faces[i][j] for i = 1:length(faces), j = 1:3]
    mesh(
        coordinates, connectivity,
        color = rand(length(vertices))
    )

i resolved upon Pkg.add("MeshIO") and finally all tests pass:

INFO: Computing test dependencies for Makie...
INFO: No packages to install, update or remove
INFO: Testing Makie
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
INFO: Checking out ReferenceImages master...
INFO: Pulling ReferenceImages latest master...
INFO: No packages to install, update or remove
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Named attribute (:normals) is not an active attribute in the specified program object or

            the name starts with the reserved prefix gl_
WARNING: Could not find font Black Chancery, using Dejavu Sans
WARNING: Could not find font Palatino, using Dejavu Sans
Test Summary:     | Pass  Total
Visual Regression |   45     45
INFO: Makie tests passed
INFO: No packages to install, update or remove

now,

using Makie
scene = Scene()
volume(rand(32, 32, 32), algorithm = :iso)

in the REPL does not result in any window popping up.

also, in Jupyter Lab, the screen is just black still.

SimonDanisch commented 6 years ago

ah yeah, sorry i moved the support of repl and jupyterlab to the bottom of the priority list lately ... i wanted to fix it today though ;) right now its either atom, or doing display(Makie.global_gl_screen(), scene)

SimonDanisch commented 6 years ago

Ok, here you go: 9287cf7d7ca558359494769386e6b1155c6dfb01

fzag commented 6 years ago

Hello,

when testing a simple example

scene = Scene(resolution = (500, 500))
heatmap(rand(32, 32))
center!(scene)

I get a very similar error to SimonEnsemble, i.e.

ERROR: Couldn't load font /Users/franckzagala/.julia/v0.6/Makie/src/glbackend/GLVisualize/assets/fonts/DejaVuSans.ttf with error 1
Stacktrace:
 [1] newface(::String, ::Int64, ::Array{Ptr{Void},1}) at /Users/franckzagala/.julia/v0.6/FreeTypeAbstraction/src/functions.jl:81
 [2] defaultfont() at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:39
 [3] cached_load() at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:80
 [4] get_texture_atlas() at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/utilities/texture_atlas.jl:105
 [5] (::AbstractPlotting.##282#290{Int64})(::StaticArrays.SArray{Tuple{4,4},Float32,2,16}, ::Array{Array{Ptr{FreeType.FT_FaceRec},1},1}, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:202
 [6] map(::Function, ::Reactive.Signal{StaticArrays.SArray{Tuple{4,4},Float32,2,16}}, ::Reactive.Signal{Any}, ::Reactive.Signal{Array{String,1}}, ::Vararg{Reactive.Signal,N} where N) at /Users/franckzagala/.julia/v0.6/Reactive/src/operators.jl:34
 [7] plot!(::Annotations{...}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:198
 [8] plot!(::Axis2D{...}, ::Type{Annotations{...}}, ::AbstractPlotting.Attributes, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:369
 [9] #plot!#167(::Array{Any,1}, ::Function, ::Axis2D{...}, ::Type{T} where T, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:339
 [10] (::AbstractPlotting.#kw##plot!)(::Array{Any,1}, ::AbstractPlotting.#plot!, ::Axis2D{...}, ::Type{T} where T, ::Array{String,1}, ::Vararg{Any,N} where N) at ./<missing>:0
 [11] #annotations!#278(::Array{Any,1}, ::Function, ::Axis2D{...}, ::Array{String,1}, ::Vararg{Any,N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78
 [12] (::AbstractPlotting.#kw##annotations!)(::Array{Any,1}, ::AbstractPlotting.#annotations!, ::Axis2D{...}, ::Array{String,1}, ::Vararg{Any,N} where N) at ./<missing>:0
 [13] #TextBuffer#348(::Array{AbstractPlotting.Quaternion{Float32},1}, ::Array{ColorTypes.RGBA{Float32},1}, ::Array{Float32,1}, ::Bool, ::Array{Array{Ptr{FreeType.FT_FaceRec},1},1}, ::Array{GeometryTypes.Vec{2,Float32},1}, ::Bool, ::Array{Any,1}, ::AbstractPlotting.#TextBuffer, ::Axis2D{...}, ::Type{GeometryTypes.Point{2,T} where T}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/buffers.jl:58
 [14] TextBuffer(::Axis2D{...}, ::Type{GeometryTypes.Point{2,T} where T}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/buffers.jl:58
 [15] plot!(::AbstractPlotting.Scene, ::Type{Axis2D{...}}, ::AbstractPlotting.Attributes, ::Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}}, ::Vararg{Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/axis.jl:327
 [16] axis2d!(::AbstractPlotting.Scene, ::AbstractPlotting.Attributes, ::Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}}, ::Vararg{Reactive.Signal{Tuple{Tuple{Float32,Float32},Tuple{Float32,Float32}}},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80
 [17] plot!(::AbstractPlotting.Scene, ::Heatmap{...}, ::AbstractPlotting.Attributes) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:296
 [18] plot!(::AbstractPlotting.Scene, ::Type{Heatmap{...}}, ::AbstractPlotting.Attributes, ::Array{Float64,2}, ::Vararg{Array{Float64,2},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:362
 [19] plot!(::AbstractPlotting.Scene, ::Type{T} where T, ::Array{Float64,2}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:339
 [20] #plot#161(::Array{Any,1}, ::Function, ::Type{T} where T, ::Array{Float64,2}, ::Vararg{Array{Float64,2},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:326
 [21] plot(::Type{T} where T, ::Array{Float64,2}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/interfaces.jl:326
 [22] #heatmap#83(::Array{Any,1}, ::Function, ::Array{Float64,2}, ::Vararg{Array{Float64,2},N} where N) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:107
 [23] heatmap(::Array{Float64,2}) at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:107

As you suggested I then checkout Makie and AbstractPlotting

Pkg.checkout("Makie")
Pkg.checkout("AbstractPlotting")

Then, when testing Makie, a get a weird error, i.e.

INFO: Computing test dependencies for Makie...
INFO: No packages to install, update or remove
INFO: Testing Makie
ERROR: Julia and the system image were compiled for different architectures.
Please delete or regenerate sys.{so,dll,dylib}.
================================[ ERROR: Makie ]================================

failed process: Process(`/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia -Ccore2 -J/Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl`, ProcessExited(1)) [1]

================================================================================
INFO: No packages to install, update or remove
ERROR: Makie had test errors

@SimonDanisch Do you have any idea, or suggestions? Did I screw up something during the precompilation?

thank you very much :)

(mac OS 10.13.3, julia 0.6.2)

SimonDanisch commented 6 years ago

Uh, that looks like a Julia problem, not sure why this pops up here. Maybe try deleting the precompile files in .julia/lib/v0.6 ?

fzag commented 6 years ago

thank you for your quick response time ;)

For simplicity, and because I had doubt about stuff I did to julia, I simply reinstalled julia. Then

Pkg.clone("https://github.com/JuliaPlots/Makie.jl.git") # works well
Pkg.checkout("AbstractPlotting") # works well

However, the test still doesn't pass (they errored actually), furthermore I am a bit confused by ** incremental compilation may be broken for this module **

julia> Pkg.test("Makie")
INFO: Computing test dependencies for Makie...
INFO: Cloning cache of MeshIO from https://github.com/JuliaIO/MeshIO.jl.git
INFO: Installing MeshIO v0.1.3
INFO: Testing Makie
WARNING: --output requested, but no modules defined during run
WARNING: The call to compilecache failed to create a usable precompiled cache file for module FFTW. Got:
WARNING: Cache file "/Users/franckzagala/.julia/lib/v0.6/FFTW.ji" not found.
WARNING: eval from module Main to ImageCore:    
Expr(:call, Expr(:., :Base, :include_from_node1)::Any, "/Users/franckzagala/.julia/v0.6/FFTW/src/FFTW.jl")::Any
  ** incremental compilation may be broken for this module **

WARNING: --output requested, but no modules defined during run
WARNING: The call to compilecache failed to create a usable precompiled cache file for module FFTW. Got:
WARNING: Cache file "/Users/franckzagala/.julia/lib/v0.6/FFTW.ji" not found.
WARNING: eval from module Main to FFTViews:    
Expr(:call, Expr(:., :Base, :include_from_node1)::Any, "/Users/franckzagala/.julia/v0.6/FFTW/src/FFTW.jl")::Any
  ** incremental compilation may be broken for this module **

WARNING: Method definition set_theme!() in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/scenes.jl:220 overwritten at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/scenes.jl:225.
WARNING: could not import AbstractPlotting.arguments into Makie
WARNING: could not import AbstractPlotting.onpick into Makie
WARNING: could not import AbstractPlotting.pick into Makie
WARNING: Method definition poly() in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72.
WARNING: Method definition show(IO, Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76.
WARNING: Method definition poly(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77.
WARNING: Method definition #poly(Array{Any, 1}, typeof(AbstractPlotting.poly), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition poly(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80.
WARNING: Method definition poly!(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81.
WARNING: Method definition poly!(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition default_theme(Any, Type{#s20} where #s20<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:(Union{StaticArrays.StaticArray{Tuple{N}, T, 1}, Tuple{Vararg{T, N}}} where T where N)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:12 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:128.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:Union{GeometryTypes.HyperSphere{2, T} where T, GeometryTypes.SimpleRectangle{T} where T}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:13 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:129.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:14 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:130.
WARNING: Method definition calculated_attributes!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:16 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:131.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:Tuple{Union{GeometryTypes.AbstractMesh{VertT, FaceT} where FaceT where VertT, GeometryTypes.GeometryPrimitive{N, T} where T where N}}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:19 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:134.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:(Tuple{#s35} where #s35<:AbstractArray{P, 1})) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:32 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:148.
WARNING: Method definition convert_arguments(Any, IntervalSets.ClosedInterval{T} where T, IntervalSets.ClosedInterval{T} where T, Any) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/conversions.jl:96 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/argument_conversion.jl:19.
WARNING: using GLAbstraction.VecTypes in module Makie conflicts with an existing identifier.
WARNING: using GLAbstraction.boundingbox in module Makie conflicts with an existing identifier.
WARNING: using AbstractPlotting.IRect in module GLVisualize conflicts with an existing identifier.
WARNING: using AbstractPlotting.VecTypes in module GLVisualize conflicts with an existing identifier.
WARNING: Method definition calculated_attributes!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:16 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:131.
WARNING: Method definition default_theme(Any, Type{#s20} where #s20<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:85.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:Tuple{Union{GeometryTypes.AbstractMesh{VertT, FaceT} where FaceT where VertT, GeometryTypes.GeometryPrimitive{N, T} where T where N}}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:19 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:134.
WARNING: Method definition plot!(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), #s36} where #s36<:(Tuple{#s35} where #s35<:AbstractArray{P, 1})) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:32 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:148.
WARNING: Method definition #poly(Array{Any, 1}, typeof(AbstractPlotting.poly), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:80.
WARNING: Method definition poly!(Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:78.
WARNING: Method definition poly!(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:81.
WARNING: Method definition poly!(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:82.
WARNING: Method definition poly() in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:72.
WARNING: Method definition poly(AbstractPlotting.Attributes, Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:79.
WARNING: Method definition poly(Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:77.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:(Union{StaticArrays.StaticArray{Tuple{N}, T, 1}, Tuple{Vararg{T, N}}} where T where N)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:12 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:128.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), AbstractArray{#s35, 1} where #s35<:Union{GeometryTypes.HyperSphere{2, T} where T, GeometryTypes.SimpleRectangle{T} where T}) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:13 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:129.
WARNING: Method definition convert_arguments(Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType), Any...) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/basic_recipes/basic_recipes.jl:14 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/makie_recipes.jl:130.
WARNING: Method definition convert_arguments(Any, IntervalSets.ClosedInterval{T} where T, IntervalSets.ClosedInterval{T} where T, Any) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/conversions.jl:96 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/Makie/src/argument_conversion.jl:19.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Union{AbstractPlotting.AbstractScene, AbstractPlotting.ScenePlot{Typ} where Typ}, Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition #poly!(Array{Any, 1}, typeof(AbstractPlotting.poly!), Any...) in module AbstractPlotting overwritten in module Makie.
WARNING: Method definition show(IO, Type{#s36} where #s36<:(AbstractPlotting.Combined{typeof(AbstractPlotting.poly)(), ArgType} where ArgType)) in module AbstractPlotting at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76 overwritten in module Makie at /Users/franckzagala/.julia/v0.6/AbstractPlotting/src/recipes.jl:76.
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
INFO: Cloning ReferenceImages from https://github.com/SimonDanisch/ReferenceImages.git
INFO: Computing changes...
INFO: Caching fonts, this may take a while. Needed only on first run!
image:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
scatter colormap:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
FEM polygon 2D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
FEM mesh 2D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
colored triangle:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
heatmap interpolation:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
colored triangle:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
Subscenes:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
Polygons:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
Contour Function:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
contour:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
Heatmap:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:59
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:68
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:23
   [8] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [9] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [10] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [11] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [12] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [13] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [14] macro expansion at ./test.jl:860 [inlined]
   [15] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [16] include_from_node1(::String) at ./loading.jl:576
   [17] include(::String) at ./sysimg.jl:14
   [18] process_options(::Base.JLOptions) at ./client.jl:305
   [19] _start() at ./client.jl:371
LoadError: You can't create a video stream without ffmpeg installed.
         Please install ffmpeg, e.g. via https://ffmpeg.org/download.html.
         When you download the binaries, please make sure that you add the path to your PATH
         environment variable.
         On unix you can install ffmpeg with `sudo apt-get install ffmpeg`.

while loading animated_scatter, in expression starting on line 7

failed to evaluate the example:
` ` ` julia
using Makie

    N = 10
    r = [(rand(7, 2) .- 0.5) .* 25 for i = 1:N]
    scene = scatter(r[1][:, 1], r[1][:, 2], markersize = 1, limits = FRect(-25/2, -25/2, 25, 25))
    s = scene[end] # last plot in scene
    record(scene, "./media/animated_scatter.mp4", r) do m
        s[1] = m[:, 1]
        s[2] = m[:, 2]
    end

` ` `
Visual Regression: Error During Test
  Got an exception of type MethodError outside of a @test
  MethodError: no method matching toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::Void, ::Bool)
  Closest candidates are:
    toimages(::Any, ::Any, ::AbstractPlotting.Scene, ::Any) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:18
    toimages(::Any, ::Any, ::String, ::Any) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:28
  Stacktrace:
   [1] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:520
   [2] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [3] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [4] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [5] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [6] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:65 [inlined]
   [7] macro expansion at ./test.jl:860 [inlined]
   [8] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:64
   [9] include_from_node1(::String) at ./loading.jl:576
   [10] include(::String) at ./sysimg.jl:14
   [11] process_options(::Base.JLOptions) at ./client.jl:305
   [12] _start() at ./client.jl:371
Test Summary:            | Error  Total
Visual Regression        |    13     13
  image:                 |     1      1
  scatter colormap:      |     1      1
  FEM polygon 2D:        |     1      1
  FEM mesh 2D:           |     1      1
  colored triangle:      |     1      1
  heatmap interpolation: |     1      1
  colored triangle:      |     1      1
  Subscenes:             |     1      1
  Polygons:              |     1      1
  Contour Function:      |     1      1
  contour:               |     1      1
  Heatmap:               |     1      1
ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 13 errored, 0 broken.
while loading /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl, in expression starting on line 83
================================[ ERROR: Makie ]================================

failed process: Process(`/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia -Cgeneric -J/Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl`, ProcessExited(1)) [1]

================================================================================
INFO: Removing MeshIO v0.1.3
ERROR: Makie had test errors
SimonDanisch commented 6 years ago

Hm I just ran the tests and it works. Maybe you're on a slightly older version? I just recently fixed a few bugs in the tests! It should be Makie + AbstractPlotting on latest master! Also you should install ffmpeg: LoadError: You can't create a video stream without ffmpeg installed.

fzag commented 6 years ago

ok, I now have ffmpeg installed, I am actually on the latest master of Makie and of AbstractPlotting, however the test still errors :/ It is quite incomprehensible for me

sorry for the very long error :)

julia> Pkg.checkout("Makie")
INFO: Checking out Makie master...
INFO: Pulling Makie latest master...
INFO: No packages to install, update or remove

julia> Pkg.checkout("AbstractPlotting")
INFO: Checking out AbstractPlotting master...
INFO: Pulling AbstractPlotting latest master...
INFO: No packages to install, update or remove

julia> Pkg.test("Makie")
INFO: Computing test dependencies for Makie...
INFO: No packages to install, update or remove
INFO: Testing Makie
WARNING: using Makie.Contour in module Main conflicts with an existing identifier.
WARNING: using Makie.AbstractPlotting in module Main conflicts with an existing identifier.
INFO: Checking out ReferenceImages master...
INFO: Pulling ReferenceImages latest master...
INFO: No packages to install, update or remove
image:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
scatter colormap:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
FEM polygon 2D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
FEM mesh 2D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
colored triangle:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
heatmap interpolation:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
colored triangle:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Subscenes:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Polygons:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Contour Function:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
contour:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Heatmap:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
WARNING: Could not find font Black Chancery, using Dejavu Sans
Text Annotation:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Text rotation:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
FEM mesh 3D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
WARNING: Could not find font Palatino, using Dejavu Sans
Axis + Surface:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Fluctuation 3D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Connected Sphere:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
image scatter:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Simple meshscatter:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Normals of a Cat:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Sphere Mesh:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Stars:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Unicode Marker:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Merged color Mesh:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Volume Function:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Textured Mesh:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Load Mesh:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Colored Mesh:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Wireframe of a Mesh:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Wireframe of Sphere:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Wireframe of a Surface:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Surface:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Surface with image:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Line Function:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Meshscatter Function:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
scatter:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.Gray{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Marker sizes:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
3D Contour with 2D contour slices:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Contour3d:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Arrows 3D:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Image on Surface Sphere:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Arrows on Sphere:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Test heatmap + image overlap:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Marker sizes + Marker colors:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Marker offset:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Mouse Picking:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Theming:: Error During Test
  Got an exception of type DimensionMismatch outside of a @test
  DimensionMismatch("A and B must have the same indices")
  Stacktrace:
   [1] sumdiff(::Base.#abs, ::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:272
   [2] sad(::Array{ColorTypes.RGB{Float64},2}, ::Array{ColorTypes.RGB4{Float64},2}) at /Users/franckzagala/.julia/v0.6/Images/src/algorithms.jl:286
   [3] approx_difference(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{Int64,1}, ::Float64) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:60
   [4] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:71 [inlined]
   [5] macro expansion at ./test.jl:860 [inlined]
   [6] (::##53#56{CellEntry,Array{Int64,1},Float64})(::Array{ColorTypes.RGB{FixedPointNumbers.Normed{UInt8,8}},2}, ::Array{ColorTypes.RGB4{FixedPointNumbers.Normed{UInt8,8}},2}) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:70
   [7] toimages(::##53#56{CellEntry,Array{Int64,1},Float64}, ::CellEntry, ::AbstractPlotting.Scene, ::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:24
   [8] #52 at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:69 [inlined]
   [9] (::##49#50{##52#55{Bool}})(::CellEntry, ::String) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:521
   [10] enumerate_examples(::##44#46{Array{Any,1},##49#50{##52#55{Bool}}}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:483
   [11] (::#kw##examples2source)(::Array{Any,1}, ::#examples2source, ::Function) at ./<missing>:0
   [12] #eval_examples#48(::Array{Any,1}, ::Function, ::##52#55{Bool}) at /Users/franckzagala/.julia/v0.6/Makie/test/../examples/database.jl:505
   [13] (::#kw##eval_examples)(::Array{Any,1}, ::#eval_examples, ::Function) at ./<missing>:0
   [14] macro expansion at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:67 [inlined]
   [15] macro expansion at ./test.jl:860 [inlined]
   [16] test_examples(::Bool) at /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl:66
   [17] include_from_node1(::String) at ./loading.jl:576
   [18] include(::String) at ./sysimg.jl:14
   [19] process_options(::Base.JLOptions) at ./client.jl:305
   [20] _start() at ./client.jl:371
Test Summary:                        | Error  Total
Visual Regression                    |    48     48
  image:                             |     1      1
  scatter colormap:                  |     1      1
  FEM polygon 2D:                    |     1      1
  FEM mesh 2D:                       |     1      1
  colored triangle:                  |     1      1
  heatmap interpolation:             |     1      1
  colored triangle:                  |     1      1
  Subscenes:                         |     1      1
  Polygons:                          |     1      1
  Contour Function:                  |     1      1
  contour:                           |     1      1
  Heatmap:                           |     1      1
  Text Annotation:                   |     1      1
  Text rotation:                     |     1      1
  FEM mesh 3D:                       |     1      1
  Axis + Surface:                    |     1      1
  Fluctuation 3D:                    |     1      1
  Connected Sphere:                  |     1      1
  image scatter:                     |     1      1
  Simple meshscatter:                |     1      1
  Normals of a Cat:                  |     1      1
  Sphere Mesh:                       |     1      1
  Stars:                             |     1      1
  Unicode Marker:                    |     1      1
  Merged color Mesh:                 |     1      1
  Volume Function:                   |     1      1
  Textured Mesh:                     |     1      1
  Load Mesh:                         |     1      1
  Colored Mesh:                      |     1      1
  Wireframe of a Mesh:               |     1      1
  Wireframe of Sphere:               |     1      1
  Wireframe of a Surface:            |     1      1
  Surface:                           |     1      1
  Surface with image:                |     1      1
  Line Function:                     |     1      1
  Meshscatter Function:              |     1      1
  scatter:                           |     1      1
  Marker sizes:                      |     1      1
  3D Contour with 2D contour slices: |     1      1
  Contour3d:                         |     1      1
  Arrows 3D:                         |     1      1
  Image on Surface Sphere:           |     1      1
  Arrows on Sphere:                  |     1      1
  Test heatmap + image overlap:      |     1      1
  Marker sizes + Marker colors:      |     1      1
  Marker offset:                     |     1      1
  Mouse Picking:                     |     1      1
  Theming:                           |     1      1
ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 48 errored, 0 broken.
while loading /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl, in expression starting on line 86
================================[ ERROR: Makie ]================================

failed process: Process(`/Applications/Julia-0.6.app/Contents/Resources/julia/bin/julia -Cgeneric -J/Applications/Julia-0.6.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /Users/franckzagala/.julia/v0.6/Makie/test/runtests.jl`, ProcessExited(1)) [1]

================================================================================
INFO: No packages to install, update or remove
ERROR: Makie had test errors
SimonDanisch commented 6 years ago

Did you resize the window when starting? Or ar you on osx? Those errors mean, that you for some reason run all tests with a different resolution, which annoys the visual regression algorithm ;)

fzag commented 6 years ago

I didn't resize the window and yes I am on OSX :)

SimonDanisch commented 6 years ago

Ok, then OSX is again messing with the resolution^^ let me see if I can come up with a fix!

SimonDanisch commented 6 years ago

Btw, it's highly likely that you're basically already passing the tests, if it wasn't for the resolution ;)

jacob-roth commented 6 years ago

To confirm, Makie doesn't work in jupyter, correct? I can using Makie fine from REPL but get a GLFWError error when calling using Makie from jupyter. Just want to make sure I don't have a build issue

SimonDanisch commented 5 years ago

as far as I'm concerned this is fixed