-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
Description
I am using Monaco editor to connect to the Julia LS. Server initialization succeeded. Then I tried to invoke completion for the code "pr", but the completion doesn't show up, and I got these error messages:
Julia Server: WARNING: Method definition
Julia Server: (::Type{StaticLint.ImportBinding})(Any, Any, Any, Any) in module StaticLint at /root/.julia/packages/StaticLint/LsaCh/src/bindings.jl:2 overwritten at /root/.julia/packages/StaticLint/LsaCh/src/bindings.jl:7.
Julia Server: WARNING: Method definition (::Type{StaticLint
Julia Server: .Binding})(Any, Any, Any, Any, Any) in module StaticLint at /root/.julia/packages/StaticLint/LsaCh/src/bindings.jl:10 overwritten at /root/.julia/packages/StaticLint/LsaCh/src/bindings.jl:16.
Julia Server: WARNING: Base.@code_llvm is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@code_lowered is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@code_native is deprecated
Julia Server: : it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@code_typed is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@code_warntype is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@dateformat_str is deprecated: it has been moved to the standard library package `Dates`.
Add `using Dates` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@doc_str is deprecated, use `Markdown` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@edit is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@everywhere is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@fetch is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@fetchfrom is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@functionloc is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@ip_str is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@less is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@parallel is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@printf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@profile is deprecated: it has been moved to the standard library package `Profile`.
Add `using Profile` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@spawn is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@spawnat is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.@sprintf is deprecated: it has been moved to the standard library package `Printf`.
Add `using Printf` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.@which is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.A_ldiv_B! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.A_mul_B! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.A_mul_Bc! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.A_mul_Bt! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.AbstractIOBuffer is deprecated, use GenericIOBuffer instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.AbstractRNG is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.AbstractSerializer is deprecated: it has been moved to the standard library package `Serialization`.
Add `using Serialization` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.AbstractSparseArray is deprecated, run `using SparseArrays` to load sparse array functionality
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.AbstractSparseMatrix is deprecated, run `using SparseArrays` to load sparse array functionality
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.AbstractSparseVector is deprecated, run `using SparseArrays` to load sparse array functionality
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Ac_ldiv_B! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Ac_mul_B! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Ac_mul_Bc! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Adjoint is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ArithmeticOverflows is deprecated, use ArithmeticWraps instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Associative is deprecated, use AbstractDict instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.At_ldiv_B! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.At_mul_B! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.At_mul_Bt! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.BLAS is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Base64DecodePipe is deprecated: it has been moved to the standard library package `Base64`.
Add `using Base64` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Base64EncodePipe is deprecated: it has been moved to the standard library package `Base64`.
Add `using Base64` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Bidiagonal is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.MatrixStyle is deprecated, use DefaultArrayStyle{2} instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.Scalar is deprecated, use DefaultArrayStyle{0} instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Broadcast.VectorStyle is deprecated, use DefaultArrayStyle{1} instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast._containertype is deprecated, use BroadcastStyle instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.broadcast_c is deprecated, `broadcast_c(f, ::Type{C}, As...)` should become `broadcast(f, C, nothing, nothing, As...))` (see the manual chapter Interfaces)
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.broadcast_c! is deprecated, `broadcast_c!(f, ::Type, ::Type, C, As...)` should become `broadcast!(f, C, As...)` (see the manual chapter Interfaces)
Julia Server:
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Broadcast.broadcast_indices is deprecated, use broadcast_axes instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.broadcast_t is deprecated, `broadcast_t(f, ::Type{ElType}, shape, iter, As...)` should become `broadcast(f, Broadcast.DefaultArrayStyle{N}(), ElType, shape, As...))` (see the manual chapter Interfaces)
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.check_broadcast_indices is deprecated, use check_broadcast_axes instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.containertype is deprecated, use combine_styles instead.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Broadcast.promote_containertype is deprecated, use BroadcastStyle instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.BunchKaufman is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.CachingPool is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.CartesianRange is deprecated, use CartesianIndices instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Cholesky is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.CholeskyPivoted is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.ClusterManager is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Complex128 is deprecated, use ComplexF64 instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Complex32 is deprecated, use ComplexF16 instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.Complex64 is deprecated, use ComplexF32 instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ConjArray is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ConjMatrix is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.ConjVector is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.DateFormat is deprecated: it has been moved to the standard library package `Dates`.
Add `using Dates` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.DateTime is deprecated: it has been moved to the standard library package `Dates`.
Add `using Dates` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Dates is deprecated, run `using Dates` instead
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.DevNull is deprecated, use devnull instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Diagonal is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Display is deprecated, use AbstractDisplay instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Distributed is deprecated, run `using Distributed` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Eigen is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.EqualTo is deprecated, use Base.Fix2{typeof(isequal)} instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Factorization is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.FileMonitor is deprecated: it has been moved to the standard library package `FileWatching`.
Add `using FileWatching` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Future is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.GLOBAL_RNG is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: GMP.GMP_BITS_PER_LIMB is deprecated, use BITS_PER_LIMB instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: GMP.GMP_VERSION is deprecated, use VERSION instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.GeneralizedEigen is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.GeneralizedSVD is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.GeneralizedSchur is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.HasOrder is deprecated, use Ordered instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Hermitian is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Hessenberg is deprecated
Julia Server: : it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.I is deprecated, run `using LinearAlgebra` to load linear algebra functionality.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.IPAddr is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.IPv4 is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.IPv6 is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.IntSet is deprecated, use BitSet instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.KeyIterator is deprecated, use KeySet instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.LDLt is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.LQ is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.LU is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.LibGit2 is deprecated, run `import LibGit2` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Libdl is deprecated, run `using Libdl` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.LinAlg is deprecated, run `using LinearAlgebra` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.LinSpace is deprecated, use LinRange instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.LineEdit is deprecated, use `REPL.LineEdit` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.LowerTriangular is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Markdown is deprecated, run `using Markdown` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.MersenneTwister is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Mmap is deprecated, run `using Mmap` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ObjectIdDict is deprecated, use IdDict{Any, Any} instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.OccursIn is deprecated, use Base.Fix2{typeof(in)} instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.! is deprecated, use Base.:! instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.!= is deprecated, use Base.:!= instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.!== is deprecated, use Base.:!== instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.% is deprecated, use Base.:% instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.& is deprecated, use Base.:& instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.* is deprecated, use Base.:* instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.+ is deprecated, use Base.:+ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.- is deprecated, use Base.:- instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators./ is deprecated, use Base.:/ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.// is deprecated, use Base.:// instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.< is deprecated, use Base.:< instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.<: is deprecated, use Base.:<: instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.<< is deprecated, use Base.:<< instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.<= is deprecated, use Base.:<= instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.== is deprecated, use Base.:(==) instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.=== is deprecated, use Base.:(===) instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.> is deprecated, use Base.:> instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.>: is deprecated, use Base.:>: instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.>= is deprecated, use Base.:>= instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.>> is deprecated, use Base.:>> instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.>>> is deprecated, use Base.:>>> instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.\ is deprecated, use Base.:\ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.^ is deprecated, use Base.:^ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.adjoint is deprecated, use Base.adjoint instead.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.colon is deprecated, use : instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.getindex is deprecated, use Base.getindex instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.hcat is deprecated, use Base.hcat instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.hvcat is deprecated, use Base.hvcat instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.setindex! is deprecated, use Base.setindex! instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.transpose is deprecated, use Base.transpose instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.vcat is deprecated, use Base.vcat instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.xor is deprecated, use Base.xor instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.| is deprecated, use Base.:| instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.|> is deprecated, use Base.:|> instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.~ is deprecated, use Base.:~ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.÷ is deprecated, use Base.:÷ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∈ is deprecated, use Base.:∈ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∉ is deprecated, use Base.:∉ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∋ is deprecated, use Base.:∋ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∌ is deprecated, use Base.:∌ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.∘ is deprecated, use Base.:∘ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.√ is deprecated, use Base.:√ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∛ is deprecated, use Base.:∛ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∩ is deprecated, use Base.:∩ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.∪ is deprecated, use Base.:∪ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.≠ is deprecated, use Base.:≠ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.≤ is deprecated, use Base.:≤ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.≥ is deprecated, use Base.:≥ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.⊆ is deprecated, use Base.:⊆ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Operators.⊈ is deprecated, use Base.:⊈ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.⊊ is deprecated, use Base.:⊊ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Operators.⊻ is deprecated, use Base.:⊻ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ParseError is deprecated, use Meta.ParseError instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Pkg is deprecated, run `using Pkg` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.PollingFileWatcher is deprecated: it has been moved to the standard library package `FileWatching`.
Add `using FileWatching` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ProcessExitedException is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Profile is deprecated, run `using Profile` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.QR is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.QRPivoted is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.REPL is deprecated, run `using REPL` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.REPLCompletions is deprecated, use `REPL.REPLCompletions` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Random is deprecated, run `using Random` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.RandomDevice is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
Julia Server:
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Range is deprecated, use AbstractRange instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.RemoteChannel is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.RemoteException is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.RowVector is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.STDERR is deprecated, use stderr instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.STDIN is deprecated, use stdin instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.STDOUT is deprecated, use stdout instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.SVD is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.Schur is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.SerializationState is deprecated: it has been moved to the standard library package `Serialization`.
Add `using Serialization` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Serializer is deprecated, run `using Serialization` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.SharedArray is deprecated, run `using SharedArrays` to load shared array functionality
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.SparseArrays is deprecated, run `using SparseArrays` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.SparseMatrixCSC is deprecated, run `using SparseArrays` to load sparse array functionality
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.SparseVector is deprecated, run `using SparseArrays` to load sparse array functionality
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.SymTridiagonal is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Symmetric is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Sys.CPU_CORES is deprecated, use CPU_THREADS instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.TCPSocket is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Terminals is deprecated, use `REPL.Terminals` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING:
Julia Server: Base.Test is deprecated, run `using Test` instead
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Transpose is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Tridiagonal is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.TypeArithmetic is deprecated, use ArithmeticStyle instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.TypeOrder is deprecated, use OrderStyle instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.TypeRangeStep is deprecated, use RangeStepStyle instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.UDPSocket is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.UVError is deprecated, use IOError instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.UniformScaling is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Uninitialized is deprecated, use UndefInitializer instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.UpperTriangular is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.Void is deprecated, use Nothing instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.WorkerConfig is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.WorkerPool is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.accept is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.addprocs is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.adjoint! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.apropos is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.axpby! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.axpy! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.base64decode is deprecated: it has been moved to the standard library package `Base64`.
Add `using Base64` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.base64encode is deprecated: it has been moved to the standard library package `Base64`.
Add `using Base64` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.bitrand is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.bkfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.bkfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.blkdiag is deprecated: it has been moved to the standard library package `SparseArrays` as `blockdiag`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.catalan is deprecated, use MathConstants.catalan instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.chol is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.cholfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.cholfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.clear! is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.clipboard is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.code_llvm is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.code_native is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.code_warntype is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.colon is deprecated, use : instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.cond is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.condskeel is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.connect is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.copy_transpose! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.cor is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.cov is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.crc32c is deprecated: it has been moved to the standard library package `CRC32c`.
Add `using CRC32c` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.cross is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.default_worker_pool is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.deserialize is deprecated: it has been moved to the standard library package `Serialization`.
Add `using Serialization` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.det is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.diag is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.diagind is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.diagm is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.dot is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.droptol! is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.dropzeros is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.dropzeros! is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.e is deprecated, use ℯ (\euler) or `Base.MathConstants.e`
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.edit is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eig is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigmax is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigmin is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigvals is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigvals! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eigvecs is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eu is deprecated, use ℯ (\euler) or `Base.MathConstants.e`
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eulergamma is deprecated, use MathConstants.eulergamma instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.expm is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.expm! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.eye is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.factorize is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.findnz is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.getaddrinfo is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.getalladdrinfo is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.getipaddr is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.getnameinfo is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.getpeername is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.getsockname is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.givens is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.golden is deprecated, use MathConstants.golden instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.gradient is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.graphemes is deprecated: it has been moved to the standard library package `Unicode`.
Add `using Unicode` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.hessfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.hessfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.init_worker is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.interrupt is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.is_assigned_char is deprecated: it has been moved to the standard library package `Unicode`.
Add `using Unicode` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.isdiag is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ishermitian is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.isposdef is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.isposdef! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.issparse is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.issuccess is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.issymmetric is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.istril is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.istriu is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.iteratoreltype is deprecated, use IteratorEltype instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.iteratorsize is deprecated, use IteratorSize instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.launch is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ldltfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ldltfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.less is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.listen is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.listenany is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.logabsdet is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.logdet is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.logm is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lq is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lqfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lqfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lu is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lufact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lufact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.lyap is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.manage is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.mean is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.mean! is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.median is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.median! is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.methodswith is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.middle is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.myid is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.nnz is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.nonzeros is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
Julia Server:
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.norm is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.normalize is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.normalize! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.normalize_string is deprecated: it has been moved to the standard library package `Unicode`.
Add `using Unicode` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.now is deprecated: it has been moved to the standard library package `Dates`.
Add `using Dates` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.nprocs is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.nullspace is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.nworkers is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.nzrange is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ordschur is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.ordschur! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.peakflops is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.permute is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.pinv is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.pmap is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.poll_fd is deprecated: it has been moved to the standard library package `FileWatching`.
Add `using FileWatching` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.poll_file is deprecated: it has been moved to the standard library package `FileWatching`.
Add `using FileWatching` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.procs is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.qr is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.qrfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.qrfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.quantile is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.quantile! is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.rand! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randcycle is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randcycle! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randexp is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randexp! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.randjump is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randn! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randperm is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.randperm! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.randstring is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randsubseq is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.randsubseq! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.rank is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.readcsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.readdlm is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.recv is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.recvfrom is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.remote is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.remote_do is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.remotecall is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.remotecall_fetch is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.remotecall_wait is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.repmat is deprecated, use repeat instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.rmprocs is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.rowvals is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.scale! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.schur is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.schurfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.schurfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.send is deprecated: it has been moved to the standard library package `Sockets`.
Add `using Sockets` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.serialize is deprecated: it has been moved to the standard library package `Serialization`.
Add `using Serialization` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.shuffle is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.shuffle! is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.sparse is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.sparsevec is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.spdiagm is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.speye is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.spones is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.sprand is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.sprandn is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.spzeros is deprecated: it has been moved to the standard library package `SparseArrays`.
Add `using SparseArrays` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.sqrtm is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.srand is deprecated: it has been moved to the standard library package `Random`.
Add `using Random` to your imports.
Julia Server: likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.std is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.stdm is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.stringmime is deprecated: it has been moved to the standard library package `Base64`.
Add `using Base64` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.subtypes is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.svd is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.svdfact is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.svdfact! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.svdvals is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.svdvals! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.sylvester is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.trace is deprecated: it has been moved to the standard library package `LinearAlgebra` as `tr`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.transpose! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.transpose_type is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.tril is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.tril! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.triu is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.triu! is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.uninitialized is deprecated, use undef instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.var is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.varinfo is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
WARNING: Base.varm is deprecated: it has been moved to the standard library package `Statistics`.
Add `using Statistics` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.vecdot is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.vecnorm is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.versioninfo is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.watch_file is deprecated: it has been moved to the standard library package `FileWatching`.
Add `using FileWatching` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.whos is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.workers is deprecated: it has been moved to the standard library package `Distributed`.
Add `using Distributed` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.writecsv is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.writedlm is deprecated: it has been moved to the standard library package `DelimitedFiles`.
Add `using DelimitedFiles` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.× is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.γ is deprecated, use MathConstants.γ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.φ is deprecated, use MathConstants.φ instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: Base.⋅ is deprecated: it has been moved to the standard library package `LinearAlgebra`.
Add `using LinearAlgebra` to your imports.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Future))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Logging))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :LinearAlgebra))
** incremental compilation may be broken for this module **
Julia Server: WARNING: LinearAlgebra.trace is deprecated, use tr instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Markdown))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :OldPkg))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Unicode))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Dates))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :DelimitedFiles))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Serialization))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Distributed))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Libdl))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Statistics))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :LibGit2))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :SuiteSparse))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :FileWatching))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Pkg))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Sockets))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :UUIDs))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :REPL))
** incremental compilation may be broken for this module **
Julia Server:
signal (15): Terminated
in expression starting at /julials/LanguageServer.jl-master/src/LanguageServer.jl:10
Julia Server: syscall at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
Julia Server: uv__epoll_wait at /buildworker/worker/package_linux64/build/deps/srccache/libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e/src/unix/linux-syscalls.c:321
Julia Server: uv__io_poll at /buildworker/worker/package_linux64/build/deps/srccache/libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e/src/unix/linux-core.c:275
Julia Server: uv_run at /buildworker/worker/package_linux64/build/deps/srccache/libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e/src/unix/core.c:360
Julia Server: process_events at ./libuv.jl:98 [inlined]
Julia Server: wait at ./event.jl:246
Julia Server: wait at ./event.jl:46
Julia Server: stream_wait at ./stream.jl:47
Julia Server: wait at ./process.jl:847 [inlined]
Julia Server: success at ./process.jl:696 [inlined]
Julia Server: macro expansion at ./logging.jl:309 [inlined]
Julia Server: compilecache at ./loading.jl:1185
Julia Server: _require at ./logging.jl:311
Julia Server: require at ./loading.jl:852
Julia Server: macro expansion at ./logging.jl:311 [inlined]
Julia Server: require at ./loading.jl:834
Julia Server: jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2182
Julia Server: jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1538 [inlined]
Julia Server: call_require at /buildworker/worker/package_linux64/build/src/toplevel.c:441 [inlined]
Julia Server: eval_import_path at /buildworker/worker/package_linux64/build/src/toplevel.c:476
Julia Server: jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:712
Julia Server: jl_eval_module_expr at /buildworker/worker/package_linux64/build/src/toplevel.c:233
Julia Server: jl_toplevel_eval_flex at /buildworker/worker/package_linux64/build/src/toplevel.c:621
Julia Server: jl_parse_eval_all at /buildworker/worker/package_linux64/build/src/ast.c:841
Julia Server: jl_load at /buildworker/worker/package_linux64/build/src/toplevel.c:865
Julia Server: include at ./boot.jl:317 [inlined]
Julia Server: include_relative at ./loading.jl:1038
Julia Server: include at ./sysimg.jl:29
Julia Server: jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2182
Julia Server: exec_options at ./client.jl:239
Julia Server: _start at ./client.jl:432
Julia Server: jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:2182
Julia Server: jl_apply at /buildworker/worker/package_linux64/build/ui/../src/julia.h:1538 [inlined]
Julia Server: true_main at /buildworker/worker/package_linux64/build/ui/repl.c:112
Julia Server: main at /buildworker/worker/package_linux64/build/ui/repl.c:233
Julia Server: __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
Julia Server: _start at /julia-0.7.0/bin/julia (unknown line)
Julia Server: unknown function (ip: 0xffffffffffffffff)
Julia Server: Allocations: 1077946 (Pool: 1077536; Big: 410); GC: 1
Julia Server: WARNING: eval from module Main to StaticLint:
Julia Server: Expr(:import, Expr(:., :InteractiveUtils))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Base64))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :CRC32c))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Profile))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :SharedArrays))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Mmap))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :SHA))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Printf))
** incremental compilation may be broken for this module **
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Random))
** incremental compilation may be broken for this module **
Julia Server: WARNING: Random.dSFMT is deprecated, use DSFMT instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :SparseArrays))
** incremental compilation may be broken for this module **
Julia Server: WARNING: SparseArrays.blkdiag is deprecated, use blockdiag instead.
likely near /root/.julia/packages/StaticLint/LsaCh/src/StaticLint.jl:145
Julia Server: WARNING: eval from module Main to StaticLint:
Expr(:import, Expr(:., :Test))
** incremental compilation may be broken for this module **
Julia version is 0.7, and all the required packages are installed.