-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.2-pre-ef4fe83698.log
155 lines (152 loc) · 8.46 KB
/
1.4.2-pre-ef4fe83698.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
Julia Version 1.4.2-pre.0
Commit ef4fe83698 (2020-04-15 16:24 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Lerche ─ v0.1.0
Updating `~/.julia/environments/v1.4/Project.toml`
[d42ef402] + Lerche v0.1.0
Updating `~/.julia/environments/v1.4/Manifest.toml`
[d42ef402] + Lerche v0.1.0
Testing Lerche
Status `/tmp/jl_nFRf9s/Manifest.toml`
[d42ef402] Lerche v0.1.0
[2a0f44e3] Base64
[8ba89e20] Distributed
[b77e0a4c] InteractiveUtils
[56ddb016] Logging
[d6f4376e] Markdown
[9a3f8284] Random
[9e88b42a] Serialization
[6462fe0b] Sockets
[8dfed614] Test
Test Summary: | Pass Total
Interpreter testing | 2 2
Test Summary: | Pass Total
Transformer testing | 1 1
Test Summary: | Broken Total
Propagate positions | 1 1
Test Summary: | Pass Total
Infinite recursion | 1 1
Test Summary: | Pass Total
Test expansions | 4 4
Test Summary: | Pass Total
Test basic 1 (standard, lalr) | 3 3
Test Summary: | Pass Total
Test_basic2 (standard, lalr) | 3 3
Test Summary: |
EBNF stack depth | No tests
Test Summary: | Pass Total
Expand lists with one item | 2 2
Test Summary: | Pass Total
test_expand1_lists_with_one_item_2 | 2 2
Test Summary: | Pass Total
test_dont_expand1_lists_with_multiple_items | 3 3
Test Summary: | Pass Total
test_dont_expand1_lists_with_multiple_items_2 | 3 3
Test Summary: | Pass Total
test_empty_expand1_list | 3 3
Test Summary: | Pass Total
test_empty_expand1_list_2 | 3 3
Test Summary: | Pass Total
test_empty_flatten_list | 2 2
Test Summary: | Pass Total
test_token_collision | 2 2
Test Summary: | Pass Total
test_token_collision_WS | 2 2
Test Summary: | Pass Total
test_token_collision2 | 1 1
Test Summary: | Pass Total
test_undefined_rule | 1 1
Test Summary: | Pass Total
test_undefined_token | 1 1
Test Summary: |
test_rule_collision | No tests
Test Summary: |
test_rule_collision2 | No tests
Test Summary: | Pass Total
test_token_not_anon | 5 5
Test Summary: |
test_maybe | No tests
Test Summary: |
test_start | No tests
Test Summary: | Pass Total
test_alias | 1 1
Test Summary: |
test_token_ebnf | No tests
Test Summary: |
test_backslash | No tests
Test Summary: |
test_special_chars | No tests
Test Summary: |
test_backslash2 | No tests
Test Summary: |
test_empty | No tests
Test Summary: | Pass Total
test_regex_quote | 2 2
Unexpected token Token(E, e) at line 1, column 3.
Expected: DOT
test_float_without_lexer: Error During Test at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:406
Got exception outside of a @test
Stacktrace:
[1] (::Lerche.var"#get_action#137"{Dict{Any,Any}})(::Token) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parsers/lalr_parser.jl:69
[2] parse(::Lerche._LALRParser, ::Channel{Any}; set_state::Lerche.var"#6#7"{typeof(Lerche.set_lexer_state),Tuple{Lerche.TraditionalLexer}}, debug::Bool) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parsers/lalr_parser.jl:99
[3] parse(::Lerche.LALRParser, ::Channel{Any}; kwargs::Base.Iterators.Pairs{Symbol,Lerche.var"#6#7"{typeof(Lerche.set_lexer_state),Tuple{Lerche.TraditionalLexer}},Tuple{Symbol},NamedTuple{(:set_state,),Tuple{Lerche.var"#6#7"{typeof(Lerche.set_lexer_state),Tuple{Lerche.TraditionalLexer}}}}}) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parsers/lalr_parser.jl:30
[4] parse(::Lerche.LALR_TraditionalLexer, ::String) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parser_frontends.jl:37
[5] parse(::Lark, ::String) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/lark.jl:154
[6] macro expansion at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:415 [inlined]
[7] macro expansion at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1113 [inlined]
[8] make_parser_test(::String, ::String) at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:407
[9] top-level scope at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:816
[10] include(::String) at ./client.jl:439
[11] top-level scope at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/runtests.jl:5
[12] include(::String) at ./client.jl:439
[13] top-level scope at none:6
[14] eval(::Module, ::Any) at ./boot.jl:331
[15] exec_options(::Base.JLOptions) at ./client.jl:264
[16] _start() at ./client.jl:484
caused by [exception 1]
KeyError: key "E" not found
Stacktrace:
[1] getindex(::Dict{String,Tuple{Lerche.Action,Int64}}, ::String) at ./dict.jl:477
[2] (::Lerche.var"#get_action#137"{Dict{Any,Any}})(::Token) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parsers/lalr_parser.jl:65
[3] parse(::Lerche._LALRParser, ::Channel{Any}; set_state::Lerche.var"#6#7"{typeof(Lerche.set_lexer_state),Tuple{Lerche.TraditionalLexer}}, debug::Bool) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parsers/lalr_parser.jl:99
[4] parse(::Lerche.LALRParser, ::Channel{Any}; kwargs::Base.Iterators.Pairs{Symbol,Lerche.var"#6#7"{typeof(Lerche.set_lexer_state),Tuple{Lerche.TraditionalLexer}},Tuple{Symbol},NamedTuple{(:set_state,),Tuple{Lerche.var"#6#7"{typeof(Lerche.set_lexer_state),Tuple{Lerche.TraditionalLexer}}}}}) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parsers/lalr_parser.jl:30
[5] parse(::Lerche.LALR_TraditionalLexer, ::String) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/parser_frontends.jl:37
[6] parse(::Lark, ::String) at /home/pkgeval/.julia/packages/Lerche/hwaIs/src/lark.jl:154
[7] macro expansion at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:415 [inlined]
[8] macro expansion at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1113 [inlined]
[9] make_parser_test(::String, ::String) at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:407
[10] top-level scope at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:816
[11] include(::String) at ./client.jl:439
[12] top-level scope at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/runtests.jl:5
[13] include(::String) at ./client.jl:439
[14] top-level scope at none:6
[15] eval(::Module, ::Any) at ./boot.jl:331
[16] exec_options(::Base.JLOptions) at ./client.jl:264
[17] _start() at ./client.jl:484
Test Summary: | Error Total
test_float_without_lexer | 1 1
ERROR: LoadError: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/test_parser.jl:815
in expression starting at /home/pkgeval/.julia/packages/Lerche/hwaIs/test/runtests.jl:5
ERROR: Package Lerche errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/Types.jl:53
[2] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1503
[3] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:316
[4] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:303
[5] #test#68 at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:297 [inlined]
[6] test at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:297 [inlined]
[7] #test#67 at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:296 [inlined]
[8] test at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:296 [inlined]
[9] test(::String; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:295
[10] test(::String) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/API.jl:295
[11] top-level scope at none:16