summaryrefslogtreecommitdiff
path: root/notify/notify-full.log
blob: 38f0aaf2a949e31273d46d7d0fd6044ae4ae6bcb (plain)
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
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012

./jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __notify onregression __stage full __verbose true

+ false
+ dryrun=
+ declare top_artifacts ci_project ci_config
+ declare change_kind changed_single_component last_good first_bad
+ declare -a changed_components
+ declare print_commits_f print_result_f print_config_f print_last_icommit_f
+ dump_model_only=false
+ setup_notify_environment
+ echo '# setup_notify_environment'
# setup_notify_environment
+ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
++ set +x
+ ci_project=tcwg_glibc_check
++ get_current_manifest '{rr[ci_config]}'
++ set +x
+ ci_config=master-arm
+ echo '# Debug traces :'
# Debug traces :
++ get_baseline_manifest BUILD_URL
++ set +x
+ echo '#   Baseline  : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/454/'
#   Baseline  : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/454/
+ echo '#   Using dir : base-artifacts'
#   Using dir : base-artifacts
++ get_current_manifest BUILD_URL
++ set +x
+ echo '#   Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/'
#   Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/
+ echo '#   Using dir : artifacts'
#   Using dir : artifacts
+ echo ''

+ mkdir -p artifacts/notify
+ check_source_changes
+ echo '# check_source_changes'
# check_source_changes
++ get_current_manifest '{rr[update_baseline]}'
++ set +x
+ '[' force '!=' init ']'
+ IFS=' '
+ read -r -a changed_components
++ print_changed_components
++ set -euf -o pipefail
++ local c delim=
+++ print_updated_components
+++ set -euf -o pipefail
+++ local c delim=
+++ for c in ${rr[components]}
+++ '[' xgit://sourceware.org/git/glibc.git#aaa208502c97707119aea9e03a988bec26ad7817 '!=' xbaseline ']'
+++ echo -ne glibc
+++ delim=' '
+++ echo
++ for c in $(print_updated_components)
+++ get_current_git glibc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/glibc_rev
+++ get_baseline_git glibc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
++ '[' xaaa208502c97707119aea9e03a988bec26ad7817 '!=' xb29e70657dc19048f32ba73b45da2eeba81340f8 ']'
++ echo -ne glibc
++ delim=' '
++ echo
+ local c base_rev cur_rev c_commits
+ '[' 1 = 0 ']'
+ '[' 1 = 1 ']'
+ changed_single_component=glibc
++ get_current_git glibc_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/glibc_rev
+ first_bad=aaa208502c97707119aea9e03a988bec26ad7817
++ get_baseline_git glibc_rev
++ set -euf -o pipefail
++ local base_artifacts=base-artifacts
++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/glibc_rev
+ last_good=b29e70657dc19048f32ba73b45da2eeba81340f8
+ local res
+ res=0
+ wait 563369
+ git -C glibc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo glibc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
+ single_commit_p glibc
+ set -euf -o pipefail
+ local c=glibc
+ local base_rev cur_rev sha1
++ get_baseline_git glibc_rev
++ set -euf -o pipefail
++ local base_artifacts=base-artifacts
++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/glibc_rev
+ base_rev=b29e70657dc19048f32ba73b45da2eeba81340f8
++ get_current_git glibc_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/glibc_rev
+ cur_rev=aaa208502c97707119aea9e03a988bec26ad7817
++ git -C glibc rev-parse 'aaa208502c97707119aea9e03a988bec26ad7817^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
+ '[' b29e70657dc19048f32ba73b45da2eeba81340f8 = b29e70657dc19048f32ba73b45da2eeba81340f8 ']'
+ return 0
+ change_kind=single_commit
+ echo '# Debug traces :'
# Debug traces :
+ echo '#   change_kind=single_commit : glibc'
#   change_kind=single_commit : glibc
+ for c in "${changed_components[@]}"
++ get_baseline_git glibc_rev
++ set -euf -o pipefail
++ local base_artifacts=base-artifacts
++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/glibc_rev
+ base_rev=b29e70657dc19048f32ba73b45da2eeba81340f8
++ get_current_git glibc_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/glibc_rev
+ cur_rev=aaa208502c97707119aea9e03a988bec26ad7817
++ git -C glibc rev-list --count b29e70657dc19048f32ba73b45da2eeba81340f8..aaa208502c97707119aea9e03a988bec26ad7817
+ c_commits=1
+ echo '#   rev for glibc : b29e70657dc19048f32ba73b45da2eeba81340f8..aaa208502c97707119aea9e03a988bec26ad7817 (1 commits)'
#   rev for glibc : b29e70657dc19048f32ba73b45da2eeba81340f8..aaa208502c97707119aea9e03a988bec26ad7817 (1 commits)
+ echo ''

+ setup_stages_to_run
+ '[' xonregression == xignore ']'
+ '[' xonregression == xonregression ']'
+ '[' 1 = 0 ']'
+ '[' single_commit '!=' single_commit ']'
+ generate_dashboard=false
+ post_dashboard=false
+ print_commits_f=print_commits
+ print_result_f=print_result
+ print_config_f=print_config
+ print_last_icommit_f=print_last_icommit
+ case "$ci_project" in
+ generate_extra_details
+ set -euf -o pipefail
+ echo '# generate_extra_details'
# generate_extra_details
+ post_interesting_commits init
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
# post_interesting_commits
+ local stage=init
+ '[' single_commit '!=' single_commit ']'
+ clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local ref=master
+ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local reference=auto
+ local single_branch=master
+ local remote=origin
+ clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local reference=auto
+ local single_branch=master
+ local remote=origin
+ local refopt=
+ case "$reference" in
+ local ref_dir
+ for ref_dir in $url $dir
++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git
+ ref_dir=interesting-commits
+ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git
+ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir
+ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']'
+ for ref_dir in $url $dir
++ basename interesting-commits .git
+ ref_dir=interesting-commits
+ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git
+ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir
+ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']'
+ git -C interesting-commits status
+ '[' -d interesting-commits ']'
+ '[' x '!=' x ']'
+ '[' -d interesting-commits ']'
+ rm -f interesting-commits/.git/gc.log
+ git -C interesting-commits config gc.autoDetach false
+ git -C interesting-commits gc --auto --force --prune=all
+ find interesting-commits/.git -name '*.lock' -delete
+ local i
+ for i in am cherry-pick rebase
+ git -C interesting-commits am --abort
+ true
+ for i in am cherry-pick rebase
+ git -C interesting-commits cherry-pick --abort
+ true
+ for i in am cherry-pick rebase
+ git -C interesting-commits rebase --abort
+ true
+ git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local remote=origin
+ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local single_branch=master
+ git -C interesting-commits remote rm origin
+ git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local refspec
+ '[' xmaster = x ']'
+ refspec=+refs/heads/master:refs/remotes/origin/master
+ run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ local duration=1h
+ shift
+ local tries=3
+ shift
+ local n=0
+ local ret=0
+ '[' 0 -eq 3 ']'
+ echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ ret=0
+ wait 563439
+ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ '[' 0 -eq 0 ']'
+ break
+ return 0
+ git_checkout interesting-commits master origin
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local ref=master
+ local remote=origin
+ git_clean interesting-commits
+ set -euf -o pipefail
+ fresh_dir interesting-commits 'interesting-commits/.git/*'
+ set -euf -o pipefail
+ local dir=interesting-commits
+ shift 1
++ dirname interesting-commits/something
+ dir=interesting-commits
+ mkdir -p interesting-commits
+ find_opts=("!" "-path" "$dir")
+ for keep_pattern in "$@"
+ :
+ find_opts+=("!" "-path" "$keep_pattern")
++ dirname 'interesting-commits/.git/*'
+ keep_pattern=interesting-commits/.git
+ '[' xinteresting-commits/.git = xinteresting-commits ']'
+ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']'
+ set -euf -o pipefail +x
+ :
+ find_opts+=("!" "-path" "$keep_pattern")
++ dirname interesting-commits/.git
+ keep_pattern=interesting-commits
+ '[' xinteresting-commits = xinteresting-commits ']'
+ break
+ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';'
+ chmod -R +rw interesting-commits
+ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete
+ git -C interesting-commits reset -q --hard
+ local sha1
++ git_rev_parse interesting-commits master origin
++ set -euf -o pipefail
++ local dir=interesting-commits
++ local ref=master
++ local remote=origin
++ '[' 3 -ge 3 ']'
++ remote=origin
++ git_rev_parse_1 interesting-commits master origin --short
++ set -euf -o pipefail
++ local dir=interesting-commits
++ local ref=master
++ local remote=origin
++ local opts=--short
++ local ret
++ cd interesting-commits
++ local sha1 try_ref
++ case "$ref" in
++ try_ref=refs/remotes/origin/master
++ ret=0
+++ git rev-parse --short refs/remotes/origin/master
++ sha1=20f7ba19d
++ '[' 0 -ne 0 ']'
++ echo 20f7ba19d
+ sha1=20f7ba19d
+ git -C interesting-commits checkout --detach 20f7ba19d
HEAD is now at 20f7ba19d Add entry aaa208502c97707119aea9e03a988bec26ad7817 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/
+ true
+ git_init_linaro_local_remote interesting-commits baseline
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local remote=baseline
+ local origin_url
+ local new_url
++ git -C interesting-commits remote get-url origin
+ origin_url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ new_url=toolchain/ci/interesting-commits.git
+ case "$new_url" in
+ new_url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ git_set_remote interesting-commits baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local remote=baseline
+ local url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ local single_branch=
+ git -C interesting-commits remote rm baseline
+ git -C interesting-commits remote add baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ local jira_dir jira_key=
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ jira_dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ jira_dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira
+ '[' init = full ']'
+ true
+ git -C interesting-commits remote update -p
Fetching origin
Fetching baseline
From ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
 * [new branch]          empty             -> baseline/empty
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_apm -> baseline/linaro-local/ci/tcwg_bmk_gnu_apm
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 -> baseline/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_sq -> baseline/linaro-local/ci/tcwg_bmk_gnu_sq
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_tk1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tk1
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_tx1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tx1
 * [new branch]          linaro-local/ci/tcwg_bmk_llvm_apm -> baseline/linaro-local/ci/tcwg_bmk_llvm_apm
 * [new branch]          linaro-local/ci/tcwg_bmk_llvm_tk1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tk1
 * [new branch]          linaro-local/ci/tcwg_bmk_llvm_tx1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tx1
 * [new branch]          linaro-local/ci/tcwg_gcc_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_bootstrap
 * [new branch]          linaro-local/ci/tcwg_gcc_check -> baseline/linaro-local/ci/tcwg_gcc_check
 * [new branch]          linaro-local/ci/tcwg_gcc_check_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_check_bootstrap
 * [new branch]          linaro-local/ci/tcwg_gnu_cross_build -> baseline/linaro-local/ci/tcwg_gnu_cross_build
 * [new branch]          linaro-local/ci/tcwg_gnu_cross_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_cross_check_gcc
 * [new branch]          linaro-local/ci/tcwg_gnu_native_build -> baseline/linaro-local/ci/tcwg_gnu_native_build
 * [new branch]          linaro-local/ci/tcwg_gnu_native_check_binutils -> baseline/linaro-local/ci/tcwg_gnu_native_check_binutils
 * [new branch]          linaro-local/ci/tcwg_gnu_native_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_native_check_gcc
 * [new branch]          linaro-local/ci/tcwg_gnu_native_check_gdb -> baseline/linaro-local/ci/tcwg_gnu_native_check_gdb
 * [new branch]          linaro-local/ci/tcwg_kernel -> baseline/linaro-local/ci/tcwg_kernel
 * [new branch]          linaro-local/test -> baseline/linaro-local/test
 * [new branch]          main              -> baseline/main
 * [new branch]          master            -> baseline/master
+ git -C interesting-commits reset -q --hard refs/remotes/baseline/master
+ mkdir -p interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira
+ '[' '' '!=' '' ']'
+ update_interesting_commits init
+ echo '# update_interesting_commits'
# update_interesting_commits
+ local stage=init
+ local subdir
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ subdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ '[' -d interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817 ']'
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817 tcwg_glibc_check master-arm
++ local dir=glibc/sha1
++ '[' 4 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 4 -ge 3 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check
++ '[' 4 -ge 4 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
+ subdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
+ mkdir -p interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
+ get_current_manifest BUILD_URL
+ set +x
+ echo b29e70657dc19048f32ba73b45da2eeba81340f8
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/build_url glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/last_good
+ '[' init '!=' full ']'
+ return
++ get_current_manifest BUILD_URL
++ set +x
+ git -C interesting-commits commit -m 'Add entry aaa208502c97707119aea9e03a988bec26ad7817 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/'
HEAD detached from 5c3da4ae8
nothing to commit, working tree clean
+ break
+ '[' full '!=' full ']'
+ check_if_first_report
+ declare -g first_icommit_to_report
+ first_icommit_to_report=false
+ '[' xsingle_commit '!=' xsingle_commit ']'
+ local isubdir
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ isubdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/first_url ']'
+ return
+ post_interesting_commits full
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
# post_interesting_commits
+ local stage=full
+ '[' single_commit '!=' single_commit ']'
+ clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local ref=master
+ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local reference=auto
+ local single_branch=master
+ local remote=origin
+ clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local reference=auto
+ local single_branch=master
+ local remote=origin
+ local refopt=
+ case "$reference" in
+ local ref_dir
+ for ref_dir in $url $dir
++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git
+ ref_dir=interesting-commits
+ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git
+ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir
+ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']'
+ for ref_dir in $url $dir
++ basename interesting-commits .git
+ ref_dir=interesting-commits
+ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git
+ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir
+ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']'
+ git -C interesting-commits status
+ '[' -d interesting-commits ']'
+ '[' x '!=' x ']'
+ '[' -d interesting-commits ']'
+ rm -f interesting-commits/.git/gc.log
+ git -C interesting-commits config gc.autoDetach false
+ git -C interesting-commits gc --auto --force --prune=all
+ find interesting-commits/.git -name '*.lock' -delete
+ local i
+ for i in am cherry-pick rebase
+ git -C interesting-commits am --abort
+ true
+ for i in am cherry-pick rebase
+ git -C interesting-commits cherry-pick --abort
+ true
+ for i in am cherry-pick rebase
+ git -C interesting-commits rebase --abort
+ true
+ git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local remote=origin
+ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local single_branch=master
+ git -C interesting-commits remote rm origin
+ git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ local refspec
+ '[' xmaster = x ']'
+ refspec=+refs/heads/master:refs/remotes/origin/master
+ run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ local duration=1h
+ shift
+ local tries=3
+ shift
+ local n=0
+ local ret=0
+ '[' 0 -eq 3 ']'
+ echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ ret=0
+ wait 567932
+ '[' 0 -eq 0 ']'
+ break
+ return 0
+ git_checkout interesting-commits master origin
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local ref=master
+ local remote=origin
+ git_clean interesting-commits
+ set -euf -o pipefail
+ fresh_dir interesting-commits 'interesting-commits/.git/*'
+ set -euf -o pipefail
+ local dir=interesting-commits
+ shift 1
++ dirname interesting-commits/something
+ dir=interesting-commits
+ mkdir -p interesting-commits
+ find_opts=("!" "-path" "$dir")
+ for keep_pattern in "$@"
+ :
+ find_opts+=("!" "-path" "$keep_pattern")
++ dirname 'interesting-commits/.git/*'
+ keep_pattern=interesting-commits/.git
+ '[' xinteresting-commits/.git = xinteresting-commits ']'
+ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']'
+ set -euf -o pipefail +x
+ :
+ find_opts+=("!" "-path" "$keep_pattern")
++ dirname interesting-commits/.git
+ keep_pattern=interesting-commits
+ '[' xinteresting-commits = xinteresting-commits ']'
+ break
+ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';'
+ chmod -R +rw interesting-commits
+ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete
+ git -C interesting-commits reset -q --hard
+ local sha1
++ git_rev_parse interesting-commits master origin
++ set -euf -o pipefail
++ local dir=interesting-commits
++ local ref=master
++ local remote=origin
++ '[' 3 -ge 3 ']'
++ remote=origin
++ git_rev_parse_1 interesting-commits master origin --short
++ set -euf -o pipefail
++ local dir=interesting-commits
++ local ref=master
++ local remote=origin
++ local opts=--short
++ local ret
++ cd interesting-commits
++ local sha1 try_ref
++ case "$ref" in
++ try_ref=refs/remotes/origin/master
++ ret=0
+++ git rev-parse --short refs/remotes/origin/master
++ sha1=20f7ba19d
++ '[' 0 -ne 0 ']'
++ echo 20f7ba19d
+ sha1=20f7ba19d
+ git -C interesting-commits checkout --detach 20f7ba19d
HEAD is now at 20f7ba19d Add entry aaa208502c97707119aea9e03a988bec26ad7817 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/
+ true
+ git_init_linaro_local_remote interesting-commits baseline
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local remote=baseline
+ local origin_url
+ local new_url
++ git -C interesting-commits remote get-url origin
+ origin_url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git
++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git
+ new_url=toolchain/ci/interesting-commits.git
+ case "$new_url" in
+ new_url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ git_set_remote interesting-commits baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ set -euf -o pipefail
+ local dir=interesting-commits
+ local remote=baseline
+ local url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ local single_branch=
+ git -C interesting-commits remote rm baseline
+ git -C interesting-commits remote add baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ local jira_dir jira_key=
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ jira_dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ jira_dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira
+ '[' full = full ']'
+ true
+ false
+ true
+ git -C interesting-commits remote update -p
Fetching origin
Fetching baseline
From ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
 * [new branch]          empty             -> baseline/empty
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_apm -> baseline/linaro-local/ci/tcwg_bmk_gnu_apm
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 -> baseline/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_sq -> baseline/linaro-local/ci/tcwg_bmk_gnu_sq
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_tk1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tk1
 * [new branch]          linaro-local/ci/tcwg_bmk_gnu_tx1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tx1
 * [new branch]          linaro-local/ci/tcwg_bmk_llvm_apm -> baseline/linaro-local/ci/tcwg_bmk_llvm_apm
 * [new branch]          linaro-local/ci/tcwg_bmk_llvm_tk1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tk1
 * [new branch]          linaro-local/ci/tcwg_bmk_llvm_tx1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tx1
 * [new branch]          linaro-local/ci/tcwg_gcc_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_bootstrap
 * [new branch]          linaro-local/ci/tcwg_gcc_check -> baseline/linaro-local/ci/tcwg_gcc_check
 * [new branch]          linaro-local/ci/tcwg_gcc_check_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_check_bootstrap
 * [new branch]          linaro-local/ci/tcwg_gnu_cross_build -> baseline/linaro-local/ci/tcwg_gnu_cross_build
 * [new branch]          linaro-local/ci/tcwg_gnu_cross_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_cross_check_gcc
 * [new branch]          linaro-local/ci/tcwg_gnu_native_build -> baseline/linaro-local/ci/tcwg_gnu_native_build
 * [new branch]          linaro-local/ci/tcwg_gnu_native_check_binutils -> baseline/linaro-local/ci/tcwg_gnu_native_check_binutils
 * [new branch]          linaro-local/ci/tcwg_gnu_native_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_native_check_gcc
 * [new branch]          linaro-local/ci/tcwg_gnu_native_check_gdb -> baseline/linaro-local/ci/tcwg_gnu_native_check_gdb
 * [new branch]          linaro-local/ci/tcwg_kernel -> baseline/linaro-local/ci/tcwg_kernel
 * [new branch]          linaro-local/test -> baseline/linaro-local/test
 * [new branch]          main              -> baseline/main
 * [new branch]          master            -> baseline/master
+ git -C interesting-commits reset -q --hard refs/remotes/baseline/master
+ mkdir -p interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira
+ '[' '' '!=' '' ']'
+ update_interesting_commits full
+ echo '# update_interesting_commits'
# update_interesting_commits
+ local stage=full
+ local subdir
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ subdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ '[' -d interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817 ']'
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817 tcwg_glibc_check master-arm
++ local dir=glibc/sha1
++ '[' 4 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 4 -ge 3 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check
++ '[' 4 -ge 4 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
+ subdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
+ mkdir -p interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm
+ get_current_manifest BUILD_URL
+ set +x
+ echo b29e70657dc19048f32ba73b45da2eeba81340f8
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/build_url glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/last_good
+ '[' full '!=' full ']'
+ print_result --oneline
+ false
+ local print_arg=--oneline
+ case "$print_arg" in
+ '[' 1 = 0 ']'
+ echo Failure
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/summary.txt
+ local bad_artifacts_url good_artifacts_url
++ get_current_manifest BUILD_URL
++ set +x
+ bad_artifacts_url=https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/artifact/artifacts
++ get_baseline_manifest BUILD_URL
++ set +x
+ good_artifacts_url=https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/454/artifact/artifacts
+ cat
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/reproduction_instructions.txt
+ local commit_file=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../commit-log.txt
+ local describe
++ describe_sha1 glibc aaa208502c97707119aea9e03a988bec26ad7817 true
++ local component=glibc
++ local sha1=aaa208502c97707119aea9e03a988bec26ad7817
++ local anything=true
++ match=()
++ local -a match
++ case "$component" in
++ git -C glibc describe aaa208502c97707119aea9e03a988bec26ad7817
+ describe=glibc-2.37.9000-554-gaaa208502c
+ cat
++ git -C glibc log -n1 --pretty=short aaa208502c97707119aea9e03a988bec26ad7817
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../commit-log.txt
+ local ci_config
+ local status=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../status.txt
+ read ci_config
++ cd interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/..
++ ls
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../master-arm/summary.txt ']'
+ echo '* master-arm'
+ cat interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../master-arm/summary.txt
+ sed 's/^/** /'
+ cat interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../master-arm/build_url
+ read ci_config
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../status.txt/summary.txt ']'
+ continue
+ read ci_config
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../status.txt
+ local ci_project
+ status=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../status.txt
+ read ci_project
++ cd interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../..
++ ls
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../commit-log.txt/status.txt ']'
+ continue
+ read ci_project
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../jira/status.txt ']'
+ continue
+ read ci_project
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../status.txt/status.txt ']'
+ continue
+ read ci_project
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../tcwg_glibc_check/status.txt ']'
+ echo '* tcwg_glibc_check'
+ cat interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../tcwg_glibc_check/status.txt
+ sed 's/^/*/'
+ read ci_project
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/../../status.txt
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ subdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ true
+ echo glibc-2.37.9000-554-gaaa208502c
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/summary
+ cat
++ cat interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/commit-log.txt
++ cat interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/status.txt
+ git -C interesting-commits add glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/description
+ update_jira_card
+ set -euf -o pipefail
+ echo '# update_jira_card'
# update_jira_card
+ local jira_dir yaml
++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ jira_dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ jira_dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira
+ '[' -f interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/key ']'
+ echo 'WARNING: no existing jira card interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/key'
WARNING: no existing jira card interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/key
+ return 0
++ describe_sha1 glibc aaa208502c97707119aea9e03a988bec26ad7817 false
++ local component=glibc
++ local sha1=aaa208502c97707119aea9e03a988bec26ad7817
++ local anything=false
++ match=()
++ local -a match
++ case "$component" in
++ git -C glibc describe aaa208502c97707119aea9e03a988bec26ad7817
+ describe=glibc-2.37.9000-554-gaaa208502c
+ '[' glibc-2.37.9000-554-gaaa208502c '!=' '' ']'
+ local d
++ dirname glibc-2.37.9000-554-gaaa208502c
+ d=.
+ mkdir -p interesting-commits/glibc/.
+ local symlink=
+ '[' . '!=' . ']'
+ symlink=sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ rm -f interesting-commits/glibc/glibc-2.37.9000-554-gaaa208502c
+ ln -s sha1/aaa208502c97707119aea9e03a988bec26ad7817 interesting-commits/glibc/glibc-2.37.9000-554-gaaa208502c
+ git -C interesting-commits add glibc/glibc-2.37.9000-554-gaaa208502c
++ get_current_manifest BUILD_URL
++ set +x
+ git -C interesting-commits commit -m 'Add entry aaa208502c97707119aea9e03a988bec26ad7817 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/'
[detached HEAD 548c4fde9] Add entry aaa208502c97707119aea9e03a988bec26ad7817 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/
 8 files changed, 40 insertions(+)
 create mode 120000 glibc/glibc-2.37.9000-554-gaaa208502c
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/commit-log.txt
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/description
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/summary
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/status.txt
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/reproduction_instructions.txt
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/master-arm/summary.txt
 create mode 100644 glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/tcwg_glibc_check/status.txt
+ wait 572531
+ git -C interesting-commits push baseline HEAD:refs/heads/master
remote: 
remote: Processing changes: (\)        
remote: Processing changes: refs: 1 (\)        
remote: Processing changes: refs: 1, done            
remote: commit 548c4fd: warning: subject >70 characters; use shorter first paragraph        
remote: commit 548c4fd: warning: too many message lines longer than 80 characters; manually wrap lines        
To ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
   20f7ba19d..548c4fde9  HEAD -> master
+ break
+ echo '# print all notification files'
# print all notification files
+ print_mail_recipients
+ true
+ false
+ echo bcc:tcwg-validation@linaro.org
+ return
+ true
+ generate_jira_dir
+ set -euf -o pipefail
+ local icommit_entry jira_key=
++ print_last_icommit --entry
++ false
++ local print_arg=--entry
++ '[' xsingle_commit '!=' xsingle_commit ']'
++ local isubdir
+++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
+++ local dir=glibc/sha1
+++ '[' 2 -ge 2 ']'
+++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+++ '[' 2 -ge 3 ']'
+++ '[' 2 -ge 4 ']'
+++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ isubdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ case "$print_arg" in
++ echo interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ icommit_entry=interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+ '[' interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817 '!=' '' ']'
+ '[' -d interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira ']'
+ rsync -a interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/jira/ artifacts/notify/jira/
+ '[' -f artifacts/notify/jira/key ']'
+ '[' '' '!=' '' ']'
+ cat
++ print_jira_template_card
++ local jira_card=GNU-692
++ case "$ci_project/$ci_config:$changed_single_component" in
++ echo GNU-692
++ print_result --oneline
++ false
++ local print_arg=--oneline
++ case "$print_arg" in
++ '[' 1 = 0 ']'
++ echo Failure
++ get_current_manifest BUILD_URL
++ set +x
+ print_result --oneline
+ false
+ local print_arg=--oneline
+ case "$print_arg" in
+ '[' 1 = 0 ']'
+ echo Failure
+ print_mail_body
+ true
+ local bad_artifacts_url good_artifacts_url
++ get_current_manifest BUILD_URL
++ set +x
+ bad_artifacts_url=https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/463/artifact/artifacts
++ get_baseline_manifest BUILD_URL
++ set +x
+ good_artifacts_url=https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/454/artifact/artifacts
+ cat
++ print_result --oneline
++ false
++ local print_arg=--oneline
++ case "$print_arg" in
++ '[' 1 = 0 ']'
++ echo Failure
++ print_commits --oneline
++ false
++ local print_arg=--oneline
++ local components new_commits more_lines
++ case "$change_kind:$print_arg" in
+++ describe_sha1 glibc aaa208502c97707119aea9e03a988bec26ad7817 true
+++ local component=glibc
+++ local sha1=aaa208502c97707119aea9e03a988bec26ad7817
+++ local anything=true
+++ match=()
+++ local -a match
+++ case "$component" in
+++ git -C glibc describe aaa208502c97707119aea9e03a988bec26ad7817
+++ git -C glibc show --no-patch --pretty=%s aaa208502c97707119aea9e03a988bec26ad7817
++ echo 'glibc-2.37.9000-554-gaaa208502c Use Linux 6.4 in build-many-glibcs.py'
++ print_commits --short
++ sed -e 's/^/  | /'
++ false
++ local print_arg=--short
++ local components new_commits more_lines
++ case "$change_kind:$print_arg" in
+++ mktemp
++ tmpfile=/tmp/tmp.YMJYJp5CmX
++ git -C glibc show --no-patch aaa208502c97707119aea9e03a988bec26ad7817
++ head -n 10 /tmp/tmp.YMJYJp5CmX
+++ cat /tmp/tmp.YMJYJp5CmX
+++ wc -l
++ more_lines=0
++ '[' 0 -gt 0 ']'
++ rm /tmp/tmp.YMJYJp5CmX
++ print_result --short
++ false
++ local print_arg=--short
++ case "$print_arg" in
++ echo 'Results changed to'
+++ cat artifacts/results
++ echo '-10
# init_abe_sysroot:
-3
# build_abe glibc -- --disable install:
-2
# build_abe dejagnu:
-1
# build_abe check_glibc --check_patch linaro-local/dejagnu-sum -- --disable install:
0'
++ echo ''
++ echo From
+++ cat base-artifacts/results
++ echo '-10
# init_abe_sysroot:
-3
# build_abe glibc -- --disable install:
-2
# build_abe dejagnu:
-1
# build_abe check_glibc --check_patch linaro-local/dejagnu-sum -- --disable install:
0'
++ print_config
++ :
+ '[' xsingle_commit '!=' xsingle_commit ']'
+ cat
++ print_last_icommit --reproduction_instructions_link
++ false
++ local print_arg=--reproduction_instructions_link
++ '[' xsingle_commit '!=' xsingle_commit ']'
++ local isubdir
+++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
+++ local dir=glibc/sha1
+++ '[' 2 -ge 2 ']'
+++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+++ '[' 2 -ge 3 ']'
+++ '[' 2 -ge 4 ']'
+++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ isubdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ case "$print_arg" in
++ echo https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/reproduction_instructions.txt
++ print_commits --link
++ false
++ local print_arg=--link
++ local components new_commits more_lines
++ case "$change_kind:$print_arg" in
+++ get_baseline_git glibc_url
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No glibc_url in baseline git' '[' -f base-artifacts/git/glibc_url ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_url
++ url=git://sourceware.org/git/glibc.git
++ [[ git://sourceware.org/git/glibc.git =~ git://sourceware.org/git/ ]]
++ echo 'https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=aaa208502c97707119aea9e03a988bec26ad7817'
++ print_jira_template_card
++ local jira_card=GNU-692
++ case "$ci_project/$ci_config:$changed_single_component" in
++ echo GNU-692
++ print_last_icommit --status
++ false
++ local print_arg=--status
++ '[' xsingle_commit '!=' xsingle_commit ']'
++ local isubdir
+++ interesting_subdir glibc aaa208502c97707119aea9e03a988bec26ad7817
+++ local dir=glibc/sha1
+++ '[' 2 -ge 2 ']'
+++ dir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
+++ '[' 2 -ge 3 ']'
+++ '[' 2 -ge 4 ']'
+++ echo glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ isubdir=glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817
++ case "$print_arg" in
++ cat interesting-commits/glibc/sha1/aaa208502c97707119aea9e03a988bec26ad7817/status.txt
+ print_mail_subject
+ true
++ print_result --oneline
++ false
++ local print_arg=--oneline
++ case "$print_arg" in
++ '[' 1 = 0 ']'
++ echo Failure
++ print_commits --oneline
++ false
++ local print_arg=--oneline
++ local components new_commits more_lines
++ case "$change_kind:$print_arg" in
+++ describe_sha1 glibc aaa208502c97707119aea9e03a988bec26ad7817 true
+++ local component=glibc
+++ local sha1=aaa208502c97707119aea9e03a988bec26ad7817
+++ local anything=true
+++ match=()
+++ local -a match
+++ case "$component" in
+++ git -C glibc describe aaa208502c97707119aea9e03a988bec26ad7817
+++ git -C glibc show --no-patch --pretty=%s aaa208502c97707119aea9e03a988bec26ad7817
++ echo 'glibc-2.37.9000-554-gaaa208502c Use Linux 6.4 in build-many-glibcs.py'
+ echo '[TCWG-CI] Failure after glibc commit: glibc-2.37.9000-554-gaaa208502c Use Linux 6.4 in build-many-glibcs.py'
+ echo '# generate dashboard'
# generate dashboard
+ generate_dashboard_squad
+ local results_date
+ echo '# generate_dashboard_squad'
# generate_dashboard_squad
+ false
+ echo '... Skipping'
... Skipping
+ return
+ post_dashboard_squad
+ echo '# post_dashboard_squad'
# post_dashboard_squad
+ false
+ echo '... Skipping'
... Skipping
+ return
+ false
+ echo '=> Not the first detection of this issue. Not sending mail.'
=> Not the first detection of this issue. Not sending mail.
+ true
+ post_to_jira
+ echo '# post_to_jira'
# post_to_jira
+ jipcreate -f artifacts/notify/jira/yaml