-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-9392bbe347.log
809 lines (796 loc) · 33.5 KB
/
1.6.0-DEV-9392bbe347.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
Julia Version 1.6.0-DEV.1122
Commit 9392bbe347 (2020-10-03 14:15 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD EPYC 7502 32-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-10.0.1 (ORCJIT, znver2)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed YAML ─────────────── v0.4.2
Installed Parsers ──────────── v1.0.10
Installed CodeTracking ─────── v1.0.3
Installed ArgParse ─────────── v1.1.0
Installed HTTP ─────────────── v0.8.19
Installed JSON ─────────────── v0.21.1
Installed Revise ───────────── v3.1.2
Installed Genie ────────────── v1.4.0
Installed Reexport ─────────── v0.2.0
Installed Nettle ───────────── v0.5.0
Installed LoweredCodeUtils ─── v1.2.1
Installed MbedTLS ──────────── v1.0.2
Installed LoggingExtras ────── v0.4.2
Installed URIParser ────────── v0.4.1
Installed GMP_jll ──────────── v6.2.0+2
Installed JuliaInterpreter ─── v0.8.1
Installed Gumbo ────────────── v0.8.0
Installed FilePathsBase ────── v0.9.5
Installed Millboard ────────── v0.2.5
Installed MbedTLS_jll ──────── v2.16.8+0
Installed TextWrap ─────────── v1.0.1
Installed HttpCommon ───────── v0.5.0
Installed Nettle_jll ───────── v3.4.1+1
Installed OrderedCollections ─ v1.3.1
Installed AbstractTrees ────── v0.3.3
Installed IniFile ──────────── v0.5.0
Installed Nullables ────────── v1.0.0
Installed Gumbo_jll ────────── v0.10.1+1
Updating `~/.julia/environments/v1.6/Project.toml`
[c43c736e] + Genie v1.4.0
Updating `~/.julia/environments/v1.6/Manifest.toml`
[1520ce14] + AbstractTrees v0.3.3
[c7e460c6] + ArgParse v1.1.0
[da1fd8a2] + CodeTracking v1.0.3
[48062228] + FilePathsBase v0.9.5
[781609d7] + GMP_jll v6.2.0+2
[c43c736e] + Genie v1.4.0
[708ec375] + Gumbo v0.8.0
[528830af] + Gumbo_jll v0.10.1+1
[cd3eb016] + HTTP v0.8.19
[77172c1b] + HttpCommon v0.5.0
[83e8ac13] + IniFile v0.5.0
[682c06a0] + JSON v0.21.1
[aa1ae85d] + JuliaInterpreter v0.8.1
[e6f89c97] + LoggingExtras v0.4.2
[6f1432cf] + LoweredCodeUtils v1.2.1
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[39ec1447] + Millboard v0.2.5
[49dea1ee] + Nettle v0.5.0
[4c82536e] + Nettle_jll v3.4.1+1
[4d1e1d77] + Nullables v1.0.0
[bac558e1] + OrderedCollections v1.3.1
[69de0a69] + Parsers v1.0.10
[189a3867] + Reexport v0.2.0
[295af30f] + Revise v3.1.2
[b718987f] + TextWrap v1.0.1
[30578b45] + URIParser v0.4.1
[ddb6d928] + YAML v0.4.2
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Testing Genie
Status `/tmp/jl_Fxz4I4/Project.toml`
[c43c736e] Genie v1.4.0
[cd3eb016] HTTP v0.8.19
[e6f89c97] LoggingExtras v0.4.2
[1bc83da4] SafeTestsets v0.0.1
[98d24dd4] TestSetExtensions v2.0.0
[ade2ca70] Dates
[56ddb016] Logging
[d6f4376e] Markdown
[44cfe95a] Pkg
[9a3f8284] Random
[6462fe0b] Sockets
[8dfed614] Test
Status `/tmp/jl_Fxz4I4/Manifest.toml`
[1520ce14] AbstractTrees v0.3.3
[c7e460c6] ArgParse v1.1.0
[da1fd8a2] CodeTracking v1.0.3
[ab62b9b5] DeepDiffs v1.2.0
[48062228] FilePathsBase v0.9.5
[781609d7] GMP_jll v6.2.0+2
[c43c736e] Genie v1.4.0
[708ec375] Gumbo v0.8.0
[528830af] Gumbo_jll v0.10.1+1
[cd3eb016] HTTP v0.8.19
[77172c1b] HttpCommon v0.5.0
[83e8ac13] IniFile v0.5.0
[682c06a0] JSON v0.21.1
[aa1ae85d] JuliaInterpreter v0.8.1
[e6f89c97] LoggingExtras v0.4.2
[6f1432cf] LoweredCodeUtils v1.2.1
[739be429] MbedTLS v1.0.2
[c8ffd9c3] MbedTLS_jll v2.16.8+0
[39ec1447] Millboard v0.2.5
[49dea1ee] Nettle v0.5.0
[4c82536e] Nettle_jll v3.4.1+1
[4d1e1d77] Nullables v1.0.0
[bac558e1] OrderedCollections v1.3.1
[69de0a69] Parsers v1.0.10
[189a3867] Reexport v0.2.0
[295af30f] Revise v3.1.2
[1bc83da4] SafeTestsets v0.0.1
[98d24dd4] TestSetExtensions v2.0.0
[b718987f] TextWrap v1.0.1
[30578b45] URIParser v0.4.1
[ddb6d928] YAML v0.4.2
[56f22d72] Artifacts
[2a0f44e3] Base64
[ade2ca70] Dates
[8ba89e20] Distributed
[7b1f6079] FileWatching
[b77e0a4c] InteractiveUtils
[76f85450] LibGit2
[8f399da3] Libdl
[56ddb016] Logging
[d6f4376e] Markdown
[a63ad114] Mmap
[44cfe95a] Pkg
[de0858da] Printf
[3fa0cd96] REPL
[9a3f8284] Random
[ea8e919c] SHA
[9e88b42a] Serialization
[6462fe0b] Sockets
[fa267f1f] TOML
[8dfed614] Test
[cf7118a7] UUIDs
[4ec0a83e] Unicode
Testing Running tests...
tests_AppServer:
Web Server starting at http://127.0.0.1:8000
..┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
=====================================================
Start/stop servers: Test Failed at /home/pkgeval/.julia/packages/Genie/nzBYV/test/tests_AppServer.jl:13
Expression: servers.webserver.state == :done
Evaluated: runnable == done
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/Genie/nzBYV/test/tests_AppServer.jl:13
[2] top-level scope
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1113
[3] top-level scope
@ ~/.julia/packages/Genie/nzBYV/test/tests_AppServer.jl:4
=====================================================
.
Web Server starting at http://127.0.0.1:8000
..┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
..
Web Server starting at http://127.0.0.1:9000
..
tests_Assets┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "9000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
: ............
tests_Sessions:
Web Server starting at http://127.0.0.1:8000
┌ Error: Encryption error: Invalid Genie.SECRET_TOKEN
└ @ Genie.Encryption ~/.julia/packages/Genie/nzBYV/src/Encryption.jl:54
┌ Warning: Regenerating temporary secret token
└ @ Genie.Encryption ~/.julia/packages/Genie/nzBYV/src/Encryption.jl:57
┌ Warning: Sessions folder /home/pkgeval/.julia/packages/Genie/nzBYV/test/sessions does not exist
└ @ Genie.FileSession ~/.julia/packages/Genie/nzBYV/src/session_adapters/FileSession.jl:15
[ Info: Creating sessions folder at /home/pkgeval/.julia/packages/Genie/nzBYV/test/sessions
[ Info: /home 200
.
tests_advanced_html_rendering┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
: ...
tests_advanced_select_rendering: .
tests_assets_rendering: ...
tests_basic_rendering: ......................
tests_cache: .......
tests_config: ....
Web Server starting at http://0.0.0.0:9000
....
Web Server starting at http://0.0.0.0:9000
.┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "0.0.0.0", "9000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
...
tests_content_negotiation:
Web Server starting at http://127.0.0.1:8000
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
...
Web Server starting at http://127.0.0.1:8000
┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.┌ Error: /notexisting 404
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.┌ Error: /notexisting 401
└ @ Genie.Router ~/.julia/packages/Genie/nzBYV/src/Router.jl:163
.
tests_files_vars_rendering┌ Warning: Interrupted: listen(HTTP.Servers.Server{Nothing, Sockets.TCPServer}(nothing, Sockets.TCPServer(RawFD(4294967295) closed), "127.0.0.1", "8000"))
└ @ HTTP.Servers ~/.julia/packages/HTTP/IAI92/src/Servers.jl:273
: ..............
tests_flax_control_flow_rendering: ..
tests_flax_views_rendering: ......
tests_fullstack_app: [ Info: Done! New app created at /tmp/jl_PHgqrT/fullstack_test
[ Info: Changing active directory to /tmp/jl_PHgqrT/fullstack_test
[ Info: Installing app dependencies
Activating new environment at `/tmp/jl_PHgqrT/fullstack_test/Project.toml`
Cloning git-repo `https://github.com/GenieFramework/Genie.jl.git`
[?25l Fetching: [> ] 0.0 % Resolving Deltas: [=========> ] 20.1 %[2K[?25h Resolving package versions...
Updating `/tmp/jl_PHgqrT/fullstack_test/Project.toml`
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
Updating `/tmp/jl_PHgqrT/fullstack_test/Manifest.toml`
[1520ce14] + AbstractTrees v0.3.3
[c7e460c6] + ArgParse v1.1.0
[da1fd8a2] + CodeTracking v1.0.3
[48062228] + FilePathsBase v0.9.5
[781609d7] + GMP_jll v6.2.0+2
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
[708ec375] + Gumbo v0.8.0
[528830af] + Gumbo_jll v0.10.1+1
[cd3eb016] + HTTP v0.8.19
[77172c1b] + HttpCommon v0.5.0
[83e8ac13] + IniFile v0.5.0
[682c06a0] + JSON v0.21.1
[aa1ae85d] + JuliaInterpreter v0.8.1
[e6f89c97] + LoggingExtras v0.4.2
[6f1432cf] + LoweredCodeUtils v1.2.1
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[39ec1447] + Millboard v0.2.5
[49dea1ee] + Nettle v0.5.0
[4c82536e] + Nettle_jll v3.4.1+1
[4d1e1d77] + Nullables v1.0.0
[bac558e1] + OrderedCollections v1.3.1
[69de0a69] + Parsers v1.0.10
[189a3867] + Reexport v0.2.0
[295af30f] + Revise v3.1.2
[b718987f] + TextWrap v1.0.1
[30578b45] + URIParser v0.4.1
[ddb6d928] + YAML v0.4.2
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Resolving package versions...
Updating `/tmp/jl_PHgqrT/fullstack_test/Project.toml`
[e6f89c97] + LoggingExtras v0.4.2
No Changes to `/tmp/jl_PHgqrT/fullstack_test/Manifest.toml`
Resolving package versions...
Updating `/tmp/jl_PHgqrT/fullstack_test/Project.toml`
[739be429] + MbedTLS v1.0.2
No Changes to `/tmp/jl_PHgqrT/fullstack_test/Manifest.toml`
[ Info: Starting your brand new Genie app - hang tight!
Activating environment at `/tmp/jl_PHgqrT/fullstack_test/Project.toml`
_____ _
| __|___ ___|_|___
| | | -_| | | -_|
|_____|___|_|_|_|___|
| Web: https://genieframework.com
| GitHub: https://github.com/genieframework/Genie.jl
| Docs: https://genieframework.github.io/Genie.jl/dev
| Gitter: https://gitter.im/essenciary/Genie.jl
| Twitter: https://twitter.com/GenieMVC
Genie v1.4.0
Active env: DEV
Loading initializers[0K[0KLoading helpers[0K[0KLoading lib[0K[0KLoading resources[0K[0KLoading plugins[0K[0KLoading routes[0K[0K[0K
Ready!
Web Server starting at http://127.0.0.1:8000
[ Info: 2020-10-03 20:35:44 New controller created at /tmp/jl_PHgqrT/fullstack_test/app/resources/foo/FooController.jl
...┌ Warning: 2020-10-03 20:35:45 Sessions folder /tmp/jl_PHgqrT/fullstack_test/sessions does not exist
└ @ Genie.FileSession ~/.julia/packages/Genie/nzBYV/src/session_adapters/FileSession.jl:15
[ Info: 2020-10-03 20:35:45 Creating sessions folder at /tmp/jl_PHgqrT/fullstack_test/sessions
[ Info: 2020-10-03 20:35:45 /test 200
. Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
tests_genie_generators: [ Info: 2020-10-03 20:35:46 Done! New app created at /tmp/jl_gql98S
[ Info: 2020-10-03 20:35:46 Changing active directory to /tmp/jl_gql98S
[ Info: 2020-10-03 20:35:46 Installing app dependencies
Activating new environment at `/tmp/jl_gql98S/Project.toml`
Path `/home/pkgeval/.julia/dev/Genie` exists and looks like the correct package. Using existing path.
Resolving package versions...
Updating `/tmp/jl_gql98S/Project.toml`
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
Updating `/tmp/jl_gql98S/Manifest.toml`
[1520ce14] + AbstractTrees v0.3.3
[c7e460c6] + ArgParse v1.1.0
[da1fd8a2] + CodeTracking v1.0.3
[48062228] + FilePathsBase v0.9.5
[781609d7] + GMP_jll v6.2.0+2
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
[708ec375] + Gumbo v0.8.0
[528830af] + Gumbo_jll v0.10.1+1
[cd3eb016] + HTTP v0.8.19
[77172c1b] + HttpCommon v0.5.0
[83e8ac13] + IniFile v0.5.0
[682c06a0] + JSON v0.21.1
[aa1ae85d] + JuliaInterpreter v0.8.1
[e6f89c97] + LoggingExtras v0.4.2
[6f1432cf] + LoweredCodeUtils v1.2.1
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[39ec1447] + Millboard v0.2.5
[49dea1ee] + Nettle v0.5.0
[4c82536e] + Nettle_jll v3.4.1+1
[4d1e1d77] + Nullables v1.0.0
[bac558e1] + OrderedCollections v1.3.1
[69de0a69] + Parsers v1.0.10
[189a3867] + Reexport v0.2.0
[295af30f] + Revise v3.1.2
[b718987f] + TextWrap v1.0.1
[30578b45] + URIParser v0.4.1
[ddb6d928] + YAML v0.4.2
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Resolving package versions...
Updating `/tmp/jl_gql98S/Project.toml`
[e6f89c97] + LoggingExtras v0.4.2
No Changes to `/tmp/jl_gql98S/Manifest.toml`
Resolving package versions...
Updating `/tmp/jl_gql98S/Project.toml`
[739be429] + MbedTLS v1.0.2
No Changes to `/tmp/jl_gql98S/Manifest.toml`
┌ Info: 2020-10-03 20:35:46 Your new Genie app is ready!
│ Run
│ julia> Genie.loadapp()
│ to load the app's environment
│ and then
│ julia> up()
└ to start the web server on port 8000.
. Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
[ Info: 2020-10-03 20:35:46 Done! New app created at /tmp/jl_vbOGOW
[ Info: 2020-10-03 20:35:46 Changing active directory to /tmp/jl_vbOGOW
[ Info: 2020-10-03 20:35:46 Installing app dependencies
Activating new environment at `/tmp/jl_vbOGOW/Project.toml`
Path `/home/pkgeval/.julia/dev/Genie` exists and looks like the correct package. Using existing path.
Resolving package versions...
Updating `/tmp/jl_vbOGOW/Project.toml`
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
Updating `/tmp/jl_vbOGOW/Manifest.toml`
[1520ce14] + AbstractTrees v0.3.3
[c7e460c6] + ArgParse v1.1.0
[da1fd8a2] + CodeTracking v1.0.3
[48062228] + FilePathsBase v0.9.5
[781609d7] + GMP_jll v6.2.0+2
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
[708ec375] + Gumbo v0.8.0
[528830af] + Gumbo_jll v0.10.1+1
[cd3eb016] + HTTP v0.8.19
[77172c1b] + HttpCommon v0.5.0
[83e8ac13] + IniFile v0.5.0
[682c06a0] + JSON v0.21.1
[aa1ae85d] + JuliaInterpreter v0.8.1
[e6f89c97] + LoggingExtras v0.4.2
[6f1432cf] + LoweredCodeUtils v1.2.1
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[39ec1447] + Millboard v0.2.5
[49dea1ee] + Nettle v0.5.0
[4c82536e] + Nettle_jll v3.4.1+1
[4d1e1d77] + Nullables v1.0.0
[bac558e1] + OrderedCollections v1.3.1
[69de0a69] + Parsers v1.0.10
[189a3867] + Reexport v0.2.0
[295af30f] + Revise v3.1.2
[b718987f] + TextWrap v1.0.1
[30578b45] + URIParser v0.4.1
[ddb6d928] + YAML v0.4.2
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Resolving package versions...
Updating `/tmp/jl_vbOGOW/Project.toml`
[e6f89c97] + LoggingExtras v0.4.2
No Changes to `/tmp/jl_vbOGOW/Manifest.toml`
Resolving package versions...
Updating `/tmp/jl_vbOGOW/Project.toml`
[739be429] + MbedTLS v1.0.2
No Changes to `/tmp/jl_vbOGOW/Manifest.toml`
┌ Info: 2020-10-03 20:35:46 Your new Genie app is ready!
│ Run
│ julia> Genie.loadapp()
│ to load the app's environment
│ and then
│ julia> up()
└ to start the web server on port 8000.
.. Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
[ Info: 2020-10-03 20:35:46 Done! New app created at /tmp/jl_qm4TnV
[ Info: 2020-10-03 20:35:46 Changing active directory to /tmp/jl_qm4TnV
[ Info: 2020-10-03 20:35:46 Installing app dependencies
Activating new environment at `/tmp/jl_qm4TnV/Project.toml`
Path `/home/pkgeval/.julia/dev/Genie` exists and looks like the correct package. Using existing path.
Resolving package versions...
Updating `/tmp/jl_qm4TnV/Project.toml`
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
Updating `/tmp/jl_qm4TnV/Manifest.toml`
[1520ce14] + AbstractTrees v0.3.3
[c7e460c6] + ArgParse v1.1.0
[da1fd8a2] + CodeTracking v1.0.3
[48062228] + FilePathsBase v0.9.5
[781609d7] + GMP_jll v6.2.0+2
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
[708ec375] + Gumbo v0.8.0
[528830af] + Gumbo_jll v0.10.1+1
[cd3eb016] + HTTP v0.8.19
[77172c1b] + HttpCommon v0.5.0
[83e8ac13] + IniFile v0.5.0
[682c06a0] + JSON v0.21.1
[aa1ae85d] + JuliaInterpreter v0.8.1
[e6f89c97] + LoggingExtras v0.4.2
[6f1432cf] + LoweredCodeUtils v1.2.1
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[39ec1447] + Millboard v0.2.5
[49dea1ee] + Nettle v0.5.0
[4c82536e] + Nettle_jll v3.4.1+1
[4d1e1d77] + Nullables v1.0.0
[bac558e1] + OrderedCollections v1.3.1
[69de0a69] + Parsers v1.0.10
[189a3867] + Reexport v0.2.0
[295af30f] + Revise v3.1.2
[b718987f] + TextWrap v1.0.1
[30578b45] + URIParser v0.4.1
[ddb6d928] + YAML v0.4.2
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Resolving package versions...
Updating `/tmp/jl_qm4TnV/Project.toml`
[e6f89c97] + LoggingExtras v0.4.2
No Changes to `/tmp/jl_qm4TnV/Manifest.toml`
Resolving package versions...
Updating `/tmp/jl_qm4TnV/Project.toml`
[739be429] + MbedTLS v1.0.2
No Changes to `/tmp/jl_qm4TnV/Manifest.toml`
┌ Info: 2020-10-03 20:35:47 Your new Genie app is ready!
│ Run
│ julia> Genie.loadapp()
│ to load the app's environment
│ and then
│ julia> up()
└ to start the web server on port 8000.
... Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
[ Info: 2020-10-03 20:35:47 Done! New app created at /tmp/jl_f1VZuV
[ Info: 2020-10-03 20:35:47 Changing active directory to /tmp/jl_f1VZuV
[ Info: 2020-10-03 20:35:47 Installing app dependencies
Activating new environment at `/tmp/jl_f1VZuV/Project.toml`
Path `/home/pkgeval/.julia/dev/Genie` exists and looks like the correct package. Using existing path.
Resolving package versions...
Updating `/tmp/jl_f1VZuV/Project.toml`
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
Updating `/tmp/jl_f1VZuV/Manifest.toml`
[1520ce14] + AbstractTrees v0.3.3
[c7e460c6] + ArgParse v1.1.0
[da1fd8a2] + CodeTracking v1.0.3
[48062228] + FilePathsBase v0.9.5
[781609d7] + GMP_jll v6.2.0+2
[c43c736e] + Genie v1.4.0 `~/.julia/dev/Genie`
[708ec375] + Gumbo v0.8.0
[528830af] + Gumbo_jll v0.10.1+1
[cd3eb016] + HTTP v0.8.19
[77172c1b] + HttpCommon v0.5.0
[83e8ac13] + IniFile v0.5.0
[682c06a0] + JSON v0.21.1
[aa1ae85d] + JuliaInterpreter v0.8.1
[e6f89c97] + LoggingExtras v0.4.2
[6f1432cf] + LoweredCodeUtils v1.2.1
[739be429] + MbedTLS v1.0.2
[c8ffd9c3] + MbedTLS_jll v2.16.8+0
[39ec1447] + Millboard v0.2.5
[49dea1ee] + Nettle v0.5.0
[4c82536e] + Nettle_jll v3.4.1+1
[4d1e1d77] + Nullables v1.0.0
[bac558e1] + OrderedCollections v1.3.1
[69de0a69] + Parsers v1.0.10
[189a3867] + Reexport v0.2.0
[295af30f] + Revise v3.1.2
[b718987f] + TextWrap v1.0.1
[30578b45] + URIParser v0.4.1
[ddb6d928] + YAML v0.4.2
[56f22d72] + Artifacts
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[7b1f6079] + FileWatching
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[fa267f1f] + TOML
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Resolving package versions...
Updating `/tmp/jl_f1VZuV/Project.toml`
[e6f89c97] + LoggingExtras v0.4.2
No Changes to `/tmp/jl_f1VZuV/Manifest.toml`
Resolving package versions...
Updating `/tmp/jl_f1VZuV/Project.toml`
[739be429] + MbedTLS v1.0.2
No Changes to `/tmp/jl_f1VZuV/Manifest.toml`
┌ Info: 2020-10-03 20:35:47 Your new Genie app is ready!
│ Run
│ julia> Genie.loadapp()
│ to load the app's environment
│ and then
│ julia> up()
└ to start the web server on port 8000.
... Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
[ Info: 2020-10-03 20:35:47 New controller created at /tmp/jl_D8GSmW/app/resources/yazoo/YazooController.jl
.. Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
[ Info: 2020-10-03 20:35:47 New KazooController.jl created at /tmp/jl_uhRhdV/app/resources/kazoo/KazooController.jl
┌ Error: 2020-10-03 20:35:47 UndefVarError(:SearchLight)
└ @ Genie ~/.julia/packages/Genie/nzBYV/src/genie_module.jl:39
┌ Warning: 2020-10-03 20:35:47 Skipping SearchLight
└ @ Genie ~/.julia/packages/Genie/nzBYV/src/genie_module.jl:40
.. Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
[ Info: 2020-10-03 20:35:48 New task created at tasks/VavoomTask.jl
... Activating environment at `~/.julia/packages/Genie/nzBYV/test/Project.toml`
tests_html_attributes_rendering: .........................
tests_html_rendering: ........................
tests_js_rendering: ....
tests_json_rendering: .
tests_markdown_rendering: ...┌ Warning: 2020-10-03 20:35:58 Assignment to `numbers` in soft scope is ambiguous because a global variable by the same name exists: `numbers` will be treated as a new local. Disambiguate by using `local numbers` to suppress this warning or `global numbers` to assign to the existing global variable.
└ @ string:2
┌ Warning: 2020-10-03 20:35:58 Assignment to `name` in soft scope is ambiguous because a global variable by the same name exists: `name` will be treated as a new local. Disambiguate by using `local name` to suppress this warning or `global name` to assign to the existing global variable.
└ @ string:8
.┌ Warning: 2020-10-03 20:35:58 Assignment to `numbers` in soft scope is ambiguous because a global variable by the same name exists: `numbers` will be treated as a new local. Disambiguate by using `local numbers` to suppress this warning or `global numbers` to assign to the existing global variable.
└ @ string:2
┌ Warning: 2020-10-03 20:35:58 Assignment to `name` in soft scope is ambiguous because a global variable by the same name exists: `name` will be treated as a new local. Disambiguate by using `local name` to suppress this warning or `global name` to assign to the existing global variable.
└ @ string:8
.┌ Warning: 2020-10-03 20:36:05 Assignment to `numbers` in soft scope is ambiguous because a global variable by the same name exists: `numbers` will be treated as a new local. Disambiguate by using `local numbers` to suppress this warning or `global numbers` to assign to the existing global variable.
└ @ string:2
┌ Warning: 2020-10-03 20:36:05 Assignment to `name` in soft scope is ambiguous because a global variable by the same name exists: `name` will be treated as a new local. Disambiguate by using `local name` to suppress this warning or `global name` to assign to the existing global variable.
└ @ string:8
.
tests_router:
tests_vars_rendering: ....
Test Summary: | Pass Fail Broken Total
Genie tests | 243 1 1 245
AppServer functionality | 9 1 10
Start/stop servers | 7 1 8
Update config when custom startup args | 2 2
Assets functionality | 12 12
Sessions functionality | 1 1
Advanced rendering | 3 1 4
Assets rendering | 3 3
Basic rendering | 22 22
No Caching | 2 2
cache | 5 5
App Config | 12 12
Content negotiation | 67 67
Files vars rendering | 14 14
Control flow rendering | 2 2
HTML+Julia rendering | 6 6
Fullstack app | 4 4
Create new app | 16 16
HTML attributes rendering | 25 25
HTML rendering | 24 24
JS rendering | 4 4
JS rendering | 1 1
Markdown rendering | 6 6
Router tests | No tests
Vars rendering | 4 4
ERROR: LoadError: Some tests did not pass: 243 passed, 1 failed, 0 errored, 1 broken.
in expression starting at /home/pkgeval/.julia/packages/Genie/nzBYV/test/runtests.jl:8
ERROR: Package Genie errored during testing
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Types.jl:52
[2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing)
@ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/Operations.jl:1609
[3] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:331
[4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:318
[5] #test#62
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:68 [inlined]
[6] test
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:68 [inlined]
[7] #test#61
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[8] test
@ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:66 [inlined]
[9] test(pkg::String; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[10] test(pkg::String)
@ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Pkg/src/API.jl:65
[11] top-level scope
@ none:19