-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-e0740fe5a6.log
646 lines (629 loc) · 45.5 KB
/
1.5.0-DEV-e0740fe5a6.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
Julia Version 1.5.0-DEV.147
Commit e0740fe5a6 (2020-01-24 14:13 UTC)
Platform Info:
OS: Linux (x86_64-pc-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 Requires ─ v1.0.0
Installed FileIO ─── v1.2.1
Installed DrWatson ─ v1.7.1
Updating `~/.julia/environments/v1.5/Project.toml`
[634d3b9d] + DrWatson v1.7.1
Updating `~/.julia/environments/v1.5/Manifest.toml`
[634d3b9d] + DrWatson v1.7.1
[5789e2e9] + FileIO v1.2.1
[ae029012] + Requires v1.0.0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Testing DrWatson
Installed PooledArrays ──────────────── v0.5.3
Installed Compat ────────────────────── v3.2.0
Installed Parameters ────────────────── v0.12.0
Installed DataFrames ────────────────── v0.20.0
Installed TableTraits ───────────────── v1.0.0
Installed Missings ──────────────────── v0.4.3
Installed JLD2 ──────────────────────── v0.1.11
Installed CodecZlib ─────────────────── v0.6.0
Installed Tables ────────────────────── v0.2.11
Installed BSON ──────────────────────── v0.2.5
Installed Reexport ──────────────────── v0.2.0
Installed IteratorInterfaceExtensions ─ v1.0.0
Installed InvertedIndices ───────────── v1.0.0
Installed OrderedCollections ────────── v1.1.0
Installed JSON ──────────────────────── v0.21.0
Installed DataStructures ────────────── v0.17.9
Installed DataAPI ───────────────────── v1.1.0
Installed DataValueInterfaces ───────── v1.0.0
Installed SortingAlgorithms ─────────── v0.3.1
Installed BinaryProvider ────────────── v0.5.8
Installed Parsers ───────────────────── v0.3.10
Installed TranscodingStreams ────────── v0.9.5
Installed CategoricalArrays ─────────── v0.7.7
Updating `/tmp/jl_q9y0dU/Project.toml`
[fbb218c0] + BSON v0.2.5
[a93c6f00] + DataFrames v0.20.0
[033835bb] + JLD2 v0.1.11
[d96e819e] + Parameters v0.12.0
[10745b16] + Statistics
[8dfed614] + Test
Updating `/tmp/jl_q9y0dU/Manifest.toml`
[fbb218c0] + BSON v0.2.5
[b99e7846] + BinaryProvider v0.5.8
[324d7699] + CategoricalArrays v0.7.7
[944b1d66] + CodecZlib v0.6.0
[34da2185] + Compat v3.2.0
[9a962f9c] + DataAPI v1.1.0
[a93c6f00] + DataFrames v0.20.0
[864edb3b] + DataStructures v0.17.9
[e2d170a0] + DataValueInterfaces v1.0.0
[41ab1584] + InvertedIndices v1.0.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[033835bb] + JLD2 v0.1.11
[682c06a0] + JSON v0.21.0
[e1d29d7a] + Missings v0.4.3
[bac558e1] + OrderedCollections v1.1.0
[d96e819e] + Parameters v0.12.0
[69de0a69] + Parsers v0.3.10
[2dfb63ee] + PooledArrays v0.5.3
[189a3867] + Reexport v0.2.0
[a2af1166] + SortingAlgorithms v0.3.1
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v0.2.11
[3bb67fe8] + TranscodingStreams v0.9.5
[8bb1440f] + DelimitedFiles
[8ba89e20] + Distributed
[9fa8497b] + Future
[37e2e46d] + LinearAlgebra
[a63ad114] + Mmap
[1a1011a3] + SharedArrays
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
Building CodecZlib → `~/.julia/packages/CodecZlib/5t9zO/deps/build.log`
Updating `/tmp/jl_ounGI8/Project.toml`
[no changes]
Updating `/tmp/jl_ounGI8/Manifest.toml`
[no changes]
Running sandbox
Status `/tmp/jl_q9y0dU/Project.toml`
[fbb218c0] BSON v0.2.5
[a93c6f00] DataFrames v0.20.0
[634d3b9d] DrWatson v1.7.1
[5789e2e9] FileIO v1.2.1
[033835bb] JLD2 v0.1.11
[d96e819e] Parameters v0.12.0
[ae029012] Requires v1.0.0
[ade2ca70] Dates
[76f85450] LibGit2
[44cfe95a] Pkg
[9a3f8284] Random
[10745b16] Statistics
[8dfed614] Test
Activating environment at `/tmp/jl_q9y0dU/Project.toml`
Base.active_project() = "/tmp/jl_q9y0dU/Project.toml"
Base.load_path_expand("@v$(VERSION.major).$(VERSION.minor)") = "/home/pkgeval/.julia/environments/v1.5/Project.toml"
Project Setup: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:6
Got exception outside of a @test
LoadError: GitError(Code:ENOTFOUND, Class:Config, config value 'user.name' was not found)
Stacktrace:
[1] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/LibGit2/src/error.jl:101 [inlined]
[2] default_signature(::LibGit2.GitRepo) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/LibGit2/src/signature.jl:69
[3] LibGit2.Signature(::LibGit2.GitRepo) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/LibGit2/src/signature.jl:25
[4] commit at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/LibGit2/src/commit.jl:113 [inlined]
[5] initialize_project(::String, ::String; force::Bool, readme::Bool, authors::Nothing, git::Bool) at /home/pkgeval/.julia/packages/DrWatson/MRcPI/src/project_setup.jl:214
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/project_tests.jl:12
[7] include(::String) at ./client.jl:439
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:6
[9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[10] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:6
[11] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[12] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
[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
in expression starting at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/project_tests.jl:12
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:5
Expression: com isa String
Evaluated: nothing isa String
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:5
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:8
Expression: com !== nothing
Evaluated: nothing !== nothing
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:8
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:9
Expression: typeof(com) <: String
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:9
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:10
Test threw exception
Expression: com[1] == 'v'
MethodError: no method matching getindex(::Nothing, ::Int64)
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:10
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:17
Expression: haskey(d, (keytype(d))(:gitcommit))
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:17
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:18
Test threw exception
Expression: d[(keytype(d))(:gitcommit)] |> typeof <: String
KeyError: key :gitcommit not found
Stacktrace:
[1] getindex(::Dict{Symbol,Int64}, ::Symbol) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:18
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:17
Expression: haskey(d, (keytype(d))(:gitcommit))
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:17
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:18
Test threw exception
Expression: d[(keytype(d))(:gitcommit)] |> typeof <: String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(::Dict{String,Int64}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:18
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:24
Expression: haskey(d, (keytype(d))(:gitcommit))
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:24
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:25
Test threw exception
Expression: d[(keytype(d))(:gitcommit)] |> typeof <: String
KeyError: key :gitcommit not found
Stacktrace:
[1] getindex(::Dict{Symbol,Int64}, ::Symbol) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:25
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:26
Test threw exception
Expression: (split(d[(keytype(d))(:script)], '#'))[1] == basename(#= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:26 =# @__FILE__())
KeyError: key :script not found
Stacktrace:
[1] getindex(::Dict{Symbol,Int64}, ::Symbol) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:26
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:24
Expression: haskey(d, (keytype(d))(:gitcommit))
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:24
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:25
Test threw exception
Expression: d[(keytype(d))(:gitcommit)] |> typeof <: String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(::Dict{String,Int64}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:25
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:26
Test threw exception
Expression: (split(d[(keytype(d))(:script)], '#'))[1] == basename(#= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:26 =# @__FILE__())
KeyError: key "script" not found
Stacktrace:
[1] getindex(::Dict{String,Int64}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:26
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:37
Test threw exception
Expression: endswith(d_new[:script], "foo")
KeyError: key :script not found
Stacktrace:
[1] getindex(::Dict{Symbol,Int64}, ::Symbol) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:37
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:40
Test threw exception
Expression: (split(d_new[(keytype(d_new))(:script)], '#'))[1] == basename(#= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:40 =# @__FILE__())
KeyError: key :script not found
Stacktrace:
[1] getindex(::Dict{Symbol,Int64}, ::Symbol) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:40
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:55
Expression: (tag!(d, gitpath = #= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:55 =# @__DIR__(), force = true))[:gitcommit] == com
Evaluated: "" == nothing
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:55
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI/test') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Saving tools: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:57
Expression: (#= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:57 =# @tag!(d, gitpath = #= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:57 =# @__DIR__(), force = true))[:gitcommit] == com
Evaluated: "" == nothing
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/stools_tests.jl:57
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:7
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Produce or Save: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:24
Expression: "gitcommit" ∈ keys(file)
Evaluated: "gitcommit" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:24
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Produce or Save: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:25
Test threw exception
Expression: file["gitcommit"] |> typeof == String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(::Dict{String,Any}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:25
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Produce or Save: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:31
Expression: "gitcommit" ∈ keys(file)
Evaluated: "gitcommit" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:31
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Produce or Save: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:32
Test threw exception
Expression: file["gitcommit"] |> typeof == String
KeyError: key "gitcommit" not found
Stacktrace:
[1] getindex(::Dict{String,Any}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:32
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Produce or Save: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:33
Expression: "script" ∈ keys(file)
Evaluated: "script" ∈ ["b", "simulation", "a"]
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:33
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Produce or Save: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:34
Test threw exception
Expression: file["script"] |> typeof == String
KeyError: key "script" not found
Stacktrace:
[1] getindex(::Dict{String,Any}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:34
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
Produce or Save: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:35
Test threw exception
Expression: file["script"] == joinpath("test", "savefiles_tests.jl#29")
KeyError: key "script" not found
Stacktrace:
[1] getindex(::Dict{String,Any}, ::String) at ./dict.jl:477
[2] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:35
[3] include(::String) at ./client.jl:439
[4] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[6] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[8] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/home/pkgeval/.julia/packages/DrWatson/MRcPI') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
Produce or Save: Test Failed at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:54
Expression: (#= /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:54 =# @tagsave(savename(simulation, "bson"), t, safe = true, force = true, gitpath = findproject()))["gitcommit"] != ""
Evaluated: "" != ""
Stacktrace:
[1] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/savefiles_tests.jl:54
[2] include(::String) at ./client.jl:439
[3] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[5] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:8
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[7] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
[ Info: File /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 does not exist. Producing it now...
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
[ Info: File /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/pre_N=50_T=1000_every=10_seed=1111_Δt=0.05.jld2 saved.
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson does not exist. Producing it now...
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of the commit ID.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:48
┌ Warning: The directory ('/tmp/jl_q9y0dU') is not a Git repository, returning `nothing` instead of a patch.
└ @ DrWatson ~/.julia/packages/DrWatson/MRcPI/src/saving_tools.jl:92
[ Info: File N=50_T=1000_every=10_seed=1111_Δt=0.05.bson saved.
Activating new environment at `~/.julia/packages/DrWatson/MRcPI/test/testdir/Project.toml`
Resolving package versions...
Updating `~/.julia/packages/DrWatson/MRcPI/test/testdir/Project.toml`
[634d3b9d] + DrWatson v1.7.1
Updating `~/.julia/packages/DrWatson/MRcPI/test/testdir/Manifest.toml`
[634d3b9d] + DrWatson v1.7.1
[5789e2e9] + FileIO v1.2.1
[ae029012] + Requires v1.0.0
[2a0f44e3] + Base64
[ade2ca70] + Dates
[b77e0a4c] + InteractiveUtils
[76f85450] + LibGit2
[8f399da3] + Libdl
[56ddb016] + Logging
[d6f4376e] + Markdown
[44cfe95a] + Pkg
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Collect Results: Error During Test at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:9
Got exception outside of a @test
LoadError: project appears to be a package but has no uuid
Stacktrace:
[1] pkgerror(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:54
[2] Pkg.Types.EnvCache(::Nothing) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:287
[3] EnvCache at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:279 [inlined]
[4] Pkg.Types.Context() at ./util.jl:745
[5] activate(::String; shared::Bool) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:903
[6] activate at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:869 [inlined]
[7] quickactivate(::String, ::Nothing) at /home/pkgeval/.julia/packages/DrWatson/MRcPI/src/project_setup.jl:137
[8] quickactivate(::String) at /home/pkgeval/.julia/packages/DrWatson/MRcPI/src/project_setup.jl:133
[9] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/update_results_tests.jl:11
[10] include(::String) at ./client.jl:439
[11] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:9
[12] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[13] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:9
[14] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1113
[15] top-level scope at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:4
[16] include(::String) at ./client.jl:439
[17] top-level scope at none:6
[18] eval(::Module, ::Any) at ./boot.jl:331
[19] exec_options(::Base.JLOptions) at ./client.jl:264
[20] _start() at ./client.jl:484
in expression starting at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/update_results_tests.jl:11
Test Summary: | Pass Fail Error Total
DrWatson | 164 13 15 192
Naming | 41 41
Parse savename | 18 18
Project Setup | 1 1
Saving tools | 46 9 9 64
Produce or Save | 43 4 4 51
Collect Results | 1 1
Parameter Customization | 16 16
ERROR: LoadError: Some tests did not pass: 164 passed, 13 failed, 15 errored, 0 broken.
in expression starting at /home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl:3
err = ProcessFailedException(Base.Process[Process(`/opt/julia/bin/julia -Cnative -J/opt/julia/lib/julia/sys.so -g1 --code-coverage=none --color=no --compiled-modules=yes --check-bounds=yes --inline=yes --startup-file=no --track-allocation=none --eval 'append!(empty!(Base.DEPOT_PATH), ["/home/pkgeval/.julia", "/opt/julia/local/share/julia", "/opt/julia/share/julia", "/usr/local/share/julia"])
append!(empty!(Base.DL_LOAD_PATH), String[])
cd("/home/pkgeval/.julia/packages/DrWatson/MRcPI/test")
append!(empty!(ARGS), String[])
include("/home/pkgeval/.julia/packages/DrWatson/MRcPI/test/runtests.jl")
'`, ProcessExited(1))])
ERROR: Package DrWatson errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:54
[2] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Operations.jl:1471
[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 /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:313
[4] test(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:300
[5] #test#66 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:294 [inlined]
[6] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:294 [inlined]
[7] #test#65 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:293 [inlined]
[8] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:293 [inlined]
[9] test(::String; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:292
[10] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:292
[11] top-level scope at none:13