-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-4c805d2310.log
272 lines (266 loc) · 12.9 KB
/
1.6.0-DEV-4c805d2310.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
Julia Version 1.6.0-DEV.913
Commit 4c805d2310 (2020-09-14 14:07 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake-avx512)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
[ Info: LEGAL NOTICE: package operations send anonymous data about your system to https://pkg.julialang.org (your current package server), including the operating system and Julia versions you are using, and a random client UUID. Running `Pkg.telemetryinfo()` will show exactly what data is sent. See https://julialang.org/legal/data/ for more details about what this data is used for, how long it is retained, and how to opt out of sending it.
Installed KrylovMethods ─ v0.6.0
Updating `~/.julia/environments/v1.6/Project.toml`
[9a2cd570] + KrylovMethods v0.6.0
Updating `~/.julia/environments/v1.6/Manifest.toml`
[9a2cd570] + KrylovMethods v0.6.0
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[2f01184e] + SparseArrays
[4ec0a83e] + Unicode
Testing KrylovMethods
Status `/tmp/jl_4LlBie/Project.toml`
[9a2cd570] KrylovMethods v0.6.0
[5c8ed15e] LinearOperators v1.1.0
[37e2e46d] LinearAlgebra
[de0858da] Printf
[2f01184e] SparseArrays
[8dfed614] Test
Status `/tmp/jl_4LlBie/Manifest.toml`
[9aa1b823] FastClosures v0.3.2
[9a2cd570] KrylovMethods v0.6.0
[5c8ed15e] LinearOperators v1.1.0
[a759f4b9] TimerOutputs v0.5.6
[2a0f44e3] Base64
[8ba89e20] Distributed
[b77e0a4c] InteractiveUtils
[8f399da3] Libdl
[37e2e46d] LinearAlgebra
[56ddb016] Logging
[d6f4376e] Markdown
[de0858da] Printf
[9a3f8284] Random
[9e88b42a] Serialization
[6462fe0b] Sockets
[2f01184e] SparseArrays
[8dfed614] Test
[4ec0a83e] Unicode
Testing Running tests...
=== bicgstb ===
iter relres
1 1.07e-01
2 1.95e-02
3 1.34e-03
bicgstb iterated maxIter (=3) times but reached only residual norm 1.95e-02 instead of tol=1.00e-06.
bcgstb achieved desired tolerance at iteration 6.5. Residual norm is 7.70e-07.
=== block bicgstb ===
iter relres
1 1.04e-01
2 2.24e-02
3 2.72e-03
blockBiCGSTB iterated maxIter (=3) times but reached only residual norm 2.24e-02 instead of tol=1.00e-06.
blockBiCGSTB achieved desired tolerance at iteration 7.5. Residual norm is 8.03e-08.
=== cg ===
iter relres
1 5.55e-17
cg achieved desired tolerance at iteration 1. Residual norm is 5.55e-17.
=== cg ===
iter relres
1 2.32e-01
cg iterated maxIter (=1) times but reached only residual norm 2.32e-01 instead of tol=1.00e-15.
Matrix A in cg has to be positive definite.
cg achieved desired tolerance at iteration 24. Residual norm is 8.73e-06.
=== blockcg ===
iter max(relres)
1 2.34e-15
2 1.60e-29
blockCG achieved desired tolerance at iteration 2. Residual norm is 1.60e-29.
=== blockcg ===
iter max(relres)
1 1.35e-14
blockCG iterated maxIter (=1) times but reached only residual norm 1.35e-14 instead of tol=1.00e-30.
=== blockcg ===
iter max(relres)
1 4.16e-01
2 2.35e-01
3 1.53e-01
4 1.07e-01
5 8.50e-02
6 6.04e-02
7 3.76e-02
8 2.07e-02
9 1.08e-02
10 4.70e-03
11 1.88e-03
12 7.36e-04
blockCG achieved desired tolerance at iteration 12. Residual norm is 7.36e-04.
=== blockcg ===
iter max(relres)
1 4.16e-01
2 2.35e-01
3 1.53e-01
4 1.07e-01
5 8.50e-02
6 6.04e-02
7 3.76e-02
8 2.07e-02
9 1.08e-02
10 4.70e-03
11 1.88e-03
12 7.36e-04
blockCG achieved desired tolerance at iteration 12. Residual norm is 7.36e-04.
=== cgls ===
iter |A'r| norm(r) norm(x)
1 1.01e+01 4.61e-01 9.41e+00
2 2.79e+00 5.17e-01 9.38e+00
cgls iterated maxIter (=2) times witout reaching tolerance. Returned result has residual norm 2.79e+00.
cgls relative gradient norm below desired tolerance at iteration 10. Returned result has residual norm 6.06e-10.
=== gmres ===
iter relres
1 3.0e-01 1.1e-01 3.4e-02 3.4e-02
2 1.1e-02 3.6e-03 1.1e-03 1.1e-03
3 3.8e-04 1.1e-04 3.2e-05 3.2e-05
gmres iterated maxIter (=3) times without achieving the desired tolerance.
gmres achieved desired tolerance at iteration 3. Residual norm is 8.49e-07.
*******************************************************
=== fgmres ===
iter relres
1 3.0e-01 1.1e-01 3.4e-02
2 1.1e-02 3.6e-03 1.1e-03
3 3.8e-04 1.1e-04 3.2e-05
fgmres iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 3.20e-05
fgmres achieved desired tolerance at inner iteration 12. Residual norm is 8.49e-07.
*******************************************************
=== blockFGMRES ===
iter relres
1 1.7e-01 3.4e-02 6.4e-03
2 1.5e-03 2.6e-04 4.4e-05
3 9.9e-06 2.3e-06 4.3e-07
blockFGMRES iterated maxIter (=3) outer iterations without achieving the desired tolerance. Acheived: 4.29e-07
-----------------------------------
blockFGMRES achieved desired tolerance at inner iteration 9. Residual norm is 3.53e-07.
*****************************************************************************
Givens rotation for v=[0.0,1.152633752506123]
Givens rotation for v=[-0.4005024696807795,0.0]
Givens rotation for v=[-0.32723737731615665,0.2006660874537777]
=== Testing Lanczos Bidiagonalization ===
ssor achieved desired tolerance at iteration 26. Residual norm is 9.84e-03.
ssor achieved desired tolerance at iteration 39. Residual norm is 9.81e-03.
cg achieved desired tolerance at iteration 54. Residual norm is 6.46e-13.
=== sor ===
iter relres
1 1.44e-01
2 6.43e-02
3 3.94e-02
ssor iterated maxIter (=3) times but reached only residual norm 3.94e-02 instead of tol=1.00e-02.
ssor achieved desired tolerance at iteration 15. Residual norm is 9.52e-03.
ssor achieved desired tolerance at iteration 22. Residual norm is 9.76e-03.
signal (11): Segmentation fault
in expression starting at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/test/testLSQR.jl:2
uv_write2 at /workspace/srcdir/libuv/src/unix/stream.c:1397
uv_write at /workspace/srcdir/libuv/src/unix/stream.c:1492
jl_uv_write at /buildworker/worker/package_linux64/build/src/jl_uv.c:471
uv_write_async at ./stream.jl:1024
uv_write at ./stream.jl:981
unsafe_write at ./stream.jl:1064
unsafe_write at ./io.jl:646 [inlined]
write at ./io.jl:669 [inlined]
format at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Printf/src/Printf.jl:726
#lsqr#89 at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/src/lsqr.jl:118
lsqr##kw at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/src/lsqr.jl:74 [inlined]
#lsqr#87 at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/src/lsqr.jl:67 [inlined]
lsqr##kw at /home/pkgeval/.julia/packages/KrylovMethods/Vz3XT/src/lsqr.jl:65
unknown function (ip: 0x7fb81facad2c)
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1682 [inlined]
do_call at /buildworker/worker/package_linux64/build/src/interpreter.c:115
eval_value at /buildworker/worker/package_linux64/build/src/interpreter.c:204
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:434
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:489
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:489
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:489
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:489
jl_interpret_toplevel_thunk at /buildworker/worker/package_linux64/build/src/interpreter.c:669
jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:837
jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:785
jl_toplevel_eval_in at /buildworker/worker/package_linux64/build/src/toplevel.c:880
eval at ./boot.jl:345 [inlined]
include_string at ./loading.jl:1015
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
_include at ./loading.jl:1069
include at ./client.jl:444
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1682 [inlined]
do_call at /buildworker/worker/package_linux64/build/src/interpreter.c:115
eval_value at /buildworker/worker/package_linux64/build/src/interpreter.c:204
eval_stmt_value at /buildworker/worker/package_linux64/build/src/interpreter.c:155 [inlined]
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:561
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:489
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:489
jl_interpret_toplevel_thunk at /buildworker/worker/package_linux64/build/src/interpreter.c:669
jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:837
jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:785
jl_toplevel_eval_in at /buildworker/worker/package_linux64/build/src/toplevel.c:880
eval at ./boot.jl:345 [inlined]
include_string at ./loading.jl:1015
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
_include at ./loading.jl:1069
include at ./client.jl:444
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1682 [inlined]
do_call at /buildworker/worker/package_linux64/build/src/interpreter.c:115
eval_value at /buildworker/worker/package_linux64/build/src/interpreter.c:204
eval_stmt_value at /buildworker/worker/package_linux64/build/src/interpreter.c:155 [inlined]
eval_body at /buildworker/worker/package_linux64/build/src/interpreter.c:561
jl_interpret_toplevel_thunk at /buildworker/worker/package_linux64/build/src/interpreter.c:669
jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:837
jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:785
jl_toplevel_eval_in at /buildworker/worker/package_linux64/build/src/toplevel.c:880
eval at ./boot.jl:345
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
exec_options at ./client.jl:261
_start at ./client.jl:485
jfptr__start_17543.clone_1 at /opt/julia/lib/julia/sys.so (unknown line)
_jl_invoke at /buildworker/worker/package_linux64/build/src/gf.c:2163 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2345
jl_apply at /buildworker/worker/package_linux64/build/ui/../src/julia.h:1682 [inlined]
true_main at /buildworker/worker/package_linux64/build/ui/repl.c:106
main at /buildworker/worker/package_linux64/build/ui/repl.c:227
__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
_start at /opt/julia/bin/julia (unknown line)
Allocations: 93981449 (Pool: 93936248; Big: 45201); GC: 112
ERROR: Package KrylovMethods errored during testing (received signal: 11)
Stacktrace:
[1] pkgerror(::String, ::Vararg{String, N} where N)
@ Pkg.Types /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:52
[2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing)
@ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1580
[3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:328
[4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:315
[5] #test#62
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:67 [inlined]
[6] test
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:67 [inlined]
[7] #test#61
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[8] test
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[9] test(pkg::String; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[10] test(pkg::String)
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[11] top-level scope
@ none:19