----------Julia and Package versions---------- Julia Version 0.6.0 Commit 9036443 (2017-06-19 13:05 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, haswell) 2 required packages: - Compat 0.41.0 - DBAPI 0.1.0 2 additional packages: - Iterators 0.3.1 - Reexport 0.0.3 ----------STDOUT---------- Failed Interface 168 facts verified. Array interface 268 facts verified. ----------STDERR---------- INFO: Initializing package repository /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6 INFO: Cloning METADATA from https://github.com/attobot/METADATA.jl Note: checking out '760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 760771e... Tag Compat.jl v0.41.0 [https://github.com/JuliaLang/Compat.jl/releases/tag/v0.41.0] Switched to a new branch 'test_branch' INFO: Cloning cache of Compat from https://github.com/JuliaLang/Compat.jl.git INFO: Installing Compat v0.41.0 INFO: Package database updated INFO: Cloning cache of DBAPI from https://github.com/JuliaDatabases/DBAPI.jl.git INFO: Cloning cache of Iterators from https://github.com/JuliaCollections/Iterators.jl.git INFO: Cloning cache of Reexport from https://github.com/simonster/Reexport.jl.git INFO: Installing DBAPI v0.1.0 INFO: Installing Iterators v0.3.1 INFO: Installing Reexport v0.0.3 INFO: Package database updated WARNING: deprecated syntax "abstract DatabaseInterface" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:35. Use "abstract type DatabaseInterface end" instead. WARNING: deprecated syntax "abstract DatabaseError{T<:DatabaseInterface}<:Exception" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:36. Use "abstract type DatabaseError{T<:DatabaseInterface}<:Exception end" instead. WARNING: deprecated syntax "abstract DatabaseConnection{T<:DatabaseInterface}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:37. Use "abstract type DatabaseConnection{T<:DatabaseInterface} end" instead. WARNING: deprecated syntax "abstract DatabaseCursor{T<:DatabaseInterface}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:38. Use "abstract type DatabaseCursor{T<:DatabaseInterface} end" instead. WARNING: deprecated syntax "abstract FixedLengthDatabaseCursor{T}<:DatabaseCursor{T}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:39. Use "abstract type FixedLengthDatabaseCursor{T}<:DatabaseCursor{T} end" instead. WARNING: deprecated syntax "abstract DatabaseQuery" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:44. Use "abstract type DatabaseQuery end" instead. WARNING: deprecated syntax "abstract ParameterQuery<:DatabaseQuery" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:47. Use "abstract type ParameterQuery<:DatabaseQuery end" instead. WARNING: deprecated syntax "abstract MultiparameterQuery<:ParameterQuery" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:50. Use "abstract type MultiparameterQuery<:ParameterQuery end" instead. WARNING: deprecated syntax "typealias StringQuery Union{SimpleStringQuery,StringParameterQuery,StringMultiparameterQuery}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:71. Use "const StringQuery = Union{SimpleStringQuery,StringParameterQuery,StringMultiparameterQuery}" instead. WARNING: deprecated syntax "typealias AssociativeVK{V,K} Associative{K,V}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:411. Use "AssociativeVK{V,K} = Associative{K,V}" instead. WARNING: deprecated syntax "typealias Orientation Union{Val{:rows},Val{:columns},Val{:array}}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:580. Use "const Orientation = Union{Val{:rows},Val{:columns},Val{:array}}" instead. WARNING: Base.linearindexing is deprecated, use Base.IndexStyle instead. likely near /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/DBAPIBase.jl:39 WARNING: deprecated syntax "abstract AbstractColumn{T}" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/src/arrays.jl:11. Use "abstract type AbstractColumn{T} end" instead. WARNING: deprecated syntax "abstract Result" at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:46. Use "abstract type Result end" instead. WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Expr, ::Vararg{Any,N} where N) at ./deprecated.jl:31 [3] @fact_throws(::Vararg{Any,N} where N) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:307 [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 /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./failedinterface.jl, in expression starting on line 13 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Symbol, ::Vararg{Any,N} where N) at ./deprecated.jl:31 [3] @fact_throws(::Vararg{Any,N} where N) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:307 [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 /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] #28 at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [inlined] [4] (::TestColumnarArrayInterface.##29#184{TestColumnarArrayInterface.##28#183})() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [5] do_fact(::TestColumnarArrayInterface.##29#184{TestColumnarArrayInterface.##28#183}, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [6] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [7] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:46 [8] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [9] include_from_node1(::String) at ./loading.jl:569 [10] include(::String) at ./sysimg.jl:14 [11] include_from_node1(::String) at ./loading.jl:569 [12] include(::String) at ./sysimg.jl:14 [13] process_options(::Base.JLOptions) at ./client.jl:305 [14] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] #51 at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [inlined] [4] (::TestColumnarArrayInterface.##52#207{TestColumnarArrayInterface.##51#206})() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [5] do_fact(::TestColumnarArrayInterface.##52#207{TestColumnarArrayInterface.##51#206}, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [6] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [7] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:70 [8] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [9] include_from_node1(::String) at ./loading.jl:569 [10] include(::String) at ./sysimg.jl:14 [11] include_from_node1(::String) at ./loading.jl:569 [12] include(::String) at ./sysimg.jl:14 [13] process_options(::Base.JLOptions) at ./client.jl:305 [14] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] #61 at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [inlined] [4] (::TestColumnarArrayInterface.##62#217{TestColumnarArrayInterface.##61#216})() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [5] do_fact(::TestColumnarArrayInterface.##62#217{TestColumnarArrayInterface.##61#216}, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [6] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [7] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:80 [8] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [9] include_from_node1(::String) at ./loading.jl:569 [10] include(::String) at ./sysimg.jl:14 [11] include_from_node1(::String) at ./loading.jl:569 [12] include(::String) at ./sysimg.jl:14 [13] process_options(::Base.JLOptions) at ./client.jl:305 [14] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] #73 at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [inlined] [4] (::TestColumnarArrayInterface.##74#229{TestColumnarArrayInterface.##73#228})() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [5] do_fact(::TestColumnarArrayInterface.##74#229{TestColumnarArrayInterface.##73#228}, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [6] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [7] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:89 [8] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [9] include_from_node1(::String) at ./loading.jl:569 [10] include(::String) at ./sysimg.jl:14 [11] include_from_node1(::String) at ./loading.jl:569 [12] include(::String) at ./sysimg.jl:14 [13] process_options(::Base.JLOptions) at ./client.jl:305 [14] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] (::TestColumnarArrayInterface.##123#280)(::Void) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [4] do_fact(::TestColumnarArrayInterface.##124#281, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [5] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [6] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:244 [7] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [8] include_from_node1(::String) at ./loading.jl:569 [9] include(::String) at ./sysimg.jl:14 [10] include_from_node1(::String) at ./loading.jl:569 [11] include(::String) at ./sysimg.jl:14 [12] process_options(::Base.JLOptions) at ./client.jl:305 [13] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] (::TestColumnarArrayInterface.##133#290)(::Void) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [4] do_fact(::TestColumnarArrayInterface.##134#291, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [5] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [6] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:254 [7] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [8] include_from_node1(::String) at ./loading.jl:569 [9] include(::String) at ./sysimg.jl:14 [10] include_from_node1(::String) at ./loading.jl:569 [11] include(::String) at ./sysimg.jl:14 [12] process_options(::Base.JLOptions) at ./client.jl:305 [13] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 WARNING: is is deprecated, use === instead. Stacktrace: [1] depwarn(::String, ::Symbol) at ./deprecated.jl:70 [2] is(::Void, ::Vararg{Void,N} where N) at ./deprecated.jl:31 [3] (::TestColumnarArrayInterface.##145#302)(::Void) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:264 [4] do_fact(::TestColumnarArrayInterface.##146#303, ::Expr, ::Symbol, ::FactCheck.ResultMetadata) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:334 [5] macro expansion at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:272 [inlined] [6] (::TestColumnarArrayInterface.##1#156)() at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl:263 [7] facts(::TestColumnarArrayInterface.##1#156, ::String) at /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/FactCheck/src/FactCheck.jl:449 [8] include_from_node1(::String) at ./loading.jl:569 [9] include(::String) at ./sysimg.jl:14 [10] include_from_node1(::String) at ./loading.jl:569 [11] include(::String) at ./sysimg.jl:14 [12] process_options(::Base.JLOptions) at ./client.jl:305 [13] _start() at ./client.jl:371 while loading /mnt/pkgevalempty/760771e2c66eef043a1a5a9b3fecdf83e0c3d2b2/DBAPI/.julia/v0.6/DBAPI/test/./arrays.jl, in expression starting on line 15 INFO: Computing test dependencies for DBAPI... INFO: Cloning cache of DataStructures from https://github.com/JuliaCollections/DataStructures.jl.git INFO: Cloning cache of FactCheck from https://github.com/JuliaArchive/FactCheck.jl.git INFO: Installing DataStructures v0.7.3 INFO: Installing FactCheck v0.4.3 INFO: Testing DBAPI INFO: DBAPI tests passed INFO: Removing DataStructures v0.7.3 INFO: Removing FactCheck v0.4.3