-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-4085873ec6.log
506 lines (486 loc) · 36.2 KB
/
1.5.0-DEV-4085873ec6.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
Julia Version 1.5.0-DEV.431
Commit 4085873ec6 (2020-03-10 23:48 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-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed Mongoc ───────── v0.4.1
Installed BinaryProvider ─ v0.5.8
Updating `~/.julia/environments/v1.5/Project.toml`
4fe8b98c + Mongoc v0.4.1
Updating `~/.julia/environments/v1.5/Manifest.toml`
b99e7846 + BinaryProvider v0.5.8
4fe8b98c + Mongoc v0.4.1
ade2ca70 + Dates
8f399da3 + Libdl
de0858da + Printf
ea8e919c + SHA
9e88b42a + Serialization
4ec0a83e + Unicode
Building Mongoc → `~/.julia/packages/Mongoc/OxMdy/deps/build.log`
Testing Mongoc
Status `/tmp/jl_uXY3wX/Project.toml`
b99e7846 BinaryProvider v0.5.8
4fe8b98c Mongoc v0.4.1
ade2ca70 Dates
8ba89e20 Distributed
8f399da3 Libdl
9e88b42a Serialization
8dfed614 Test
Status `/tmp/jl_uXY3wX/Manifest.toml`
b99e7846 BinaryProvider v0.5.8
4fe8b98c Mongoc v0.4.1
2a0f44e3 Base64
ade2ca70 Dates
8ba89e20 Distributed
b77e0a4c InteractiveUtils
8f399da3 Libdl
56ddb016 Logging
d6f4376e Markdown
de0858da Printf
9a3f8284 Random
ea8e919c SHA
9e88b42a Serialization
6462fe0b Sockets
8dfed614 Test
4ec0a83e Unicode
Test Summary: | Pass Total
BSON | 10103 10103
ping: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] command_simple(::Mongoc.Database, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/database.jl:33
[2] ping(::Mongoc.Client{Nothing}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/client.jl:70
[3] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:64
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:64
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[10] include(::String) at ./client.jl:441
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[12] include(::String) at ./client.jl:441
[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:490
Server Status: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:69
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] command_simple(::Mongoc.Database, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/database.jl:33
[2] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:70
[3] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[4] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:70
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[6] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[8] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[9] include(::String) at ./client.jl:441
[10] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[11] include(::String) at ./client.jl:441
[12] top-level scope at none:6
[13] eval(::Module, ::Any) at ./boot.jl:331
[14] exec_options(::Base.JLOptions) at ./client.jl:264
[15] _start() at ./client.jl:490
Insert One with generated OID: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:89
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] insert_one(::Mongoc.Collection, ::Mongoc.BSON; options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:59
[2] #push!#58 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508 [inlined]
[3] push!(::Mongoc.Collection, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508
[4] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:91
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[6] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:90
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[8] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:87
[9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[10] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[11] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[12] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[13] include(::String) at ./client.jl:441
[14] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[15] include(::String) at ./client.jl:441
[16] top-level scope at none:6
[17] eval(::Module, ::Any) at ./boot.jl:331
[18] exec_options(::Base.JLOptions) at ./client.jl:264
[19] _start() at ./client.jl:490
Insert One with custom OID: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:104
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] insert_one(::Mongoc.Collection, ::Mongoc.BSON; options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:59
[2] #push!#58 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508 [inlined]
[3] push!(::Mongoc.Collection, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508
[4] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:107
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[6] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:105
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[8] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:87
[9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[10] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[11] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[12] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[13] include(::String) at ./client.jl:441
[14] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[15] include(::String) at ./client.jl:441
[16] top-level scope at none:6
[17] eval(::Module, ::Any) at ./boot.jl:331
[18] exec_options(::Base.JLOptions) at ./client.jl:264
[19] _start() at ./client.jl:490
new_collection: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:86
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] insert_one(::Mongoc.Collection, ::Mongoc.BSON; options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:59
[2] #push!#58 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508 [inlined]
[3] push!(::Mongoc.Collection, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508
[4] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:119
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[6] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:87
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[8] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[10] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[11] include(::String) at ./client.jl:441
[12] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[13] include(::String) at ./client.jl:441
[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:490
find_databases: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:144
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] _iterate(::Mongoc.Cursor{Mongoc.Client{Nothing}}, ::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:482
[2] iterate at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:489 [inlined] (repeats 2 times)
[3] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:146
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:145
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[10] include(::String) at ./client.jl:441
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[12] include(::String) at ./client.jl:441
[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:490
Binary data: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:164
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] insert_one(::Mongoc.Collection, ::Mongoc.BSON; options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:59
[2] #push!#58 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508 [inlined]
[3] push!(::Mongoc.Collection, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508
[4] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:170
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[6] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:165
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[8] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[10] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[11] include(::String) at ./client.jl:441
[12] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[13] include(::String) at ./client.jl:441
[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:490
find_collections: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:181
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] _iterate(::Mongoc.Cursor{Mongoc.Database}, ::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:482
[2] iterate at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:489 [inlined] (repeats 2 times)
[3] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:182
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:182
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[10] include(::String) at ./client.jl:441
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[12] include(::String) at ./client.jl:441
[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:490
Cleanup: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:196
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] drop at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:347 [inlined]
[2] drop(::Mongoc.Collection) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:342
[3] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:198
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:197
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[10] include(::String) at ./client.jl:441
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[12] include(::String) at ./client.jl:441
[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:490
insert_many: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:201
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] execute!(::Mongoc.BulkOperation) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:135
[2] insert_many(::Mongoc.Collection, ::Array{Mongoc.BSON,1}; bulk_options::Nothing, insert_options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:168
[3] #append!#59 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514 [inlined]
[4] append!(::Mongoc.Collection, ::Array{Mongoc.BSON,1}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:208
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:202
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[10] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[12] include(::String) at ./client.jl:441
[13] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[14] include(::String) at ./client.jl:441
[15] top-level scope at none:6
[16] eval(::Module, ::Any) at ./boot.jl:331
[17] exec_options(::Base.JLOptions) at ./client.jl:264
[18] _start() at ./client.jl:490
delete_one: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:222
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] insert_one(::Mongoc.Collection, ::Mongoc.BSON; options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:59
[2] #push!#58 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508 [inlined]
[3] push!(::Mongoc.Collection, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:508
[4] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:226
[5] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[6] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:223
[7] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[8] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[9] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[10] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[11] include(::String) at ./client.jl:441
[12] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[13] include(::String) at ./client.jl:441
[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:490
delete_many: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:240
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] execute!(::Mongoc.BulkOperation) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:135
[2] insert_many(::Mongoc.Collection, ::Array{Mongoc.BSON,1}; bulk_options::Nothing, insert_options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:168
[3] #append!#59 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514 [inlined]
[4] append!(::Mongoc.Collection, ::Array{Mongoc.BSON,1}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:242
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:241
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[10] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[12] include(::String) at ./client.jl:441
[13] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[14] include(::String) at ./client.jl:441
[15] top-level scope at none:6
[16] eval(::Module, ::Any) at ./boot.jl:331
[17] exec_options(::Base.JLOptions) at ./client.jl:264
[18] _start() at ./client.jl:490
update_one, update_many: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:253
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] execute!(::Mongoc.BulkOperation) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:135
[2] insert_many(::Mongoc.Collection, ::Array{Mongoc.BSON,1}; bulk_options::Nothing, insert_options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:168
[3] #append!#59 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514 [inlined]
[4] append!(::Mongoc.Collection, ::Array{Mongoc.BSON,1}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:255
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:254
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[10] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[12] include(::String) at ./client.jl:441
[13] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[14] include(::String) at ./client.jl:441
[15] top-level scope at none:6
[16] eval(::Module, ::Any) at ./boot.jl:331
[17] exec_options(::Base.JLOptions) at ./client.jl:264
[18] _start() at ./client.jl:490
aggregation, map_reduce: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:287
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] execute!(::Mongoc.BulkOperation) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:135
[2] insert_many(::Mongoc.Collection, ::Array{Mongoc.BSON,1}; bulk_options::Nothing, insert_options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:168
[3] #append!#59 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514 [inlined]
[4] append!(::Mongoc.Collection, ::Array{Mongoc.BSON,1}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:305
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:289
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:63
[10] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[12] include(::String) at ./client.jl:441
[13] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[14] include(::String) at ./client.jl:441
[15] top-level scope at none:6
[16] eval(::Module, ::Any) at ./boot.jl:331
[17] exec_options(::Base.JLOptions) at ./client.jl:264
[18] _start() at ./client.jl:490
main function: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:384
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] execute!(::Mongoc.BulkOperation) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:135
[2] insert_many(::Mongoc.Collection, ::Array{Mongoc.BSON,1}; bulk_options::Nothing, insert_options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:168
[3] #append!#59 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514 [inlined]
[4] append!(::Mongoc.Collection, ::Array{Mongoc.BSON,1}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:394
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:385
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:371
[10] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[12] include(::String) at ./client.jl:441
[13] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[14] include(::String) at ./client.jl:441
[15] top-level scope at none:6
[16] eval(::Module, ::Any) at ./boot.jl:331
[17] exec_options(::Base.JLOptions) at ./client.jl:264
[18] _start() at ./client.jl:490
command: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:461
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] execute!(::Mongoc.BulkOperation) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:135
[2] insert_many(::Mongoc.Collection, ::Array{Mongoc.BSON,1}; bulk_options::Nothing, insert_options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:168
[3] #append!#59 at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514 [inlined]
[4] append!(::Mongoc.Collection, ::Array{Mongoc.BSON,1}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:514
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:473
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:462
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[10] include(::String) at ./client.jl:441
[11] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[12] include(::String) at ./client.jl:441
[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:490
Users: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:496
Test threw exception
Expression: Mongoc.has_database(client, DB_NAME)
BSONError: domain=15, code=13053, message=No servers yet eligible for rescan
Stacktrace:
[1] _iterate(::Mongoc.Cursor{Mongoc.Client{Nothing}}, ::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:482
[2] iterate at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/collection.jl:489 [inlined] (repeats 2 times)
[3] has_database(::Mongoc.Client{Nothing}, ::String; options::Nothing) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/client.jl:122
[4] has_database(::Mongoc.Client{Nothing}, ::String) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/client.jl:122
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:496
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:496
[8] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
Users: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:494
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] command_simple(::Mongoc.Database, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/database.jl:33
[2] has_user(::Mongoc.Database, ::String) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/database.jl:124
[3] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:503
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:496
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[8] include(::String) at ./client.jl:441
[9] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[10] include(::String) at ./client.jl:441
[11] top-level scope at none:6
[12] eval(::Module, ::Any) at ./boot.jl:331
[13] exec_options(::Base.JLOptions) at ./client.jl:264
[14] _start() at ./client.jl:490
MongoDB: Error During Test at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:21
Got exception outside of a @test
BSONError: domain=15, code=13053, message=No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'localhost:27017']
Stacktrace:
[1] command_simple(::Mongoc.Database, ::Mongoc.BSON) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/database.jl:33
[2] get_server_mongodb_version(::Mongoc.Client{Nothing}) at /home/pkgeval/.julia/packages/Mongoc/OxMdy/src/client.jl:79
[3] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:519
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1114
[5] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:23
[6] include(::String) at ./client.jl:441
[7] top-level scope at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
[8] include(::String) at ./client.jl:441
[9] top-level scope at none:6
[10] eval(::Module, ::Any) at ./boot.jl:331
[11] exec_options(::Base.JLOptions) at ./client.jl:264
[12] _start() at ./client.jl:490
Test Summary: | Pass Error Total
MongoDB | 9 19 28
Destroy | No tests
Types | 3 3
Connection | 4 14 18
ping | 1 1
Server Status | 1 1
error print | 1 1
new_collection | 3 3
Insert One with generated OID | 1 1
Insert One with custom OID | 1 1
find_databases | 1 1
catch cursor error | 1 1
Binary data | 1 1
find_collections | 1 1
BulkOperation | No tests
Cleanup | 1 1
insert_many | 1 1
delete_one | 1 1
delete_many | 1 1
update_one, update_many | 1 1
aggregation, map_reduce | 2 1 3
QueryFlags | 2 2
find and modify | 1 1
create/destroy opts | No tests
set opts | No tests
main function | 1 1
command | 1 1
Users | 2 2
Session Options | 2 2
ERROR: LoadError: LoadError: Some tests did not pass: 9 passed, 0 failed, 19 errored, 0 broken.
in expression starting at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/mongodb_tests.jl:21
in expression starting at /home/pkgeval/.julia/packages/Mongoc/OxMdy/test/runtests.jl:3
ERROR: Package Mongoc 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:53
[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:1523
[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:316
[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:303
[5] #test#68 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:297 [inlined]
[6] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:297 [inlined]
[7] #test#67 at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:296 [inlined]
[8] test at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:296 [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:295
[10] test(::String) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.5/Pkg/src/API.jl:295
[11] top-level scope at none:13