-
Notifications
You must be signed in to change notification settings - Fork 1
/
bugs-dot-jar_ACCUMULO-843_65390f8c.log
996 lines (991 loc) · 81.2 KB
/
bugs-dot-jar_ACCUMULO-843_65390f8c.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
[[1;34mINFO[m] Scanning for projects...
[[1;33mWARNING[m] The project org.apache.accumulo:accumulo:pom:1.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1mReactor Build Order:[m
[[1;34mINFO[m]
[[1;34mINFO[m] accumulo [pom]
[[1;34mINFO[m] cloudtrace [jar]
[[1;34mINFO[m] accumulo-start [jar]
[[1;34mINFO[m] accumulo-fate [jar]
[[1;34mINFO[m] accumulo-core [jar]
[[1;34mINFO[m] accumulo-server [jar]
[[1;34mINFO[m] accumulo-examples [pom]
[[1;34mINFO[m] examples-simple [jar]
[[1;34mINFO[m] accumulo-test [jar]
[[1;34mINFO[m] instamo [jar]
[[1;34mINFO[m] accumulo-assemble [pom]
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--------------------< [0;36morg.apache.accumulo:accumulo[0;1m >--------------------[m
[[1;34mINFO[m] [1mBuilding accumulo 1.5.0-SNAPSHOT [1/11][m
[[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080168308
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo/1.5.0-SNAPSHOT/accumulo-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/target/accumulo-1.5.0-SNAPSHOT-site.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo/1.5.0-SNAPSHOT/accumulo-1.5.0-SNAPSHOT-site.xml
[[1;34mINFO[m]
[[1;34mINFO[m] [1m-------------------< [0;36morg.apache.accumulo:cloudtrace[0;1m >-------------------[m
[[1;34mINFO[m] [1mBuilding cloudtrace 1.5.0-SNAPSHOT [2/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080169637
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mexec-maven-plugin:1.2.1:exec[m [1m(generate-core-thrift)[m @ [36mcloudtrace[0;1m ---[m
****************************************************
*** thrift is not available
*** expecting 'thrift -version' to return 0.9
*** generated code will not be updated
****************************************************
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36mcloudtrace[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace/src/main/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Copying log4j-1.2.16.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/log4j-1.2.16.jar
[[1;34mINFO[m] Copying libthrift-0.9.0.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/libthrift-0.9.0.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Compiling 22 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36mcloudtrace[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace/src/test/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Compiling 3 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/cloudtrace-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/cloudtrace-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/cloudtrace-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36mcloudtrace[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/cloudtrace-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/cloudtrace/1.5.0-SNAPSHOT/cloudtrace-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/trace/pom.xml to /home/user/.m2/repository/org/apache/accumulo/cloudtrace/1.5.0-SNAPSHOT/cloudtrace-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/cloudtrace-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/cloudtrace/1.5.0-SNAPSHOT/cloudtrace-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/cloudtrace-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/cloudtrace/1.5.0-SNAPSHOT/cloudtrace-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m-----------------< [0;36morg.apache.accumulo:accumulo-start[0;1m >-----------------[m
[[1;34mINFO[m] [1mBuilding accumulo-start 1.5.0-SNAPSHOT [3/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080172058
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36maccumulo-start[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start/src/main/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Copying commons-io-1.4.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/commons-io-1.4.jar
[[1;34mINFO[m] Copying commons-vfs2-2.0.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/commons-vfs2-2.0.jar
[[1;34mINFO[m] Copying commons-logging-1.0.4.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/commons-logging-1.0.4.jar
[[1;34mINFO[m] log4j-1.2.16.jar already exists in destination.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Compiling 15 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36maccumulo-start[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 6 resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Compiling 7 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-start-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-start-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-start-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-start[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-start-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/start/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-start-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-start-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-start/1.5.0-SNAPSHOT/accumulo-start-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m-----------------< [0;36morg.apache.accumulo:accumulo-fate[0;1m >------------------[m
[[1;34mINFO[m] [1mBuilding accumulo-fate 1.5.0-SNAPSHOT [4/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080173855
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36maccumulo-fate[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate/src/main/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Copying commons-lang-2.4.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/commons-lang-2.4.jar
[[1;34mINFO[m] log4j-1.2.16.jar already exists in destination.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Compiling 22 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36maccumulo-fate[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate/src/test/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Compiling 4 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-fate-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-fate-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-fate-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-fate[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-fate-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/fate/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-fate-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-fate-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-fate/1.5.0-SNAPSHOT/accumulo-fate-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m-----------------< [0;36morg.apache.accumulo:accumulo-core[0;1m >------------------[m
[[1;34mINFO[m] [1mBuilding accumulo-core 1.5.0-SNAPSHOT [5/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080175823
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mexec-maven-plugin:1.2.1:exec[m [1m(generate-core-thrift)[m @ [36maccumulo-core[0;1m ---[m
****************************************************
*** thrift is not available
*** expecting 'thrift -version' to return 0.9
*** generated code will not be updated
****************************************************
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36maccumulo-core[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 1 resource
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Copying jcommander-1.30.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/jcommander-1.30.jar
[[1;34mINFO[m] Copying commons-collections-3.2.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/commons-collections-3.2.jar
[[1;34mINFO[m] Copying jline-0.9.94.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/jline-0.9.94.jar
[[1;34mINFO[m] log4j-1.2.16.jar already exists in destination.
[[1;34mINFO[m] libthrift-0.9.0.jar already exists in destination.
[[1;34mINFO[m] commons-logging-1.0.4.jar already exists in destination.
[[1;34mINFO[m] commons-lang-2.4.jar already exists in destination.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Compiling 443 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36maccumulo-core[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 4 resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Compiling 70 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-core-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] org already added, skipping
[[1;34mINFO[m] org/apache already added, skipping
[[1;34mINFO[m] org/apache/accumulo already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core/conf already added, skipping
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-core-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] org already added, skipping
[[1;34mINFO[m] org/apache already added, skipping
[[1;34mINFO[m] org/apache/accumulo already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core/conf already added, skipping
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] org already added, skipping
[[1;34mINFO[m] org/apache already added, skipping
[[1;34mINFO[m] org/apache/accumulo already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core/file already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core/file/rfile already added, skipping
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-core-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] org already added, skipping
[[1;34mINFO[m] org/apache already added, skipping
[[1;34mINFO[m] org/apache/accumulo already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core/file already added, skipping
[[1;34mINFO[m] org/apache/accumulo/core/file/rfile already added, skipping
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-core-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-core/1.5.0-SNAPSHOT/accumulo-core-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-core/1.5.0-SNAPSHOT/accumulo-core-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-core-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-core/1.5.0-SNAPSHOT/accumulo-core-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-core-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-core/1.5.0-SNAPSHOT/accumulo-core-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m----------------< [0;36morg.apache.accumulo:accumulo-server[0;1m >-----------------[m
[[1;34mINFO[m] [1mBuilding accumulo-server 1.5.0-SNAPSHOT [6/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080185368
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36maccumulo-server[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 38 resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Copying gson-2.2.2.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/gson-2.2.2.jar
[[1;34mINFO[m] Copying commons-configuration-1.5.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/commons-configuration-1.5.jar
[[1;34mINFO[m] log4j-1.2.16.jar already exists in destination.
[[1;34mINFO[m] commons-collections-3.2.jar already exists in destination.
[[1;34mINFO[m] jline-0.9.94.jar already exists in destination.
[[1;34mINFO[m] commons-io-1.4.jar already exists in destination.
[[1;34mINFO[m] libthrift-0.9.0.jar already exists in destination.
[[1;34mINFO[m] commons-lang-2.4.jar already exists in destination.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Compiling 407 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36maccumulo-server[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server/src/test/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Compiling 23 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-server-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-server-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-server-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-server[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-server-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-server/1.5.0-SNAPSHOT/accumulo-server-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/server/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-server/1.5.0-SNAPSHOT/accumulo-server-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-server-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-server/1.5.0-SNAPSHOT/accumulo-server-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-server-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-server/1.5.0-SNAPSHOT/accumulo-server-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m---------------< [0;36morg.apache.accumulo:accumulo-examples[0;1m >----------------[m
[[1;34mINFO[m] [1mBuilding accumulo-examples 1.5.0-SNAPSHOT [7/11][m
[[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080191253
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-examples[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-examples/1.5.0-SNAPSHOT/accumulo-examples-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m]
[[1;34mINFO[m] [1m----------------< [0;36morg.apache.accumulo:examples-simple[0;1m >-----------------[m
[[1;34mINFO[m] [1mBuilding examples-simple 1.5.0-SNAPSHOT [8/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080191305
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36mexamples-simple[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple/src/main/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Copying log4j-1.2.16.jar to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/lib/log4j-1.2.16.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Compiling 40 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36mexamples-simple[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple/src/test/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Compiling 5 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/examples-simple-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/examples-simple-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/examples-simple-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36mexamples-simple[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/examples-simple-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/examples-simple/1.5.0-SNAPSHOT/examples-simple-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/simple/pom.xml to /home/user/.m2/repository/org/apache/accumulo/examples-simple/1.5.0-SNAPSHOT/examples-simple-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/examples-simple-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/examples-simple/1.5.0-SNAPSHOT/examples-simple-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/examples-simple-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/examples-simple/1.5.0-SNAPSHOT/examples-simple-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m-----------------< [0;36morg.apache.accumulo:accumulo-test[0;1m >------------------[m
[[1;34mINFO[m] [1mBuilding accumulo-test 1.5.0-SNAPSHOT [9/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080193807
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36maccumulo-test[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test/src/main/resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] Compiling 1 source file to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36maccumulo-test[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 1 resource
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] Compiling 1 source file to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-test-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-test-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-test-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m] META-INF already added, skipping
[[1;34mINFO[m] META-INF/LICENSE already added, skipping
[[1;34mINFO[m] META-INF/NOTICE already added, skipping
[[1;34mINFO[m] META-INF/DEPENDENCIES already added, skipping
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-test[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-test-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-test/1.5.0-SNAPSHOT/accumulo-test-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/test/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-test/1.5.0-SNAPSHOT/accumulo-test-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-test-1.5.0-SNAPSHOT-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-test/1.5.0-SNAPSHOT/accumulo-test-1.5.0-SNAPSHOT-sources.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/lib/accumulo-test-1.5.0-SNAPSHOT-test-sources.jar to /home/user/.m2/repository/org/apache/accumulo/accumulo-test/1.5.0-SNAPSHOT/accumulo-test-1.5.0-SNAPSHOT-test-sources.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--------------------< [0;36morg.apache.accumulo:instamo[0;1m >---------------------[m
[[1;34mINFO[m] [1mBuilding instamo 1.5.0-SNAPSHOT [10/11][m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:resources[m [1m(default-resources)[m @ [36minstamo[0;1m ---[m
[[1;33mWARNING[m] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[[1;34mINFO[m] Copying 1 resource
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.0.2:compile[m [1m(default-compile)[m @ [36minstamo[0;1m ---[m
[[1;34mINFO[m] Compiling 2 source files to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/instamo/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:testResources[m [1m(default-testResources)[m @ [36minstamo[0;1m ---[m
[[1;33mWARNING[m] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[[1;34mINFO[m] skip non existing resourceDirectory /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/instamo/src/test/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.0.2:testCompile[m [1m(default-testCompile)[m @ [36minstamo[0;1m ---[m
[[1;34mINFO[m] Compiling 1 source file to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/instamo/target/test-classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12.4:test[m [1m(default-test)[m @ [36minstamo[0;1m ---[m
[[1;34mINFO[m] Tests are skipped.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:2.4:jar[m [1m(default-jar)[m @ [36minstamo[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/instamo/target/instamo-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.4:install[m [1m(default-install)[m @ [36minstamo[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/instamo/target/instamo-1.5.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/accumulo/instamo/1.5.0-SNAPSHOT/instamo-1.5.0-SNAPSHOT.jar
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/examples/instamo/pom.xml to /home/user/.m2/repository/org/apache/accumulo/instamo/1.5.0-SNAPSHOT/instamo-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m]
[[1;34mINFO[m] [1m---------------< [0;36morg.apache.accumulo:accumulo-assemble[0;1m >----------------[m
[[1;34mINFO[m] [1mBuilding accumulo-assemble 1.5.0-SNAPSHOT [11/11][m
[[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/assemble && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/assemble
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080196017
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/assemble && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/assemble
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-site-plugin:3.2:attach-descriptor[m [1m(attach-descriptor)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:2.1.2:test-jar-no-fork[m [1m(attach-sources)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mexec-maven-plugin:1.2.1:exec[m [1m(config webpage)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.3.1:install[m [1m(default-install)[m @ [36maccumulo-assemble[0;1m ---[m
[[1;34mINFO[m] Installing /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/assemble/pom.xml to /home/user/.m2/repository/org/apache/accumulo/accumulo-assemble/1.5.0-SNAPSHOT/accumulo-assemble-1.5.0-SNAPSHOT.pom
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1mReactor Summary for accumulo 1.5.0-SNAPSHOT:[m
[[1;34mINFO[m]
[[1;34mINFO[m] accumulo ........................................... [1;32mSUCCESS[m [ 1.630 s]
[[1;34mINFO[m] cloudtrace ......................................... [1;32mSUCCESS[m [ 2.362 s]
[[1;34mINFO[m] accumulo-start ..................................... [1;32mSUCCESS[m [ 1.879 s]
[[1;34mINFO[m] accumulo-fate ...................................... [1;32mSUCCESS[m [ 1.958 s]
[[1;34mINFO[m] accumulo-core ...................................... [1;32mSUCCESS[m [ 9.538 s]
[[1;34mINFO[m] accumulo-server .................................... [1;32mSUCCESS[m [ 5.900 s]
[[1;34mINFO[m] accumulo-examples .................................. [1;32mSUCCESS[m [ 0.052 s]
[[1;34mINFO[m] examples-simple .................................... [1;32mSUCCESS[m [ 2.497 s]
[[1;34mINFO[m] accumulo-test ...................................... [1;32mSUCCESS[m [ 1.339 s]
[[1;34mINFO[m] instamo ............................................ [1;32mSUCCESS[m [ 0.878 s]
[[1;34mINFO[m] accumulo-assemble .................................. [1;32mSUCCESS[m [ 0.417 s]
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1;32mBUILD SUCCESS[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] Total time: 28.761 s
[[1;34mINFO[m] Finished at: 2022-07-17T10:49:56-07:00
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] Scanning for projects...
[[1;34mINFO[m]
[[1;34mINFO[m] [1m-----------------< [0;36morg.apache.accumulo:accumulo-core[0;1m >------------------[m
[[1;34mINFO[m] [1mBuilding accumulo-core 1.5.0-SNAPSHOT[m
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.1:create[m [1m(default)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Checking for local modifications: skipped.
[[1;34mINFO[m] Updating project files from SCM: skipped.
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core
[[1;34mINFO[m] Storing buildNumber: null at timestamp: 1658080198689
[[1;34mINFO[m] Executing: /bin/sh -c cd /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core && svn --non-interactive info
[[1;34mINFO[m] Working directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core
[[1;34mINFO[m] Storing buildScmBranch: UNKNOWN_BRANCH
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:1.0.1:enforce[m [1m(enforce-mvn)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mexec-maven-plugin:1.2.1:exec[m [1m(generate-core-thrift)[m @ [36maccumulo-core[0;1m ---[m
****************************************************
*** thrift is not available
*** expecting 'thrift -version' to return 0.9
*** generated code will not be updated
****************************************************
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-remote-resources-plugin:1.3:process[m [1m(default)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:resources[m [1m(default-resources)[m @ [36maccumulo-core[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 1 resource
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-dependency-plugin:2.3:copy-dependencies[m [1m(copy-dependencies)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] jcommander-1.30.jar already exists in destination.
[[1;34mINFO[m] log4j-1.2.16.jar already exists in destination.
[[1;34mINFO[m] commons-collections-3.2.jar already exists in destination.
[[1;34mINFO[m] jline-0.9.94.jar already exists in destination.
[[1;34mINFO[m] libthrift-0.9.0.jar already exists in destination.
[[1;34mINFO[m] commons-logging-1.0.4.jar already exists in destination.
[[1;34mINFO[m] commons-lang-2.4.jar already exists in destination.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:compile[m [1m(default-compile)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Nothing to compile - all classes are up to date
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.5:testResources[m [1m(default-testResources)[m @ [36maccumulo-core[0;1m ---[m
[debug] execute contextualize
[[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
[[1;34mINFO[m] Copying 4 resources
[[1;34mINFO[m] Copying 3 resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:2.3.2:testCompile[m [1m(default-testCompile)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Nothing to compile - all classes are up to date
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.12:test[m [1m(default-test)[m @ [36maccumulo-core[0;1m ---[m
[[1;34mINFO[m] Surefire report directory: /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.accumulo.core.cli.TestClientOpts
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
Running org.apache.accumulo.core.conf.PropertyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.client.RowIteratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.accumulo.core.client.admin.FindMaxTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.119 sec <<< FAILURE!
Running org.apache.accumulo.core.client.admin.TableOperationsHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.client.mock.MockConnectorTest
Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.041 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mock.TestBatchScanner821
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mock.MockTableOperationsTest
Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.023 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormatTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest
Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.071 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.017 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitionerTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE!
Running org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormatTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.accumulo.core.client.ClientSideIteratorTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE!
Running org.apache.accumulo.core.client.impl.ScannerOptionsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.client.impl.TabletLocatorImplTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running org.apache.accumulo.core.client.TestThrift1474
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.apache.accumulo.core.security.VisibilityEvaluatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.accumulo.core.security.ColumnVisibilityTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.accumulo.core.security.AuthorizationsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.util.LocalityGroupUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.accumulo.core.util.MetadataTableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.util.MergeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.util.TextUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.util.EscapeTokenizerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.util.shell.command.FormatterCommandTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.088 sec <<< FAILURE!
Running org.apache.accumulo.core.util.shell.ShellTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
Running org.apache.accumulo.core.util.AddressUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.accumulo.core.util.TestStringUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.accumulo.core.util.TestVersion
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.iterators.IterUtilTest
22/07/17 10:50:01 INFO impl.DefaultFileSystemManager: Using "/tmp/vfs_cache" as temporary files store.
22/07/17 10:50:01 WARN classloader.AccumuloClassLoader: ignoring classpath entry /conf
22/07/17 10:50:01 WARN classloader.AccumuloClassLoader: ignoring classpath entry /lib/[^.].*.jar
22/07/17 10:50:01 WARN classloader.AccumuloClassLoader: ignoring classpath entry /zookeeper[^.].*.jar
22/07/17 10:50:01 WARN classloader.AccumuloClassLoader: ignoring classpath entry /[^.].*.jar
22/07/17 10:50:01 WARN classloader.AccumuloClassLoader: ignoring classpath entry /conf
22/07/17 10:50:01 WARN classloader.AccumuloClassLoader: ignoring classpath entry /lib/[^.].*.jar
22/07/17 10:50:01 WARN vfs.AccumuloVFSClassLoader: ignoring classpath entry file:///lib/ext/[^.].*.jar
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.accumulo.core.iterators.AggregatingIteratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.accumulo.core.iterators.FirstEntryInRowIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.iterators.FirstEntryInRowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.accumulo.core.iterators.system.ColumnFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIteratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec
Running org.apache.accumulo.core.iterators.system.DeletingIteratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.iterators.system.TimeSettingIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.iterators.system.MultiIteratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running org.apache.accumulo.core.iterators.system.SourceSwitchingIteratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.system.VisibilityFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.accumulo.core.iterators.user.WholeRowIteratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.user.GrepIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.accumulo.core.iterators.user.RowFilterTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
Running org.apache.accumulo.core.iterators.user.FilterTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running org.apache.accumulo.core.iterators.user.RegExFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.user.VersioningIteratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.accumulo.core.iterators.user.IntersectingIteratorTest
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.388 sec <<< FAILURE!
Running org.apache.accumulo.core.iterators.user.IndexedDocIteratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 sec
Running org.apache.accumulo.core.iterators.user.RowDeletingIteratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.user.LargeRowFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running org.apache.accumulo.core.iterators.user.CombinerTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.accumulo.core.iterators.aggregation.conf.AggregatorConfigurationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.accumulo.core.iterators.aggregation.NumSummationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.apache.accumulo.core.file.rfile.RelativeKeyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.accumulo.core.file.rfile.BlockIndexTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.accumulo.core.file.rfile.RFileTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.881 sec
Running org.apache.accumulo.core.file.rfile.MultiLevelIndexTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.apache.accumulo.core.file.blockfile.cache.TestLruBlockCache
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 sec
Running org.apache.accumulo.core.file.blockfile.cache.TestCachedBlockQueue
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.accumulo.core.data.ColumnTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.data.RangeTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.apache.accumulo.core.data.MutationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.accumulo.core.data.KeyExtentTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.accumulo.core.data.KeyTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Results :
Tests in error:
test1(org.apache.accumulo.core.client.admin.FindMaxTest): java.io.IOException: failure to login
testDeletewithBatchDeleter(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testMockConnectorReturnsCorrectInstance(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testCMod(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testSunnyDay(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testAggregation(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testDelete(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testUpdate(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testMockMultiTableBatchWriter(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
testChangeAuths(org.apache.accumulo.core.client.mock.MockConnectorTest): java.io.IOException: failure to login
test(org.apache.accumulo.core.client.mock.TestBatchScanner821): java.io.IOException: failure to login
testDeleteRows(org.apache.accumulo.core.client.mock.MockTableOperationsTest): java.io.IOException: failure to login
testImport(org.apache.accumulo.core.client.mock.MockTableOperationsTest): failure to login
testTableNotFound(org.apache.accumulo.core.client.mock.MockTableOperationsTest): java.io.IOException: failure to login
testFailsWithNonEmptyFailureDirectory(org.apache.accumulo.core.client.mock.MockTableOperationsTest): Unexpected exception, expected<java.io.IOException> but was<java.lang.RuntimeException>
testFailsWithNoTable(org.apache.accumulo.core.client.mock.MockTableOperationsTest): Unexpected exception, expected<org.apache.accumulo.core.client.TableNotFoundException> but was<java.lang.RuntimeException>
testCreateUseVersions(org.apache.accumulo.core.client.mock.MockTableOperationsTest): java.io.IOException: failure to login
test(org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormatTest): java.io.IOException: failure to login
testSetIterator(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Can't create object
testMap(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): java.io.IOException: failure to login
testMaxVersions(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Can't create object
testAddIterator(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Can't create object
testNoMaxVersion(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Can't create object
testMaxVersionsLessThan1(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Unexpected exception, expected<java.io.IOException> but was<java.lang.IllegalArgumentException>
testIteratorOptionEncoding(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): java.io.IOException: failure to login
testSimple(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): java.io.IOException: failure to login
testSetRegex(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Can't create object
testGetIteratorSettings(org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest): Can't create object
testEmptyWrite(org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest): java.io.IOException: failure to login
testRealWrite(org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest): java.io.IOException: failure to login
writeBadVisibility(org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest): java.io.IOException: failure to login
validateConfiguration(org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest): java.io.IOException: failure to login
testNoSubBins(org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitionerTest): java.io.IOException: failure to login
testSubBins(org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitionerTest): java.io.IOException: failure to login
testMR(org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormatTest): java.io.IOException: failure to login
testVersioning(org.apache.accumulo.core.client.ClientSideIteratorTest): java.io.IOException: failure to login
testIntersect(org.apache.accumulo.core.client.ClientSideIteratorTest): java.io.IOException: failure to login
test(org.apache.accumulo.core.util.shell.command.FormatterCommandTest): java.io.IOException: failure to login
aboutTest(org.apache.accumulo.core.util.shell.ShellTest): java.io.IOException: failure to login
insertDeleteScanTest(org.apache.accumulo.core.util.shell.ShellTest): java.io.IOException: failure to login
addGetSplitsTest(org.apache.accumulo.core.util.shell.ShellTest): java.io.IOException: failure to login
test1(org.apache.accumulo.core.iterators.user.RowFilterTest): java.io.IOException: failure to login
testWithBatchScanner(org.apache.accumulo.core.iterators.user.IntersectingIteratorTest): java.io.IOException: failure to login
Tests run: 311, Failures: 0, Errors: 43, Skipped: 0
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1;31mBUILD FAILURE[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] Total time: 8.403 s
[[1;34mINFO[m] Finished at: 2022-07-17T10:50:06-07:00
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;31mERROR[m] Failed to execute goal [32morg.apache.maven.plugins:maven-surefire-plugin:2.12:test[m [1m(default-test)[m on project [36maccumulo-core[m: [1;31mThere are test failures.[m
[[1;31mERROR[m] [1;31m[m
[[1;31mERROR[m] [1;31mPlease refer to /home/user/Reproducibility-Scanner/benchmarks/bugs-dot-jar/accumulo/core/target/surefire-reports for the individual test results.[m
[[1;31mERROR[m] -> [1m[Help 1][m
[[1;31mERROR[m]
[[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
[[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging.
[[1;31mERROR[m]
[[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles:
[[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException