File size: 73,031 Bytes
8076550
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[{"stream_name":"stdout","time":23.800051557,"data":"   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.5/47.5 MB 39.9 MB/s eta 0:00:00\n"}
,{"stream_name":"stdout","time":67.929783172,"data":"Dependencies ready\n"}
,{"stream_name":"stdout","time":68.57545978,"data":"Loaded 1,119 builds from /kaggle/working/data/chunk.csv\n"}
,{"stream_name":"stdout","time":68.579948858,"data":"Already done: 956 (resuming)\n"}
,{"stream_name":"stdout","time":69.583465815,"data":"\n"}
,{"stream_name":"stdout","time":69.583501004,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":69.583507228,"data":"  PMC Chunk Scraper\n"}
,{"stream_name":"stdout","time":69.583530711,"data":"  Chunk: /kaggle/working/data/chunk.csv\n"}
,{"stream_name":"stdout","time":69.583536139,"data":"  Total builds: 1,119\n"}
,{"stream_name":"stdout","time":69.584563808,"data":"  Already done: 956\n"}
,{"stream_name":"stdout","time":69.584588578,"data":"  Remaining: 163\n"}
,{"stream_name":"stdout","time":69.58459419,"data":"  Output: /kaggle/working/pmc_out\n"}
,{"stream_name":"stdout","time":69.584598638,"data":"  Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":69.584603916,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":69.584609484,"data":"\n"}
,{"stream_name":"stdout","time":72.801245717,"data":"Clearing CF...\n"}
,{"stream_name":"stdout","time":75.445335503,"data":"CF cleared\n"}
,{"stream_name":"stdout","time":94.35979214,"data":"5 worker tabs ready\n"}
,{"stream_name":"stdout","time":94.361231197,"data":"\n"}
,{"stream_name":"stderr","time":94.38010418,"data":"06:53:22 | [W0] Started\n"}
,{"stream_name":"stderr","time":96.381140699,"data":"06:53:24 | [W1] Started\n"}
,{"stream_name":"stderr","time":98.374882672,"data":"06:53:26 | [W2] Started\n"}
,{"stream_name":"stderr","time":100.376245757,"data":"06:53:28 | [W3] Started\n"}
,{"stream_name":"stderr","time":102.3811506,"data":"06:53:30 | [W4] Started\n"}
,{"stream_name":"stderr","time":124.069934272,"data":"06:53:51 | [W0] Click fail modern-restaurante---beach-town-project: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":125.461771135,"data":"06:53:53 | [W1] Click fail epic-mansion-1156178: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":127.714449395,"data":"06:53:55 | [W3] Click fail luigis-adventure-2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":128.02648957,"data":"06:53:55 | [W4] Click fail hardcore-survival-106403: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":128.291527592,"data":"06:53:56 | [W2] Click fail 3x5-piston-door: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":161.647695773,"data":"06:54:29 | [W0] Click fail modern-restaurante---beach-town-project: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":162.44240412,"data":"06:54:30 | [W1] Click fail epic-mansion-1156178: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":165.662658997,"data":"06:54:33 | [W3] Click fail luigis-adventure-2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":166.170291946,"data":"06:54:33 | [W2] Click fail 3x5-piston-door: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":166.766640306,"data":"06:54:34 | [W4] Click fail hardcore-survival-106403: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":197.16928178,"data":"06:55:04 | [W0] Click fail modern-restaurante---beach-town-project: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":198.687889796,"data":"06:55:06 | [W1] Click fail epic-mansion-1156178: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":202.249634402,"data":"06:55:09 | [W3] Click fail luigis-adventure-2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":203.177352709,"data":"06:55:10 | [W2] Click fail 3x5-piston-door: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":204.222580608,"data":"06:55:11 | [W4] Click fail hardcore-survival-106403: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":215.558218269,"data":"[W0] OK:0 SK:0 FL:1 | 1/1119 (0.1%) | 0/hr | 11h37m | Q:151\n"}
,{"stream_name":"stdout","time":216.463255487,"data":"[W1] OK:0 SK:0 FL:2 | 2/1119 (0.2%) | 0/hr | 11h37m | Q:151\n"}
,{"stream_name":"stdout","time":220.542214738,"data":"[W3] OK:0 SK:0 FL:3 | 3/1119 (0.3%) | 0/hr | 11h37m | Q:151\n"}
,{"stream_name":"stdout","time":222.232883628,"data":"[W2] OK:0 SK:0 FL:4 | 4/1119 (0.4%) | 0/hr | 11h37m | Q:150\n"}
,{"stream_name":"stdout","time":224.252591482,"data":"[W4] OK:0 SK:0 FL:5 | 5/1119 (0.4%) | 0/hr | 11h37m | Q:151\n"}
,{"stream_name":"stderr","time":245.918254204,"data":"06:55:53 | [W0] Click fail hello-neighbor-by-szklon-vpre-alpha: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":246.137307457,"data":"06:55:53 | [W1] Click fail escape-the-noob: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":251.306669251,"data":"06:55:59 | [W3] Click fail sdk-gun-mod-181-armory-d: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":255.01220375,"data":"06:56:02 | [W4] Click fail hong-kong---mong-kok-xmas-version: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":256.02729568,"data":"06:56:03 | [W2] Click fail bogt-gart-mythological-hybrids: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":272.201728718,"data":"06:56:19 | [W3] OK sdk-gun-mod-181-armory-d  New World12345.zip (6,797,138B)\n"}
,{"stream_name":"stdout","time":272.223011696,"data":"[W3] OK:1 SK:0 FL:5 | 6/1119 (0.5%) | 18/hr | 11h36m | Q:151\n"}
,{"stream_name":"stderr","time":283.108313685,"data":"06:56:30 | [W0] Click fail hello-neighbor-by-szklon-vpre-alpha: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":283.120424589,"data":"06:56:30 | [W1] Click fail escape-the-noob: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":291.400771642,"data":"06:56:39 | [W4] Click fail hong-kong---mong-kok-xmas-version: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":292.481144683,"data":"06:56:40 | [W2] Click fail bogt-gart-mythological-hybrids: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":300.151440603,"data":"06:56:47 | [W3] Click fail medieval-house-5-1794082: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":320.25040079,"data":"06:57:07 | [W1] Click fail escape-the-noob: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":320.665165445,"data":"06:57:08 | [W0] Click fail hello-neighbor-by-szklon-vpre-alpha: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":327.498435714,"data":"06:57:15 | [W4] Click fail hong-kong---mong-kok-xmas-version: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":329.214728718,"data":"06:57:16 | [W2] Click fail bogt-gart-mythological-hybrids: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":337.187628181,"data":"06:57:24 | [W3] Click fail medieval-house-5-1794082: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":338.709247331,"data":"[W1] OK:1 SK:0 FL:6 | 7/1119 (0.6%) | 13/hr | 11h35m | Q:151\n"}
,{"stream_name":"stdout","time":339.927886796,"data":"[W0] OK:1 SK:0 FL:7 | 8/1119 (0.7%) | 13/hr | 11h35m | Q:151\n"}
,{"stream_name":"stdout","time":345.256764336,"data":"[W4] OK:1 SK:0 FL:8 | 9/1119 (0.8%) | 13/hr | 11h35m | Q:151\n"}
,{"stream_name":"stdout","time":347.536309337,"data":"[W2] OK:1 SK:0 FL:9 | 10/1119 (0.9%) | 13/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":360.541286126,"data":"06:57:48 | [W0] OK --lvl-16---nordic-small-house  nordichouse9196803.schematic (2,035B)\n"}
,{"stream_name":"stdout","time":360.567310127,"data":"[W0] OK:2 SK:0 FL:9 | 11/1119 (1.0%) | 25/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":365.360122142,"data":"06:57:53 | [W4] OK giitch-skyblock  2giitch-s-skyblock-1-20-4.zip (5,620,001B)\n"}
,{"stream_name":"stdout","time":365.381302285,"data":"[W4] OK:3 SK:0 FL:9 | 12/1119 (1.1%) | 37/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":377.409232055,"data":"06:58:05 | [W3] Click fail medieval-house-5-1794082: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":377.451618528,"data":"06:58:05 | [W1] Click fail kimi-no-namae-the-rising-of-the-shield-hero-ed-minecraft-note-block-cover: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":383.754999009,"data":"06:58:11 | [W2] Click fail metal-dragon: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":389.409355193,"data":"06:58:17 | [W0] Click fail small-frigate: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":394.710919506,"data":"06:58:22 | [W4] Click fail lockheed-martin-f-35-lightning-ii-v2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":396.391742571,"data":"[W3] OK:3 SK:0 FL:10 | 13/1119 (1.2%) | 33/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":397.734365766,"data":"06:58:25 | [W1] OK kimi-no-namae-the-rising-of-the-shield-hero-ed-minecraft-note-block-cover  kimi-no-namae-the-rising-of-the-shield-hero-ed.zip (39,538B)\n"}
,{"stream_name":"stdout","time":397.755683666,"data":"[W1] OK:4 SK:0 FL:10 | 14/1119 (1.3%) | 44/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":403.828630498,"data":"06:58:31 | [W2] OK metal-dragon  MetalDragon.schematic (44,730B)\n"}
,{"stream_name":"stdout","time":403.885261287,"data":"[W2] OK:5 SK:0 FL:10 | 15/1119 (1.3%) | 54/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":413.133673558,"data":"06:58:40 | [W3] Click fail small-island-vacation-home: ElementHandle.click: Element is outside of the vie\n"}
,{"stream_name":"stderr","time":413.85922717,"data":"06:58:41 | [W0] OK small-frigate  smallfrig.schem (5,575B)\n"}
,{"stream_name":"stdout","time":413.886024172,"data":"[W0] OK:6 SK:0 FL:10 | 16/1119 (1.4%) | 63/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":433.270799095,"data":"06:59:00 | [W4] Click fail lockheed-martin-f-35-lightning-ii-v2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":435.479878648,"data":"06:59:03 | [W3] OK small-island-vacation-home  beach-vacation.zip (5,227,136B)\n"}
,{"stream_name":"stdout","time":435.497612184,"data":"[W3] OK:7 SK:0 FL:10 | 17/1119 (1.5%) | 69/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":436.715947159,"data":"06:59:04 | [W1] Click fail farmworld-spawn-3800630: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":439.179185692,"data":"06:59:06 | [W2] Click fail 8x8-herobrine-piston-door: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":445.534032087,"data":"06:59:13 | [W0] Click fail skyworld-survivial-challenge: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":454.992592012,"data":"06:59:22 | [W3] OK nazca-line-art  nazcaBird.schematic (2,843B)\n"}
,{"stream_name":"stdout","time":455.013168344,"data":"[W3] OK:8 SK:0 FL:10 | 18/1119 (1.6%) | 75/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":455.572649025,"data":"06:59:23 | [W4] OK lockheed-martin-f-35-lightning-ii-v2  f35.schem (4,947B)\n"}
,{"stream_name":"stdout","time":455.602703384,"data":"[W4] OK:9 SK:0 FL:10 | 19/1119 (1.7%) | 84/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":459.538857856,"data":"06:59:27 | [W1] OK farmworld-spawn-3800630  farmspawn10511774.schematic (54,263B)\n"}
,{"stream_name":"stdout","time":459.579431731,"data":"[W1] OK:10 SK:0 FL:10 | 20/1119 (1.8%) | 92/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":460.816761967,"data":"06:59:28 | [W2] OK 8x8-herobrine-piston-door  8x8-Herobine-door.zip (474,057B)\n"}
,{"stream_name":"stdout","time":460.84632078,"data":"[W2] OK:11 SK:0 FL:10 | 21/1119 (1.9%) | 101/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":464.830143344,"data":"06:59:32 | [W0] OK skyworld-survivial-challenge  Skyworld-Schematic.zip (3,778B)\n"}
,{"stream_name":"stdout","time":464.85852582,"data":"[W0] OK:12 SK:0 FL:10 | 22/1119 (2.0%) | 109/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":467.780120897,"data":"06:59:35 | [W3] OK 19th-century-aeva-plot  plotaeva10915984.schematic (246,404B)\n"}
,{"stream_name":"stdout","time":467.809748752,"data":"[W3] OK:13 SK:0 FL:10 | 23/1119 (2.1%) | 118/hr | 11h33m | Q:149\n"}
,{"stream_name":"stderr","time":474.453794092,"data":"06:59:42 | [W1] OK snowman-3d-build  snehulak9737217.schematic (1,347B)\n"}
,{"stream_name":"stdout","time":474.486439265,"data":"[W1] OK:14 SK:0 FL:10 | 24/1119 (2.1%) | 124/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":476.847330683,"data":"06:59:44 | [W2] OK caves-only  2023-04-10-08-46-38-caves-only.zip (3,252,296B)\n"}
,{"stream_name":"stdout","time":476.876143084,"data":"[W2] OK:15 SK:0 FL:10 | 25/1119 (2.2%) | 133/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":480.015343375,"data":"06:59:47 | [W4] OK fantasy-medieval-spawn  fantasy.zip (378,737B)\n"}
,{"stream_name":"stdout","time":480.034689547,"data":"[W4] OK:16 SK:0 FL:10 | 26/1119 (2.3%) | 140/hr | 11h33m | Q:151\n"}
,{"stream_name":"stdout","time":482.919288861,"data":"Feeder done  180 builds queued\n"}
,{"stream_name":"stderr","time":498.056632454,"data":"07:00:05 | [W0] Click fail fully-customizable-boeing-767-300: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":501.135113117,"data":"07:00:08 | [W3] Click fail aston-martin-logo-in-progress: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":503.430364817,"data":"07:00:11 | [W1] Click fail roman-theatre-979490: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":510.624522211,"data":"07:00:18 | [W2] Click fail 1-5-1-maz-6430: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":517.451984169,"data":"07:00:25 | [W4] Click fail colossal-titan-aot-1-1: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":519.16950465,"data":"07:00:26 | [W0] OK fully-customizable-boeing-767-300  Boeing767-300 BLANK.schematic (3,546B)\n"}
,{"stream_name":"stdout","time":519.185255245,"data":"[W0] OK:17 SK:0 FL:10 | 27/1119 (2.4%) | 136/hr | 11h32m | Q:154\n"}
,{"stream_name":"stderr","time":522.69890674,"data":"07:00:30 | [W3] OK aston-martin-logo-in-progress  Astonmartinlogo.zip (213,453B)\n"}
,{"stream_name":"stdout","time":522.729434824,"data":"[W3] OK:18 SK:0 FL:10 | 28/1119 (2.5%) | 143/hr | 11h32m | Q:154\n"}
,{"stream_name":"stderr","time":532.019578762,"data":"07:00:39 | [W2] OK 1-5-1-maz-6430  maz.zip (2,114,426B)\n"}
,{"stream_name":"stdout","time":532.040525681,"data":"[W2] OK:19 SK:0 FL:10 | 29/1119 (2.6%) | 148/hr | 11h32m | Q:152\n"}
,{"stream_name":"stderr","time":537.218556723,"data":"07:00:44 | [W3] OK redsand-skywars-map-pvp  redsand.zip (568,964B)\n"}
,{"stream_name":"stdout","time":537.25896475,"data":"[W3] OK:20 SK:0 FL:10 | 30/1119 (2.7%) | 154/hr | 11h32m | Q:152\n"}
,{"stream_name":"stderr","time":541.843695029,"data":"07:00:49 | [W1] Click fail roman-theatre-979490: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":552.615938121,"data":"07:01:00 | [W0] Click fail ke-an-anadolu-lisesi-ke-an-anatolian-high-school: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":553.930700473,"data":"07:01:01 | [W4] Click fail colossal-titan-aot-1-1: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":556.36956342,"data":"07:01:04 | [W3] OK small-simple-mount-olympus-spawn  mountolympus9131279.schematic (911,012B)\n"}
,{"stream_name":"stdout","time":556.400115955,"data":"[W3] OK:21 SK:0 FL:10 | 31/1119 (2.8%) | 155/hr | 11h31m | Q:150\n"}
,{"stream_name":"stderr","time":557.706008922,"data":"07:01:05 | [W2] OK locke-down-rpg-adventure-map-puzzles-parkour-survival-1-21-6  lockedown-adventure-map-v1-4.zip (10,759,842B)\n"}
,{"stream_name":"stdout","time":557.726939993,"data":"[W2] OK:22 SK:0 FL:10 | 32/1119 (2.9%) | 162/hr | 11h31m | Q:150\n"}
,{"stream_name":"stderr","time":564.099568182,"data":"07:01:11 | [W1] OK roman-theatre-979490  Theatre.schematic (3,564B)\n"}
,{"stream_name":"stdout","time":564.12050998,"data":"[W1] OK:23 SK:0 FL:10 | 33/1119 (2.9%) | 167/hr | 11h31m | Q:150\n"}
,{"stream_name":"stdout","time":572.05528053,"data":"[W0] OK:23 SK:0 FL:11 | 34/1119 (3.0%) | 165/hr | 11h31m | Q:148\n"}
,{"stream_name":"stderr","time":574.130676235,"data":"07:01:21 | [W3] OK hello-neighbor-early-animation-house  early-animation.zip (723,421B)\n"}
,{"stream_name":"stdout","time":574.168005704,"data":"[W3] OK:24 SK:0 FL:11 | 35/1119 (3.1%) | 171/hr | 11h31m | Q:148\n"}
,{"stream_name":"stderr","time":575.114217159,"data":"07:01:22 | [W4] OK colossal-titan-aot-1-1  colossal.schem (3,086B)\n"}
,{"stream_name":"stdout","time":575.144190921,"data":"[W4] OK:25 SK:0 FL:11 | 36/1119 (3.2%) | 178/hr | 11h31m | Q:147\n"}
,{"stream_name":"stderr","time":577.688539002,"data":"07:01:25 | [W2] OK pikachu-raichu-downloadable  pikachu-raichu-north.schem (5,393B)\n"}
,{"stream_name":"stdout","time":577.720679096,"data":"[W2] OK:26 SK:0 FL:11 | 37/1119 (3.3%) | 184/hr | 11h31m | Q:147\n"}
,{"stream_name":"stderr","time":588.635019213,"data":"07:01:36 | [W0] OK mario-bedwars-map-contest-for-server  username-map-name.zip (309,306B)\n"}
,{"stream_name":"stdout","time":588.658706098,"data":"[W0] OK:27 SK:0 FL:11 | 38/1119 (3.4%) | 187/hr | 11h31m | Q:143\n"}
,{"stream_name":"stderr","time":591.469058877,"data":"07:01:39 | [W2] OK asia-dojo  Pagoda-Cloth-Version.schematic (4,374B)\n"}
,{"stream_name":"stdout","time":591.503186574,"data":"[W2] OK:28 SK:0 FL:11 | 39/1119 (3.5%) | 193/hr | 11h31m | Q:143\n"}
,{"stream_name":"stderr","time":599.945817372,"data":"07:01:47 | [W1] Click fail alpha-1-6100011: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":603.270978476,"data":"07:01:50 | [W3] Click fail world-trade-center-487325: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":610.520720094,"data":"07:01:58 | [W2] OK spruce-taiga-cabin-starter-world-1-12-2  spruce-taiga-cabin-starter-world.zip (10,998,013B)\n"}
,{"stream_name":"stdout","time":610.550899702,"data":"[W2] OK:29 SK:0 FL:11 | 40/1119 (3.6%) | 193/hr | 11h30m | Q:141\n"}
,{"stream_name":"stderr","time":611.277944635,"data":"07:01:58 | [W4] Click fail statues-4170094: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":618.18193209,"data":"[W1] OK:29 SK:0 FL:12 | 41/1119 (3.7%) | 190/hr | 11h30m | Q:141\n"}
,{"stream_name":"stderr","time":622.93497643,"data":"07:02:10 | [W0] Click fail dallas-dart-light-rail-slrv: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":633.667820483,"data":"07:02:21 | [W4] OK statues-4170094  statues-1-12.zip (321,674B)\n"}
,{"stream_name":"stdout","time":633.684886915,"data":"[W4] OK:30 SK:0 FL:12 | 42/1119 (3.8%) | 191/hr | 11h30m | Q:139\n"}
,{"stream_name":"stderr","time":640.83057181,"data":"07:02:28 | [W3] Click fail world-trade-center-487325: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":648.111272514,"data":"07:02:35 | [W2] Click fail five-nights-at-freddy-s-1-map-1-18-2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":650.181118902,"data":"07:02:37 | [W1] Click fail small-faction-spawn-3677299: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":659.764575063,"data":"07:02:47 | [W0] Click fail dallas-dart-light-rail-slrv: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":666.563680474,"data":"07:02:54 | [W4] Click fail the-engineer-s-house-houses-jam-alaska: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":671.319531558,"data":"07:02:59 | [W2] OK five-nights-at-freddy-s-1-map-1-18-2  fnaf-1-map.zip (9,073,696B)\n"}
,{"stream_name":"stdout","time":671.340601103,"data":"[W2] OK:31 SK:0 FL:12 | 43/1119 (3.8%) | 185/hr | 11h29m | Q:138\n"}
,{"stream_name":"stderr","time":673.151769198,"data":"07:03:00 | [W1] OK small-faction-spawn-3677299  faction10103717.schematic (10,915B)\n"}
,{"stream_name":"stdout","time":673.194203344,"data":"[W1] OK:32 SK:0 FL:12 | 44/1119 (3.9%) | 191/hr | 11h29m | Q:138\n"}
,{"stream_name":"stderr","time":677.041633667,"data":"07:03:04 | [W3] Click fail world-trade-center-487325: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":680.665931248,"data":"07:03:08 | [W0] OK dallas-dart-light-rail-slrv  dallasdartlightrail10542710.schematic (623B)\n"}
,{"stream_name":"stdout","time":680.686758716,"data":"[W0] OK:33 SK:0 FL:12 | 45/1119 (4.0%) | 194/hr | 11h29m | Q:136\n"}
,{"stream_name":"stderr","time":684.089584593,"data":"07:03:11 | [W2] OK britannia-roman-fort  britanniafort.schematic (18,404B)\n"}
,{"stream_name":"stdout","time":684.118126777,"data":"[W2] OK:34 SK:0 FL:12 | 46/1119 (4.1%) | 199/hr | 11h29m | Q:136\n"}
,{"stream_name":"stderr","time":686.058728799,"data":"07:03:13 | [W1] OK oriental-themed  oriental.schem (1,233,362B)\n"}
,{"stream_name":"stdout","time":686.083197877,"data":"[W1] OK:35 SK:0 FL:12 | 47/1119 (4.2%) | 204/hr | 11h29m | Q:136\n"}
,{"stream_name":"stderr","time":690.801018168,"data":"07:03:18 | [W4] OK the-engineer-s-house-houses-jam-alaska  the-engineers-house.zip (4,617,712B)\n"}
,{"stream_name":"stdout","time":690.857319467,"data":"[W4] OK:36 SK:0 FL:12 | 48/1119 (4.3%) | 209/hr | 11h29m | Q:135\n"}
,{"stream_name":"stdout","time":695.715566864,"data":"[W3] OK:36 SK:0 FL:13 | 49/1119 (4.4%) | 207/hr | 11h29m | Q:133\n"}
,{"stream_name":"stderr","time":702.192947191,"data":"07:03:29 | [W1] OK hot-guy-cyberpunk-hq  hotguycyberpunk.schem (6,677B)\n"}
,{"stream_name":"stdout","time":702.229243442,"data":"[W1] OK:37 SK:0 FL:13 | 50/1119 (4.5%) | 211/hr | 11h29m | Q:132\n"}
,{"stream_name":"stderr","time":712.641124157,"data":"07:03:40 | [W0] Click fail statue-sepiderman: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":715.344486516,"data":"07:03:43 | [W3] OK gtmc-gangster-parkour  The-Noob-Adventure.zip (3,834,296B)\n"}
,{"stream_name":"stdout","time":715.364454684,"data":"[W3] OK:38 SK:0 FL:13 | 51/1119 (4.6%) | 212/hr | 11h29m | Q:130\n"}
,{"stream_name":"stderr","time":717.473191154,"data":"07:03:45 | [W2] Click fail temelli-a-turkish-minecraft-city-not-finished: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":725.197665383,"data":"07:03:52 | [W4] Click fail ddg-991-: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":730.127942799,"data":"07:03:57 | [W3] OK -6070174  world-3.zip (1,004,751B)\n"}
,{"stream_name":"stdout","time":730.155775727,"data":"[W3] OK:39 SK:0 FL:13 | 52/1119 (4.6%) | 213/hr | 11h28m | Q:129\n"}
,{"stream_name":"stderr","time":732.373776914,"data":"07:04:00 | [W0] OK statue-sepiderman  map-statue-spiderman.zip (38,874B)\n"}
,{"stream_name":"stdout","time":732.389012773,"data":"[W0] OK:40 SK:0 FL:13 | 53/1119 (4.7%) | 217/hr | 11h28m | Q:129\n"}
,{"stream_name":"stderr","time":732.732263807,"data":"07:04:00 | [W1] Click fail prison-escape-mixed: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":738.193877083,"data":"07:04:05 | [W2] OK temelli-a-turkish-minecraft-city-not-finished  temelli.zip (3,204,356B)\n"}
,{"stream_name":"stdout","time":738.244965497,"data":"[W2] OK:41 SK:0 FL:13 | 54/1119 (4.8%) | 221/hr | 11h28m | Q:129\n"}
,{"stream_name":"stderr","time":747.782734181,"data":"07:04:15 | [W4] OK ddg-991-  ddg-9912.schematic (7,124B)\n"}
,{"stream_name":"stdout","time":747.804114752,"data":"[W4] OK:42 SK:0 FL:13 | 55/1119 (4.9%) | 223/hr | 11h28m | Q:127\n"}
,{"stream_name":"stderr","time":748.192487826,"data":"07:04:15 | [W3] OK huge-house-895536  hugehouse_2281530.schematic (265B)\n"}
,{"stream_name":"stdout","time":748.221302436,"data":"[W3] OK:43 SK:0 FL:13 | 56/1119 (5.0%) | 228/hr | 11h28m | Q:127\n"}
,{"stream_name":"stderr","time":748.5636895,"data":"07:04:16 | [W0] OK realistic-modern-apartment-perfect-for-city-builds-by-mrlion  mrlionmodernapartment4.zip (2,187B)\n"}
,{"stream_name":"stdout","time":748.580353304,"data":"[W0] OK:44 SK:0 FL:13 | 57/1119 (5.1%) | 233/hr | 11h28m | Q:127\n"}
,{"stream_name":"stderr","time":753.718866678,"data":"07:04:21 | [W1] OK prison-escape-mixed  prison-escape-by-dzhf.zip (2,385,596B)\n"}
,{"stream_name":"stdout","time":753.749348558,"data":"[W1] OK:45 SK:0 FL:13 | 58/1119 (5.2%) | 237/hr | 11h28m | Q:125\n"}
,{"stream_name":"stderr","time":764.561603283,"data":"07:04:32 | [W4] OK milano-5668147  milano.zip (2,041,997B)\n"}
,{"stream_name":"stdout","time":764.578506626,"data":"[W4] OK:46 SK:0 FL:13 | 59/1119 (5.3%) | 238/hr | 11h28m | Q:123\n"}
,{"stream_name":"stderr","time":773.392639979,"data":"07:04:41 | [W2] Click fail block-wars-5539145: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":776.534435316,"data":"07:04:44 | [W3] Click fail modern-mansion-5125485: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":778.312905223,"data":"07:04:46 | [W1] OK tekkit-realistic-nuclear-power-plant-and-city  City_4916138.zip (4,662,803B)\n"}
,{"stream_name":"stdout","time":778.339229541,"data":"[W1] OK:47 SK:0 FL:13 | 60/1119 (5.4%) | 239/hr | 11h28m | Q:121\n"}
,{"stream_name":"stderr","time":782.308881085,"data":"07:04:50 | [W0] Click fail ender-dragon-upper-world-battle: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":798.002622346,"data":"07:05:05 | [W4] Click fail survival-in-a-chest-pe-not-ported-let-s-see-how-you-survive-in-a-small-world-of-chest-just-survive: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":798.599967129,"data":"07:05:06 | [W2] OK block-wars-5539145  bedwars1.schem (61,521B)\n"}
,{"stream_name":"stdout","time":798.623347397,"data":"[W2] OK:48 SK:0 FL:13 | 61/1119 (5.5%) | 237/hr | 11h27m | Q:120\n"}
,{"stream_name":"stderr","time":800.479345549,"data":"07:05:08 | [W3] OK modern-mansion-5125485  modern-mansion.schem (5,265B)\n"}
,{"stream_name":"stdout","time":800.506235211,"data":"[W3] OK:49 SK:0 FL:13 | 62/1119 (5.5%) | 241/hr | 11h27m | Q:120\n"}
,{"stream_name":"stderr","time":805.10153636,"data":"07:05:12 | [W0] OK ender-dragon-upper-world-battle  EnderDragon-Boss-Battle.zip (3,759,002B)\n"}
,{"stream_name":"stdout","time":805.130155478,"data":"[W0] OK:50 SK:0 FL:13 | 63/1119 (5.6%) | 245/hr | 11h27m | Q:119\n"}
,{"stream_name":"stderr","time":809.446504119,"data":"07:05:17 | [W1] Click fail budgiebudgerigar-pixel-art: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":810.220861749,"data":"07:05:17 | [W2] Click fail arena-of-battle: ElementHandle.click: Element is outside of the vie\n"}
,{"stream_name":"stderr","time":819.271121466,"data":"07:05:26 | [W4] OK survival-in-a-chest-pe-not-ported-let-s-see-how-you-survive-in-a-small-world-of-chest-just-survive  survival-in-a-chest-pe-not-ported.zip (182,256B)\n"}
,{"stream_name":"stdout","time":819.292163086,"data":"[W4] OK:51 SK:0 FL:13 | 64/1119 (5.7%) | 245/hr | 11h27m | Q:117\n"}
,{"stream_name":"stderr","time":820.141275324,"data":"07:05:27 | [W0] OK abandoned-blackstone-castle-1cc  pmc-chunk-challenge.zip (750,404B)\n"}
,{"stream_name":"stdout","time":820.167295037,"data":"[W0] OK:52 SK:0 FL:13 | 65/1119 (5.8%) | 249/hr | 11h27m | Q:117\n"}
,{"stream_name":"stderr","time":828.723715212,"data":"07:05:36 | [W1] OK budgiebudgerigar-pixel-art  budgie.schematic (1,453B)\n"}
,{"stream_name":"stdout","time":828.744144149,"data":"[W1] OK:53 SK:0 FL:13 | 66/1119 (5.9%) | 251/hr | 11h27m | Q:116\n"}
,{"stream_name":"stderr","time":830.257223709,"data":"07:05:37 | [W3] Click fail one-wtc: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":831.835711833,"data":"07:05:39 | [W2] OK arena-of-battle  arenabattle.zip (701,718B)\n"}
,{"stream_name":"stdout","time":831.868207664,"data":"[W2] OK:54 SK:0 FL:13 | 67/1119 (6.0%) | 255/hr | 11h27m | Q:115\n"}
,{"stream_name":"stderr","time":835.661677676,"data":"07:05:43 | [W4] OK central-park-tower-1-1-scale  central-park-tower.zip (6,142,615B)\n"}
,{"stream_name":"stdout","time":835.683986878,"data":"[W4] OK:55 SK:0 FL:13 | 68/1119 (6.1%) | 258/hr | 11h27m | Q:114\n"}
,{"stream_name":"stderr","time":838.80787732,"data":"07:05:46 | [W0] Click fail domus-tranquillum: ElementHandle.click: Element is outside of the vie\n"}
,{"stream_name":"stdout","time":848.661316997,"data":"[W3] OK:55 SK:0 FL:14 | 69/1119 (6.2%) | 254/hr | 11h27m | Q:112\n"}
,{"stream_name":"stderr","time":850.74552373,"data":"07:05:58 | [W4] OK lighthouse-with-dock  engaxe1faaa-1.zip (2,195,088B)\n"}
,{"stream_name":"stdout","time":850.768385981,"data":"[W4] OK:56 SK:0 FL:14 | 70/1119 (6.3%) | 258/hr | 11h26m | Q:112\n"}
,{"stream_name":"stderr","time":858.185567484,"data":"07:06:05 | [W1] Click fail ancient-whale-skeleton: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":859.142022536,"data":"07:06:06 | [W0] OK domus-tranquillum  domus tranquillum.schematic (1,074B)\n"}
,{"stream_name":"stdout","time":859.175520092,"data":"[W0] OK:57 SK:0 FL:14 | 71/1119 (6.3%) | 260/hr | 11h26m | Q:111\n"}
,{"stream_name":"stderr","time":864.173589128,"data":"07:06:11 | [W2] Click fail big-tree-house-3959095: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":866.411683444,"data":"07:06:14 | [W3] OK gamer-kid267-s-kit-pvp-1-16-5  kitpvp.zip (3,310,958B)\n"}
,{"stream_name":"stdout","time":866.428907177,"data":"[W3] OK:58 SK:0 FL:14 | 72/1119 (6.4%) | 262/hr | 11h26m | Q:110\n"}
,{"stream_name":"stderr","time":871.234064058,"data":"07:06:18 | [W4] OK bedwars-map-happy-color  bedwarsmap-8v8-4v4-2v2-1v1.zip (667,918B)\n"}
,{"stream_name":"stdout","time":871.26264137,"data":"[W4] OK:59 SK:0 FL:14 | 73/1119 (6.5%) | 265/hr | 11h26m | Q:109\n"}
,{"stream_name":"stderr","time":879.910667639,"data":"07:06:27 | [W1] OK ancient-whale-skeleton  minemaster1739sdesertdetourentry9948126.zip (1,471,604B)\n"}
,{"stream_name":"stdout","time":879.936590344,"data":"[W1] OK:60 SK:0 FL:14 | 74/1119 (6.6%) | 267/hr | 11h26m | Q:107\n"}
,{"stream_name":"stderr","time":881.472536572,"data":"07:06:29 | [W3] Click fail mystical-tree: ElementHandle.click: Element is outside of the vie\n"}
,{"stream_name":"stderr","time":884.885715925,"data":"07:06:32 | [W2] OK big-tree-house-3959095  big-tree-house.schematic (13,915B)\n"}
,{"stream_name":"stdout","time":884.905452851,"data":"[W2] OK:61 SK:0 FL:14 | 75/1119 (6.7%) | 269/hr | 11h26m | Q:107\n"}
,{"stream_name":"stderr","time":886.202042492,"data":"07:06:33 | [W4] OK huey-1144566  Huey.zip (42,295B)\n"}
,{"stream_name":"stdout","time":886.227759623,"data":"[W4] OK:62 SK:0 FL:14 | 76/1119 (6.8%) | 273/hr | 11h26m | Q:107\n"}
,{"stream_name":"stderr","time":897.360574003,"data":"07:06:45 | [W0] Click fail modern-house-3762866: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":900.779381147,"data":"07:06:48 | [W2] OK schematic-tudor-house-tower  tudor.schematic (3,572B)\n"}
,{"stream_name":"stdout","time":900.800954794,"data":"[W2] OK:63 SK:0 FL:14 | 77/1119 (6.9%) | 273/hr | 11h26m | Q:104\n"}
,{"stream_name":"stderr","time":903.613538188,"data":"07:06:51 | [W4] OK entity-sensor-door  enitity-sensor-door-3x3.zip (1,287,505B)\n"}
,{"stream_name":"stdout","time":903.650842943,"data":"[W4] OK:64 SK:0 FL:14 | 78/1119 (7.0%) | 276/hr | 11h26m | Q:104\n"}
,{"stream_name":"stderr","time":904.540290142,"data":"07:06:52 | [W3] OK mystical-tree  tree_5834877.schematic (30,299B)\n"}
,{"stream_name":"stdout","time":904.580195171,"data":"[W3] OK:65 SK:0 FL:14 | 79/1119 (7.1%) | 280/hr | 11h26m | Q:104\n"}
,{"stream_name":"stderr","time":913.314251552,"data":"07:07:01 | [W1] Click fail big-melon-farm: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":919.011937567,"data":"07:07:06 | [W2] OK staryu-starmie-downloadable  stayu-starmie-schematics.zip (3,472B)\n"}
,{"stream_name":"stdout","time":919.040212621,"data":"[W2] OK:66 SK:0 FL:14 | 80/1119 (7.1%) | 280/hr | 11h25m | Q:101\n"}
,{"stream_name":"stderr","time":919.11516111,"data":"07:07:06 | [W0] OK modern-house-3762866  mhouse10388290.schematic (331B)\n"}
,{"stream_name":"stdout","time":919.144645019,"data":"[W0] OK:67 SK:0 FL:14 | 81/1119 (7.2%) | 284/hr | 11h25m | Q:101\n"}
,{"stream_name":"stderr","time":919.989376423,"data":"07:07:07 | [W3] OK battle-arena-4241175  battle-arena-by-dedren.zip (1,672,816B)\n"}
,{"stream_name":"stdout","time":920.017420424,"data":"[W3] OK:68 SK:0 FL:14 | 82/1119 (7.3%) | 288/hr | 11h25m | Q:101\n"}
,{"stream_name":"stderr","time":933.724934457,"data":"07:07:21 | [W0] OK law-enforcement-vehicle-pack-18-police-vehicles-update  law-enforcement-vehicle-pack.schematic (2,471B)\n"}
,{"stream_name":"stdout","time":933.737428031,"data":"[W0] OK:69 SK:0 FL:14 | 83/1119 (7.4%) | 287/hr | 11h25m | Q:98\n"}
,{"stream_name":"stderr","time":934.950863946,"data":"07:07:22 | [W4] Click fail tu3-world-nostalgia: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":935.099165851,"data":"07:07:22 | [W1] OK big-melon-farm  Melon Farm_2436397.schematic (3,013B)\n"}
,{"stream_name":"stdout","time":935.122920897,"data":"[W1] OK:70 SK:0 FL:14 | 84/1119 (7.5%) | 291/hr | 11h25m | Q:98\n"}
,{"stream_name":"stderr","time":938.953170777,"data":"07:07:26 | [W2] OK spectres-keep  pmcchunkchallenge10316476.zip (649,134B)\n"}
,{"stream_name":"stdout","time":938.972735426,"data":"[W2] OK:71 SK:0 FL:14 | 85/1119 (7.6%) | 294/hr | 11h25m | Q:98\n"}
,{"stream_name":"stderr","time":958.244255264,"data":"07:07:45 | [W4] OK tu3-world-nostalgia  tu3-tutorial-world-je-1-8-8-unzip.zip (9,401,397B)\n"}
,{"stream_name":"stdout","time":958.28701021,"data":"[W4] OK:72 SK:0 FL:14 | 86/1119 (7.7%) | 292/hr | 11h25m | Q:95\n"}
,{"stream_name":"stderr","time":958.299490417,"data":"07:07:46 | [W3] Click fail unfinished-fortress: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":964.126153474,"data":"07:07:51 | [W0] Click fail warriors-guild: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":966.712129078,"data":"07:07:54 | [W1] Click fail medieval-hut-2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":972.919428378,"data":"07:08:00 | [W4] OK november-farm-contest-platform-map  novemberfarm-template-cr.zip (2,058,080B)\n"}
,{"stream_name":"stdout","time":972.936099798,"data":"[W4] OK:73 SK:0 FL:14 | 87/1119 (7.8%) | 291/hr | 11h24m | Q:94\n"}
,{"stream_name":"stderr","time":978.526743339,"data":"07:08:06 | [W3] OK unfinished-fortress  unfinishedfortress.zip (6,846,259B)\n"}
,{"stream_name":"stdout","time":978.543594309,"data":"[W3] OK:74 SK:0 FL:14 | 88/1119 (7.9%) | 293/hr | 11h24m | Q:94\n"}
,{"stream_name":"stderr","time":981.189940101,"data":"07:08:08 | [W2] Click fail cyprice---the-city-of-falling-water-contest-entry-: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":985.57931507,"data":"07:08:13 | [W0] OK warriors-guild  New-folder_3308004.zip (11,956B)\n"}
,{"stream_name":"stdout","time":985.60593484,"data":"[W0] OK:75 SK:0 FL:14 | 89/1119 (8.0%) | 295/hr | 11h24m | Q:93\n"}
,{"stream_name":"stderr","time":991.438849733,"data":"07:08:19 | [W1] OK medieval-hut-2  house-2.zip (3,929,698B)\n"}
,{"stream_name":"stdout","time":991.460193374,"data":"[W1] OK:76 SK:0 FL:14 | 90/1119 (8.0%) | 297/hr | 11h24m | Q:92\n"}
,{"stream_name":"stderr","time":1000.078830126,"data":"07:08:27 | [W4] OK totally-accurate-minecraft-zombielator  tamz-updated-0-3.zip (10,945,240B)\n"}
,{"stream_name":"stdout","time":1000.098857751,"data":"[W4] OK:77 SK:0 FL:14 | 91/1119 (8.1%) | 298/hr | 11h24m | Q:90\n"}
,{"stream_name":"stderr","time":1004.071947953,"data":"07:08:31 | [W2] OK cyprice---the-city-of-falling-water-contest-entry-  pmc_sc110460682.zip (2,365,006B)\n"}
,{"stream_name":"stdout","time":1004.090407553,"data":"[W2] OK:78 SK:0 FL:14 | 92/1119 (8.2%) | 300/hr | 11h24m | Q:90\n"}
,{"stream_name":"stderr","time":1005.315564262,"data":"07:08:33 | [W1] OK gas-station-wwnr-building  zapravka-dlya-vashego-goroda-1157-minecraft-buildings-net.schematic (11,816B)\n"}
,{"stream_name":"stdout","time":1005.369552159,"data":"[W1] OK:79 SK:0 FL:14 | 93/1119 (8.3%) | 304/hr | 11h24m | Q:90\n"}
,{"stream_name":"stderr","time":1014.073277321,"data":"07:08:41 | [W3] Click fail single-occupant-exoatmospheric-insertion-vehicle: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1015.653546926,"data":"07:08:43 | [W2] OK ae-carrier-ship  ae-small-carrier-class-mk310485544.schematic (20,483B)\n"}
,{"stream_name":"stdout","time":1015.675002398,"data":"[W2] OK:80 SK:0 FL:14 | 94/1119 (8.4%) | 304/hr | 11h24m | Q:87\n"}
,{"stream_name":"stderr","time":1021.15743043,"data":"07:08:48 | [W0] Click fail horse-stable-5999312: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1027.703631662,"data":"07:08:55 | [W4] Click fail head-bands: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1036.551961052,"data":"07:09:04 | [W1] Click fail five-nights-at-freddys-1-110-roleplay-map-: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1041.657442401,"data":"07:09:09 | [W0] OK horse-stable-5999312  barn-1-18-2.zip (1,526,278B)\n"}
,{"stream_name":"stdout","time":1041.677658391,"data":"[W0] OK:81 SK:0 FL:14 | 95/1119 (8.5%) | 300/hr | 11h23m | Q:86\n"}
,{"stream_name":"stderr","time":1051.227312339,"data":"07:09:18 | [W2] Click fail italy-city: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1052.062442686,"data":"07:09:19 | [W3] Click fail single-occupant-exoatmospheric-insertion-vehicle: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1052.338430323,"data":"07:09:20 | [W4] OK head-bands  head-bands.zip (7,600,146B)\n"}
,{"stream_name":"stdout","time":1052.386283813,"data":"[W4] OK:82 SK:0 FL:14 | 96/1119 (8.6%) | 300/hr | 11h23m | Q:85\n"}
,{"stream_name":"stderr","time":1057.925911813,"data":"07:09:25 | [W1] OK five-nights-at-freddys-1-110-roleplay-map-  fnaf10376462.zip (1,032,404B)\n"}
,{"stream_name":"stdout","time":1057.938030744,"data":"[W1] OK:83 SK:0 FL:14 | 97/1119 (8.7%) | 302/hr | 11h23m | Q:85\n"}
,{"stream_name":"stderr","time":1067.068647098,"data":"07:09:34 | [W4] OK newtons-cradle  Newtons cradle.schematic (7,936B)\n"}
,{"stream_name":"stdout","time":1067.085570976,"data":"[W4] OK:84 SK:0 FL:14 | 98/1119 (8.8%) | 303/hr | 11h23m | Q:83\n"}
,{"stream_name":"stderr","time":1071.435595068,"data":"07:09:39 | [W1] OK snowman-4447316  clipboard.schematic (1,455B)\n"}
,{"stream_name":"stdout","time":1071.465590137,"data":"[W1] OK:85 SK:0 FL:14 | 99/1119 (8.8%) | 305/hr | 11h23m | Q:83\n"}
,{"stream_name":"stderr","time":1071.931633574,"data":"07:09:39 | [W3] OK single-occupant-exoatmospheric-insertion-vehicle  ODST-drop-pod.schematic (1,314B)\n"}
,{"stream_name":"stdout","time":1071.987707308,"data":"[W3] OK:86 SK:0 FL:14 | 100/1119 (8.9%) | 309/hr | 11h23m | Q:83\n"}
,{"stream_name":"stderr","time":1072.723220895,"data":"07:09:40 | [W2] OK italy-city  italiizhenya.schematic (332B)\n"}
,{"stream_name":"stdout","time":1072.74361894,"data":"[W2] OK:87 SK:0 FL:14 | 101/1119 (9.0%) | 312/hr | 11h23m | Q:83\n"}
,{"stream_name":"stderr","time":1078.096867319,"data":"07:09:45 | [W0] Click fail backrooms-6031796: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1090.737344823,"data":"07:09:58 | [W3] OK 5-roof-designs  roof-tips-tutorial.zip (3,379,825B)\n"}
,{"stream_name":"stdout","time":1090.773711142,"data":"[W3] OK:88 SK:0 FL:14 | 102/1119 (9.1%) | 310/hr | 11h22m | Q:79\n"}
,{"stream_name":"stderr","time":1091.745570661,"data":"07:09:59 | [W2] OK acacia-survival-house-tutorial-free  05-bm-surv-acacia-house.nbt (9,102B)\n"}
,{"stream_name":"stdout","time":1091.768324243,"data":"[W2] OK:89 SK:0 FL:14 | 103/1119 (9.2%) | 313/hr | 11h22m | Q:79\n"}
,{"stream_name":"stderr","time":1097.338487978,"data":"07:10:05 | [W4] Click fail lotus-island-update: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1102.996267895,"data":"07:10:10 | [W0] OK backrooms-6031796  backrooms-demo-unzip.zip (14,471,615B)\n"}
,{"stream_name":"stdout","time":1103.027630235,"data":"[W0] OK:90 SK:0 FL:14 | 104/1119 (9.3%) | 314/hr | 11h22m | Q:78\n"}
,{"stream_name":"stderr","time":1105.575147728,"data":"07:10:13 | [W1] Click fail german-nazi-battleship-world-war-ii: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1107.843099741,"data":"07:10:15 | [W3] OK yellow-submarine-325064  yellowsub.schematic (4,320B)\n"}
,{"stream_name":"stdout","time":1107.877667915,"data":"[W3] OK:91 SK:0 FL:14 | 105/1119 (9.4%) | 316/hr | 11h22m | Q:77\n"}
,{"stream_name":"stderr","time":1112.40413029,"data":"07:10:20 | [W2] OK japanese-style-villager-house  japanese-villager-house.schem (1,110B)\n"}
,{"stream_name":"stdout","time":1112.431964318,"data":"[W2] OK:92 SK:0 FL:14 | 106/1119 (9.5%) | 318/hr | 11h22m | Q:76\n"}
,{"stream_name":"stderr","time":1120.070914292,"data":"07:10:27 | [W4] OK lotus-island-update  cherry-update.zip (15,630,235B)\n"}
,{"stream_name":"stdout","time":1120.101856516,"data":"[W4] OK:93 SK:0 FL:14 | 107/1119 (9.6%) | 319/hr | 11h22m | Q:75\n"}
,{"stream_name":"stderr","time":1126.029697748,"data":"07:10:33 | [W1] OK german-nazi-battleship-world-war-ii  German-Nazi-Warship.zip (477,868B)\n"}
,{"stream_name":"stdout","time":1126.046912939,"data":"[W1] OK:94 SK:0 FL:14 | 108/1119 (9.7%) | 320/hr | 11h22m | Q:74\n"}
,{"stream_name":"stderr","time":1136.125351882,"data":"07:10:43 | [W0] Click fail foster-wheeler-esd-iii-boiler: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1140.997873188,"data":"07:10:48 | [W3] Click fail stargate---mc1: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1145.977029982,"data":"07:10:53 | [W2] Click fail medieval-house-2-0: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1151.291772247,"data":"07:10:59 | [W4] Click fail build-of-majoras-minigame-waiting-lobby: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1155.828147814,"data":"07:11:03 | [W1] Click fail escape-craft-4: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1155.932688081,"data":"07:11:03 | [W0] OK foster-wheeler-esd-iii-boiler  fosterwheeleresd310977023.schematic (569B)\n"}
,{"stream_name":"stdout","time":1155.951735076,"data":"[W0] OK:95 SK:0 FL:14 | 109/1119 (9.7%) | 315/hr | 11h21m | Q:72\n"}
,{"stream_name":"stderr","time":1170.005280451,"data":"07:11:17 | [W2] OK medieval-house-2-0  medieval-house.zip (6,226B)\n"}
,{"stream_name":"stdout","time":1170.036174102,"data":"[W2] OK:96 SK:0 FL:14 | 110/1119 (9.8%) | 314/hr | 11h21m | Q:71\n"}
,{"stream_name":"stderr","time":1172.226536034,"data":"07:11:19 | [W4] OK build-of-majoras-minigame-waiting-lobby  minigame-waiting-lobby10455484.schematic (76,387B)\n"}
,{"stream_name":"stdout","time":1172.263868791,"data":"[W4] OK:97 SK:0 FL:14 | 111/1119 (9.9%) | 317/hr | 11h21m | Q:71\n"}
,{"stream_name":"stderr","time":1176.282203664,"data":"07:11:23 | [W1] OK escape-craft-4  Escape-craft-4.zip (1,403,524B)\n"}
,{"stream_name":"stdout","time":1176.31007599,"data":"[W1] OK:98 SK:0 FL:14 | 112/1119 (10.0%) | 319/hr | 11h21m | Q:71\n"}
,{"stream_name":"stderr","time":1181.233973204,"data":"07:11:28 | [W3] Click fail stargate---mc1: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1188.979990011,"data":"07:11:36 | [W0] Click fail the-darkman-6149855: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1189.389711754,"data":"07:11:37 | [W2] OK modern-house-5500122  modern-house.schem (4,749B)\n"}
,{"stream_name":"stdout","time":1189.413113034,"data":"[W2] OK:99 SK:0 FL:14 | 113/1119 (10.1%) | 318/hr | 11h21m | Q:68\n"}
,{"stream_name":"stderr","time":1191.57406787,"data":"07:11:39 | [W1] OK fredbear-s-family-diner-modded  fredbear-s-modded.zip (3,937,294B)\n"}
,{"stream_name":"stdout","time":1191.630346486,"data":"[W1] OK:100 SK:0 FL:14 | 114/1119 (10.2%) | 321/hr | 11h21m | Q:68\n"}
,{"stream_name":"stderr","time":1200.215440111,"data":"07:11:47 | [W3] OK stargate---mc1  stargate.schematic (6,160B)\n"}
,{"stream_name":"stdout","time":1200.253227246,"data":"[W3] OK:101 SK:0 FL:14 | 115/1119 (10.3%) | 322/hr | 11h21m | Q:66\n"}
,{"stream_name":"stderr","time":1204.442720276,"data":"07:11:52 | [W4] Click fail solitude-5549323: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":1208.227435234,"data":"[W0] OK:101 SK:0 FL:15 | 116/1119 (10.4%) | 319/hr | 11h21m | Q:65\n"}
,{"stream_name":"stderr","time":1211.663372101,"data":"07:11:59 | [W3] OK ship--gunboat  gunboat_dodosrevenge58609119.schematic (5,858B)\n"}
,{"stream_name":"stdout","time":1211.689220231,"data":"[W3] OK:102 SK:0 FL:15 | 117/1119 (10.5%) | 322/hr | 11h20m | Q:65\n"}
,{"stream_name":"stderr","time":1219.551967624,"data":"07:12:07 | [W1] Click fail apartaments-775: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1220.597292851,"data":"07:12:08 | [W2] Click fail boss-arena-3917663: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1227.47548754,"data":"07:12:15 | [W4] OK solitude-5549323  sdfghj.zip (10,053,021B)\n"}
,{"stream_name":"stdout","time":1227.49460894,"data":"[W4] OK:103 SK:0 FL:15 | 118/1119 (10.5%) | 320/hr | 11h20m | Q:63\n"}
,{"stream_name":"stderr","time":1236.826126282,"data":"07:12:24 | [W0] Click fail b-29-superfortress-doc-aircraft-minecraft-project-contest: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1238.698944312,"data":"07:12:26 | [W1] OK apartaments-775  apartaments77510434410.schematic (70,949B)\n"}
,{"stream_name":"stdout","time":1238.724731729,"data":"[W1] OK:104 SK:0 FL:15 | 119/1119 (10.6%) | 320/hr | 11h20m | Q:62\n"}
,{"stream_name":"stderr","time":1242.63096624,"data":"07:12:30 | [W2] OK boss-arena-3917663  newworld-10903272.zip (7,324,838B)\n"}
,{"stream_name":"stdout","time":1242.696640901,"data":"[W2] OK:105 SK:0 FL:15 | 120/1119 (10.7%) | 322/hr | 11h20m | Q:62\n"}
,{"stream_name":"stderr","time":1250.28551743,"data":"07:12:38 | [W3] Click fail semi-modern-japanese-house-1: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1254.399951732,"data":"07:12:42 | [W2] OK aquati-base-giant-statue-and-conduit  base-aquatique-statue.schem (23,180B)\n"}
,{"stream_name":"stdout","time":1254.409579221,"data":"[W2] OK:106 SK:0 FL:15 | 121/1119 (10.8%) | 322/hr | 11h20m | Q:60\n"}
,{"stream_name":"stderr","time":1257.045104422,"data":"07:12:44 | [W0] OK b-29-superfortress-doc-aircraft-minecraft-project-contest  real-fortresss.zip (2,689,205B)\n"}
,{"stream_name":"stdout","time":1257.086966996,"data":"[W0] OK:107 SK:0 FL:15 | 122/1119 (10.9%) | 324/hr | 11h20m | Q:60\n"}
,{"stream_name":"stderr","time":1258.03651123,"data":"07:12:45 | [W4] Click fail trade-fed-battleship-tfs-dalea: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1269.41122718,"data":"07:12:57 | [W1] Click fail seaside-town-5591667: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1273.328125289,"data":"07:13:01 | [W3] OK semi-modern-japanese-house-1  japanese-style-1.schematic (2,740B)\n"}
,{"stream_name":"stdout","time":1273.355488861,"data":"[W3] OK:108 SK:0 FL:15 | 123/1119 (11.0%) | 323/hr | 11h19m | Q:58\n"}
,{"stream_name":"stderr","time":1277.256112761,"data":"07:13:04 | [W0] OK simple-gravel-and-sand-generator  Simple-Gravel-and-Sand-Generator-Schematic.zip (664B)\n"}
,{"stream_name":"stdout","time":1277.301470286,"data":"[W0] OK:109 SK:0 FL:15 | 124/1119 (11.1%) | 325/hr | 11h19m | Q:58\n"}
,{"stream_name":"stderr","time":1280.426484108,"data":"07:13:08 | [W4] OK trade-fed-battleship-tfs-dalea  dalea9339745.schematic (10,595B)\n"}
,{"stream_name":"stdout","time":1280.460780761,"data":"[W4] OK:110 SK:0 FL:15 | 125/1119 (11.2%) | 327/hr | 11h19m | Q:58\n"}
,{"stream_name":"stderr","time":1290.384950496,"data":"07:13:18 | [W2] Click fail proof-of-concept-did-you-know-we-could-sort-zombies-this-way-using-night-i-discovered-it-by-accident-i-was-so-excited: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1292.605280543,"data":"07:13:20 | [W1] OK seaside-town-5591667  sunken.schem (197,735B)\n"}
,{"stream_name":"stdout","time":1292.625222216,"data":"[W1] OK:111 SK:0 FL:15 | 126/1119 (11.3%) | 327/hr | 11h19m | Q:55\n"}
,{"stream_name":"stderr","time":1296.271555218,"data":"07:13:23 | [W3] OK modern-mansion-v1-0-by-enderluis-important-install-flowshd-texturepack  modern-mansion-v-2-1-1-by-enderluis-hd.zip (4,317,037B)\n"}
,{"stream_name":"stdout","time":1296.295761163,"data":"[W3] OK:112 SK:0 FL:15 | 127/1119 (11.3%) | 329/hr | 11h19m | Q:55\n"}
,{"stream_name":"stderr","time":1296.736508818,"data":"07:13:24 | [W4] OK trishs-cherry-shack  Trish's Frosty Hut.schematic (910B)\n"}
,{"stream_name":"stdout","time":1296.766406324,"data":"[W4] OK:113 SK:0 FL:15 | 128/1119 (11.4%) | 331/hr | 11h19m | Q:55\n"}
,{"stream_name":"stderr","time":1311.058022963,"data":"07:13:38 | [W0] Click fail udvio-princess-organic-contest-entry: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1313.194593871,"data":"07:13:40 | [W1] OK whirlpool-6834837  whirlpoolvico.schem (606,483B)\n"}
,{"stream_name":"stdout","time":1313.211105598,"data":"[W1] OK:114 SK:0 FL:15 | 129/1119 (11.5%) | 330/hr | 11h19m | Q:52\n"}
,{"stream_name":"stderr","time":1315.95158759,"data":"07:13:43 | [W2] OK proof-of-concept-did-you-know-we-could-sort-zombies-this-way-using-night-i-discovered-it-by-accident-i-was-so-excited  birmioh-how-to-separate-zombies-villager.zip (1,032,656B)\n"}
,{"stream_name":"stdout","time":1315.977796156,"data":"[W2] OK:115 SK:0 FL:15 | 130/1119 (11.6%) | 332/hr | 11h19m | Q:52\n"}
,{"stream_name":"stderr","time":1324.191569457,"data":"07:13:51 | [W1] Click fail herobrine-world-6530268: ElementHandle.click: Element is outside of the vie\n"}
,{"stream_name":"stderr","time":1333.69056122,"data":"07:14:01 | [W3] Click fail second-steampunk-house: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1333.966361881,"data":"07:14:01 | [W0] OK udvio-princess-organic-contest-entry  contest_flambo10659718.schematic (594,335B)\n"}
,{"stream_name":"stdout","time":1333.983080998,"data":"[W0] OK:116 SK:0 FL:15 | 131/1119 (11.7%) | 330/hr | 11h18m | Q:50\n"}
,{"stream_name":"stderr","time":1336.747487187,"data":"07:14:04 | [W4] Click fail 8-bit-kogge-stone-adder: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1350.635980434,"data":"07:14:18 | [W2] Click fail tomb-hide-and-seek-pvp: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1353.240967723,"data":"07:14:20 | [W0] OK aircraft-carrier-74463  carrier new.schematic (60,799B)\n"}
,{"stream_name":"stdout","time":1353.264363486,"data":"[W0] OK:117 SK:0 FL:15 | 132/1119 (11.8%) | 328/hr | 11h18m | Q:49\n"}
,{"stream_name":"stderr","time":1356.716685023,"data":"07:14:24 | [W3] OK second-steampunk-house  generatedworld4053.zip (3,956,936B)\n"}
,{"stream_name":"stdout","time":1356.742160494,"data":"[W3] OK:118 SK:0 FL:15 | 133/1119 (11.9%) | 330/hr | 11h18m | Q:49\n"}
,{"stream_name":"stderr","time":1357.792057337,"data":"07:14:25 | [W4] OK 8-bit-kogge-stone-adder  prop8bitkoggestoneschematic.zip (2,584B)\n"}
,{"stream_name":"stdout","time":1357.830209153,"data":"[W4] OK:119 SK:0 FL:15 | 134/1119 (12.0%) | 333/hr | 11h18m | Q:49\n"}
,{"stream_name":"stderr","time":1368.234057835,"data":"07:14:35 | [W1] Click fail herobrine-world-6530268: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1370.406079084,"data":"07:14:38 | [W2] OK tomb-hide-and-seek-pvp  tomb-1-19-4.zip (3,351,585B)\n"}
,{"stream_name":"stdout","time":1370.417046254,"data":"[W2] OK:120 SK:0 FL:15 | 135/1119 (12.1%) | 332/hr | 11h18m | Q:46\n"}
,{"stream_name":"stderr","time":1376.055132745,"data":"07:14:43 | [W4] OK homunculus  Homunculus.schematic (9,115B)\n"}
,{"stream_name":"stdout","time":1376.079309971,"data":"[W4] OK:121 SK:0 FL:15 | 136/1119 (12.2%) | 333/hr | 11h18m | Q:46\n"}
,{"stream_name":"stderr","time":1385.171375868,"data":"07:14:52 | [W2] OK stone-golems-from-disney-s-atlantis  atlantean-golem-giants.zip (7,134,517B)\n"}
,{"stream_name":"stdout","time":1385.203168791,"data":"[W2] OK:122 SK:0 FL:15 | 137/1119 (12.2%) | 334/hr | 11h18m | Q:45\n"}
,{"stream_name":"stdout","time":1385.842586333,"data":"[W1] OK:122 SK:0 FL:16 | 138/1119 (12.3%) | 334/hr | 11h18m | Q:45\n"}
,{"stream_name":"stderr","time":1387.646137535,"data":"07:14:55 | [W0] Click fail european-house: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1392.16696885,"data":"07:14:59 | [W3] Click fail zaragoth-palace: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1393.189352155,"data":"07:15:00 | [W4] OK masscraft-server-town-hall  MassCraftTownHall.schematic (5,478B)\n"}
,{"stream_name":"stdout","time":1393.209704756,"data":"[W4] OK:123 SK:0 FL:16 | 139/1119 (12.4%) | 335/hr | 11h17m | Q:43\n"}
,{"stream_name":"stderr","time":1403.037529164,"data":"07:15:10 | [W1] OK warm-autumn-a-frame-modern-a-frame-house  a-frame.zip (7,079,729B)\n"}
,{"stream_name":"stdout","time":1403.075214942,"data":"[W1] OK:124 SK:0 FL:16 | 140/1119 (12.5%) | 335/hr | 11h17m | Q:41\n"}
,{"stream_name":"stderr","time":1408.613737196,"data":"07:15:16 | [W0] OK european-house  house-by-samurai.zip (602,604B)\n"}
,{"stream_name":"stdout","time":1408.635340363,"data":"[W0] OK:125 SK:0 FL:16 | 141/1119 (12.6%) | 336/hr | 11h17m | Q:41\n"}
,{"stream_name":"stderr","time":1414.18188668,"data":"07:15:21 | [W3] OK zaragoth-palace  zaragoth 022 by Edusenx.schematic (23,475B)\n"}
,{"stream_name":"stdout","time":1414.217627406,"data":"[W3] OK:126 SK:0 FL:16 | 142/1119 (12.7%) | 337/hr | 11h17m | Q:40\n"}
,{"stream_name":"stderr","time":1422.070669709,"data":"07:15:29 | [W2] Click fail medieval-hub-4067371: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1429.968351796,"data":"07:15:37 | [W4] Click fail the-croatian-flag: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1433.713401633,"data":"07:15:41 | [W1] Click fail minictm-hardcore-omicron-caverns: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1444.062033165,"data":"07:15:51 | [W2] OK medieval-hub-4067371  fancymedlobby82374.schematic (4,991B)\n"}
,{"stream_name":"stdout","time":1444.080938543,"data":"[W2] OK:127 SK:0 FL:16 | 143/1119 (12.8%) | 333/hr | 11h17m | Q:38\n"}
,{"stream_name":"stderr","time":1446.360716302,"data":"07:15:54 | [W0] Click fail parkour-map-4479155: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1446.697128132,"data":"07:15:54 | [W3] Click fail fallout-3: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1453.080766431,"data":"07:16:00 | [W4] OK the-croatian-flag  hdflag.schematic (670B)\n"}
,{"stream_name":"stdout","time":1453.10209016,"data":"[W4] OK:128 SK:0 FL:16 | 144/1119 (12.9%) | 333/hr | 11h16m | Q:37\n"}
,{"stream_name":"stderr","time":1458.097624999,"data":"07:16:05 | [W1] OK minictm-hardcore-omicron-caverns  omicron-caverns.zip (9,334,115B)\n"}
,{"stream_name":"stdout","time":1458.12347881,"data":"[W1] OK:129 SK:0 FL:16 | 145/1119 (13.0%) | 334/hr | 11h16m | Q:37\n"}
,{"stream_name":"stderr","time":1466.567963366,"data":"07:16:14 | [W3] OK fallout-3  Fallout2 pixel.schematic (19,198B)\n"}
,{"stream_name":"stdout","time":1466.59398451,"data":"[W3] OK:130 SK:0 FL:16 | 146/1119 (13.0%) | 335/hr | 11h16m | Q:36\n"}
,{"stream_name":"stderr","time":1466.812860367,"data":"07:16:14 | [W0] OK parkour-map-4479155  parkour-map.zip (702,825B)\n"}
,{"stream_name":"stdout","time":1466.835015306,"data":"[W0] OK:131 SK:0 FL:16 | 147/1119 (13.1%) | 338/hr | 11h16m | Q:36\n"}
,{"stream_name":"stderr","time":1471.90512285,"data":"07:16:19 | [W4] OK swamp-attack-by-bodha-amp-bylioh  proyect-bodha-bylioh.schematic (2,118,557B)\n"}
,{"stream_name":"stdout","time":1471.941284653,"data":"[W4] OK:132 SK:0 FL:16 | 148/1119 (13.2%) | 339/hr | 11h16m | Q:35\n"}
,{"stream_name":"stderr","time":1476.080852561,"data":"07:16:23 | [W2] Click fail one-line-map-minecraft: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1484.519677088,"data":"07:16:32 | [W4] OK small-nordic-longboat--with-download  nordiclongboat.schematic (1,711B)\n"}
,{"stream_name":"stdout","time":1484.537181489,"data":"[W4] OK:133 SK:0 FL:16 | 149/1119 (13.3%) | 338/hr | 11h16m | Q:32\n"}
,{"stream_name":"stderr","time":1496.303339359,"data":"07:16:44 | [W1] Click fail apocalypse-z-3734604: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1496.627650667,"data":"07:16:44 | [W2] OK one-line-map-minecraft  one-line-map.zip (7,079,788B)\n"}
,{"stream_name":"stdout","time":1496.656169205,"data":"[W2] OK:134 SK:0 FL:16 | 150/1119 (13.4%) | 338/hr | 11h16m | Q:31\n"}
,{"stream_name":"stderr","time":1497.291130335,"data":"07:16:45 | [W0] Click fail two-world-trade-center: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1501.04762421,"data":"07:16:48 | [W3] Click fail su-25-frogfoot-russian-jet: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1505.31685955,"data":"07:16:53 | [W4] OK sleepwalker-bloodhound-ship  sleepwalker.zip (1,798,530B)\n"}
,{"stream_name":"stdout","time":1505.35121192,"data":"[W4] OK:135 SK:0 FL:16 | 151/1119 (13.5%) | 338/hr | 11h16m | Q:31\n"}
,{"stream_name":"stderr","time":1514.271659828,"data":"07:17:01 | [W2] OK rush-in-minecraft-java-edition  rush-testing.zip (1,975,221B)\n"}
,{"stream_name":"stdout","time":1514.313077793,"data":"[W2] OK:136 SK:0 FL:16 | 152/1119 (13.6%) | 339/hr | 11h15m | Q:30\n"}
,{"stream_name":"stderr","time":1519.028898188,"data":"07:17:06 | [W1] OK apocalypse-z-3734604  zombieapocalypse10295310.zip (7,444,403B)\n"}
,{"stream_name":"stdout","time":1519.051523598,"data":"[W1] OK:137 SK:0 FL:16 | 153/1119 (13.7%) | 340/hr | 11h15m | Q:29\n"}
,{"stream_name":"stderr","time":1519.293714215,"data":"07:17:07 | [W0] OK two-world-trade-center  twoworldtradecenter7901180.schematic (4,894B)\n"}
,{"stream_name":"stdout","time":1519.320003223,"data":"[W0] OK:138 SK:0 FL:16 | 154/1119 (13.8%) | 343/hr | 11h15m | Q:29\n"}
,{"stream_name":"stderr","time":1523.265755952,"data":"07:17:10 | [W3] OK su-25-frogfoot-russian-jet  su-258727836.schematic (605B)\n"}
,{"stream_name":"stdout","time":1523.286390479,"data":"[W3] OK:139 SK:0 FL:16 | 155/1119 (13.9%) | 344/hr | 11h15m | Q:28\n"}
,{"stream_name":"stderr","time":1525.938326892,"data":"07:17:13 | [W2] OK admiral-grigorovich-1-1-scale  admiralgrigorovich.schem (6,867B)\n"}
,{"stream_name":"stdout","time":1525.960489164,"data":"[W2] OK:140 SK:0 FL:16 | 156/1119 (13.9%) | 346/hr | 11h15m | Q:28\n"}
,{"stream_name":"stderr","time":1540.733586625,"data":"07:17:28 | [W2] OK small-another-fantasy-house  fantasyob9321003.schematic (1,115B)\n"}
,{"stream_name":"stdout","time":1540.752289164,"data":"[W2] OK:141 SK:0 FL:16 | 157/1119 (14.0%) | 345/hr | 11h15m | Q:24\n"}
,{"stream_name":"stderr","time":1542.88102867,"data":"07:17:30 | [W4] Click fail kis-m-ret-templom-modell-small-church-model: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1554.293074108,"data":"07:17:42 | [W3] Click fail popcorn-1940484: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1556.106346331,"data":"07:17:43 | [W1] Click fail void-storage-inventory-solution-for-vanilla-1-13: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1557.385488729,"data":"07:17:45 | [W0] Click fail real-life-rebuild-observatory: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1561.502587036,"data":"07:17:49 | [W2] OK multiple-launch-rocket-system-mlrs  mars.schematic (1,096B)\n"}
,{"stream_name":"stdout","time":1561.540907788,"data":"[W2] OK:142 SK:0 FL:16 | 158/1119 (14.1%) | 343/hr | 11h15m | Q:23\n"}
,{"stream_name":"stderr","time":1565.384326187,"data":"07:17:53 | [W4] OK kis-m-ret-templom-modell-small-church-model  gilranchurch-done-west.schematic (8,955B)\n"}
,{"stream_name":"stdout","time":1565.413625383,"data":"[W4] OK:143 SK:0 FL:16 | 159/1119 (14.2%) | 344/hr | 11h15m | Q:23\n"}
,{"stream_name":"stderr","time":1573.20106559,"data":"07:18:00 | [W2] OK sturmpanzerwagen-a7v-tank  a7v.schem (3,247B)\n"}
,{"stream_name":"stdout","time":1573.241472017,"data":"[W2] OK:144 SK:0 FL:16 | 160/1119 (14.3%) | 345/hr | 11h14m | Q:21\n"}
,{"stream_name":"stderr","time":1573.958875043,"data":"07:18:01 | [W3] OK popcorn-1940484  popcorn.zip (260,543B)\n"}
,{"stream_name":"stdout","time":1573.986824322,"data":"[W3] OK:145 SK:0 FL:16 | 161/1119 (14.4%) | 347/hr | 11h14m | Q:21\n"}
,{"stream_name":"stderr","time":1579.008922762,"data":"07:18:06 | [W4] OK maintile-4-tech-prisons-mechanisms  1.zip (2,692,823B)\n"}
,{"stream_name":"stdout","time":1579.036094697,"data":"[W4] OK:146 SK:0 FL:16 | 162/1119 (14.5%) | 348/hr | 11h14m | Q:21\n"}
,{"stream_name":"stderr","time":1579.179254109,"data":"07:18:06 | [W1] OK void-storage-inventory-solution-for-vanilla-1-13  void-storage.zip (1,940,514B)\n"}
,{"stream_name":"stdout","time":1579.196834699,"data":"[W1] OK:147 SK:0 FL:16 | 163/1119 (14.6%) | 351/hr | 11h14m | Q:21\n"}
,{"stream_name":"stderr","time":1580.900496149,"data":"07:18:08 | [W0] OK real-life-rebuild-observatory  observatory.schem (11,215B)\n"}
,{"stream_name":"stdout","time":1580.923528192,"data":"[W0] OK:148 SK:0 FL:16 | 164/1119 (14.7%) | 353/hr | 11h14m | Q:21\n"}
,{"stream_name":"stderr","time":1598.347947407,"data":"07:18:26 | [W0] OK good-hardcore-loot-start  huh.zip (8,815,871B)\n"}
,{"stream_name":"stdout","time":1598.381484499,"data":"[W0] OK:149 SK:0 FL:16 | 165/1119 (14.7%) | 351/hr | 11h14m | Q:16\n"}
,{"stream_name":"stderr","time":1606.905562223,"data":"07:18:34 | [W2] Click fail warped-deepslate-landarch: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1612.024267355,"data":"07:18:39 | [W3] Click fail autofarms: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1613.971367063,"data":"07:18:41 | [W1] Click fail dropper-map-by-skeamwastaken: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1616.982123364,"data":"07:18:44 | [W4] Click fail luxury-ocean-yacht: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1627.352267491,"data":"07:18:55 | [W2] OK warped-deepslate-landarch  warped-land-arch.schem (1,441B)\n"}
,{"stream_name":"stdout","time":1627.374869881,"data":"[W2] OK:150 SK:0 FL:16 | 166/1119 (14.8%) | 347/hr | 11h14m | Q:15\n"}
,{"stream_name":"stderr","time":1627.886231631,"data":"07:18:55 | [W0] Click fail mob-colleseum-for-mobarena-plugin: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1633.089666816,"data":"07:19:00 | [W3] OK autofarms  2019-07-08-19-42-28-auto-farms.zip (1,633,638B)\n"}
,{"stream_name":"stdout","time":1633.120911745,"data":"[W3] OK:151 SK:0 FL:16 | 167/1119 (14.9%) | 348/hr | 11h13m | Q:15\n"}
,{"stream_name":"stderr","time":1637.509017865,"data":"07:19:05 | [W1] OK dropper-map-by-skeamwastaken  dropper-map-by-skeamwastaken.zip (1,673,779B)\n"}
,{"stream_name":"stdout","time":1637.538215786,"data":"[W1] OK:152 SK:0 FL:16 | 168/1119 (15.0%) | 349/hr | 11h13m | Q:15\n"}
,{"stream_name":"stderr","time":1641.165104093,"data":"07:19:08 | [W4] OK luxury-ocean-yacht  megayacht.schematic (2,873B)\n"}
,{"stream_name":"stdout","time":1641.186995209,"data":"[W4] OK:153 SK:0 FL:16 | 169/1119 (15.1%) | 350/hr | 11h13m | Q:14\n"}
,{"stream_name":"stderr","time":1650.154693323,"data":"07:19:17 | [W0] OK mob-colleseum-for-mobarena-plugin  Mob-Colleseum.schematic (32,679B)\n"}
,{"stream_name":"stdout","time":1650.196657918,"data":"[W0] OK:154 SK:0 FL:16 | 170/1119 (15.2%) | 351/hr | 11h13m | Q:11\n"}
,{"stream_name":"stderr","time":1664.536364339,"data":"07:19:32 | [W2] Click fail hauteur-one-chunk: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1670.191988517,"data":"07:19:37 | [W3] Click fail hnlms-abraham-crijnssen: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1675.306332804,"data":"07:19:43 | [W4] Click fail mob-arena---new-arena-design-for-bukkit-plugin-mob-arena: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1676.005288533,"data":"07:19:43 | [W1] Click fail completely-rigged-steveface-shapekeysfor-blender-animations: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1680.474445057,"data":"07:19:48 | [W0] Click fail journey-to-java: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1688.521722179,"data":"07:19:56 | [W2] OK hauteur-one-chunk  pmc-chunk-challenge.zip (1,777,948B)\n"}
,{"stream_name":"stdout","time":1688.545293274,"data":"[W2] OK:155 SK:0 FL:16 | 171/1119 (15.3%) | 345/hr | 11h13m | Q:10\n"}
,{"stream_name":"stderr","time":1695.992831435,"data":"07:20:03 | [W4] OK mob-arena---new-arena-design-for-bukkit-plugin-mob-arena  mobarena.schematic (8,475B)\n"}
,{"stream_name":"stdout","time":1696.017176018,"data":"[W4] OK:156 SK:0 FL:16 | 172/1119 (15.4%) | 345/hr | 11h12m | Q:10\n"}
,{"stream_name":"stderr","time":1696.02215654,"data":"07:20:03 | [W1] OK completely-rigged-steveface-shapekeysfor-blender-animations  steveforexport2.zip (220,351B)\n"}
,{"stream_name":"stdout","time":1696.042034769,"data":"[W1] OK:157 SK:0 FL:16 | 173/1119 (15.5%) | 348/hr | 11h12m | Q:10\n"}
,{"stream_name":"stderr","time":1707.808852153,"data":"07:20:15 | [W3] Click fail hnlms-abraham-crijnssen: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1717.673643702,"data":"07:20:25 | [W0] Click fail journey-to-java: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1720.191734665,"data":"07:20:27 | [W2] Click fail call-of-craft-5434582: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1727.35351007,"data":"07:20:35 | [W1] Click fail swamp-realm: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1728.199275848,"data":"07:20:35 | [W3] OK hnlms-abraham-crijnssen  abraham.schematic (2,221B)\n"}
,{"stream_name":"stdout","time":1728.223316059,"data":"[W3] OK:158 SK:0 FL:16 | 174/1119 (15.5%) | 343/hr | 11h12m | Q:7\n"}
,{"stream_name":"stderr","time":1735.019687733,"data":"07:20:42 | [W4] Click fail minecraft-little-rpg-church-building: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1742.626436923,"data":"07:20:50 | [W2] OK call-of-craft-5434582  callofcraft.zip (156,694B)\n"}
,{"stream_name":"stdout","time":1742.670826958,"data":"[W2] OK:159 SK:0 FL:16 | 175/1119 (15.6%) | 342/hr | 11h12m | Q:6\n"}
,{"stream_name":"stderr","time":1746.89116873,"data":"07:20:54 | [W1] OK swamp-realm  lfvwynnvaaa-1.zip (1,012,588B)\n"}
,{"stream_name":"stdout","time":1746.909357352,"data":"[W1] OK:160 SK:0 FL:16 | 176/1119 (15.7%) | 343/hr | 11h12m | Q:6\n"}
,{"stream_name":"stderr","time":1753.496549435,"data":"07:21:01 | [W0] Click fail journey-to-java: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1756.057985338,"data":"07:21:03 | [W1] Done. Success=160\n"}
,{"stream_name":"stderr","time":1756.537478383,"data":"07:21:04 | [W4] OK minecraft-little-rpg-church-building  minecraft-map-rpg-church-cl.zip (871,604B)\n"}
,{"stream_name":"stdout","time":1756.570127397,"data":"[W4] OK:161 SK:0 FL:16 | 177/1119 (15.8%) | 344/hr | 11h11m | Q:4\n"}
,{"stream_name":"stderr","time":1761.02775713,"data":"07:21:08 | [W3] Click fail modern-house-68598: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1761.758460681,"data":"07:21:09 | [W2] OK area-51-2721525  Area.schematic (55,169B)\n"}
,{"stream_name":"stdout","time":1761.777617556,"data":"[W2] OK:162 SK:0 FL:16 | 178/1119 (15.9%) | 345/hr | 11h11m | Q:4\n"}
,{"stream_name":"stderr","time":1763.767075227,"data":"07:21:11 | [W4] Done. Success=162\n"}
,{"stream_name":"stdout","time":1770.618779119,"data":"[W0] OK:162 SK:0 FL:17 | 179/1119 (16.0%) | 343/hr | 11h11m | Q:3\n"}
,{"stream_name":"stderr","time":1770.682616527,"data":"07:21:18 | [W2] Done. Success=162\n"}
,{"stream_name":"stderr","time":1779.16196743,"data":"07:21:26 | [W0] Done. Success=162\n"}
,{"stream_name":"stderr","time":1797.545121305,"data":"07:21:45 | [W3] Click fail modern-house-68598: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1815.081978002,"data":"07:22:02 | [W3] OK modern-house-68598  villa_183825.schematic (1,908B)\n"}
,{"stream_name":"stdout","time":1815.111910486,"data":"[W3] OK:163 SK:0 FL:17 | 180/1119 (16.1%) | 336/hr | 11h10m | Q:1\n"}
,{"stream_name":"stderr","time":1825.116072363,"data":"07:22:12 | [W3] Done. Success=163\n"}
,{"stream_name":"stdout","time":1826.841250493,"data":"\n"}
,{"stream_name":"stdout","time":1826.841293786,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":1826.841299099,"data":"  DONE | 29.3 min | RUNNING\n"}
,{"stream_name":"stdout","time":1826.841302892,"data":"  SUCCESS : 1,102\n"}
,{"stream_name":"stdout","time":1826.84130633,"data":"  FAILED  : 17\n"}
,{"stream_name":"stdout","time":1826.841333747,"data":"  SKIPPED : 0\n"}
,{"stream_name":"stdout","time":1826.841338081,"data":"  Progress CSV saved to: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":1826.84134245,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":1826.841346539,"data":"\n"}
,{"stream_name":"stderr","time":1830.286094797,"data":"/usr/local/lib/python3.12/dist-packages/mistune.py:435: SyntaxWarning: invalid escape sequence '\\|'\n"}
,{"stream_name":"stderr","time":1830.286140924,"data":"  cells[i][c] = re.sub('\\\\\\\\\\|', '|', cell)\n"}
,{"stream_name":"stderr","time":1831.027522105,"data":"/usr/local/lib/python3.12/dist-packages/nbconvert/filters/filter_links.py:36: SyntaxWarning: invalid escape sequence '\\_'\n"}
,{"stream_name":"stderr","time":1831.027564177,"data":"  text = re.sub(r'_', '\\_', text) # Escape underscores in display text\n"}
,{"stream_name":"stderr","time":1832.770438977,"data":"[NbConvertApp] Converting notebook __script__.ipynb to html\n"}
,{"stream_name":"stderr","time":1835.257410389,"data":"[NbConvertApp] Writing 1059650 bytes to __results__.html\n"}
]