Skip to content

Instantly share code, notes, and snippets.

@vtjnash
Created July 12, 2016 00:06
Show Gist options
  • Save vtjnash/742d4b30c0622912213984d63ddf6f09 to your computer and use it in GitHub Desktop.
Save vtjnash/742d4b30c0622912213984d63ddf6f09 to your computer and use it in GitHub Desktop.
ksh/testset failures
commit bcfd1decff490724e5c3d6e700c29b7d4b33ebe7
Author: kshyatt <[email protected]>
Date: Thu Jul 7 18:34:16 2016 -0700
Split bitarray up into multiple files to help w/ timeout
~/julia/build-llvm37/test$ JULIA_CPU_CORES=2 make
JULIA build-llvm37/test/all
From worker 3: * strings/util
From worker 2: * strings/search
From worker 3: * strings/io
From worker 2: * unicode/UnicodeError
From worker 2: * unicode/checkstring
From worker 2: * unicode/utf8proc
From worker 3: * unicode/utf16
From worker 2: * unicode/utf8
From worker 3: * unicode/types
From worker 3: * unicode/utf32
From worker 3: * dates/accessors
From worker 2: * dates/adjusters
From worker 2: * dates/query
From worker 2: * dates/ranges
From worker 2: * dates/types
From worker 2: * dates/io
From worker 2: * dates/arithmetic
From worker 2: * dates/conversions
From worker 2: * bitarray/misc
From worker 2: * bitarray/basic
WARNING: Method definition tc(Tuple{Vararg{T<:Any, #N<:Any}}, Tuple{Vararg{T<:Any, #N<:Any}}) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:3 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:3.
WARNING: Method definition tc(Base.BitArray{#N<:Any}, Union{Array{Bool, #N<:Any}, Base.BitArray{#N<:Any}}) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:4 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:4.
WARNING: Method definition tc(#T<:Any, #T<:Any) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:5 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:5.
WARNING: Method definition tc(Any, Any) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:6 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:6.
WARNING: Method definition bitcheck(Base.BitArray) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:8 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:8.
WARNING: Method definition bitcheck(Any) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:9 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:9.
WARNING: Method definition check_bitop(Any, Any, Any...) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:12 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:12.
WARNING: Method definition @check_bit_operation(ANY<:Any, ANY<:Any) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:21 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:21.
WARNING: Method definition timesofar(Any) in module Main at /Users/jameson/julia/test/bitarray/misc.jl:28 overwritten at /Users/jameson/julia/test/bitarray/basic.jl:28.
From worker 3: * bitarray/linalg
From worker 3: * bitarray/operators
WARNING: Method definition tc(Tuple{Vararg{T<:Any, #N<:Any}}, Tuple{Vararg{T<:Any, #N<:Any}}) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:3 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:3.
WARNING: Method definition tc(Base.BitArray{#N<:Any}, Union{Array{Bool, #N<:Any}, Base.BitArray{#N<:Any}}) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:4 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:4.
WARNING: Method definition tc(#T<:Any, #T<:Any) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:5 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:5.
WARNING: Method definition tc(Any, Any) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:6 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:6.
WARNING: Method definition bitcheck(Base.BitArray) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:8 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:8.
WARNING: Method definition bitcheck(Any) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:9 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:9.
WARNING: Method definition check_bitop(Any, Any, Any...) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:12 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:12.
WARNING: Method definition @check_bit_operation(ANY<:Any, ANY<:Any) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:21 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:21.
WARNING: Method definition timesofar(Any) in module Main at /Users/jameson/julia/test/bitarray/linalg.jl:28 overwritten at /Users/jameson/julia/test/bitarray/operators.jl:28.
From worker 3: * bitarray/utils
WARNING: Method definition tc(Tuple{Vararg{T<:Any, #N<:Any}}, Tuple{Vararg{T<:Any, #N<:Any}}) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:3 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:3.
WARNING: Method definition tc(Base.BitArray{#N<:Any}, Union{Base.BitArray{#N<:Any}, Array{Bool, #N<:Any}}) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:4 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:4.
WARNING: Method definition tc(#T<:Any, #T<:Any) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:5 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:5.
WARNING: Method definition tc(Any, Any) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:6 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:6.
WARNING: Method definition bitcheck(Base.BitArray) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:8 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:8.
WARNING: Method definition bitcheck(Any) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:9 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:9.
WARNING: Method definition check_bitop(Any, Any, Any...) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:12 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:12.
WARNING: Method definition @check_bit_operation(ANY<:Any, ANY<:Any) in module Main at /Users/jameson/julia/test/bitarray/operators.jl:21 overwritten at /Users/jameson/julia/test/bitarray/utils.jl:21.
From worker 3: * sparse/sparse
From worker 2: * sparse/sparsevector
From worker 3: * sparse/umfpack
From worker 3: * sparse/cholmod
From worker 3: * sparse/spqr
From worker 3: * linalg/triangular
From worker 2: * linalg/qr
From worker 2: * linalg/dense
From worker 2: * linalg/matmul
From worker 2: * linalg/schur
From worker 2: * linalg/special
From worker 2: * linalg/eigen
From worker 3: * linalg/bunchkaufman
From worker 2: * linalg/svd
From worker 2: * linalg/lapack
From worker 2: * linalg/tridiag
From worker 3: * linalg/bidiag
From worker 2: * linalg/diagonal
From worker 3: * linalg/pinv
From worker 3: * linalg/givens
From worker 3: * linalg/cholesky
From worker 2: * linalg/lu
From worker 3: * linalg/symmetric
From worker 3: * linalg/generic
From worker 3: * linalg/uniformscaling
From worker 3: * linalg/lq
From worker 2: * linalg/hessenberg
From worker 2: * linalg/arnoldi
From worker 2: * keywordargs
From worker 2: * numbers
From worker 2: * printf
From worker 3: * char
From worker 3: * triplequote
From worker 3: * dict
From worker 2: * hashing
From worker 2: * iobuffer
From worker 3: * staged
From worker 2: * arrayops
From worker 3: * tuple
From worker 3: * reduce
From worker 3: * reducedim
From worker 3: * random
From worker 3: * abstractarray
From worker 2: * intfuncs
From worker 2: * simdloop
From worker 2: * vecelement
From worker 2: * blas
From worker 2: * copy
From worker 2: * math
From worker 3: * fastmath
From worker 3: * functional
From worker 2: * operators
From worker 2: * path
From worker 2: * ccall
From worker 2: * parse
From worker 2: * bigint
From worker 3: * bigfloat
From worker 2: * sorting
From worker 3: * statistics
From worker 3: * spawn
From worker 3: [stdio passthrough ok]
From worker 3: * backtrace
From worker 2: * priorityqueue
From worker 3: * file
From worker 2: * read
From worker 2: * version
From worker 2: * resolve
From worker 3: * pollfd
From worker 2: * mpfr
From worker 3: * complex
From worker 2: * socket
From worker 2: * floatapprox
From worker 2: * datafmt
From worker 3: * regex
From worker 3: * float16
From worker 3: * combinatorics
From worker 3: * sysinfo
From worker 3: * rounding
From worker 3: * ranges
From worker 2: * mod2pi
From worker 2: * euler
From worker 2: * show
From worker 2: * lineedit
From worker 2: * replcompletions
From worker 2: * repl
From worker 2: * replutil
From worker 3: * sets
From worker 2: * test
From worker 3: * goto
From worker 3: * llvmcall
From worker 3: * grisu
From worker 3: * nullable
From worker 2: * meta
From worker 2: * stacktraces
From worker 2: * profile
From worker 2: * libgit2
From worker 3: * markdown
From worker 2: * base64
From worker 2: * serialize
From worker 3: * misc
From worker 2: * threads
Warning: threaded loop executed in order
From worker 2: * cmdlineargs
From worker 2: * i18n
From worker 2: * workspace
From worker 2: * libdl
From worker 2: * checked
From worker 2: * intset
From worker 2: * floatfuncs
From worker 2: * parallel
From worker 2: * inline
From worker 2: * boundscheck
From worker 3: * error
From worker 2: * ambiguous
WARNING: Method definition ambig(Any, Integer) in module Main at /Users/jameson/julia/test/ambiguous.jl:7 overwritten at /Users/jameson/julia/test/ambiguous.jl:79.
From worker 3: * offsetarray
From worker 2: Skipping Base.<|
From worker 2: Skipping Base.>:
From worker 2: Skipping Base.@MIME
From worker 2: Skipping Base.active_repl
From worker 2: Skipping Base.active_repl_backend
From worker 2: * cartesian
From worker 2: * fft
From worker 3: * dsp
From worker 2: * examples
WARNING: deserialization checks failed while attempting to load cache from /Users/jameson/.julia/lib/v0.5/Compat.ji
WARNING: replacing module ZMQ
Beginning node1 tests
From worker 1: * compile
INFO: Recompiling stale cache file /var/folders/7x/vk6k2jvj6b37vh6fbp_7gpsw0000gn/T/tmp1LZhrv/FooBar.ji for module FooBar.
From worker 1: * enums
From worker 1: * docs
From worker 1: * dates/periods
From worker 1: * strings/basic
From worker 1: * strings/types
From worker 1: * core
WARNING: Method definition f(Tuple{Vararg{Int64, #N<:Any}}, AbstractArray{#T<:Any, #N<:Any}) in module Main at /Users/jameson/julia/test/core.jl:710 overwritten at /Users/jameson/julia/test/core.jl:716.
WARNING: Method definition f() in module JLCall14301 at /Users/jameson/julia/test/core.jl:3558 overwritten at /Users/jameson/julia/test/core.jl:3568.
macro expansion; at /Users/jameson/julia/test/core.jl:3824
From worker 1: * int
From worker 1: * broadcast
From worker 1: * loading
From worker 1: * reflection
From worker 1: * subarray
From worker 1: * mmap
From worker 1: * inference
UndefVarError: #kwf1 not defined
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:812
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: RetTypeDecl not defined
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Module}) at ./serialize.jl:590
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:569
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:811
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:658
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: #≅ not defined
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:812
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: #f15844 not defined
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:812
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: TestHelpers not defined
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Module}) at ./serialize.jl:590
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:569
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:811
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Dict{Symbol,Any}}) at ./serialize.jl:882
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Dict{Char,Any}}) at ./serialize.jl:882
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: SomeModule not defined
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Module}) at ./serialize.jl:590
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:569
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: M14726_2 not defined
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Module}) at ./serialize.jl:590
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:569
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: #ambig not defined
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:812
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: OAs not defined
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Module}) at ./serialize.jl:590
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:569
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:811
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46UndefVarError: ModInts not defined
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::Type{Module}) at ./serialize.jl:590
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:569
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:811
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in deserialize_expr(::Base.ClusterSerializer{TCPSocket}, ::Int64) at ./serialize.jl:708
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:565
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize_array(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:697
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:557
in deserialize(::Base.ClusterSerializer{TCPSocket}, ::DataType) at ./serialize.jl:869
in deserialize_datatype(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:824
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:559
in deserialize(::Base.ClusterSerializer{TCPSocket}) at ./serialize.jl:529
in ntuple(::Base.Serializer.##1#2{Base.ClusterSerializer{TCPSocket}}, ::Int64) at ./tuple.jl:61
in handle_deserialize(::Base.ClusterSerializer{TCPSocket}, ::Int32) at ./serialize.jl:550
in deserialize_msg(::Base.ClusterSerializer{TCPSocket}, ::Type{Base.ResultMsg}) at ./multi.jl:120
in message_handler_loop(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1086
in process_tcp_streams(::TCPSocket, ::TCPSocket, ::Bool) at ./multi.jl:1057
in (::Base.##318#319{TCPSocket,TCPSocket,Bool})() at ./event.jl:46
Test Summary: | Pass Fail Error Broken Total
Overall | 20782308 11 59 28 20782406
strings/util | 429 429
strings/search | 548 548
unicode/UnicodeError | 1 1
unicode/checkstring | 618 618
strings/io | 12529 12529
unicode/utf8proc | 821 821
unicode/utf16 | 15 15
unicode/types | 4 4
unicode/utf32 | 1771 1771
unicode/utf8 | 1048595 1048595
dates/adjusters | 3138 3138
dates/query | 988 988
dates/ranges | 348399 348399
dates/types | 135 135
dates/io | 182 182
dates/arithmetic | 287 287
dates/conversions | 192 192
bitarray/misc | 111181 111181
dates/accessors | 7720780 7720780
bitarray/linalg | 379 379
bitarray/operators | 773 773
bitarray/utils | 270487 270487
bitarray/basic | 2668211 2668211
sparse/sparse | 1395 1395
sparse/umfpack | 127 127
sparse/cholmod | 315 315
sparse/spqr | 53 53
sparse/sparsevector | 8088 8088
linalg/qr | 2574 2574
linalg/dense | 5680 5680
linalg/matmul | 523 523
linalg/schur | 290 290
linalg/special | 215 215
linalg/triangular | 33453 33453
linalg/eigen | 352 352
linalg/svd | 244 244
linalg/lapack | 627 627
linalg/bunchkaufman | 1417 1417
linalg/tridiag | 681 681
linalg/bidiag | 1232 1232
linalg/pinv | 40 40
linalg/givens | 1552 1552
linalg/diagonal | 1196 1196
linalg/cholesky | 1933 1933
linalg/symmetric | 1296 1296
linalg/generic | 187 187
linalg/uniformscaling | 203 203
linalg/lu | 1065 1065
linalg/hessenberg | 40 40
linalg/arnoldi | 73 73
numbers | 398122 41 398163
linalg/lq | 820 820
char | 1705 1705
triplequote | 28 28
printf | 587 587
hashing | 14452 14452
dict | 124092 124092
iobuffer | 122 122
staged | 43 43
tuple | 105 105
reduce | 199 199
reducedim | 461 461
random | 200472 200472
intfuncs | 4112 3 4115
simdloop | 207 207
vecelement | 291 291
blas | 382 382
copy | 109 109
abstractarray | 2764 2764
fastmath | 790 790
operators | 40 40
path | 210 12 222
ccall | 1374 1374
functional | 895 895
bigint | 1880 2 1882
bigfloat | 24 24
statistics | 328 328
spawn | 91 4 95
sorting | 4859 4859
backtrace | 17 17
priorityqueue | 70002 70002
read | 1971 1971
version | 2461 2461
file | 801 801
resolve | 2646 2646
pollfd | 341 341
mpfr | 616 616
socket | 77 77
floatapprox | 37 37
complex | 1058 1058
regex | 34 34
float16 | 117 117
combinatorics | 44 44
sysinfo | 15 15
rounding | 327 327
datafmt | 81 81
mod2pi | 9 9
euler | 12 12
show | 99 99
lineedit | 175 175
replcompletions | 216 216
ranges | 6326877 6326877
replutil | 134 134
sets | 200 200
goto | 13 13
llvmcall | 11 11
grisu | 683 683
test | 161 11 12 11 195
no errors | 2 2
outer | No tests
outer | 24 6 6 36
inner1 | 5 2 7
d | 1 1
test set | 1 1
inner1 | 4 3 3 10
errrrr | 2 2
loop with desc | 2 2
loops without desc | 6 6
some loops fail | 7 1 3 11
i = 1 | 1 1
i = 2 | 1 1
i = 3 | 1 1
i = 4 | 1 1
i = 5 | 1 1
i = 1 | 1 1
i = 2 | 1 1
i = 3 | 1 1
i = 4 | 1 1
i = 5 | 1 1
i = 6 | 1 1
@testset should return the testset | 1 1
@testset/for should return an array of testsets: 1 | 1 1
@testset/for should return an array of testsets: 2 | 1 1
@testset/for should return an array of testsets: 3 | 1 1
meta | 1 1
stacktraces | 31 31
profile | 6 6
nullable | 1609 1609
libgit2 | 161 161
base64 | 8 8
markdown | 137 137
cmdlineargs | 95 95
i18n | 2 2
workspace | No tests
libdl | 191 191
checked | 893 893
intset | 57 57
floatfuncs | 122 122
parallel | No tests
inline | 14 14
misc | 1279307 1279307
boundscheck | No tests
error | 21 21
cartesian | 2 2
fft | 2015 2015
dsp | 357 357
compile | 29 29
enums | 69 69
docs | 163 163
dates/periods | 321 321
strings/basic | 26988 26988
strings/types | 9217 9217
core | 25601 1 25602
int | 10012 10012
broadcast | 199 199
loading | 14 14
reflection | 229 229
subarray | 165 165
mmap | 126 126
inference | 34 34
Tests for strings/util took 1.317675649 seconds, of which 0.084140777 were spent in gc (6.38554541581272 % ), and allocated 21041272 bytes.
Tests for strings/search took 2.128413189 seconds, of which 0.142295264 were spent in gc (6.685509408389594 % ), and allocated 34680811 bytes.
Tests for unicode/UnicodeError took 0.056733062 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 460657 bytes.
Tests for unicode/checkstring took 1.444125353 seconds, of which 0.006968081 were spent in gc (0.4825121992024193 % ), and allocated 21578514 bytes.
Tests for strings/io took 4.279063521 seconds, of which 0.09973781 were spent in gc (2.3308326579057574 % ), and allocated 147293631 bytes.
Tests for unicode/utf8proc took 2.258302103 seconds, of which 0.009876084 were spent in gc (0.4373234204086467 % ), and allocated 32330316 bytes.
Tests for unicode/utf16 took 0.61686151 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 9601209 bytes.
Tests for unicode/types took 0.013084574 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 103118 bytes.
Tests for unicode/utf32 took 1.448576583 seconds, of which 0.074487108 were spent in gc (5.142089750321471 % ), and allocated 23177676 bytes.
Tests for unicode/utf8 took 10.794555579 seconds, of which 6.147269117 were spent in gc (56.947866653806955 % ), and allocated 1647548475 bytes.
Tests for dates/adjusters took 2.112085735 seconds, of which 0.140369952 were spent in gc (6.64603475483442 % ), and allocated 21565438 bytes.
Tests for dates/query took 1.085458374 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 9544156 bytes.
Tests for dates/ranges took 15.259747474 seconds, of which 1.110593657 were spent in gc (7.277929460446587 % ), and allocated 271373523 bytes.
Tests for dates/types took 0.780335104 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 11472094 bytes.
Tests for dates/io took 2.604446428 seconds, of which 0.075879148 were spent in gc (2.9134462964657297 % ), and allocated 36626077 bytes.
Tests for dates/arithmetic took 2.441580533 seconds, of which 0.042565309 were spent in gc (1.7433506052613994 % ), and allocated 28256193 bytes.
Tests for dates/conversions took 1.239629797 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 15566212 bytes.
Tests for bitarray/misc took 19.720337183 seconds, of which 0.258138361 were spent in gc (1.3089956759082662 % ), and allocated 326913507 bytes.
Tests for dates/accessors took 10.49197304 seconds, of which 2.554763821 were spent in gc (24.349698681650445 % ), and allocated 2554430795 bytes.
Tests for bitarray/linalg took 3.670658839 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 45327966 bytes.
Tests for bitarray/operators took 20.306287945 seconds, of which 1.126593665 were spent in gc (5.548003987983437 % ), and allocated 242668140 bytes.
Tests for bitarray/utils took 15.858900468 seconds, of which 0.161179937 were spent in gc (1.0163374019858942 % ), and allocated 247705360 bytes.
Tests for bitarray/basic took 229.242521684 seconds, of which 40.113110938 were spent in gc (17.498111015064662 % ), and allocated 9673663180 bytes.
Tests for sparse/sparse took 90.235676584 seconds, of which 17.936956681 were spent in gc (19.877899030659528 % ), and allocated 1390102596 bytes.
Tests for sparse/umfpack took 6.585843522 seconds, of which 0.149872172 were spent in gc (2.2756716204894976 % ), and allocated 105679417 bytes.
Tests for sparse/cholmod took 21.067610832 seconds, of which 0.562187126 were spent in gc (2.66849017899117 % ), and allocated 565567032 bytes.
Tests for sparse/spqr took 2.665006059 seconds, of which 0.048050447 were spent in gc (1.8030145499192656 % ), and allocated 95556384 bytes.
Tests for sparse/sparsevector took 136.400129724 seconds, of which 1.341568981 were spent in gc (0.9835540359929342 % ), and allocated 2094294071 bytes.
Tests for linalg/qr took 83.603783892 seconds, of which 2.29774353 were spent in gc (2.7483726489799105 % ), and allocated 3216271005 bytes.
Tests for linalg/dense took 34.575467223 seconds, of which 0.569017486 were spent in gc (1.6457260933887918 % ), and allocated 779278217 bytes.
Tests for linalg/matmul took 141.888489909 seconds, of which 1.857454961 were spent in gc (1.3090948830248856 % ), and allocated 2591610396 bytes.
Tests for linalg/schur took 7.119487356 seconds, of which 0.377044515 were spent in gc (5.2959503422987755 % ), and allocated 169194163 bytes.
Tests for linalg/special took 2.765370057 seconds, of which 0.044986791 were spent in gc (1.626790992624102 % ), and allocated 40288250 bytes.
Tests for linalg/triangular took 296.640270573 seconds, of which 15.400732459 were spent in gc (5.19172006863783 % ), and allocated 9010697150 bytes.
Tests for linalg/eigen took 30.501927604 seconds, of which 0.870252431 were spent in gc (2.8531063423213814 % ), and allocated 495251529 bytes.
Tests for linalg/svd took 8.649357524 seconds, of which 0.154773826 were spent in gc (1.7894256951517826 % ), and allocated 276845494 bytes.
Tests for linalg/lapack took 20.490730272 seconds, of which 0.463842931 were spent in gc (2.263672035319445 % ), and allocated 760609797 bytes.
Tests for linalg/bunchkaufman took 42.076464184 seconds, of which 0.624669825 were spent in gc (1.4846062688830612 % ), and allocated 833952867 bytes.
Tests for linalg/tridiag took 14.004588335 seconds, of which 0.193455104 were spent in gc (1.3813694438737674 % ), and allocated 275690878 bytes.
Tests for linalg/bidiag took 20.669574603 seconds, of which 0.396404488 were spent in gc (1.917816382841597 % ), and allocated 408982900 bytes.
Tests for linalg/pinv took 9.79579047 seconds, of which 1.474603014 were spent in gc (15.053435641728257 % ), and allocated 653767534 bytes.
Tests for linalg/givens took 3.620132377 seconds, of which 0.063402294 were spent in gc (1.7513805407453475 % ), and allocated 92982271 bytes.
Tests for linalg/diagonal took 32.094942721 seconds, of which 0.489831584 were spent in gc (1.5261955388364004 % ), and allocated 620813290 bytes.
Tests for linalg/cholesky took 19.416039768 seconds, of which 0.306646179 were spent in gc (1.5793446174610246 % ), and allocated 323243105 bytes.
Tests for linalg/symmetric took 12.354263784 seconds, of which 0.441436071 were spent in gc (3.5731475279951814 % ), and allocated 297872218 bytes.
Tests for linalg/generic took 5.17824106 seconds, of which 0.094882089 were spent in gc (1.8323227501502217 % ), and allocated 95293374 bytes.
Tests for linalg/uniformscaling took 3.43592146 seconds, of which 0.046706745 were spent in gc (1.359365909370932 % ), and allocated 58752228 bytes.
Tests for linalg/lu took 23.397636253 seconds, of which 1.114995637 were spent in gc (4.765419997744591 % ), and allocated 742934948 bytes.
Tests for linalg/hessenberg took 0.735886119 seconds, of which 0.018721881 were spent in gc (2.544127483399371 % ), and allocated 10730158 bytes.
Tests for linalg/arnoldi took 27.189513542 seconds, of which 1.209099505 were spent in gc (4.446933201406079 % ), and allocated 868688835 bytes.
Tests for numbers took 22.272798261 seconds, of which 0.771647627 were spent in gc (3.4645293238756016 % ), and allocated 459568272 bytes.
Tests for linalg/lq took 76.487419947 seconds, of which 2.720035388 were spent in gc (3.556186611974595 % ), and allocated 2595851356 bytes.
Tests for char took 0.877096212 seconds, of which 0.014436339 were spent in gc (1.6459242215949736 % ), and allocated 12058008 bytes.
Tests for triplequote took 0.020602856 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 220608 bytes.
Tests for printf took 15.981673084 seconds, of which 0.354856175 were spent in gc (2.2203944051093316 % ), and allocated 181327291 bytes.
Tests for hashing took 8.577125043 seconds, of which 0.169735076 were spent in gc (1.9789273812502584 % ), and allocated 105850956 bytes.
Tests for dict took 11.769271602 seconds, of which 0.298346755 were spent in gc (2.534963633172513 % ), and allocated 294664484 bytes.
Tests for iobuffer took 1.613632478 seconds, of which 0.447255887 were spent in gc (27.717332979957536 % ), and allocated 11852751 bytes.
Tests for staged took 1.262315581 seconds, of which 0.055153655 were spent in gc (4.369244571655177 % ), and allocated 13652726 bytes.
Tests for tuple took 2.036395219 seconds, of which 0.090951764 were spent in gc (4.466311998348882 % ), and allocated 47721441 bytes.
Tests for reduce took 4.195788054 seconds, of which 0.09406452 were spent in gc (2.2418796848025915 % ), and allocated 89214890 bytes.
Tests for reducedim took 14.524014668 seconds, of which 0.922424648 were spent in gc (6.351030820922606 % ), and allocated 349608910 bytes.
Tests for random took 10.329723126 seconds, of which 0.252408344 were spent in gc (2.4435150963987224 % ), and allocated 228315692 bytes.
Tests for intfuncs took 0.957815166 seconds, of which 0.141277884 were spent in gc (14.750015348994797 % ), and allocated 12102877 bytes.
Tests for simdloop took 2.008547106 seconds, of which 0.062221408 were spent in gc (3.0978316522490363 % ), and allocated 51262287 bytes.
Tests for vecelement took 2.126547649 seconds, of which 0.024347458 were spent in gc (1.1449288715185522 % ), and allocated 22813217 bytes.
Tests for blas took 22.970361554 seconds, of which 0.3702842 were spent in gc (1.612008583885436 % ), and allocated 435100964 bytes.
Tests for copy took 1.390364471 seconds, of which 0.019944559 were spent in gc (1.4344842245325184 % ), and allocated 21238293 bytes.
Tests for abstractarray took 56.208162597 seconds, of which 2.596374958 were spent in gc (4.619213363396042 % ), and allocated 1509803139 bytes.
Tests for fastmath took 6.253589692 seconds, of which 1.03128511 were spent in gc (16.491090090532918 % ), and allocated 53383265 bytes.
Tests for operators took 0.346612583 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 5811581 bytes.
Tests for path took 3.179025256 seconds, of which 0.020002193 were spent in gc (0.6291926420605953 % ), and allocated 31775426 bytes.
Tests for ccall took 4.979321386 seconds, of which 0.072750874 were spent in gc (1.4610600192337133 % ), and allocated 63058530 bytes.
Tests for functional took 29.435612697 seconds, of which 0.831874317 were spent in gc (2.8260812015806365 % ), and allocated 515032707 bytes.
Tests for bigint took 2.494763768 seconds, of which 0.088456399 were spent in gc (3.545682366187066 % ), and allocated 35771937 bytes.
Tests for bigfloat took 0.345741121 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 5760809 bytes.
Tests for statistics took 18.769018462 seconds, of which 0.349603166 were spent in gc (1.8626608882494904 % ), and allocated 265714517 bytes.
Tests for spawn took 20.423661534 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 120091233 bytes.
Tests for sorting took 39.692405658 seconds, of which 0.525280834 were spent in gc (1.3233786798561797 % ), and allocated 592143391 bytes.
Tests for backtrace took 0.579729038 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 6631729 bytes.
Tests for priorityqueue took 1.154728962 seconds, of which 0.107807447 were spent in gc (9.336168966722425 % ), and allocated 82703978 bytes.
Tests for read took 19.48501968 seconds, of which 0.997863417 were spent in gc (5.121182495002746 % ), and allocated 390652967 bytes.
Tests for version took 1.428217591 seconds, of which 0.263833437 were spent in gc (18.47291607823363 % ), and allocated 14198980 bytes.
Tests for file took 40.403749396 seconds, of which 6.317010676 were spent in gc (15.63471403133044 % ), and allocated 59477495 bytes.
Tests for resolve took 3.359586599 seconds, of which 0.11231979 were spent in gc (3.343262234509229 % ), and allocated 84289718 bytes.
Tests for pollfd took 3.53229159 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 11424835 bytes.
Tests for mpfr took 3.398411386 seconds, of which 0.374530593 were spent in gc (11.020755007557522 % ), and allocated 31516063 bytes.
Tests for socket took 3.428434669 seconds, of which 0.401778062 were spent in gc (11.718994258017753 % ), and allocated 29164180 bytes.
Tests for floatapprox took 0.305131595 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 4218821 bytes.
Tests for complex took 7.754933524 seconds, of which 1.679174301 were spent in gc (21.652981238372764 % ), and allocated 89916924 bytes.
Tests for regex took 0.480671513 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 7433955 bytes.
Tests for float16 took 1.041316676 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 14277426 bytes.
Tests for combinatorics took 0.405309258 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 5380109 bytes.
Tests for sysinfo took 0.742705602 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 14707151 bytes.
Tests for rounding took 0.6828374 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 10783768 bytes.
Tests for datafmt took 4.506545375 seconds, of which 0.776942378 were spent in gc (17.2403096684675 % ), and allocated 77290768 bytes.
Tests for mod2pi took 0.118924894 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 1703967 bytes.
Tests for euler took 0.799386748 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 23258244 bytes.
Tests for show took 15.563393081 seconds, of which 0.338616853 were spent in gc (2.1757264064311785 % ), and allocated 285925394 bytes.
Tests for lineedit took 3.434308531 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 49264985 bytes.
Tests for replcompletions took 4.955026533 seconds, of which 1.481340152 were spent in gc (29.895705747172432 % ), and allocated 60751921 bytes.
Tests for ranges took 43.327302476 seconds, of which 16.579988728 were spent in gc (38.2668381840389 % ), and allocated 4796644726 bytes.
Tests for replutil took 8.711685629 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 57176931 bytes.
Tests for sets took 8.39960079 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 34653239 bytes.
Tests for goto took 0.081008637 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 276793 bytes.
Tests for llvmcall took 0.353380942 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 1345940 bytes.
Tests for grisu took 5.599418923 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 31680173 bytes.
Tests for test took 8.029492341 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 60586668 bytes.
Tests for meta took 0.008310473 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 25872 bytes.
Tests for stacktraces took 1.276353456 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 14204371 bytes.
Tests for profile took 4.959985496 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 43258434 bytes.
Tests for nullable took 22.644331093 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 164190420 bytes.
Tests for libgit2 took 21.184961684 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 158230923 bytes.
Tests for base64 took 0.650582728 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 5363038 bytes.
Tests for markdown took 7.489048626 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 68841770 bytes.
Tests for cmdlineargs took 128.424076917 seconds, of which 1.386383072 were spent in gc (1.079535166054582 % ), and allocated 69753146 bytes.
Tests for i18n took 0.27438207 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 79689 bytes.
Tests for workspace took 0.571476807 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 31376 bytes.
Tests for libdl took 3.530670101 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 4655035 bytes.
Tests for checked took 14.537679853 seconds, of which 1.560756336 were spent in gc (10.735938277509405 % ), and allocated 88323070 bytes.
Tests for intset took 37.369965124 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 3999948 bytes.
Tests for floatfuncs took 9.961934066 seconds, of which 1.803019861 were spent in gc (18.0990945036837 % ), and allocated 32009510 bytes.
Tests for parallel took 142.659770628 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 3718579 bytes.
Tests for inline took 3.821755112 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 4135645 bytes.
Tests for misc took 35.169078082 seconds, of which 5.23239514 were spent in gc (14.877828550979302 % ), and allocated 1200563812 bytes.
Tests for boundscheck took 3.339840529 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 77892 bytes.
Tests for error took 3.426382321 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 1673632 bytes.
Tests for cartesian took 0.019108295 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 46320 bytes.
Tests for fft took 27.651446471 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 517371541 bytes.
Tests for dsp took 11.151208879 seconds, of which 0.568358897 were spent in gc (5.09683661356515 % ), and allocated 293382189 bytes.
Tests for compile took 36.241007414 seconds, of which 19.78279369 were spent in gc (54.586765384336005 % ), and allocated 46835505 bytes.
Tests for enums took 1.861486813 seconds, of which 0.166319555 were spent in gc (8.934769445503454 % ), and allocated 30198838 bytes.
Tests for docs took 2.749015447 seconds, of which 0.311401391 were spent in gc (11.327742495584458 % ), and allocated 109582077 bytes.
Tests for dates/periods took 6.679118786 seconds, of which 0.412796325 were spent in gc (6.180401011361801 % ), and allocated 165477501 bytes.
Tests for strings/basic took 4.247679092 seconds, of which 0.286026476 were spent in gc (6.733711982590608 % ), and allocated 123304380 bytes.
Tests for strings/types took 1.427427949 seconds, of which 0.11807698 were spent in gc (8.272009811964248 % ), and allocated 31328055 bytes.
Tests for core took 1164.543936246 seconds, of which 1145.31461283 were spent in gc (98.348767889515 % ), and allocated 618519385 bytes.
Tests for int took 3.297023925 seconds, of which 0.130884997 were spent in gc (3.96979215126563 % ), and allocated 42052615 bytes.
Tests for broadcast took 16.239834713 seconds, of which 0.751027289 were spent in gc (4.624599340280244 % ), and allocated 393532844 bytes.
Tests for loading took 0.067759671 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 726613 bytes.
Tests for reflection took 34.451339663 seconds, of which 30.150408045 were spent in gc (87.51592344428015 % ), and allocated 124084392 bytes.
Tests for subarray took 602.088204018 seconds, of which 348.474886581 were spent in gc (57.877713639874266 % ), and allocated 8554414876 bytes.
Tests for mmap took 1406.285032104 seconds, of which 1398.662052724 were spent in gc (99.45793497008249 % ), and allocated 55308154 bytes.
Tests for inference took 1.074140724 seconds, of which 0.0 were spent in gc (0.0 % ), and allocated 8399689 bytes.
FAILURE
Error During Test
Test threw an exception of type MethodError
Expression: oct(typemin(UInt8)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(UInt8)) == "377"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(UInt8)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(UInt8)) == "255"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(UInt16)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(UInt16)) == "177777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(UInt16)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(UInt16)) == "65535"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(UInt32)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(UInt32)) == "37777777777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(UInt32)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(UInt32)) == "4294967295"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(UInt64)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(UInt64)) == "1777777777777777777777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(UInt64)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(UInt64)) == "18446744073709551615"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(UInt128)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(UInt128)) == "3777777777777777777777777777777777777777777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(UInt128)) == "0"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(UInt128)) == "340282366920938463463374607431768211455"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(Int8)) == "-200"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(Int8)) == "177"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(Int8)) == "-128"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(Int8)) == "127"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(Int16)) == "-100000"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(Int16)) == "77777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(Int16)) == "-32768"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(Int16)) == "32767"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(Int32)) == "-20000000000"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(Int32)) == "17777777777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(Int32)) == "-2147483648"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(Int32)) == "2147483647"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(Int64)) == "-1000000000000000000000"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(Int64)) == "777777777777777777777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(Int64)) == "-9223372036854775808"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(Int64)) == "9223372036854775807"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemin(Int128)) == "-2000000000000000000000000000000000000000000"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(typemax(Int128)) == "1777777777777777777777777777777777777777777"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemin(Int128)) == "-170141183460469231731687303715884105728"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(typemax(Int128)) == "170141183460469231731687303715884105727"
MethodError: objects of type DateTime are not callableError During Test
Got an exception of type LoadError outside of a @test
LoadError: TypeError: typeassert: expected Int32, got Int64
while loading /Users/jameson/julia/test/numbers.jl, in expression starting on line 2160Error During Test
Test threw an exception of type MethodError
Expression: oct(9) == "11"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(-9) == "-11"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: dec(121) == "121"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(big(9)) == "11"
MethodError: objects of type DateTime are not callableError During Test
Test threw an exception of type MethodError
Expression: oct(-(big(9))) == "-11"
MethodError: objects of type DateTime are not callableTest Failed
Expression: 1 == 2
Evaluated: 1 == 2Test Failed
Expression: @test 1 == 2
Expected: ErrorException
No exception thrownTest Failed
Expression: falseTest Failed
Expression: 2 == :foo
Evaluated: 2 == fooTest Failed
Expression: 3 == :bar
Evaluated: 3 == barTest Failed
Expression: 1 + 1
Expected: ErrorException
No exception thrownTest Failed
Expression: error()
Expected: RemoteException
Thrown: ErrorExceptionError During Test
Expression evaluated to non-Boolean
Expression: not bool
Value: not boolError During Test
Test threw an exception of type ErrorException
Expression: error()
Error During Test
Got an exception of type ErrorException outside of a @test
exceptions in testsets should be caughtTest Failed
Expression: i <= rand(1:10)
Evaluated: 5 <= 2Error During Test
Got an exception of type ErrorException outside of a @test
error outside of testError During Test
Got an exception of type ErrorException outside of a @test
error outside of testError During Test
Got an exception of type ErrorException outside of a @test
error outside of testTest Failed
Expression: isa(ex,Test.TestSetException)Error During Test
Test threw an exception of type ErrorException
Expression: ex.pass == 24
type ErrorException has no field passError During Test
Test threw an exception of type ErrorException
Expression: ex.fail == 6
type ErrorException has no field failError During Test
Test threw an exception of type ErrorException
Expression: ex.error == 6
type ErrorException has no field errorError During Test
Test threw an exception of type ErrorException
Expression: ex.broken == 0
type ErrorException has no field brokenTest Failed
Expression: typeof(ts) == Base.Test.DefaultTestSet
Evaluated: Void == Base.Test.DefaultTestSetError During Test
Test threw an exception of type ErrorException
Expression: typeof(ts.results[1]) == Base.Test.Pass
type Void has no field resultsTest Failed
Expression: typeof(tss[1]) == Base.Test.DefaultTestSet
Evaluated: Void == Base.Test.DefaultTestSetError During Test
Test threw an exception of type ErrorException
Expression: typeof(tss[1].results[1]) == Base.Test.Pass
type Void has no field resultsError During Test
Got an exception of type LoadError outside of a @test
LoadError: cannot define function f; it already has a value
while loading /Users/jameson/julia/test/meta.jl, in expression starting on line 3ERROR: LoadError:
in (::##31#37)() at /Users/jameson/julia/test/runtests.jl:105
in cd(::##31#37, ::String) at ./file.jl:59
in include_from_node1(::String) at ./loading.jl:426
in process_options(::Base.JLOptions) at ./client.jl:266
in _start() at ./client.jl:322
while loading /Users/jameson/julia/test/runtests.jl, in expression starting on line 39
make: *** [all] Error 1
~/julia/build-llvm37/test$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment