IterativeRefinement

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 1 minute, 52 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed RecipesBase ───────── v0.7.0
 Installed Requires ──────────── v0.5.2
 Installed GenericSVD ────────── v0.2.2
 Installed IterativeRefinement ─ v0.1.0
 Installed Quadmath ──────────── v0.5.2
 Installed GenericSchur ──────── v0.3.0
 Installed Polynomials ───────── v0.6.0
 Installed DoubleFloats ──────── v0.9.13
  Updating `~/.julia/environments/v1.2/Project.toml`
  [bcb6b82e] + IterativeRefinement v0.1.0
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [497a8b3b] + DoubleFloats v0.9.13
  [01680d73] + GenericSVD v0.2.2
  [c145ed77] + GenericSchur v0.3.0
  [bcb6b82e] + IterativeRefinement v0.1.0
  [f27b6e38] + Polynomials v0.6.0
  [be4d8f0f] + Quadmath v0.5.2
  [3cdcf5f2] + RecipesBase v0.7.0
  [ae029012] + Requires v0.5.2
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
   Testing IterativeRefinement
    Status `/tmp/jl_GEtAFV/Manifest.toml`
  [497a8b3b] DoubleFloats v0.9.13
  [01680d73] GenericSVD v0.2.2
  [c145ed77] GenericSchur v0.3.0
  [bcb6b82e] IterativeRefinement v0.1.0
  [f27b6e38] Polynomials v0.6.0
  [be4d8f0f] Quadmath v0.5.2
  [3cdcf5f2] RecipesBase v0.7.0
  [ae029012] Requires v0.5.2
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
norm: 4.339118e-10 condition: 339418.94; compare to 1.6777216e6
iter 1 |dx|=0.0006579152 |dz|=0.0036205698
increasing precision
iter 2 |dx|=0.00017639625 |dz|=0.0009742527
iter 3 |dx|=3.6833214e-8 |dz|=2.1396022e-7
convergence (in norm)
iter 4 |dx|=3.020088e-12 |dz|=2.487116e-11
convergence (component-wise)
Test Summary:     | Pass  Total
preprocessed args |    3      3
problem difficulty (rel. to convergence criterion):
normwise: 0.40458880364894867 componentwise: 1.2977197766304016
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 1.9985458601414456e-8 3.338788774180221e-8
problem difficulty (rel. to convergence criterion):
normwise: 0.44718917459249496 componentwise: 4.249134063720703
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 2.8819683394851583e-8 4.715518132164438e-8
problem difficulty (rel. to convergence criterion):
normwise: 0.7566714286804199 componentwise: 81.05374336242676
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 2.968869494470744e-8 5.7713488985661065e-8
Test Summary:            | Pass  Total
well-conditioned Float32 |    9      9
problem difficulty (rel. to convergence criterion):
normwise: 0.07722344101559406 componentwise: 0.2451675763930055
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 9.823565476071893e-17
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1186
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1094
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:431
 [8] top-level scope at none:5
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:271
 [11] _start() at ./client.jl:464
problem difficulty (rel. to convergence criterion):
normwise: 0.09282435181983692 componentwise: 0.8891288224020453
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 1.301183169515229e-16
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1186
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1094
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:431
 [8] top-level scope at none:5
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:271
 [11] _start() at ./client.jl:464
problem difficulty (rel. to convergence criterion):
normwise: 0.10836299595640393 componentwise: 8.575476212813266
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 1.0243559693930111e-16
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Test/src/Test.jl:1186
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1094
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:431
 [8] top-level scope at none:5
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:271
 [11] _start() at ./client.jl:464
Test Summary:            | Pass  Fail  Total
well-conditioned Float64 |    8     3     11
Test Summary:            | Pass  Fail  Total
well-conditioned Float64 |    8     3     11
ERROR: LoadError: Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken.
in expression starting at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:121
caused by [exception 1]
Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken.
ERROR: Package IterativeRefinement errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/Types.jl:112
 [2] #test#119(::Bool, ::Nothing, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/Operations.jl:1288
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:245
 [5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:233 [inlined]
 [6] #test#61 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:230 [inlined]
 [7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:230 [inlined]
 [8] #test#60 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:229 [inlined]
 [9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:229 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:228
 [11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.2/Pkg/src/API.jl:228
 [12] top-level scope at none:10

Results with Julia v1.3.0

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 1 minute, 51 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Requires ──────────── v0.5.2
 Installed RecipesBase ───────── v0.7.0
 Installed GenericSVD ────────── v0.2.2
 Installed IterativeRefinement ─ v0.1.0
 Installed Quadmath ──────────── v0.5.2
 Installed Polynomials ───────── v0.6.0
 Installed GenericSchur ──────── v0.3.0
 Installed DoubleFloats ──────── v0.9.13
  Updating `~/.julia/environments/v1.3/Project.toml`
  [bcb6b82e] + IterativeRefinement v0.1.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [497a8b3b] + DoubleFloats v0.9.13
  [01680d73] + GenericSVD v0.2.2
  [c145ed77] + GenericSchur v0.3.0
  [bcb6b82e] + IterativeRefinement v0.1.0
  [f27b6e38] + Polynomials v0.6.0
  [be4d8f0f] + Quadmath v0.5.2
  [3cdcf5f2] + RecipesBase v0.7.0
  [ae029012] + Requires v0.5.2
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
   Testing IterativeRefinement
    Status `/tmp/jl_0BzWrx/Manifest.toml`
  [497a8b3b] DoubleFloats v0.9.13
  [01680d73] GenericSVD v0.2.2
  [c145ed77] GenericSchur v0.3.0
  [bcb6b82e] IterativeRefinement v0.1.0
  [f27b6e38] Polynomials v0.6.0
  [be4d8f0f] Quadmath v0.5.2
  [3cdcf5f2] RecipesBase v0.7.0
  [ae029012] Requires v0.5.2
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
norm: 4.339118e-10 condition: 339418.94; compare to 1.6777216e6
iter 1 |dx|=0.0006579152 |dz|=0.0036205698
increasing precision
iter 2 |dx|=0.00017639625 |dz|=0.0009742527
iter 3 |dx|=3.6833214e-8 |dz|=2.1396022e-7
convergence (in norm)
iter 4 |dx|=3.020088e-12 |dz|=2.487116e-11
convergence (component-wise)
Test Summary:     | Pass  Total
preprocessed args |    3      3
problem difficulty (rel. to convergence criterion):
normwise: 0.40458880364894867 componentwise: 1.2977197766304016
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 1.9985458601414456e-8 3.338788774180221e-8
problem difficulty (rel. to convergence criterion):
normwise: 0.44718917459249496 componentwise: 4.249134063720703
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 2.8819683394851583e-8 4.715518132164438e-8
problem difficulty (rel. to convergence criterion):
normwise: 0.7566714286804199 componentwise: 81.05374336242676
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 2.968869494470744e-8 5.7713488985661065e-8
Test Summary:            | Pass  Total
well-conditioned Float32 |    9      9
problem difficulty (rel. to convergence criterion):
normwise: 0.07722344101559406 componentwise: 0.2451675763930055
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 9.823565476071893e-17
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1180
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:424
 [8] top-level scope at none:6
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:263
 [11] _start() at ./client.jl:460
problem difficulty (rel. to convergence criterion):
normwise: 0.09282435181983692 componentwise: 0.8891288224020453
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 1.301183169515229e-16
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1180
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:424
 [8] top-level scope at none:6
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:263
 [11] _start() at ./client.jl:460
problem difficulty (rel. to convergence criterion):
normwise: 0.10836299595640393 componentwise: 8.575476212813266
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 1.0243559693930111e-16
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1180
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:424
 [8] top-level scope at none:6
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:263
 [11] _start() at ./client.jl:460
Test Summary:            | Pass  Fail  Total
well-conditioned Float64 |    8     3     11
Test Summary:            | Pass  Fail  Total
well-conditioned Float64 |    8     3     11
ERROR: LoadError: Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken.
in expression starting at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:121
caused by [exception 1]
Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken.
ERROR: Package IterativeRefinement errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:113
 [2] #test#131(::Bool, ::Nothing, ::Cmd, ::Cmd, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1370
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Cmd, ::Cmd, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:253
 [5] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:239
 [6] #test#61 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [8] #test#60 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [12] top-level scope at none:10

Results with Julia v1.3.1-pre-7704df0a5a

Testing was unsuccessful: package has test failures. Last evaluation was ago and took 1 minute, 32 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed RecipesBase ───────── v0.7.0
 Installed Requires ──────────── v0.5.2
 Installed GenericSVD ────────── v0.2.2
 Installed IterativeRefinement ─ v0.1.0
 Installed Quadmath ──────────── v0.5.2
 Installed GenericSchur ──────── v0.3.0
 Installed Polynomials ───────── v0.6.0
 Installed DoubleFloats ──────── v0.9.13
  Updating `~/.julia/environments/v1.3/Project.toml`
  [bcb6b82e] + IterativeRefinement v0.1.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [497a8b3b] + DoubleFloats v0.9.13
  [01680d73] + GenericSVD v0.2.2
  [c145ed77] + GenericSchur v0.3.0
  [bcb6b82e] + IterativeRefinement v0.1.0
  [f27b6e38] + Polynomials v0.6.0
  [be4d8f0f] + Quadmath v0.5.2
  [3cdcf5f2] + RecipesBase v0.7.0
  [ae029012] + Requires v0.5.2
  [2a0f44e3] + Base64 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
   Testing IterativeRefinement
    Status `/tmp/jl_DrNKjZ/Manifest.toml`
  [497a8b3b] DoubleFloats v0.9.13
  [01680d73] GenericSVD v0.2.2
  [c145ed77] GenericSchur v0.3.0
  [bcb6b82e] IterativeRefinement v0.1.0
  [f27b6e38] Polynomials v0.6.0
  [be4d8f0f] Quadmath v0.5.2
  [3cdcf5f2] RecipesBase v0.7.0
  [ae029012] Requires v0.5.2
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
norm: 4.339118e-10 condition: 339418.94; compare to 1.6777216e6
iter 1 |dx|=0.0006579152 |dz|=0.0036205698
increasing precision
iter 2 |dx|=0.00017639625 |dz|=0.0009742527
iter 3 |dx|=3.6833214e-8 |dz|=2.1396022e-7
convergence (in norm)
iter 4 |dx|=3.020088e-12 |dz|=2.487116e-11
convergence (component-wise)
Test Summary:     | Pass  Total
preprocessed args |    3      3
problem difficulty (rel. to convergence criterion):
normwise: 0.40458880364894867 componentwise: 1.2977197766304016
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 1.9985458601414456e-8 3.338788774180221e-8
problem difficulty (rel. to convergence criterion):
normwise: 0.44718917459249496 componentwise: 4.249134063720703
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 2.8819683394851583e-8 4.715518132164438e-8
problem difficulty (rel. to convergence criterion):
normwise: 0.7566714286804199 componentwise: 81.05374336242676
Bounds: 5.9604645e-8 5.960464477539062e-7
Errors: 2.968869494470744e-8 5.7713488985661065e-8
Test Summary:            | Pass  Total
well-conditioned Float32 |    9      9
problem difficulty (rel. to convergence criterion):
normwise: 0.07722344101559406 componentwise: 0.2451675763930055
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 9.823565476071893e-17
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1180
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:424
 [8] top-level scope at none:6
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:263
 [11] _start() at ./client.jl:460
problem difficulty (rel. to convergence criterion):
normwise: 0.09282435181983692 componentwise: 0.8891288224020453
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 1.301183169515229e-16
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1180
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:424
 [8] top-level scope at none:6
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:263
 [11] _start() at ./client.jl:460
problem difficulty (rel. to convergence criterion):
normwise: 0.10836299595640393 componentwise: 8.575476212813266
Bounds: 1.1102230246251565e-16 1.1102230246251565e-15
Errors: NaN 1.0243559693930111e-16
well-conditioned Float64: Test Failed at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
  Expression: Enorm < 1.1Bnorm
   Evaluated: NaN < 1.2212453270876723e-16
Stacktrace:
 [1] runone(::Array{Float64,2}, ::Array{Float64,1}) at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:58
 [2] top-level scope at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:125
 [3] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1180
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include(::Module, ::String) at ./Base.jl:31
 [7] include(::String) at ./client.jl:424
 [8] top-level scope at none:6
 [9] eval(::Module, ::Any) at ./boot.jl:330
 [10] exec_options(::Base.JLOptions) at ./client.jl:263
 [11] _start() at ./client.jl:460
Test Summary:            | Pass  Fail  Total
well-conditioned Float64 |    8     3     11
Test Summary:            | Pass  Fail  Total
well-conditioned Float64 |    8     3     11
ERROR: LoadError: Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken.
in expression starting at /root/.julia/packages/IterativeRefinement/9Ew0A/test/runtests.jl:121
caused by [exception 1]
Some tests did not pass: 8 passed, 3 failed, 0 errored, 0 broken.
ERROR: Package IterativeRefinement errored during testing
Stacktrace:
 [1] pkgerror(::String, ::Vararg{String,N} where N) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/Types.jl:113
 [2] #test#131(::Bool, ::Nothing, ::Cmd, ::Cmd, ::typeof(Pkg.Operations.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1370
 [3] #test at ./none:0 [inlined]
 [4] #test#62(::Bool, ::Nothing, ::Cmd, ::Cmd, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:253
 [5] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:239
 [6] #test#61 at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [7] test at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:233 [inlined]
 [8] #test#60 at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [9] test at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:232 [inlined]
 [10] #test#59(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.test), ::String) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [11] test(::String) at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:231
 [12] top-level scope at none:10