Skip to content

Instantly share code, notes, and snippets.

@ararslan
Created December 26, 2018 22:07
Show Gist options
  • Save ararslan/6d0649080c8f731b583c4699497ed802 to your computer and use it in GitHub Desktop.
Save ararslan/6d0649080c8f731b583c4699497ed802 to your computer and use it in GitHub Desktop.
PkgEval run 2018-12-26
ERROR: LoadError: LoadError: Some tests did not pass: 349 passed, 4 failed, 0 errored, 4 broken.
in expression starting at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:37
in expression starting at /root/.julia/packages/CSTParser/6Kqy0/test/runtests.jl:6
All tests: Test Failed at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:38
Expression: Meta.parse("1,") == Expr(:tuple, 1)
Evaluated: $(Expr(:incomplete, "incomplete: premature end of input")) == (1,)
Stacktrace:
[1] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:38
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:38
Mismatch between flisp and CSTParser when parsing string 1,
ParserState:
ParseState finished at 2
last : INTEGER (1,1-1,1 INTEGER ) (empty)
current : COMMA (1,2-1,2 COMMA ) (empty)
next : ENDMARKER (1,3-1,2 ENDMARKER ) (empty)
CSTParser Expr:
CSTParser.TupleH 2 (2)
LITERAL: 1 1 (1)
,
Converted CSTParser Expr:
(1,)
Base EXPR:
$(Expr(:incomplete, "incomplete: premature end of input"))
Tuples: Test Failed at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:195
Expression: "1," |> test_expr
Stacktrace:
[1] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:195
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:195
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:38
Mismatch between flisp and CSTParser when parsing string a,b,
ParserState:
ParseState finished at 4
last : IDENTIFIER (1,3-1,3 IDENTIFIER ) (empty)
current : COMMA (1,4-1,4 COMMA ) (empty)
next : ENDMARKER (1,5-1,4 ENDMARKER ) (empty)
CSTParser Expr:
CSTParser.TupleH 4 (4)
ID: a 1 (1)
,
ID: b 1 (1)
,
Converted CSTParser Expr:
(a, b)
Base EXPR:
$(Expr(:incomplete, "incomplete: premature end of input"))
No longer broken things: Test Failed at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:562
Expression: "a,b," |> test_expr
Stacktrace:
[1] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:562
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:553
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:38
Mismatch between flisp and CSTParser when parsing string (a+b)``
ParserState:
ParseState finished at 7
last : RPAREN (1,5-1,5 RPAREN ) (empty)
current : CMD (1,6-1,7 CMD ) (empty)
next : ENDMARKER (1,8-1,7 ENDMARKER ) (empty)
CSTParser Expr:
BinaryOpCall 7 (7)
CSTParser.InvisBrackets 5 (5)
(
BinaryOpCall 3 (3)
ID: a 1 (1)
OP: PLUS 1 (1)
ID: b 1 (1)
)
OP: STAR 0 (0)
LITERAL: 2 (2)
Converted CSTParser Expr:
(a + b) * @cmd("")
Base EXPR:
(a + b) * (Core.:(@cmd))("")
No longer broken things: Test Failed at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:569
Expression: "(a+b)``" |> test_expr
Stacktrace:
[1] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:569
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:553
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /root/.julia/packages/CSTParser/6Kqy0/test/parser.jl:38
Mismatch between flisp and CSTParser when parsing string y[j=1:10,k=3:2:9; isodd(j+k) && k <= 8]
ParserState:
ParseState finished at 39
last : INTEGER (1,38-1,38 INTEGER ) (empty)
current : RSQUARE (1,39-1,39 RSQUARE ) (empty)
next : ENDMARKER (1,40-1,39 ENDMARKER ) (empty)
CSTParser Expr:
CSTParser.Ref 39 (39)
ID: y 1 (1)
[
BinarySyntaxOpCall 6 (6)
ID: j 1 (1)
OP: EQ 1 (1)
BinaryOpCall 4 (4)
LITERAL: 1 1 (1)
OP: COLON 1 (1)
LITERAL: 10 2 (2)
,
BinarySyntaxOpCall 9 (7)
ID: k 1 (1)
OP: EQ 1 (1)
CSTParser.ColonOpCall 7 (5)
LITERAL: 3 1 (1)
OP: COLON 1 (1)
LITERAL: 2 1 (1)
OP: COLON 1 (1)
LITERAL: 9 3 (1)
CSTParser.Parameters 20 (20)
BinarySyntaxOpCall 20 (20)
CSTParser.Call 11 (10)
ID: isodd 5 (5)
(
BinaryOpCall 3 (3)
ID: j 1 (1)
OP: PLUS 1 (1)
ID: k 1 (1)
)
OP: LAZY_AND 3 (2)
BinaryOpCall 6 (6)
ID: k 2 (1)
OP: LESS_EQ 3 (2)
LITERAL: 8 1 (1)
]
Converted CSTParser Expr:
y[j = 1:10, k = 3:2:9; isodd(j + k) && k <= 8]
Base EXPR:
y[j=1:10, k=3:2:9; isodd(j + k) && k <= 8]
Test Summary: | Pass Fail Broken Total
All tests | 349 4 4 357
Operators | 90 1 91
Type Annotations | 9 9
Tuples | 12 1 13
Function Calls | 28 28
Types | 15 15
Modules | 11 11
Generators | 25 1 26
Macros | 8 8
Square | 22 22
Keyword Blocks | 28 28
Triple-quoted string | 9 9
No longer broken things | 92 2 1 95
Broken things | 1 1
Spans | No tests
ERROR: Package CSTParser errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [================> ] 38.6 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed Tokenize ── v0.5.2
Installed CSTParser ─ v0.5.0
Updating `~/.julia/environments/v1.1/Project.toml`
[00ebfdb7] + CSTParser v0.5.0
Updating `~/.julia/environments/v1.1/Manifest.toml`
[00ebfdb7] + CSTParser v0.5.0
[0796e94c] + Tokenize v0.5.2
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[56ddb016] + Logging
[d6f4376e] + Markdown
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
[4ec0a83e] + Unicode
Testing CSTParser
Status `/tmp/tmpB5tOPj/Manifest.toml`
[00ebfdb7] CSTParser v0.5.0
[0796e94c] Tokenize v0.5.2
[2a0f44e3] Base64 [`@stdlib/Base64`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[de0858da] Printf [`@stdlib/Printf`]
[9a3f8284] Random [`@stdlib/Random`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
ERROR: LoadError: LoadError: UndefVarError: next not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
[2] top-level scope at none:0
[3] include at ./boot.jl:326 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include(::Module, ::String) at ./sysimg.jl:29
[6] include(::String) at ./client.jl:403
[7] top-level scope at none:0
[8] include at ./boot.jl:326 [inlined]
[9] include_relative(::Module, ::String) at ./loading.jl:1038
[10] include(::Module, ::String) at ./sysimg.jl:29
[11] include(::String) at ./client.jl:403
[12] top-level scope at none:0
in expression starting at /root/.julia/packages/FlatBuffers/jRuEN/test/internals.jl:675
in expression starting at /root/.julia/packages/FlatBuffers/jRuEN/test/runtests.jl:11
ERROR: Package FlatBuffers errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [=============> ] 30.8 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed FlatBuffers ─ v0.4.0
Updating `~/.julia/environments/v1.1/Project.toml`
[53afe959] + FlatBuffers v0.4.0
Updating `~/.julia/environments/v1.1/Manifest.toml`
[53afe959] + FlatBuffers v0.4.0
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing FlatBuffers
Status `/tmp/tmpMSJ0lQ/Manifest.toml`
[53afe959] FlatBuffers v0.4.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[9a3f8284] Random [`@stdlib/Random`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
ERROR: Unsatisfiable requirements detected for package JSONWebTokens [9b8beb19]:
JSONWebTokens [9b8beb19] log:
├─possible versions are: [0.0.2, 0.1.0] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.0.2, 0.1.0]
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
Stacktrace:
[1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/GraphType.jl:1005
[2] propagate_constraints! at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/GraphType.jl:946 [inlined]
[3] #simplify_graph!#121(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/GraphType.jl:1460
[4] simplify_graph! at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/GraphType.jl:1460 [inlined]
[5] resolve_versions!(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Nothing) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:371
[6] resolve_versions! at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:315 [inlined]
[7] #add_or_develop#63(::Array{Base.UUID,1}, ::Symbol, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1171
[8] #add_or_develop at ./none:0 [inlined]
[9] #add_or_develop#15(::Symbol, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:54
[10] #add_or_develop at ./none:0 [inlined]
[11] #add_or_develop#14 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:31 [inlined]
[12] #add_or_develop at ./none:0 [inlined]
[13] #add_or_develop#13 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:29 [inlined]
[14] #add_or_develop at ./none:0 [inlined]
[15] #add_or_develop#12(::Base.Iterators.Pairs{Symbol,Symbol,Tuple{Symbol},NamedTuple{(:mode,),Tuple{Symbol}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:28
[16] #add_or_develop at ./none:0 [inlined]
[17] #add#20 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:59 [inlined]
[18] add(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:59
[19] top-level scope at none:16
[20] eval at ./boot.jl:328 [inlined]
[21] eval(::Expr) at ./client.jl:404
[22] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [=========> ] 21.1 % Resolving Deltas: [========================================>] 98.8 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
ERROR: LoadError: LoadError: type Task has no field parent
Stacktrace:
[1] getproperty(::Any, ::Symbol) at ./sysimg.jl:18
[2] copy(::Task) at /root/.julia/packages/Libtask/L5wq8/src/taskcopy.jl:28
[3] top-level scope at none:0
[4] include at ./boot.jl:326 [inlined]
[5] include_relative(::Module, ::String) at ./loading.jl:1038
[6] include(::Module, ::String) at ./sysimg.jl:29
[7] include(::String) at ./client.jl:403
[8] top-level scope at none:0
[9] include at ./boot.jl:326 [inlined]
[10] include_relative(::Module, ::String) at ./loading.jl:1038
[11] include(::Module, ::String) at ./sysimg.jl:29
[12] include(::String) at ./client.jl:403
[13] top-level scope at none:0
in expression starting at /root/.julia/packages/Libtask/L5wq8/test/clonetask.jl:19
in expression starting at /root/.julia/packages/Libtask/L5wq8/test/runtests.jl:1
ERROR: Package Libtask errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [==============> ] 33.2 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed Libtask ──────── v0.2.0
Installed BinaryProvider ─ v0.5.3
Updating `~/.julia/environments/v1.1/Project.toml`
[6f1fad26] + Libtask v0.2.0
Updating `~/.julia/environments/v1.1/Manifest.toml`
[b99e7846] + BinaryProvider v0.5.3
[6f1fad26] + Libtask v0.2.0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building Libtask → `~/.julia/packages/Libtask/L5wq8/deps/build.log`
Testing Libtask
Status `/tmp/tmpj0fXUJ/Manifest.toml`
[b99e7846] BinaryProvider v0.5.3
[6f1fad26] Libtask v0.2.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
WARNING: eval into closed module __toplevel__:
Expr(:call, :<, :VERSION, Expr(:macrocall, Symbol("@v_str"), #= Symbol("/root/.julia/packages/QDates/qPuFu/src/QDates.jl"):1 =#, "0.7.0-rc1"))
** incremental compilation may be broken for this module **
ERROR: LoadError: LoadError: There was an error during testing
in expression starting at /root/.julia/packages/QDates/qPuFu/test/ranges.jl:3
in expression starting at /root/.julia/packages/QDates/qPuFu/test/runtests.jl:12
start testing: types.jl
3.333587 seconds (4.70 M allocations: 237.859 MiB, 5.44% gc time)
start testing: accessors.jl
1.060664 seconds (4.01 M allocations: 225.168 MiB, 4.71% gc time)
start testing: query.jl
0.614572 seconds (1.10 M allocations: 55.617 MiB, 2.85% gc time)
start testing: arithmetic.jl
3.387420 seconds (5.88 M allocations: 296.920 MiB, 6.33% gc time)
start testing: conversions.jl
0.197684 seconds (141.63 k allocations: 7.479 MiB)
start testing: ranges.jl
Test Failed at /root/.julia/packages/QDates/qPuFu/test/ranges.jl:51
Expression: iterate(dr) == (first(dr), 1)
Evaluated: (旧2014年01月01日, (1, 1)) == (旧2014年01月01日, 1)
ERROR: Package QDates errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [======> ] 13.7 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed Compat ─ v1.4.0
Installed QDates ─ v0.1.0
Updating `~/.julia/environments/v1.1/Project.toml`
[25f12f5a] + QDates v0.1.0
Updating `~/.julia/environments/v1.1/Manifest.toml`
[34da2185] + Compat v1.4.0
[25f12f5a] + QDates v0.1.0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[1a1011a3] + SharedArrays
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building QDates → `~/.julia/packages/QDates/qPuFu/deps/build.log`
Testing QDates
Resolving package versions...
Status `/tmp/tmp71RBJo/Manifest.toml`
[34da2185] Compat v1.4.0
[25f12f5a] QDates v0.1.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8bb1440f] DelimitedFiles [`@stdlib/DelimitedFiles`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[37e2e46d] LinearAlgebra [`@stdlib/LinearAlgebra`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[a63ad114] Mmap [`@stdlib/Mmap`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[1a1011a3] SharedArrays [`@stdlib/SharedArrays`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[2f01184e] SparseArrays [`@stdlib/SparseArrays`]
[10745b16] Statistics [`@stdlib/Statistics`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
ERROR: LoadError: Some tests did not pass: 17 passed, 2 failed, 0 errored, 0 broken.
in expression starting at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:25
2018-12-25T23:21:00.659
From print_time_args 1.545780065951302e9 positional, argument
From print_time_kwargs 1.545780066056787e9 keyword
From print_time_noparam 1.54578007077137e9
2018-12-25T23:21:10.773
ms resolution: Test Failed at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:109
Expression: (a[1]).action == print_time_kwargs
Evaluated: print_time_args == print_time_kwargs
Stacktrace:
[1] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:109
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:103
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:102
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:27
ms resolution: Test Failed at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:110
Expression: (a[2]).action == print_time_args
Evaluated: print_time_kwargs == print_time_args
Stacktrace:
[1] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:110
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:103
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:102
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /root/.julia/packages/Sched/ysTa1/test/runtests.jl:27
Test Summary: | Pass Fail Total
Priority Tests | 17 2 19
Priority Equality | 1 1
Priority Inequality | 2 2
Priority order | 2 2
Sample | 2 2
empty | 2 2
cancel | 2 2
queue | 6 2 8
ms resolution | 2 2 4
lower (ns) resolution | 4 4
ERROR: Package Sched errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [===================> ] 46.5 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed OrderedCollections ─ v1.0.2
Installed DataStructures ───── v0.14.0
Installed Sched ────────────── v0.1.1
Updating `~/.julia/environments/v1.1/Project.toml`
[1fb05d12] + Sched v0.1.1
Updating `~/.julia/environments/v1.1/Manifest.toml`
[864edb3b] + DataStructures v0.14.0
[bac558e1] + OrderedCollections v1.0.2
[1fb05d12] + Sched v0.1.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
[4ec0a83e] + Unicode
Testing Sched
Status `/tmp/tmpSw104j/Manifest.toml`
[864edb3b] DataStructures v0.14.0
[bac558e1] OrderedCollections v1.0.2
[1fb05d12] Sched v0.1.1
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[de0858da] Printf [`@stdlib/Printf`]
[9a3f8284] Random [`@stdlib/Random`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
ERROR: LoadError: LoadError: ArgumentError: Package Dates not found in current path:
- Run `import Pkg; Pkg.add("Dates")` to install the Dates package.
Stacktrace:
[1] require(::Module, ::Symbol) at ./loading.jl:823
[2] include at ./boot.jl:326 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1038
[4] include(::Module, ::String) at ./sysimg.jl:29
[5] include(::String) at ./client.jl:403
[6] top-level scope at /maps/julia/share/julia/stdlib/v1.1/SparseArrays/test/runtests.jl:4 [inlined]
[7] top-level scope at ./none:0
[8] include at ./boot.jl:326 [inlined]
[9] include_relative(::Module, ::String) at ./loading.jl:1038
[10] include(::Module, ::String) at ./sysimg.jl:29
[11] include(::String) at ./client.jl:403
[12] top-level scope at none:0
in expression starting at /maps/julia/share/julia/stdlib/v1.1/SparseArrays/test/sparse.jl:12
in expression starting at /maps/julia/share/julia/stdlib/v1.1/SparseArrays/test/runtests.jl:3
Test Summary: | Pass Total
map[!] implementation specialized for a single (input) sparse vector/matrix | 12 12
Test Summary: | Pass Total
map[!] implementation specialized for a pair of (input) sparse vectors/matrices | 20 20
Test Summary: | Pass Total
map[!] implementation capable of handling >2 (input) sparse vectors/matrices | 20 20
Test Summary: | Pass Total
broadcast! implementation specialized for solely an output sparse vector/matrix (no inputs) | 4 4
Test Summary: | Pass Total
broadcast implementation specialized for a single (input) sparse vector/matrix | 2 2
Test Summary: | Pass Total
broadcast! implementation specialized for a single (input) sparse vector/matrix | 66 66
Test Summary: | Pass Total
broadcast[!] implementation specialized for pairs of (input) sparse vectors/matrices | 741 741
Test Summary: | Pass Total
broadcast[!] implementation capable of handling >2 (input) sparse vectors/matrices | 5477 5477
Test Summary: | Pass Total
sparse map/broadcast with result eltype not a concrete subtype of Number (#19561/#19589) | 18 18
Test Summary: | Pass Broken Total
broadcast[!] over combinations of scalars and sparse vectors/matrices | 360 72 432
Test Summary: | Pass Total
broadcast[!] over combinations of scalars, sparse arrays, structured matrices, and dense vectors/matrices | 68 68
Test Summary: | Pass Total
map[!] over combinations of sparse and structured matrices | 80 80
Test Summary: | Pass Total
assorted tests of sparse broadcast over two input arguments | 59 59
Test Summary: | Pass Total
sparse vector broadcast of two arguments | 122 122
Test Summary: | Pass Total
aliasing and indexed assignment or broadcast! | 15 15
Test Summary: | Pass Total
1-dimensional 'opt-out' (non) sparse broadcasting | 8 8
Test Summary: | Pass Total
Issue #27836 | 1 1
Test Summary: | Pass Broken Total
Issue #30118 | 3 1 4
Test Summary: | Pass Total
Issue #30120: method ambiguity | 3 3
ERROR: Package SparseArrays errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [=======> ] 16.2 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Updating `~/.julia/environments/v1.1/Project.toml`
[2f01184e] + SparseArrays
Updating `~/.julia/environments/v1.1/Manifest.toml`
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[9a3f8284] + Random
[9e88b42a] + Serialization
[2f01184e] + SparseArrays
Testing SparseArrays
Resolving package versions...
Status `/tmp/tmpw2YaGk/Manifest.toml`
[2a0f44e3] Base64 [`@stdlib/Base64`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[37e2e46d] LinearAlgebra [`@stdlib/LinearAlgebra`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[9a3f8284] Random [`@stdlib/Random`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[2f01184e] SparseArrays [`@stdlib/SparseArrays`]
[8dfed614] Test [`@stdlib/Test`]
ERROR: LoadError: LoadError: Some tests did not pass: 9 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /root/.julia/packages/SplitApplyCombine/nrESG/test/product.jl:1
in expression starting at /root/.julia/packages/SplitApplyCombine/nrESG/test/runtests.jl:8
Test Summary: | Pass Total
single | 9 9
Test Summary: | Pass Total
splitdims | 12 12
Test Summary: | Pass Total
splitdimsview | 12 12
Test Summary: | Pass Total
combinedims | 2 2
Test Summary: | Pass Total
mapmany | 2 2
Test Summary: | Pass Total
flatten | 1 1
Test Summary: | Pass Total
mapview | 5 5
product: Error During Test at /root/.julia/packages/SplitApplyCombine/nrESG/test/product.jl:5
Unexpected Pass
Expression: isequal(#= /root/.julia/packages/SplitApplyCombine/nrESG/test/product.jl:5 =# @inferred(product(*, [1.0, 2.0], [1, 2, missing]))::Matrix{Union{Missing, Float64}}, [1.0 2.0 missing; 2.0 4.0 missing])
Got correct result, please change to @test if no longer broken.
Test Summary: | Pass Error Total
product | 9 1 10
ERROR: Package SplitApplyCombine errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [========================> ] 58.3 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed Indexing ────────── v1.1.0
Installed SplitApplyCombine ─ v0.4.1
Updating `~/.julia/environments/v1.1/Project.toml`
[03a91e81] + SplitApplyCombine v0.4.1
Updating `~/.julia/environments/v1.1/Manifest.toml`
[313cdc1a] + Indexing v1.1.0
[03a91e81] + SplitApplyCombine v0.4.1
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing SplitApplyCombine
Resolving package versions...
Status `/tmp/tmpsPsSIL/Manifest.toml`
[313cdc1a] Indexing v1.1.0
[03a91e81] SplitApplyCombine v0.4.1
[2a0f44e3] Base64 [`@stdlib/Base64`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[9a3f8284] Random [`@stdlib/Random`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
ERROR: LoadError: MethodError: no method matching getindex(::Pkg.Types.Project, ::String)
Stacktrace:
[1] load_core() at /root/.julia/packages/SymbolServer/vqzzK/src/clientprocess/from_static_lint.jl:146
[2] top-level scope at none:0
[3] include at ./boot.jl:326 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include(::Module, ::String) at ./sysimg.jl:29
[6] top-level scope at none:2
[7] eval at ./boot.jl:328 [inlined]
[8] eval(::Expr) at ./client.jl:404
[9] top-level scope at ./none:3
in expression starting at /root/.julia/packages/SymbolServer/vqzzK/src/SymbolServer.jl:113
ERROR: LoadError: Failed to precompile SymbolServer [cf896787-08d5-524d-9de7-132aaa0cb996] to /root/.julia/compiled/v1.1/SymbolServer/355ac.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1197
[3] _require(::Base.PkgId) at ./loading.jl:960
[4] require(::Base.PkgId) at ./loading.jl:858
[5] require(::Module, ::Symbol) at ./loading.jl:853
[6] include at ./boot.jl:326 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1038
[8] include(::Module, ::String) at ./sysimg.jl:29
[9] include(::String) at ./client.jl:403
[10] top-level scope at none:0
in expression starting at /root/.julia/packages/SymbolServer/vqzzK/test/runtests.jl:1
ERROR: Package SymbolServer errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [==================> ] 44.5 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed SymbolServer ─ v0.0.1
Updating `~/.julia/environments/v1.1/Project.toml`
[cf896787] + SymbolServer v0.0.1
Updating `~/.julia/environments/v1.1/Manifest.toml`
[cf896787] + SymbolServer v0.0.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[56ddb016] + Logging
[d6f4376e] + Markdown
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Testing SymbolServer
Status `/tmp/tmpbvKDGq/Manifest.toml`
[cf896787] SymbolServer v0.0.1
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
ERROR: LoadError: LoadError: MethodError: no method matching Base.TTY(::RawFD; readable=true)
Closest candidates are:
Base.TTY(::RawFD) at stream.jl:193 got unsupported keyword argument "readable"
Base.TTY(!Matched::Ptr{Nothing}, !Matched::Any) at stream.jl:174 got unsupported keyword argument "readable"
Stacktrace:
[1] create_pty(::Bool) at /root/.julia/packages/VT100/IO4JJ/src/VT100.jl:577
[2] Main.TerminalRegressionTests.EmulatedTerminal() at /root/.julia/packages/VT100/IO4JJ/test/TerminalRegressionTests.jl:54
[3] #automated_test#8(::Bool, ::Function, ::getfield(Main, Symbol("##7#8")), ::String, ::Array{String,1}) at /root/.julia/packages/VT100/IO4JJ/test/TerminalRegressionTests.jl:158
[4] automated_test(::Function, ::String, ::Array{String,1}) at /root/.julia/packages/VT100/IO4JJ/test/TerminalRegressionTests.jl:158
[5] top-level scope at none:0
[6] include at ./boot.jl:326 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1038
[8] include(::Module, ::String) at ./sysimg.jl:29
[9] include(::String) at ./client.jl:403
[10] top-level scope at none:0
[11] include at ./boot.jl:326 [inlined]
[12] include_relative(::Module, ::String) at ./loading.jl:1038
[13] include(::Module, ::String) at ./sysimg.jl:29
[14] include(::String) at ./client.jl:403
[15] top-level scope at none:0
in expression starting at /root/.julia/packages/VT100/IO4JJ/test/TRTtest.jl:4
in expression starting at /root/.julia/packages/VT100/IO4JJ/test/runtests.jl:32
ERROR: Package VT100 errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:18
[13] eval at ./boot.jl:328 [inlined]
[14] eval(::Expr) at ./client.jl:404
[15] top-level scope at none:0
Cloning default registries into `~/.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [=====================> ] 51.4 % [?25h Added registry `General` to `~/.julia/registries/General`
Resolving package versions...
Installed FixedPointNumbers ─ v0.5.3
Installed VT100 ───────────── v0.3.1
Installed ColorTypes ──────── v0.7.5
Updating `~/.julia/environments/v1.1/Project.toml`
[7774df62] + VT100 v0.3.1
Updating `~/.julia/environments/v1.1/Manifest.toml`
[3da002f7] + ColorTypes v0.7.5
[53c48c17] + FixedPointNumbers v0.5.3
[7774df62] + VT100 v0.3.1
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[56ddb016] + Logging
[d6f4376e] + Markdown
[3fa0cd96] + REPL
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing VT100
Status `/tmp/tmp08eoia/Manifest.toml`
[3da002f7] ColorTypes v0.7.5
[53c48c17] FixedPointNumbers v0.5.3
[7774df62] VT100 v0.3.1
[2a0f44e3] Base64 [`@stdlib/Base64`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment