-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathJDBC_0.5.log
94 lines (88 loc) · 4.6 KB
/
JDBC_0.5.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
>>> 'Pkg.add("JDBC")' log
INFO: Cloning cache of JDBC from https://github.com/JuliaDB/JDBC.jl.git
INFO: Installing DBAPI v0.0.3
INFO: Installing Iterators v0.2.0
INFO: Installing JDBC v0.1.0
INFO: Installing JavaCall v0.4.2
INFO: Installing Reexport v0.0.3
INFO: Installing Requires v0.3.0
INFO: Package database updated
>>> 'Pkg.test("JDBC")' log
Julia Version 0.5.0
Commit 3c9d753 (2016-09-19 18:14 UTC)
Platform Info:
System: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz
WORD_SIZE: 64
Ubuntu 14.04.5 LTS
uname: Linux 3.13.0-98-generic #145-Ubuntu SMP Sat Oct 8 20:13:07 UTC 2016 x86_64 x86_64
Memory: 2.939289093017578 GB (1974.62109375 MB free)
Uptime: 29801.0 sec
Load Avg: 0.99267578125 0.998046875 1.0400390625
Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz:
speed user nice sys idle irq
#1 3500 MHz 1836199 s 75 s 166457 s 639612 s 17 s
#2 3500 MHz 709401 s 103 s 84829 s 2095352 s 1 s
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, haswell)
Environment:
TERM = vt100
LD_LIBRARY_PATH = :/usr/local/lib/
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/vagrant/julia/bin/
JAVA_HOME = /usr/lib/jvm/java-7-oracle
HOME = /home/vagrant
Package Directory: /home/vagrant/.julia/v0.5
2 required packages:
- JDBC 0.1.0
- JSON 0.8.0
6 additional packages:
- Compat 0.9.2
- DBAPI 0.0.3
- Iterators 0.2.0
- JavaCall 0.4.2
- Reexport 0.0.3
- Requires 0.3.0
INFO: Computing test dependencies for JDBC...
INFO: Installing CategoricalArrays v0.0.6
INFO: Installing DataFrames v0.9.0
INFO: Installing FileIO v0.2.0
INFO: Installing GZip v0.2.20
INFO: Installing NullableArrays v0.0.10
INFO: Installing SortingAlgorithms v0.1.0
INFO: Installing StatsBase v0.11.1
INFO: Testing JDBC
Loaded /usr/lib/jvm/java-7-oracle/jre/lib/amd64/server/libjvm.so
WARNING: Method definition require(Symbol) in module Base at loading.jl:345 overwritten in module JDBC at /home/vagrant/.julia/v0.5/Requires/src/require.jl:12.
WARNING: import of DBAPI.commit into JDBC conflicts with an existing identifier; ignored.
WARNING: import of DBAPI.rollback into JDBC conflicts with an existing identifier; ignored.
ERROR: LoadError: UndefVarError: DataArrays not defined
in readtable(::JavaCall.JavaObject{Symbol("java.sql.ResultSet")}) at /home/vagrant/.julia/v0.5/JDBC/src/JDBC.jl:492
in include_from_node1(::String) at ./loading.jl:488
in process_options(::Base.JLOptions) at ./client.jl:262
in _start() at ./client.jl:318
while loading /home/vagrant/.julia/v0.5/JDBC/test/runtests.jl, in expression starting on line 21
================================[ ERROR: JDBC ]=================================
failed process: Process(`/home/vagrant/julia/bin/julia -Cx86-64 -J/home/vagrant/julia/lib/julia/sys.so --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=no --compilecache=yes /home/vagrant/.julia/v0.5/JDBC/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================
INFO: Removing CategoricalArrays v0.0.6
INFO: Removing DataFrames v0.9.0
INFO: Removing FileIO v0.2.0
INFO: Removing GZip v0.2.20
INFO: Removing NullableArrays v0.0.10
INFO: Removing SortingAlgorithms v0.1.0
INFO: Removing StatsBase v0.11.1
ERROR: JDBC had test errors
in #test#61(::Bool, ::Function, ::Array{AbstractString,1}) at ./pkg/entry.jl:740
in (::Base.Pkg.Entry.#kw##test)(::Array{Any,1}, ::Base.Pkg.Entry.#test, ::Array{AbstractString,1}) at ./<missing>:0
in (::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#test,Tuple{Array{AbstractString,1}}})() at ./pkg/dir.jl:31
in cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#test,Tuple{Array{AbstractString,1}}}, ::String) at ./file.jl:59
in #cd#1(::Array{Any,1}, ::Function, ::Function, ::Array{AbstractString,1}, ::Vararg{Array{AbstractString,1},N}) at ./pkg/dir.jl:31
in (::Base.Pkg.Dir.#kw##cd)(::Array{Any,1}, ::Base.Pkg.Dir.#cd, ::Function, ::Array{AbstractString,1}, ::Vararg{Array{AbstractString,1},N}) at ./<missing>:0
in #test#3(::Bool, ::Function, ::String, ::Vararg{String,N}) at ./pkg/pkg.jl:258
in test(::String, ::Vararg{String,N}) at ./pkg/pkg.jl:258
in eval(::Module, ::Any) at ./boot.jl:234
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
>>> End of log