Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

ERROR: GLVisualize had test errors #230

Open
lobingera opened this issue Nov 10, 2017 · 3 comments
Open

ERROR: GLVisualize had test errors #230

lobingera opened this issue Nov 10, 2017 · 3 comments

Comments

@lobingera
Copy link

lobingera commented Nov 10, 2017

so (some days later and some updates in comparison to #129):

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.0 (2017-06-19 13:05 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-pc-linux-gnu

julia> Pkg.test("GLVisualize")
INFO: Computing test dependencies for GLVisualize...
INFO: Installing DocStringExtensions v0.4.1
INFO: Installing Highlights v0.2.1
INFO: Installing ImageMagick v0.5.0
INFO: Building FFTW
INFO: Building SpecialFunctions
INFO: Building ImageMagick
INFO: Testing GLVisualize
ERROR: LoadError: LoadError: InexactError()
Stacktrace:
 [1] trunc(::Type{Int64}, ::Float64) at ./float.jl:672
 [2] #RunnerConfig#15(::Tuple{Int64,Int64}, ::Bool, ::Array{String,1}, ::Array{String,1}, ::Int64, ::Float64, ::Int64, ::String, ::Bool, ::Bool, ::Bool, ::GLWindow.Screen, ::Type{T} where T) at /home/lob1/.julia/v0.6/GLVisualize/src/../examples/ExampleRunner.jl:220
 [3] (::Core.#kw#Type)(::Array{Any,1}, ::Type{ExampleRunner.RunnerConfig}) at ./<missing>:0
 [4] include_from_node1(::String) at ./loading.jl:569
 [5] include(::String) at ./sysimg.jl:14
 [6] include_from_node1(::String) at ./loading.jl:569
 [7] include(::String) at ./sysimg.jl:14
 [8] process_options(::Base.JLOptions) at ./client.jl:305
 [9] _start() at ./client.jl:371
while loading /home/lob1/.julia/v0.6/GLVisualize/test/test_interactive.jl, in expression starting on line 30
while loading /home/lob1/.julia/v0.6/GLVisualize/test/runtests.jl, in expression starting on line 12
=============================[ ERROR: GLVisualize ]=============================

failed process: Process(`/home/lob1/julia06/bin/julia -Cx86-64 -J/home/lob1/julia06/lib/julia/sys.so --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes /home/lob1/.julia/v0.6/GLVisualize/test/runtests.jl`, ProcessExited(1)) [1]

================================================================================
INFO: Removing DocStringExtensions v0.4.1
INFO: Removing Highlights v0.2.1
INFO: Removing ImageMagick v0.5.0
ERROR: GLVisualize had test errors

lob1@orange434:~$ glxinfo | grep "OpenGL"
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Desktop 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 17.0.7
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.0.7
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 17.0.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
@SimonDanisch
Copy link
Member

What package versions do you have installed?

@lobingera
Copy link
Author

I Pkg.update() before installing.
Pkg.status says:

18 required packages:
 - Cairo                         0.3.1              wip-docstrings (dirty)
 - Compose                       0.5.4+             master
 - Fontconfig                    0.1.1
 - FreeType                      1.3.0
 - FreeTypeAbstraction           0.1.0
 - GLVisualize                   0.6.1+             sd/makie
 - GR                            0.24.0
 - Gadfly                        0.6.4
 - Gallium                       0.0.4
 - Gtk                           0.13.1
 - Images                        0.11.4
 - InspectDR                     0.2.3
 - NearestNeighbors              0.3.0
 - Plots                         0.13.1
 - Requires                      0.4.3
 - Rsvg                          0.1.0+             master
 - WinRPM                        0.3.0
 - Winston                       0.13.1
122 additional packages:
 - ASTInterpreter                0.0.4
 - AbstractFFTs                  0.2.0
 - AbstractTrees                 0.0.4
 - ArgParse                      0.5.0
 - AxisAlgorithms                0.2.0
 - AxisArrays                    0.2.0
 - BinDeps                       0.7.0+             master
 - BufferedStreams               0.3.3
 - COFF                          0.0.2
 - CRC                           1.2.0
 - Calculus                      0.2.2
 - CatIndices                    0.1.0
 - ColorBrewer                   0.3.1
 - ColorTypes                    0.6.6
 - ColorVectorSpace              0.5.2
 - Colors                        0.8.2
 - CommonSubexpressions          0.0.1
 - Compat                        0.35.0
 - ComputationalResources        0.2.0
 - Contour                       0.4.0
 - CoordinateTransformations     0.4.1
 - CoupledFields                 0.0.1
 - CustomUnitRanges              0.1.0
 - DWARF                         0.1.0
 - DataArrays                    0.6.2
 - DataFrames                    0.10.1
 - DataStructures                0.7.2
 - DiffResults                   0.0.1
 - DiffRules                     0.0.1

 - Distances                     0.5.0
 - Distributions                 0.15.0
 - DualNumbers                   0.3.0
 - ELF                           0.1.0
 - FFTViews                      0.1.0
 - FFTW                          0.0.4
 - FileIO                        0.5.2
 - FixedPointNumbers             0.4.3
 - ForwardDiff                   0.6.0
 - FrameGraph                    0.0.0-             master (unregistered, dirty)
 - GLAbstraction                 0.5.1+             sd/makie
 - GLFW                          1.4.0
 - GLWindow                      0.7.0
 - GZip                          0.3.0
 - GeometryTypes                 0.4.3
 - Graphics                      0.2.0
 - HTTPClient                    0.2.1
 - Hexagons                      0.1.0
 - Hiccup                        0.1.1
 - IdentityRanges                0.1.0
 - ImageAxes                     0.4.0
 - ImageCore                     0.5.0
 - ImageFiltering                0.2.3
 - ImageMetadata                 0.4.0
 - ImageMorphology               0.0.2
 - ImageTransformations          0.4.0
 - IndirectArrays                0.2.0
 - IniFile                       0.3.1
 - Interact                      0.6.2
 - Interpolations                0.7.2
 - IntervalSets                  0.1.1
 - Iplot                         0.0.0-             master (unregistered, dirty)
 - IterTools                     0.1.0
 - JSON                          0.15.2
 - JuliaParser                   0.7.4
 - Juno                          0.3.2
 - KernelDensity                 0.4.0
 - LibCURL                       0.2.2
 - LibExpat                      0.3.0
 - Libz                          0.2.4
 - LineSearches                  3.2.0
 - Loess                         0.3.0
 - MachO                         0.0.4
 - MacroTools                    0.4.0
 - MakiE                         0.0.0-             master (unregistered)
 - MappedArrays                  0.0.7
 - Measures                      0.1.0
 - Media                         0.3.0
 - MeshIO                        0.1.0
 - ModernGL                      0.2.1
 - NLSolversBase                 3.1.0
 - NaNMath                       0.2.6
 - NumericIO                     0.2.0
 - ObjFileBase                   0.0.4
 - OffsetArrays                  0.4.2
 - Optim                         0.10.1
 - PDMats                        0.7.1
 - Packing                       0.1.0
 - PaddedViews                   0.2.0
 - Parameters                    0.8.0
 - PlotThemes                    0.1.4
 - PlotUtils                     0.4.4
 - PositiveFactorizations        0.1.0
 - QuadGK                        0.1.3
 - Quaternions                   0.3.0 
 - RangeArrays                   0.2.0
 - Ratios                        0.2.0
 - Reactive                      0.6.0
 - RecipesBase                   0.2.3
 - Reexport                      0.0.3
 - Rmath                         0.3.0
 - Rotations                     0.6.0
 - SHA                           0.5.2
 - SIUnits                       0.1.0
 - ShowItLikeYouBuildIt          0.2.0
 - Showoff                       0.1.1
 - SignedDistanceFields          0.2.0
 - SimpleTraits                  0.5.1
 - SortingAlgorithms             0.1.1
 - SpecialFunctions              0.3.4
 - StaticArrays                  0.6.4
 - StatsBase                     0.19.0
 - StatsFuns                     0.5.0
 - StructIO                      0.0.2
 - TerminalUI                    0.0.2
 - TexExtensions                 0.1.0
 - TextWrap                      0.2.0
 - TiledIteration                0.1.0
 - Tk                            0.5.2
 - URIParser                     0.2.0
 - UnicodeFun                    0.1.0
 - VT100                         0.2.2
 - WoodburyMatrices              0.2.2

the sd/makie i needed for MakiE, but the failing test was before that installation

@SimonDanisch
Copy link
Member

I think I should have fixed this with: JuliaArrays/StaticArrays.jl#338

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants