summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-sato-ptest-fast/ptest-elfutils.log
blob: bcdd4f3974a80ec46c91ee0cf9c3330be8d2ccdf (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
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
2019-05-16T01:34
2019-05-16T01:34
PASS: run-arextract.sh
SKIP: run-arsymtest.sh
Make a sorted list of the just build src .o files.
./run-ar.sh: line 23: cd: /usr/lib/elfutils/ptest/tests/..//src: No such file or directory
FAIL: run-ar.sh
PASS: newfile
FAIL: test-nlist
PASS: update1
PASS: update2
PASS: update3
PASS: update4
PASS: run-show-die-info.sh
PASS: run-get-files.sh
PASS: run-get-lines.sh
PASS: run-next-files.sh
PASS: run-next-lines.sh
PASS: run-get-pubnames.sh
PASS: run-get-aranges.sh
PASS: run-allfcts.sh
PASS: run-show-abbrev.sh
PASS: run-line2addr.sh
PASS: hash
PASS: newscn
PASS: run-strip-test.sh
PASS: run-strip-test2.sh
PASS: run-strip-test3.sh
PASS: run-strip-test4.sh
PASS: run-strip-test5.sh
PASS: run-strip-test6.sh
PASS: run-strip-test7.sh
PASS: run-strip-test8.sh
PASS: run-strip-test9.sh
PASS: run-strip-test10.sh
PASS: run-strip-test11.sh
PASS: run-strip-test12.sh
/usr/bin/gcc
PASS: run-strip-nothing.sh
/usr/bin/gcc
Create debug a.out.
strip -g to file with debug file
[26] .symtab              SYMTAB       0000000000000000 00003040 00000618 24       27  47  8
0
1
arm strip -g to file with debug file
[28] .symtab              SYMTAB       00000000 000750 000750 16       29  89  4
0
1
aarch64 strip -g to file with debug file
[27] .symtab              SYMTAB       0000000000000000 00000920 000009c0 24       28  78  8
0
1
PASS: run-strip-g.sh
PASS: run-annobingroup.sh
PASS: run-strip-groups.sh
runtest hello_i386.ko
runtest hello_x86_64.ko
runtest hello_ppc64.ko
runtest hello_s390.ko
runtest hello_aarch64.ko
runtest hello_m68k.ko
runtest hello_riscv64.ko
runtest /usr/lib/elfutils/ptest/tests/..//src/strip
/usr/bin/eu-strip: while opening '/usr/lib/elfutils/ptest/tests/..//src/strip': No such file or directory
*** failure strip /usr/lib/elfutils/ptest/tests/..//src/strip
/usr/bin/eu-strip: while opening '/usr/lib/elfutils/ptest/tests/..//src/strip': No such file or directory
*** failure strip --reloc-debug-sections /usr/lib/elfutils/ptest/tests/..//src/strip
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure readelf -a outfile1 /usr/lib/elfutils/ptest/tests/..//src/strip
stat: cannot stat 'out.debug1': No such file or directory
FAIL: run-strip-reloc.sh
elflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors

/usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so:
No errors

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors

/usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so:
No errors

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory

/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge:
No errors
/usr/bin/eu-elflint: cannot open input file: No such file or directory
elfstrmerge
/usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge: couldn't get symtab data: no error
FAIL: run-strip-strmerge.sh
PASS: run-strip-nobitsalign.sh
strip --keep-section=.strtab testfile
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip --keep-section=.symtab testfile
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip --keep-section=.strtab testfile69.so
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip --keep-section=.symtab --remove-comment testfile69.so
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip -g --remove-section=.symtab testfile
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip -g --remove-section=.s[yt][mr]tab --keep-section=.stab* testfile
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip -g --remove-section=.symtab testfile69.so
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
strip -g --remove-section=.s[yt][mr]tab --keep-section=.comment testfile69.so
elflint testfile.elf
No errors
elflint testfile.debug
No errors
readelf testfile.elf
readelf testfile.debug
PASS: run-strip-remove-keep.sh
PASS: run-unstrip-test.sh
PASS: run-unstrip-test2.sh
PASS: run-unstrip-test3.sh
PASS: run-unstrip-test4.sh
PASS: run-unstrip-M.sh
merging string tables testfile4 -> testfile4.merged
WARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33
No errors
merging string tables testfile12 -> testfile12.merged
WARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31
No errors
PASS: run-elfstrmerge-test.sh
PASS: run-ecp-test.sh
PASS: run-ecp-test2.sh
PASS: run-alldts.sh
PASS: run-elflint-test.sh
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elflint: cannot open input file: No such file or directory
/usr/bin/eu-elfcompress: Couldn't open /usr/lib/elfutils/ptest/tests/..//src/addr2line
: No such file or directory
FAIL: run-elflint-self.sh
PASS: run-ranlib-test.sh
PASS: run-ranlib-test2.sh
PASS: run-ranlib-test3.sh
PASS: run-ranlib-test4.sh
PASS: run-addrscopes.sh
PASS: run-strings-test.sh
PASS: run-funcscopes.sh
PASS: run-find-prologues.sh
PASS: run-allregs.sh
PASS: run-addrcfi.sh
PASS: run-dwarfcfi.sh
/usr/bin/eu-nm: cannot open '/usr/lib/elfutils/ptest/tests/..//src/nm.o': No such file or directory
FAIL: run-nm-self.sh
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//src/addr2line
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//src/elfcmp
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//src/objdump
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//src/readelf
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
/usr/bin/eu-readelf: cannot get debug context descriptor: No DWARF information found
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
/usr/bin/eu-readelf: cannot get debug context descriptor: No DWARF information found
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//src/size.o
/usr/bin/eu-readelf: cannot open input file: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//src/readelf -a -w /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-readelf-self.sh
Could not find split unit 'testfile-hello5.dwo', id: c422aa5c31fec205

DWARF section [28] '.debug_info' at offset 0x3102:
 [Offset]
 Compilation unit at offset 0:
 Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4
 Unit type: skeleton (4), Unit id: 0xc422aa5c31fec205
 [    14]  skeleton_unit        abbrev: 1
           low_pc               (addr) 0x0000000000401160 <foo>
           high_pc              (data8) 81 (0x00000000004011b1)
           stmt_list            (sec_offset) 0
           dwo_name             (strp) "testfile-hello5.dwo"
           comp_dir             (strp) "/home/mark/src/elfutils/tests"
           GNU_pubnames         (flag_present) yes
           addr_base            (sec_offset) address base [     8]
 Compilation unit at offset 53:
 Version: 5, Abbreviation section offset: 21, Address size: 8, Offset size: 4
 Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe
 [    49]  skeleton_unit        abbrev: 1
           ranges               (sec_offset) range list [    24]
           low_pc               (addr) 000000000000000000
           stmt_list            (sec_offset) 655
           dwo_name             (strp) "testfile-world5.dwo"
           comp_dir             (strp) "/home/mark/src/elfutils/tests"
           GNU_pubnames         (flag_present) yes
           addr_base            (sec_offset) address base [    a8]
           rnglists_base        (sec_offset) range list [     c]
 Split compilation unit at offset 53:
 Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4
 Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe
 {    14}  compile_unit         abbrev: 8
           producer             (strx) "GNU C17 9.0.0 20180515 (experimental) -mtune=generic -march=x86-64 -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2"
           language             (data1) C11 (29)
           name                 (strx) "world.c"
           comp_dir             (strx) "/home/mark/src/elfutils/tests"
           loclists_base        (sec_offset) location list [     0]
 {    1d}    variable             abbrev: 9
             name                 (string) "m"
             decl_file            (data1) hello.h (2)
             decl_line            (data1) 1
             decl_column          (data1) 12
             type                 (ref4) {    27}
             external             (flag_present) yes
             declaration          (flag_present) yes
 {    27}    base_type            abbrev: 10
             byte_size            (data1) 4
             encoding             (data1) signed (5)
             name                 (string) "int"
 {    2e}    base_type            abbrev: 1
             byte_size            (data1) 8
             encoding             (data1) unsigned (7)
             name                 (strx) "long unsigned int"
 {    32}    base_type            abbrev: 1
             byte_size            (data1) 1
             encoding             (data1) unsigned_char (8)
             name                 (strx) "unsigned char"
 {    36}    base_type            abbrev: 1
             byte_size            (data1) 2
             encoding             (data1) unsigned (7)
             name                 (strx) "short unsigned int"
 {    3a}    base_type            abbrev: 1
             byte_size            (data1) 4
             encoding             (data1) unsigned (7)
             name                 (strx) "unsigned int"
 {    3e}    base_type            abbrev: 1
             byte_size            (data1) 1
             encoding             (data1) signed_char (6)
             name                 (strx) "signed char"
 {    42}    base_type            abbrev: 1
             byte_size            (data1) 2
             encoding             (data1) signed (5)
             name                 (strx) "short int"
 {    46}    base_type            abbrev: 1
             byte_size            (data1) 8
             encoding             (data1) signed (5)
             name                 (strx) "long int"
 {    4a}    base_type            abbrev: 1
             byte_size            (data1) 1
             encoding             (data1) signed_char (6)
             name                 (strx) "char"
 {    4e}    const_type           abbrev: 11
             type                 (ref4) {    4a}
 {    53}    base_type            abbrev: 1
             byte_size            (data1) 8
             encoding             (data1) signed (5)
             name                 (strx) "long long int"
 {    57}    base_type            abbrev: 1
             byte_size            (data1) 8
             encoding             (data1) unsigned (7)
             name                 (strx) "long long unsigned int"
 {    5b}    subprogram           abbrev: 3
             external             (flag_present) yes
             name                 (strx) "main"
             decl_file            (implicit_const) world.c (1)
             decl_line            (data1) 14
             decl_column          (implicit_const) 1
             prototyped           (flag_present) yes
             type                 (ref4) {    27}
             low_pc               (addrx) [c] 0x0000000000401060 <main>
             high_pc              (data8) 32 (0x0000000000401080 <_start>)
             frame_base           (exprloc) 
              [ 0] call_frame_cfa
             call_all_calls       (flag_present) yes
             sibling              (ref4) {    9b}
 {    71}      formal_parameter     abbrev: 2
               name                 (strx) "argc"
               decl_file            (implicit_const) world.c (1)
               decl_line            (data1) 14
               decl_column          (data1) 11
               type                 (ref4) {    27}
               location             (loclistx) location index [     0]
 {    7a}      formal_parameter     abbrev: 2
               name                 (strx) "argv"
               decl_file            (implicit_const) world.c (1)
               decl_line            (data1) 14
               decl_column          (data1) 30
               type                 (ref4) {    9b}
               location             (loclistx) location index [     1]
 {    83}      variable             abbrev: 12
               name                 (string) "n"
               decl_file            (data1) world.c (1)
               decl_line            (data1) 16
               decl_column          (data1) 15
               type                 (ref4) {    a0}
               location             (loclistx) location index [     2]
 {    8e}      call_site            abbrev: 4
               call_return_pc       (addrx) [5] 0x0000000000401079 <main+0x19>
               call_origin          (ref4) {    a5}
 {    94}      call_site            abbrev: 4
               call_return_pc       (addrx) [a] 0x0000000000401080 <_start>
               call_origin          (ref4) {   114}
 {    9b}    pointer_type         abbrev: 5
             byte_size            (implicit_const) 8
             type                 (ref4) {    a0}
 {    a0}    pointer_type         abbrev: 5
             byte_size            (implicit_const) 8
             type                 (ref4) {    4e}
 {    a5}    subprogram           abbrev: 3
             external             (flag_present) yes
             name                 (strx) "calc"
             decl_file            (implicit_const) world.c (1)
             decl_line            (data1) 5
             decl_column          (implicit_const) 1
             prototyped           (flag_present) yes
             type                 (ref4) {    27}
             low_pc               (addrx) [b] 0x00000000004011c0 <calc>
             high_pc              (data8) 43 (0x00000000004011eb)
             frame_base           (exprloc) 
              [ 0] call_frame_cfa
             call_all_calls       (flag_present) yes
             sibling              (ref4) {    eb}
 {    bb}      formal_parameter     abbrev: 2
               name                 (strx) "word"
               decl_file            (implicit_const) world.c (1)
               decl_line            (data1) 5
               decl_column          (data1) 19
               type                 (ref4) {    a0}
               location             (loclistx) location index [     3]
 {    c4}      inlined_subroutine   abbrev: 13
               abstract_origin      (ref4) {    eb}
               entry_pc             (addrx) [6] 0x00000000004011d3 <calc+0x13>
               ranges               (rnglistx) range index [     0]
               call_file            (data1) world.c (1)
               call_line            (data1) 10
               call_column          (data1) 10
 {    ce}        formal_parameter     abbrev: 6
                 abstract_origin      (ref4) {   101}
                 location             (loclistx) location index [     4]
 {    d4}        formal_parameter     abbrev: 6
                 abstract_origin      (ref4) {    f9}
                 location             (loclistx) location index [     5]
 {    da}        lexical_block        abbrev: 14
                 ranges               (rnglistx) range index [     0]
 {    dc}          variable             abbrev: 15
                   abstract_origin      (ref4) {   109}
                   location             (loclistx) location index [     6]
 {    e2}          call_site            abbrev: 16
                   call_return_pc       (addrx) [1] 0x00000000004011e4 <calc+0x24>
                   call_tail_call       (flag_present) yes
                   call_origin          (ref4) {   11b}
 {    eb}    subprogram           abbrev: 17
             name                 (strx) "frob"
             decl_file            (data1) hello.h (2)
             decl_line            (data1) 5
             decl_column          (data1) 1
             prototyped           (flag_present) yes
             type                 (ref4) {    27}
             inline               (data1) declared_inlined (3)
             sibling              (ref4) {   114}
 {    f9}      formal_parameter     abbrev: 7
               name                 (string) "a"
               decl_file            (implicit_const) hello.h (2)
               decl_line            (implicit_const) 5
               decl_column          (data1) 11
               type                 (ref4) {    27}
 {   101}      formal_parameter     abbrev: 7
               name                 (string) "b"
               decl_file            (implicit_const) hello.h (2)
               decl_line            (implicit_const) 5
               decl_column          (data1) 18
               type                 (ref4) {    27}
 {   109}      variable             abbrev: 18
               name                 (string) "c"
               decl_file            (data1) hello.h (2)
               decl_line            (data1) 7
               decl_column          (data1) 7
               type                 (ref4) {    27}
 {   114}    subprogram           abbrev: 19
             external             (flag_present) yes
             declaration          (flag_present) yes
             linkage_name         (strx) "exit"
             name                 (strx) "exit"
             decl_file            (data1) stdlib.h (3)
             decl_line            (data2) 542
             decl_column          (data1) 13
 {   11b}    subprogram           abbrev: 20
             external             (flag_present) yes
             declaration          (flag_present) yes
             linkage_name         (string) "baz"
             name                 (string) "baz"
             decl_file            (data1) hello.h (2)
             decl_line            (data1) 2
             decl_column          (data1) 12
PASS: run-readelf-info-plus.sh
PASS: run-readelf-compressed.sh
PASS: run-readelf-const-values.sh
varlocs: /usr/lib/elfutils/ptest/tests/..//src/addr2line: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//src/addr2line
varlocs: /usr/lib/elfutils/ptest/tests/..//src/elfcmp: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//src/elfcmp
varlocs: /usr/lib/elfutils/ptest/tests/..//src/objdump: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//src/objdump
varlocs: /usr/lib/elfutils/ptest/tests/..//src/readelf: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//src/readelf
varlocs: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
varlocs: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
/usr/lib/elfutils/ptest/tests/..//tests/varlocs: No DWARF CU found?
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
/usr/lib/elfutils/ptest/tests/..//tests/varlocs: No DWARF CU found?
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
varlocs: /usr/lib/elfutils/ptest/tests/..//src/size.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//src/size.o
varlocs: /usr/lib/elfutils/ptest/tests/..//src/strip.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs -e /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-varlocs-self.sh
varlocs: /usr/lib/elfutils/ptest/tests/..//src/addr2line: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//src/addr2line
varlocs: /usr/lib/elfutils/ptest/tests/..//src/elfcmp: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//src/elfcmp
varlocs: /usr/lib/elfutils/ptest/tests/..//src/objdump: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//src/objdump
varlocs: /usr/lib/elfutils/ptest/tests/..//src/readelf: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//src/readelf
varlocs: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
varlocs: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
/usr/lib/elfutils/ptest/tests/..//tests/varlocs: No DWARF CU found?
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
/usr/lib/elfutils/ptest/tests/..//tests/varlocs: No DWARF CU found?
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
varlocs: /usr/lib/elfutils/ptest/tests/..//src/size.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//src/size.o
varlocs: /usr/lib/elfutils/ptest/tests/..//src/strip.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/..//tests/varlocs --exprlocs -e /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-exprlocs-self.sh
PASS: run-readelf-test1.sh
PASS: run-readelf-test2.sh
PASS: run-readelf-test3.sh
PASS: run-readelf-test4.sh
PASS: run-readelf-twofiles.sh
PASS: run-readelf-macro.sh
PASS: run-readelf-loc.sh
PASS: run-readelf-ranges.sh
PASS: run-readelf-aranges.sh
PASS: run-readelf-line.sh
PASS: run-readelf-z.sh
PASS: run-readelf-n.sh
PASS: run-native-test.sh
PASS: run-bug1-test.sh
PASS: run-debuglink.sh
PASS: run-debugaltlink.sh
PASS: run-buildid.sh
PASS: dwfl-bug-addr-overflow
PASS: run-addrname-test.sh
PASS: dwfl-bug-fd-leak
PASS: dwfl-bug-report
PASS: run-dwfl-bug-offline-rel.sh
PASS: run-dwfl-addr-sect.sh
PASS: run-disasm-x86.sh
PASS: run-disasm-x86-64.sh
PASS: run-early-offscn.sh
PASS: run-dwarf-getmacros.sh
PASS: run-dwarf-ranges.sh
PASS: run-test-flag-nobits.sh
PASS: run-prelink-addr-test.sh
PASS: run-dwarf-getstring.sh
PASS: run-rerequest_tag.sh
PASS: run-typeiter.sh
PASS: run-readelf-d.sh
PASS: run-readelf-gdb_index.sh
PASS: run-unstrip-n.sh
[b] main.c
[2d] main


[b] <no name>
Following split subdie: hello.c
[b] hello.c
[4e] foo
[6a] baz
[90] frob
[bd] foo
[16a] baz
Done subdie: hello.c
[3f] <no name>
Following split subdie: world.c
[b] world.c
[56] main
[af] calc
[10a] frob
Done subdie: world.c

[14] <no name>
Following split subdie: hello.c
[14] hello.c
[53] foo
[6d] baz
[90] frob
[bc] foo
[154] baz
Done subdie: hello.c
[49] <no name>
Following split subdie: world.c
[14] world.c
[5b] main
[a5] calc
[eb] frob
Done subdie: world.c

low_high_pc: /usr/lib/elfutils/ptest/tests/..//src/addr2line: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//src/addr2line
low_high_pc: /usr/lib/elfutils/ptest/tests/..//src/elfcmp: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//src/elfcmp
low_high_pc: /usr/lib/elfutils/ptest/tests/..//src/objdump: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//src/objdump
low_high_pc: /usr/lib/elfutils/ptest/tests/..//src/readelf: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//src/readelf
low_high_pc: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
low_high_pc: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so


low_high_pc: /usr/lib/elfutils/ptest/tests/..//src/size.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//src/size.o
low_high_pc: /usr/lib/elfutils/ptest/tests/..//src/strip.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/low_high_pc -e /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-low_high_pc.sh
PASS: run-macro-test.sh
PASS: run-elf_cntl_gelf_getshdr.sh
PASS: run-test-archive64.sh
PASS: run-readelf-vmcoreinfo.sh
PASS: run-readelf-mixed-corenote.sh
dwfllines: /usr/lib/elfutils/ptest/tests/..//src/addr2line: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//src/addr2line
dwfllines: /usr/lib/elfutils/ptest/tests/..//src/elfcmp: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//src/elfcmp
dwfllines: /usr/lib/elfutils/ptest/tests/..//src/objdump: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//src/objdump
dwfllines: /usr/lib/elfutils/ptest/tests/..//src/readelf: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//src/readelf
dwfllines: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
dwfllines: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
dwfllines: /usr/lib/elfutils/ptest/tests/..//src/size.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//src/size.o
dwfllines: /usr/lib/elfutils/ptest/tests/..//src/strip.o: No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwfllines -e /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-dwfllines.sh
PASS: run-readelf-variant.sh
PASS: run-dwfl-report-elf-align.sh
# Everything on the command line
# Everything from stdin (with newlines).
# stdin without newline address, just EOF.
# stdin without newline symbol, just EOF.
# Everything on the command line with addresses
# Everything from stdin (with newlines) with addresses.
# Pretty with functions and addresses.
PASS: run-addr2line-test.sh
PASS: run-addr2line-i-test.sh
PASS: run-addr2line-i-lex-test.sh
PASS: run-addr2line-i-demangle-test.sh
PASS: run-addr2line-alt-debugpath.sh
PASS: run-varlocs.sh
PASS: run-exprlocs.sh
PASS: run-funcretval.sh
backtrace: ../../elfutils-0.176/tests/backtrace.c:114: callback_verify: Assertion `symname != NULL && strcmp (symname, "sigusr2") == 0' failed.
/usr/lib/elfutils/ptest/tests/test-subr.sh: line 90: 12031 Aborted                 $VALGRIND_CMD $program ${1+"$@"}
backtrace-child: no main
FAIL: run-backtrace-native.sh
# 0 0x7f0c2ef5f6fa    	raise
# 1 0x56258706d440 - 1	(null)
# 2 0x7f0c2ef4cb6b - 1	__libc_start_main
# 3 0x56258706d5ea - 1	(null)
data: no main
FAIL: run-backtrace-data.sh
0x7ffa415a26fa	raise
0x7ffa4158e524	abort
0x5635197b1206	(null)
0x5635197b120e	(null)
0x5635197b17b9	(null)
0x7ffa4158fb6b	__libc_start_main
0x5635197b124a	(null)
dwfl_thread_getframes returned, main not found
dwfl_getthreads returned, main not found
dwfl_thread_getframes returned, main not found
dwfl_getthreads returned, main not found
PASS: run-backtrace-dwarf.sh
biarch testing disabled
SKIP: run-backtrace-native-biarch.sh
backtrace: ../../elfutils-0.176/tests/backtrace.c:114: callback_verify: Assertion `symname != NULL && strcmp (symname, "sigusr2") == 0' failed.
/usr/lib/elfutils/ptest/tests/test-subr.sh: line 90: 12086 Aborted                 $VALGRIND_CMD $program ${1+"$@"}
backtrace-child-core.12082: no main
rmdir: failed to remove 'test-12074': Directory not empty
FAIL: run-backtrace-native-core.sh
biarch testing disabled
SKIP: run-backtrace-native-core-biarch.sh
./backtrace ./backtrace.x86_64.exec ./backtrace.x86_64.core
0x400000	0x6e0000	/home/jkratoch/redhat/elfutils/tests/backtrace.x86_64.exec
0x7fff1bdcc000	0x7fff1bdce000	linux-vdso.so.1
TID 23097:
# 0 0x40a62b    	raise
# 1 0x401e3d - 1	sigusr2
# 2 0x401f88 - 1	stdarg
# 3 0x401fa6 - 1	backtracegen
# 4 0x401fbd - 1	start
# 5 0x403773 - 1	start_thread
# 6 0x444239 - 1	__clone
TID 23096:
# 0 0x404880    	pthread_join
# 1 0x4021f9 - 1	main
# 2 0x40ba94 - 1	__libc_start_main
# 3 0x401d0d - 1	_start
# 1 0x4021f9 - 1	main
# 3 0x401fa6 - 1	backtracegen
PASS: run-backtrace-core-x86_64.sh
./backtrace ./backtrace.x86_64.fp.exec ./backtrace.x86_64.fp.core
0x400000	0x6ca000	/home/ulf/dev/elfutils/tests/backtrace.x86_64.fp.exec
0x7fff6f250000	0x7fff6f252000	linux-vdso.so.1
TID 28872:
# 0 0x40545b    	raise
# 1 0x401b0d - 1	sigusr2
# 2 0x401bb0 - 1	stdarg
# 3 0x401c00 - 1	backtracegen
# 4 0x401c09 - 1	start
# 5 0x402d74 - 1	start_thread
# 6 0x4383b9 - 1	__clone
TID 28871:
# 0 0x4040f4    	pthread_join
# 1 0x401677 - 1	main
# 2 0x4066a0 - 1	__libc_start_main
# 3 0x4019b7 - 1	_start
# 1 0x401677 - 1	main
# 3 0x401c00 - 1	backtracegen
PASS: run-backtrace-fp-core-x86_64.sh
./backtrace ./backtrace.aarch64.fp.exec ./backtrace.aarch64.fp.core
0x400000	0x4a3000	/home/ulf/backtrace.aarch64.fp.exec
0x7fb6380000	0x7fb6381000	linux-vdso.so.1
TID 350:
# 0 0x40583c    	raise
# 1 0x401aac - 1	sigusr2
# 2 0x401aac - 1	sigusr2
# 3 0x401ba8 - 1	stdarg
# 4 0x401c04 - 1	backtracegen
# 5 0x401c10 - 1	start
# 6 0x402f44 - 1	start_thread
TID 349:
# 0 0x403fcc    	pthread_join
# 1 0x401810 - 1	main
# 2 0x401810 - 1	main
# 3 0x406544 - 1	__libc_start_main
# 4 0x401918 - 1	$x
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
# 1 0x401810 - 1	main
# 2 0x401810 - 1	main
# 4 0x401c04 - 1	backtracegen
PASS: run-backtrace-fp-core-aarch64.sh
./backtrace ./backtrace.ppc64le.fp.exec ./backtrace.ppc64le.fp.core
0x10000000	0x10100000	/root/mjw/elfutils/tests/backtrace.ppc64le.fp.exec
0x3fffa9410000	0x3fffa9420000	linux-vdso64.so.1
TID 23728:
# 0 0x100104bc    	raise
# 1 0x10002a1c - 1	sigusr2
# 2 0x10002a1c - 1	sigusr2
# 3 0x10002b38 - 1	stdarg
# 4 0x10002bc4 - 1	backtracegen
# 5 0x10002bf0 - 1	start
# 6 0x10004c28 - 1	start_thread
TID 23727:
# 0 0x10006034    	pthread_join
# 1 0x100025bc - 1	main
# 2 0x100025bc - 1	main
# 3 0x100123c4 - 1	generic_start_main
# 4 0x10012570 - 1	__libc_start_main
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
# 1 0x100025bc - 1	main
# 2 0x100025bc - 1	main
# 4 0x10002bc4 - 1	backtracegen
PASS: run-backtrace-fp-core-ppc64le.sh
./backtrace ./backtrace.x32.exec ./backtrace.x32.core
0x400000	0x6da000	/export/gnu/import/git/elfutils/tests/backtrace.x32.exe
0xfff64000	0xfff65000	linux-vdso.so.1
TID 3843:
# 0 0x40b2a2    	raise
# 1 0x400e9c - 1	sigusr2
# 2 0x400f2b - 1	stdarg
# 3 0x400f9f - 1	backtracegen
# 4 0x400fa8 - 1	start
# 5 0x402964 - 1	start_thread
# 6 0x44c8c9 - 1	__clone
TID 3842:
# 0 0x4039ea    	pthread_join
# 1 0x400a12 - 1	main
# 2 0x411d0c - 1	__libc_start_main
# 3 0x400d43 - 1	_start
# 1 0x400a12 - 1	main
# 3 0x400f9f - 1	backtracegen
PASS: run-backtrace-core-x32.sh
./backtrace ./backtrace.i386.exec ./backtrace.i386.core
0x8048000	0x8110000	/home/jkratoch/redhat/elfutils/tests/backtrace.i386.exec
0xf77f7000	0xf77f8000	linux-gate.so.1
TID 23101:
# 0 0xf77f7430    	__kernel_vsyscall
# 1 0x8052207 - 1	raise
# 2 0x8049a8a - 1	sigusr2
# 3 0x8049b84 - 1	stdarg
# 4 0x8049ba0 - 1	backtracegen
# 5 0x8049bb0 - 1	start
# 6 0x804b1c0 - 1	start_thread
# 7 0x807f3fe - 1	__clone
TID 23100:
# 0 0xf77f7430    	__kernel_vsyscall
# 1 0x804c25d - 1	pthread_join
# 2 0x8049e20 - 1	main
# 3 0x805351a - 1	__libc_start_main
# 4 0x804993d - 1	_start
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
# 2 0x8049e20 - 1	main
# 4 0x8049ba0 - 1	backtracegen
PASS: run-backtrace-core-i386.sh
./backtrace ./backtrace.i386.fp.exec ./backtrace.i386.fp.core
0x8a7000	0x8a8000	linux-gate.so.1
0x8048000	0x80f9000	[exe]
TID 12045:
# 0 0x8a7416    	__kernel_vsyscall
# 1 0x8051ab9 - 1	raise
# 2 0x80485c1 - 1	sigusr2
# 3 0x8048699 - 1	stdarg
# 4 0x8048702 - 1	backtracegen
# 5 0x804871b - 1	start
# 6 0x804a7cf - 1	start_thread
# 7 0x80746fe - 1	__clone
TID 12044:
# 0 0x8a7416    	__kernel_vsyscall
# 1 0x804ae30 - 1	pthread_join
# 2 0x804847c - 1	main
# 3 0x8053188 - 1	__libc_start_main
# 4 0x80481e1 - 1	_start
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
# 2 0x804847c - 1	main
# 4 0x8048702 - 1	backtracegen
PASS: run-backtrace-fp-core-i386.sh
./backtrace ./backtrace.ppc.exec ./backtrace.ppc.core
0x100000	0x110000	linux-vdso32.so.1
0x10000000	0x100e0000	/home/mark/elfutils/tests/backtrace.ppc.exec
TID 17198:
# 0 0x1000e1f0    	raise
# 1 0x10001f78 - 1	sigusr2
# 2 0x10002104 - 1	stdarg
# 3 0x10002144 - 1	backtracegen
# 4 0x1000217c - 1	start
# 5 0x1000406c - 1	start_thread
# 6 0x100347a0 - 1	__clone
TID 17197:
# 0 0x10005534    	pthread_join
# 1 0x1000241c - 1	main
# 2 0x10010094 - 1	generic_start_main
# 3 0x100101f0 - 1	__libc_start_main
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
# 1 0x1000241c - 1	main
# 3 0x10002144 - 1	backtracegen
PASS: run-backtrace-core-ppc.sh
./backtrace ./backtrace.s390x.exec ./backtrace.s390x.core
0x80000000	0x800ca000	[exe]
TID 58546:
# 0 0x8000ed50    	raise
# 1 0x800003c6 - 1	sigusr2
# 2 0x8000051e - 1	stdarg
# 3 0x80000552 - 1	backtracegen
# 4 0x80000584 - 1	start
# 5 0x800040a4 - 1	start_thread
# 6 0x80030cec - 1	thread_start
TID 58545:
# 0 0x80004f7e    	pthread_join
# 1 0x80000894 - 1	main
# 2 0x80010b64 - 1	__libc_start_main
# 3 0x8000022e - 1	_start
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
# 1 0x80000894 - 1	main
# 3 0x80000552 - 1	backtracegen
PASS: run-backtrace-core-s390x.sh
./backtrace ./backtrace.s390.exec ./backtrace.s390.core
0x400000	0x4af000	[exe]
TID 58560:
# 0 0x40c4a2    	raise
# 1 0x4003e0 - 1	sigusr2
# 2 0x4004f8 - 1	stdarg
# 3 0x400520 - 1	backtracegen
# 4 0x400540 - 1	start
# 5 0x4033e0 - 1	start_thread
# 6 0x428e18 - 1	thread_start
TID 58559:
# 0 0x404058    	pthread_join
# 1 0x4007d8 - 1	main
# 2 0x40dc1a - 1	__libc_start_main
# 3 0x400290 - 1	_start
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found
# 1 0x4007d8 - 1	main
# 3 0x400520 - 1	backtracegen
PASS: run-backtrace-core-s390.sh
./backtrace ./backtrace.aarch64.exec ./backtrace.aarch64.core
0x400000	0x4c0000	/tmp/elfutils/tests/backtrace-child
0x7f818e1000	0x7f818e2000	linux-vdso.so.1
TID 24044:
# 0 0x40c6d0    	raise
# 1 0x401ee0 - 1	sigusr2
# 2 0x401fe0 - 1	stdarg
# 3 0x402038 - 1	backtracegen
# 4 0x402044 - 1	start
# 5 0x4038d0 - 1	start_thread
# 6 0x42d3a0 - 1	__clone
TID 24043:
# 0 0x4048bc    	pthread_join
# 1 0x401c00 - 1	main
# 2 0x40dc60 - 1	__libc_start_main
# 3 0x401d34 - 1	$x
# 4 0x401d34 - 1	$x
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: address out of range
# 1 0x401c00 - 1	main
# 3 0x402038 - 1	backtracegen
PASS: run-backtrace-core-aarch64.sh
./backtrace ./backtrace.sparc.exec ./backtrace.sparc.core
0x100000	0x2b2000	[exe]
0xfffffc011c9a0000	0xfffffc011c9a2000	linux-vdso.so.1
TID 21612:
# 0 0x10c488    	raise
# 1 0x1005dc - 1	sigusr2
# 2 0x1006f0 - 1	stdarg
# 3 0x10076c - 1	backtracegen
# 4 0x10078c - 1	start
# 5 0x103384 - 1	start_thread
# 6 0x1311b8 - 1	__thread_start
TID 21611:
# 0 0x103920    	pthread_join
# 1 0x100924 - 1	main
# 2 0x10e0a8 - 1	__libc_start_main
# 3 0x100434 - 1	_start
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range
# 1 0x100924 - 1	main
# 3 0x10076c - 1	backtracegen
PASS: run-backtrace-core-sparc.sh
PID 18460 - core
TID 18460:
#0  0x00000000004005bc cxxfunc(int)
#1  0x00000000004005d2 f
/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)
/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)
#1  0x00000000004005d2 f
#0  0x00000000004005bc cxxfunc(int)
PASS: run-backtrace-demangle.sh
PASS: run-stack-d-test.sh
PASS: run-stack-i-test.sh
PASS: run-stack-demangled-test.sh
PASS: run-readelf-zx.sh
PASS: run-readelf-zp.sh
PASS: run-readelf-addr.sh
PASS: run-readelf-str.sh
PASS: run-readelf-types.sh
PASS: run-readelf-dwz-multi.sh
PASS: run-allfcts-multi.sh
PID 12618 - process
TID 12618:
#0  0x00007f2fa5504884 __nanosleep
#1  0x00007f2fa55047ca sleep
#2  0x00007f2fa560811e libfunc
#3  0x0000560aadbc71c3
#4  0x00007f2fa5465b6b __libc_start_main
#5  0x0000560aadbc71fa
FAIL: run-deleted.sh
/usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure
PID 3130 - core
TID 3130:
#0  0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib.so
#1  0x00000000004006b4 main - linkmap-cut
#2  0x0000003fdf821d65 - /usr/lib64/libc-2.18.so
PASS: run-linkmap-cut.sh
PASS: run-aggregate-size.sh
PASS: run-peel-type.sh
module name: /usr/lib/elfutils/ptest/tests/vdsosyms
module name: /usr/lib/libbz2.so.1.0.6
module name: /lib/libz.so.1.2.11
module name: /lib/libdl-2.29.so
module name: /usr/lib/libelf-0.176.so
module name: /lib/libc-2.29.so
module name: /usr/lib/libdw-0.176.so
module name: /lib/ld-2.29.so
module name: [vdso: 12691]
vdso syms: 10
0: '' 0 (0)
1: 'clock_gettime' 710 (7ffff01ff710)
2: '__vdso_gettimeofday' 780 (7ffff01ff780)
3: 'gettimeofday' 780 (7ffff01ff780)
4: '__vdso_time' 7f0 (7ffff01ff7f0)
5: 'time' 7f0 (7ffff01ff7f0)
6: '__vdso_clock_gettime' 710 (7ffff01ff710)
7: 'LINUX_2.6' 0 (0)
8: '__vdso_getcpu' 800 (7ffff01ff800)
9: 'getcpu' 800 (7ffff01ff800)
PASS: vdsosyms
PASS: run-readelf-A.sh
PASS: run-getsrc-die.sh
PASS: run-strptr.sh

check_elf: newdata.elf32
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF

check_elf: newdata.elf32.mmap
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF

check_elf: newdata.elf64
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF

check_elf: newdata.elf64.mmap
Adding 16 bytes.
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
elf_rawdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
Reading ELF file
OK 16 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
elf_getdata
Adding 16 bytes.
OK 32 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
Adding 16 bytes.
OK 48 bytes.
OK, section data item 0 (d_off: 0, d_size: 16)
0 data (d_off: 0, len * i: 0): (0x5647320b9c60 + 0) 123456789ABCDEF
OK, section data item 1 (d_off: 16, d_size: 16)
1 data (d_off: 16, len * i: 16): (0x5647320b50f8 + 0) 123456789ABCDEF
OK, section data item 2 (d_off: 32, d_size: 16)
2 data (d_off: 32, len * i: 32): (0x5647320b50f8 + 0) 123456789ABCDEF
PASS: newdata

fname: strtab.elf.32
add_string: '', stridx: 1, lastidx: 0
add_string: '.strings', stridx: 10, lastidx: 1
add_string: 'elfutils', stridx: 19, lastidx: 10
add_string: 'strtabelf', stridx: 29, lastidx: 19
add_string: 'three', stridx: 35, lastidx: 29
checking orig strings: first elf_update, before write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
checking orig strings: first elf_update, after write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
add_string: 'elfutils2', stridx: 45, lastidx: 35
add_string: 'strtabelf2', stridx: 56, lastidx: 45
add_string: 'three2', stridx: 63, lastidx: 56
checking orig strings: first extra strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'elfutils2'
	'strtabelf2'
	'three2'
checking orig strings: read ELF file, orig strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
sh_size: 35
add_string: '0123456789', stridx: 46, lastidx: 35
add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
add_string: 'forty-two', stridx: 91, lastidx: 81
checking orig strings: read file, added strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'
checking orig strings: all together now
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'

fname: strtab.elf.32.mmap
add_string: '', stridx: 1, lastidx: 0
add_string: '.strings', stridx: 10, lastidx: 1
add_string: 'elfutils', stridx: 19, lastidx: 10
add_string: 'strtabelf', stridx: 29, lastidx: 19
add_string: 'three', stridx: 35, lastidx: 29
checking orig strings: first elf_update, before write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
checking orig strings: first elf_update, after write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
add_string: 'elfutils2', stridx: 45, lastidx: 35
add_string: 'strtabelf2', stridx: 56, lastidx: 45
add_string: 'three2', stridx: 63, lastidx: 56
checking orig strings: first extra strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'elfutils2'
	'strtabelf2'
	'three2'
checking orig strings: read ELF file, orig strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
sh_size: 35
add_string: '0123456789', stridx: 46, lastidx: 35
add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
add_string: 'forty-two', stridx: 91, lastidx: 81
checking orig strings: read file, added strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'
checking orig strings: all together now
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'

fname: strtab.elf.64
add_string: '', stridx: 1, lastidx: 0
add_string: '.strings', stridx: 10, lastidx: 1
add_string: 'elfutils', stridx: 19, lastidx: 10
add_string: 'strtabelf', stridx: 29, lastidx: 19
add_string: 'three', stridx: 35, lastidx: 29
checking orig strings: first elf_update, before write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
checking orig strings: first elf_update, after write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
add_string: 'elfutils2', stridx: 45, lastidx: 35
add_string: 'strtabelf2', stridx: 56, lastidx: 45
add_string: 'three2', stridx: 63, lastidx: 56
checking orig strings: first extra strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'elfutils2'
	'strtabelf2'
	'three2'
checking orig strings: read ELF file, orig strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
sh_size: 35
add_string: '0123456789', stridx: 46, lastidx: 35
add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
add_string: 'forty-two', stridx: 91, lastidx: 81
checking orig strings: read file, added strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'
checking orig strings: all together now
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'

fname: strtab.elf.64.mmap
add_string: '', stridx: 1, lastidx: 0
add_string: '.strings', stridx: 10, lastidx: 1
add_string: 'elfutils', stridx: 19, lastidx: 10
add_string: 'strtabelf', stridx: 29, lastidx: 19
add_string: 'three', stridx: 35, lastidx: 29
checking orig strings: first elf_update, before write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
checking orig strings: first elf_update, after write
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
add_string: 'elfutils2', stridx: 45, lastidx: 35
add_string: 'strtabelf2', stridx: 56, lastidx: 45
add_string: 'three2', stridx: 63, lastidx: 56
checking orig strings: first extra strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'elfutils2'
	'strtabelf2'
	'three2'
checking orig strings: read ELF file, orig strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
sh_size: 35
add_string: '0123456789', stridx: 46, lastidx: 35
add_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46
add_string: 'forty-two', stridx: 91, lastidx: 81
checking orig strings: read file, added strings
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'
checking orig strings: all together now
	''
	'.strings'
	'elfutils'
	'strtabelf'
	'three'
	'0123456789'
	'supercalifragilisticexpialidocious'
	'forty-two'
PASS: elfstrtab
thread tid: 12760
thread tid: 12761
thread tid: 12762
PASS: dwfl-proc-attach
open OK
elf_begin OK
testing ELF class: 1, layout: 0
gelf_newehdr OK
gelf_getclass OK
elf_flagelf OK
gelf_getehdr OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
gelf_update_ehdr OK
elf_update OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
elf_newscn OK
gelf_newphdr OK
elf_update OK
elf_getshdrnum OK
shnum == 1 OK
elf_getphdrnum OK
phnum == 1 OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 2 OK
e_phnum == 1 OK
e_shoff != 0 OK
e_phoff != 0 OK
e_shentsize OK
e_phentsize OK
elf_begin OK
testing ELF class: 1, layout: 1
gelf_newehdr OK
gelf_getclass OK
elf_flagelf OK
gelf_getehdr OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
gelf_update_ehdr OK
elf_update OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
elf_newscn OK
gelf_newphdr OK
gelf_getehdr OK
gelf_update_ehdr OK
elf_update OK
elf_getshdrnum OK
shnum == 1 OK
elf_getphdrnum OK
phnum == 1 OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 2 OK
e_phnum == 1 OK
e_shoff != 0 OK
e_phoff != 0 OK
e_shentsize OK
e_phentsize OK
elf_begin OK
testing ELF class: 2, layout: 0
gelf_newehdr OK
gelf_getclass OK
elf_flagelf OK
gelf_getehdr OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
gelf_update_ehdr OK
elf_update OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
elf_newscn OK
gelf_newphdr OK
elf_update OK
elf_getshdrnum OK
shnum == 1 OK
elf_getphdrnum OK
phnum == 1 OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 2 OK
e_phnum == 1 OK
e_shoff != 0 OK
e_phoff != 0 OK
e_shentsize OK
e_phentsize OK
elf_begin OK
testing ELF class: 2, layout: 1
gelf_newehdr OK
gelf_getclass OK
elf_flagelf OK
gelf_getehdr OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
gelf_update_ehdr OK
elf_update OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 0 OK
e_phnum == 0 OK
e_shoff == 0 OK
e_phoff == 0 OK
elf_getshdrnum OK
shnum == 0 OK
elf_getphdrnum OK
phnum == 0 OK
elf_newscn OK
gelf_newphdr OK
gelf_getehdr OK
gelf_update_ehdr OK
elf_update OK
elf_getshdrnum OK
shnum == 1 OK
elf_getphdrnum OK
phnum == 1 OK
gelf_getehdr OK
EI_DATA OK
e_version OK
e_shnum == 2 OK
e_phnum == 1 OK
e_shoff != 0 OK
e_phoff != 0 OK
e_shentsize OK
e_phentsize OK
PASS: elfshphehdr
LFS testing is irrelevent on this system
SKIP: run-lfs-symbols.sh
PASS: run-dwelfgnucompressed.sh
PASS: run-elfgetchdr.sh
PASS: run-elfgetzdata.sh
PASS: run-elfputzdata.sh
PASS: run-zstrptr.sh
uncompress testfile4 -> testfile4.uncompressed
processing: testfile4
[27] .debug_aranges already decompressed
[28] .debug_pubnames already decompressed
[29] .debug_info already decompressed
[30] .debug_abbrev already decompressed
[31] .debug_line already decompressed
No errors
compress gnu testfile4.uncompressed -> testfile4.gnu
processing: testfile4.uncompressed
[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)
[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)
[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)
[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)
[33] Updating section string table
No errors
uncompress testfile4.gnu -> testfile4.gnu.uncompressed
processing: testfile4.gnu
[27] .zdebug_aranges decompressed -> .debug_aranges (55 => 56 101.82%)
[28] .zdebug_pubnames decompressed -> .debug_pubnames (84 => 93 110.71%)
[29] .zdebug_info decompressed -> .debug_info (634 => 960 151.42%)
[30] .zdebug_abbrev decompressed -> .debug_abbrev (225 => 405 180.00%)
[31] .zdebug_line decompressed -> .debug_line (131 => 189 144.27%)
[33] Updating section string table
compress gabi testfile4.uncompressed -> testfile4.gabi
processing: testfile4.uncompressed
[27] .debug_aranges compressed (56 => 55 98.21%)
[28] .debug_pubnames compressed (93 => 84 90.32%)
[29] .debug_info compressed (960 => 634 66.04%)
[30] .debug_abbrev compressed (405 => 225 55.56%)
[31] .debug_line compressed (189 => 131 69.31%)
No errors
uncompress testfile4.gabi -> testfile4.gabi.uncompressed
processing: testfile4.gabi
[27] .debug_aranges decompressed (55 => 56 101.82%)
[28] .debug_pubnames decompressed (84 => 93 110.71%)
[29] .debug_info decompressed (634 => 960 151.42%)
[30] .debug_abbrev decompressed (225 => 405 180.00%)
[31] .debug_line decompressed (131 => 189 144.27%)
merging string tables testfile4 -> testfile4.merged
WARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33
uncompress testfile4.merged -> testfile4.merged.uncompressed
processing: testfile4.merged
[27] .debug_aranges already decompressed
[28] .debug_pubnames already decompressed
[29] .debug_info already decompressed
[30] .debug_abbrev already decompressed
[31] .debug_line already decompressed
No errors
compress gnu testfile4.merged.uncompressed -> testfile4.merged.gnu
processing: testfile4.merged.uncompressed
[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)
[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)
[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)
[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)
[34] Updating section string table
[33] Updating symbol table
No errors
uncompress testfile4.merged.gnu -> testfile4.merged.gnu.uncompressed
processing: testfile4.merged.gnu
[27] .zdebug_aranges decompressed -> .debug_aranges (55 => 56 101.82%)
[28] .zdebug_pubnames decompressed -> .debug_pubnames (84 => 93 110.71%)
[29] .zdebug_info decompressed -> .debug_info (634 => 960 151.42%)
[30] .zdebug_abbrev decompressed -> .debug_abbrev (225 => 405 180.00%)
[31] .zdebug_line decompressed -> .debug_line (131 => 189 144.27%)
[34] Updating section string table
[33] Updating symbol table
compress gabi testfile4.merged.uncompressed -> testfile4.merged.gabi
processing: testfile4.merged.uncompressed
[27] .debug_aranges compressed (56 => 55 98.21%)
[28] .debug_pubnames compressed (93 => 84 90.32%)
[29] .debug_info compressed (960 => 634 66.04%)
[30] .debug_abbrev compressed (405 => 225 55.56%)
[31] .debug_line compressed (189 => 131 69.31%)
No errors
uncompress testfile4.merged.gabi -> testfile4.merged.gabi.uncompressed
processing: testfile4.merged.gabi
[27] .debug_aranges decompressed (55 => 56 101.82%)
[28] .debug_pubnames decompressed (84 => 93 110.71%)
[29] .debug_info decompressed (634 => 960 151.42%)
[30] .debug_abbrev decompressed (225 => 405 180.00%)
[31] .debug_line decompressed (131 => 189 144.27%)
uncompress testfile12 -> testfile12.uncompressed
processing: testfile12
[23] .debug_aranges already decompressed
[24] .debug_pubnames already decompressed
[25] .debug_info already decompressed
[26] .debug_abbrev already decompressed
[27] .debug_line already decompressed
[28] .debug_frame already decompressed
[29] .debug_str already decompressed
[30] .debug_macinfo already decompressed
No errors
compress gnu testfile12.uncompressed -> testfile12.gnu
processing: testfile12.uncompressed
[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)
[24] .debug_pubnames NOT compressed, wouldn't be smaller
[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)
[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)
[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)
[28] .debug_frame NOT compressed, wouldn't be smaller
[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)
[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)
[31] Updating section string table
No errors
uncompress testfile12.gnu -> testfile12.gnu.uncompressed
processing: testfile12.gnu
[24] .debug_pubnames already decompressed
[28] .debug_frame already decompressed
[23] .zdebug_aranges decompressed -> .debug_aranges (83 => 192 231.33%)
[25] .zdebug_info decompressed -> .debug_info (1879 => 3468 184.57%)
[26] .zdebug_abbrev decompressed -> .debug_abbrev (202 => 341 168.81%)
[27] .zdebug_line decompressed -> .debug_line (371 => 709 191.11%)
[29] .zdebug_str decompressed -> .debug_str (986 => 2235 226.67%)
[30] .zdebug_macinfo decompressed -> .debug_macinfo (4360 => 10518 241.24%)
[31] Updating section string table
compress gabi testfile12.uncompressed -> testfile12.gabi
processing: testfile12.uncompressed
[23] .debug_aranges compressed (192 => 95 49.48%)
[24] .debug_pubnames NOT compressed, wouldn't be smaller
[25] .debug_info compressed (3468 => 1891 54.53%)
[26] .debug_abbrev compressed (341 => 214 62.76%)
[27] .debug_line compressed (709 => 383 54.02%)
[28] .debug_frame NOT compressed, wouldn't be smaller
[29] .debug_str compressed (2235 => 998 44.65%)
[30] .debug_macinfo compressed (10518 => 4372 41.57%)
No errors
uncompress testfile12.gabi -> testfile12.gabi.uncompressed
processing: testfile12.gabi
[24] .debug_pubnames already decompressed
[28] .debug_frame already decompressed
[23] .debug_aranges decompressed (95 => 192 202.11%)
[25] .debug_info decompressed (1891 => 3468 183.40%)
[26] .debug_abbrev decompressed (214 => 341 159.35%)
[27] .debug_line decompressed (383 => 709 185.12%)
[29] .debug_str decompressed (998 => 2235 223.95%)
[30] .debug_macinfo decompressed (4372 => 10518 240.58%)
merging string tables testfile12 -> testfile12.merged
WARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31
uncompress testfile12.merged -> testfile12.merged.uncompressed
processing: testfile12.merged
[23] .debug_aranges already decompressed
[24] .debug_pubnames already decompressed
[25] .debug_info already decompressed
[26] .debug_abbrev already decompressed
[27] .debug_line already decompressed
[28] .debug_frame already decompressed
[29] .debug_str already decompressed
[30] .debug_macinfo already decompressed
No errors
compress gnu testfile12.merged.uncompressed -> testfile12.merged.gnu
processing: testfile12.merged.uncompressed
[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)
[24] .debug_pubnames NOT compressed, wouldn't be smaller
[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)
[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)
[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)
[28] .debug_frame NOT compressed, wouldn't be smaller
[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)
[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)
[32] Updating section string table
[31] Updating symbol table
No errors
uncompress testfile12.merged.gnu -> testfile12.merged.gnu.uncompressed
processing: testfile12.merged.gnu
[24] .debug_pubnames already decompressed
[28] .debug_frame already decompressed
[23] .zdebug_aranges decompressed -> .debug_aranges (83 => 192 231.33%)
[25] .zdebug_info decompressed -> .debug_info (1879 => 3468 184.57%)
[26] .zdebug_abbrev decompressed -> .debug_abbrev (202 => 341 168.81%)
[27] .zdebug_line decompressed -> .debug_line (371 => 709 191.11%)
[29] .zdebug_str decompressed -> .debug_str (986 => 2235 226.67%)
[30] .zdebug_macinfo decompressed -> .debug_macinfo (4360 => 10518 241.24%)
[32] Updating section string table
[31] Updating symbol table
compress gabi testfile12.merged.uncompressed -> testfile12.merged.gabi
processing: testfile12.merged.uncompressed
[23] .debug_aranges compressed (192 => 95 49.48%)
[24] .debug_pubnames NOT compressed, wouldn't be smaller
[25] .debug_info compressed (3468 => 1891 54.53%)
[26] .debug_abbrev compressed (341 => 214 62.76%)
[27] .debug_line compressed (709 => 383 54.02%)
[28] .debug_frame NOT compressed, wouldn't be smaller
[29] .debug_str compressed (2235 => 998 44.65%)
[30] .debug_macinfo compressed (10518 => 4372 41.57%)
No errors
uncompress testfile12.merged.gabi -> testfile12.merged.gabi.uncompressed
processing: testfile12.merged.gabi
[24] .debug_pubnames already decompressed
[28] .debug_frame already decompressed
[23] .debug_aranges decompressed (95 => 192 202.11%)
[25] .debug_info decompressed (1891 => 3468 183.40%)
[26] .debug_abbrev decompressed (214 => 341 159.35%)
[27] .debug_line decompressed (383 => 709 185.12%)
[29] .debug_str decompressed (998 => 2235 223.95%)
[30] .debug_macinfo decompressed (4372 => 10518 240.58%)
uncompress testfileppc64 -> testfileppc64.uncompressed
processing: testfileppc64
[26] .debug_aranges already decompressed
[27] .debug_info already decompressed
[28] .debug_abbrev already decompressed
[29] .debug_line already decompressed
[30] .debug_frame already decompressed
[31] .debug_str already decompressed
[32] .debug_loc already decompressed
[33] .debug_ranges already decompressed
No errors
compress gnu testfileppc64.uncompressed -> testfileppc64.gnu
processing: testfileppc64.uncompressed
[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)
[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)
[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)
[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)
[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)
[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)
[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)
[33] .debug_ranges NOT compressed, wouldn't be smaller
[34] Updating section string table
No errors
uncompress testfileppc64.gnu -> testfileppc64.gnu.uncompressed
processing: testfileppc64.gnu
[33] .debug_ranges already decompressed
[26] .zdebug_aranges decompressed -> .debug_aranges (53 => 96 181.13%)
[27] .zdebug_info decompressed -> .debug_info (211 => 363 172.04%)
[28] .zdebug_abbrev decompressed -> .debug_abbrev (194 => 315 162.37%)
[29] .zdebug_line decompressed -> .debug_line (89 => 119 133.71%)
[30] .zdebug_frame decompressed -> .debug_frame (73 => 96 131.51%)
[31] .zdebug_str decompressed -> .debug_str (155 => 174 112.26%)
[32] .zdebug_loc decompressed -> .debug_loc (73 => 171 234.25%)
[34] Updating section string table
compress gabi testfileppc64.uncompressed -> testfileppc64.gabi
processing: testfileppc64.uncompressed
[26] .debug_aranges compressed (96 => 65 67.71%)
[27] .debug_info compressed (363 => 223 61.43%)
[28] .debug_abbrev compressed (315 => 206 65.40%)
[29] .debug_line compressed (119 => 101 84.87%)
[30] .debug_frame compressed (96 => 85 88.54%)
[31] .debug_str compressed (174 => 167 95.98%)
[32] .debug_loc compressed (171 => 85 49.71%)
[33] .debug_ranges NOT compressed, wouldn't be smaller
No errors
uncompress testfileppc64.gabi -> testfileppc64.gabi.uncompressed
processing: testfileppc64.gabi
[33] .debug_ranges already decompressed
[26] .debug_aranges decompressed (65 => 96 147.69%)
[27] .debug_info decompressed (223 => 363 162.78%)
[28] .debug_abbrev decompressed (206 => 315 152.91%)
[29] .debug_line decompressed (101 => 119 117.82%)
[30] .debug_frame decompressed (85 => 96 112.94%)
[31] .debug_str decompressed (167 => 174 104.19%)
[32] .debug_loc decompressed (85 => 171 201.18%)
merging string tables testfileppc64 -> testfileppc64.merged
uncompress testfileppc64.merged -> testfileppc64.merged.uncompressed
processing: testfileppc64.merged
[26] .debug_aranges already decompressed
[27] .debug_info already decompressed
[28] .debug_abbrev already decompressed
[29] .debug_line already decompressed
[30] .debug_frame already decompressed
[31] .debug_str already decompressed
[32] .debug_loc already decompressed
[33] .debug_ranges already decompressed
No errors
compress gnu testfileppc64.merged.uncompressed -> testfileppc64.merged.gnu
processing: testfileppc64.merged.uncompressed
[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)
[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)
[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)
[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)
[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)
[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)
[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)
[33] .debug_ranges NOT compressed, wouldn't be smaller
[35] Updating section string table
[34] Updating symbol table
No errors
uncompress testfileppc64.merged.gnu -> testfileppc64.merged.gnu.uncompressed
processing: testfileppc64.merged.gnu
[33] .debug_ranges already decompressed
[26] .zdebug_aranges decompressed -> .debug_aranges (53 => 96 181.13%)
[27] .zdebug_info decompressed -> .debug_info (211 => 363 172.04%)
[28] .zdebug_abbrev decompressed -> .debug_abbrev (194 => 315 162.37%)
[29] .zdebug_line decompressed -> .debug_line (89 => 119 133.71%)
[30] .zdebug_frame decompressed -> .debug_frame (73 => 96 131.51%)
[31] .zdebug_str decompressed -> .debug_str (155 => 174 112.26%)
[32] .zdebug_loc decompressed -> .debug_loc (73 => 171 234.25%)
[35] Updating section string table
[34] Updating symbol table
compress gabi testfileppc64.merged.uncompressed -> testfileppc64.merged.gabi
processing: testfileppc64.merged.uncompressed
[26] .debug_aranges compressed (96 => 65 67.71%)
[27] .debug_info compressed (363 => 223 61.43%)
[28] .debug_abbrev compressed (315 => 206 65.40%)
[29] .debug_line compressed (119 => 101 84.87%)
[30] .debug_frame compressed (96 => 85 88.54%)
[31] .debug_str compressed (174 => 167 95.98%)
[32] .debug_loc compressed (171 => 85 49.71%)
[33] .debug_ranges NOT compressed, wouldn't be smaller
No errors
uncompress testfileppc64.merged.gabi -> testfileppc64.merged.gabi.uncompressed
processing: testfileppc64.merged.gabi
[33] .debug_ranges already decompressed
[26] .debug_aranges decompressed (65 => 96 147.69%)
[27] .debug_info decompressed (223 => 363 162.78%)
[28] .debug_abbrev decompressed (206 => 315 152.91%)
[29] .debug_line decompressed (101 => 119 117.82%)
[30] .debug_frame decompressed (85 => 96 112.94%)
[31] .debug_str decompressed (167 => 174 104.19%)
[32] .debug_loc decompressed (85 => 171 201.18%)
uncompress testfileppc32 -> testfileppc32.uncompressed
processing: testfileppc32
[28] .debug_aranges already decompressed
[29] .debug_info already decompressed
[30] .debug_abbrev already decompressed
[31] .debug_line already decompressed
[32] .debug_frame already decompressed
[33] .debug_str already decompressed
[34] .debug_loc already decompressed
[35] .debug_ranges already decompressed
No errors
compress gnu testfileppc32.uncompressed -> testfileppc32.gnu
processing: testfileppc32.uncompressed
[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)
[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)
[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)
[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)
[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)
[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)
[35] .debug_ranges NOT compressed, wouldn't be smaller
[36] Updating section string table
No errors
uncompress testfileppc32.gnu -> testfileppc32.gnu.uncompressed
processing: testfileppc32.gnu
[35] .debug_ranges already decompressed
[28] .zdebug_aranges decompressed -> .debug_aranges (48 => 64 133.33%)
[29] .zdebug_info decompressed -> .debug_info (208 => 319 153.37%)
[30] .zdebug_abbrev decompressed -> .debug_abbrev (197 => 318 161.42%)
[31] .zdebug_line decompressed -> .debug_line (85 => 109 128.24%)
[32] .zdebug_frame decompressed -> .debug_frame (53 => 64 120.75%)
[33] .zdebug_str decompressed -> .debug_str (159 => 179 112.58%)
[34] .zdebug_loc decompressed -> .debug_loc (68 => 99 145.59%)
[36] Updating section string table
compress gabi testfileppc32.uncompressed -> testfileppc32.gabi
processing: testfileppc32.uncompressed
[28] .debug_aranges compressed (64 => 48 75.00%)
[29] .debug_info compressed (319 => 208 65.20%)
[30] .debug_abbrev compressed (318 => 197 61.95%)
[31] .debug_line compressed (109 => 85 77.98%)
[32] .debug_frame compressed (64 => 53 82.81%)
[33] .debug_str compressed (179 => 159 88.83%)
[34] .debug_loc compressed (99 => 68 68.69%)
[35] .debug_ranges NOT compressed, wouldn't be smaller
No errors
uncompress testfileppc32.gabi -> testfileppc32.gabi.uncompressed
processing: testfileppc32.gabi
[35] .debug_ranges already decompressed
[28] .debug_aranges decompressed (48 => 64 133.33%)
[29] .debug_info decompressed (208 => 319 153.37%)
[30] .debug_abbrev decompressed (197 => 318 161.42%)
[31] .debug_line decompressed (85 => 109 128.24%)
[32] .debug_frame decompressed (53 => 64 120.75%)
[33] .debug_str decompressed (159 => 179 112.58%)
[34] .debug_loc decompressed (68 => 99 145.59%)
merging string tables testfileppc32 -> testfileppc32.merged
uncompress testfileppc32.merged -> testfileppc32.merged.uncompressed
processing: testfileppc32.merged
[28] .debug_aranges already decompressed
[29] .debug_info already decompressed
[30] .debug_abbrev already decompressed
[31] .debug_line already decompressed
[32] .debug_frame already decompressed
[33] .debug_str already decompressed
[34] .debug_loc already decompressed
[35] .debug_ranges already decompressed
No errors
compress gnu testfileppc32.merged.uncompressed -> testfileppc32.merged.gnu
processing: testfileppc32.merged.uncompressed
[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)
[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)
[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)
[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)
[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)
[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)
[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)
[35] .debug_ranges NOT compressed, wouldn't be smaller
[37] Updating section string table
[36] Updating symbol table
No errors
uncompress testfileppc32.merged.gnu -> testfileppc32.merged.gnu.uncompressed
processing: testfileppc32.merged.gnu
[35] .debug_ranges already decompressed
[28] .zdebug_aranges decompressed -> .debug_aranges (48 => 64 133.33%)
[29] .zdebug_info decompressed -> .debug_info (208 => 319 153.37%)
[30] .zdebug_abbrev decompressed -> .debug_abbrev (197 => 318 161.42%)
[31] .zdebug_line decompressed -> .debug_line (85 => 109 128.24%)
[32] .zdebug_frame decompressed -> .debug_frame (53 => 64 120.75%)
[33] .zdebug_str decompressed -> .debug_str (159 => 179 112.58%)
[34] .zdebug_loc decompressed -> .debug_loc (68 => 99 145.59%)
[37] Updating section string table
[36] Updating symbol table
compress gabi testfileppc32.merged.uncompressed -> testfileppc32.merged.gabi
processing: testfileppc32.merged.uncompressed
[28] .debug_aranges compressed (64 => 48 75.00%)
[29] .debug_info compressed (319 => 208 65.20%)
[30] .debug_abbrev compressed (318 => 197 61.95%)
[31] .debug_line compressed (109 => 85 77.98%)
[32] .debug_frame compressed (64 => 53 82.81%)
[33] .debug_str compressed (179 => 159 88.83%)
[34] .debug_loc compressed (99 => 68 68.69%)
[35] .debug_ranges NOT compressed, wouldn't be smaller
No errors
uncompress testfileppc32.merged.gabi -> testfileppc32.merged.gabi.uncompressed
processing: testfileppc32.merged.gabi
[35] .debug_ranges already decompressed
[28] .debug_aranges decompressed (48 => 64 133.33%)
[29] .debug_info decompressed (208 => 319 153.37%)
[30] .debug_abbrev decompressed (197 => 318 161.42%)
[31] .debug_line decompressed (85 => 109 128.24%)
[32] .debug_frame decompressed (53 => 64 120.75%)
[33] .debug_str decompressed (159 => 179 112.58%)
[34] .debug_loc decompressed (68 => 99 145.59%)
uncompress testfile-zgnu64 -> testfile-zgnu64.uncompressed
processing: testfile-zgnu64
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[6] Updating section string table
No errors
compress gnu testfile-zgnu64.uncompressed -> testfile-zgnu64.gnu
processing: testfile-zgnu64.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[6] Updating section string table
No errors
uncompress testfile-zgnu64.gnu -> testfile-zgnu64.gnu.uncompressed
processing: testfile-zgnu64.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[6] Updating section string table
compress gabi testfile-zgnu64.uncompressed -> testfile-zgnu64.gabi
processing: testfile-zgnu64.uncompressed
[2] .debug_aranges compressed (96 => 62 64.58%)
[3] .debug_info compressed (170 => 123 72.35%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgnu64.gabi -> testfile-zgnu64.gabi.uncompressed
processing: testfile-zgnu64.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (62 => 96 154.84%)
[3] .debug_info decompressed (123 => 170 138.21%)
[5] .debug_line decompressed (103 => 141 136.89%)
merging string tables testfile-zgnu64 -> testfile-zgnu64.merged
uncompress testfile-zgnu64.merged -> testfile-zgnu64.merged.uncompressed
processing: testfile-zgnu64.merged
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[7] Updating section string table
[6] Updating symbol table
No errors
compress gnu testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gnu
processing: testfile-zgnu64.merged.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[7] Updating section string table
[6] Updating symbol table
No errors
uncompress testfile-zgnu64.merged.gnu -> testfile-zgnu64.merged.gnu.uncompressed
processing: testfile-zgnu64.merged.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[7] Updating section string table
[6] Updating symbol table
compress gabi testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gabi
processing: testfile-zgnu64.merged.uncompressed
[2] .debug_aranges compressed (96 => 62 64.58%)
[3] .debug_info compressed (170 => 123 72.35%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgnu64.merged.gabi -> testfile-zgnu64.merged.gabi.uncompressed
processing: testfile-zgnu64.merged.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (62 => 96 154.84%)
[3] .debug_info decompressed (123 => 170 138.21%)
[5] .debug_line decompressed (103 => 141 136.89%)
uncompress testfile-zgnu64be -> testfile-zgnu64be.uncompressed
processing: testfile-zgnu64be
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[7] Updating section string table
No errors
compress gnu testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gnu
processing: testfile-zgnu64be.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[7] Updating section string table
No errors
uncompress testfile-zgnu64be.gnu -> testfile-zgnu64be.gnu.uncompressed
processing: testfile-zgnu64be.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[7] Updating section string table
compress gabi testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gabi
processing: testfile-zgnu64be.uncompressed
[3] .debug_aranges compressed (96 => 64 66.67%)
[4] .debug_info compressed (126 => 101 80.16%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgnu64be.gabi -> testfile-zgnu64be.gabi.uncompressed
processing: testfile-zgnu64be.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (64 => 96 150.00%)
[4] .debug_info decompressed (101 => 126 124.75%)
[6] .debug_line decompressed (103 => 141 136.89%)
merging string tables testfile-zgnu64be -> testfile-zgnu64be.merged
uncompress testfile-zgnu64be.merged -> testfile-zgnu64be.merged.uncompressed
processing: testfile-zgnu64be.merged
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[8] Updating section string table
[7] Updating symbol table
No errors
compress gnu testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gnu
processing: testfile-zgnu64be.merged.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[8] Updating section string table
[7] Updating symbol table
No errors
uncompress testfile-zgnu64be.merged.gnu -> testfile-zgnu64be.merged.gnu.uncompressed
processing: testfile-zgnu64be.merged.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[8] Updating section string table
[7] Updating symbol table
compress gabi testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gabi
processing: testfile-zgnu64be.merged.uncompressed
[3] .debug_aranges compressed (96 => 64 66.67%)
[4] .debug_info compressed (126 => 101 80.16%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgnu64be.merged.gabi -> testfile-zgnu64be.merged.gabi.uncompressed
processing: testfile-zgnu64be.merged.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (64 => 96 150.00%)
[4] .debug_info decompressed (101 => 126 124.75%)
[6] .debug_line decompressed (103 => 141 136.89%)
uncompress testfile-zgabi64 -> testfile-zgabi64.uncompressed
processing: testfile-zgabi64
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (62 => 96 154.84%)
[3] .debug_info decompressed (123 => 170 138.21%)
[5] .debug_line decompressed (103 => 141 136.89%)
No errors
compress gnu testfile-zgabi64.uncompressed -> testfile-zgabi64.gnu
processing: testfile-zgabi64.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[6] Updating section string table
No errors
uncompress testfile-zgabi64.gnu -> testfile-zgabi64.gnu.uncompressed
processing: testfile-zgabi64.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[6] Updating section string table
compress gabi testfile-zgabi64.uncompressed -> testfile-zgabi64.gabi
processing: testfile-zgabi64.uncompressed
[2] .debug_aranges compressed (96 => 62 64.58%)
[3] .debug_info compressed (170 => 123 72.35%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgabi64.gabi -> testfile-zgabi64.gabi.uncompressed
processing: testfile-zgabi64.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (62 => 96 154.84%)
[3] .debug_info decompressed (123 => 170 138.21%)
[5] .debug_line decompressed (103 => 141 136.89%)
merging string tables testfile-zgabi64 -> testfile-zgabi64.merged
uncompress testfile-zgabi64.merged -> testfile-zgabi64.merged.uncompressed
processing: testfile-zgabi64.merged
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (62 => 96 154.84%)
[3] .debug_info decompressed (123 => 170 138.21%)
[5] .debug_line decompressed (103 => 141 136.89%)
No errors
compress gnu testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gnu
processing: testfile-zgabi64.merged.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)
[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[7] Updating section string table
[6] Updating symbol table
No errors
uncompress testfile-zgabi64.merged.gnu -> testfile-zgabi64.merged.gnu.uncompressed
processing: testfile-zgabi64.merged.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (50 => 96 192.00%)
[3] .zdebug_info decompressed -> .debug_info (111 => 170 153.15%)
[5] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[7] Updating section string table
[6] Updating symbol table
compress gabi testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gabi
processing: testfile-zgabi64.merged.uncompressed
[2] .debug_aranges compressed (96 => 62 64.58%)
[3] .debug_info compressed (170 => 123 72.35%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgabi64.merged.gabi -> testfile-zgabi64.merged.gabi.uncompressed
processing: testfile-zgabi64.merged.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (62 => 96 154.84%)
[3] .debug_info decompressed (123 => 170 138.21%)
[5] .debug_line decompressed (103 => 141 136.89%)
uncompress testfile-zgabi64be -> testfile-zgabi64be.uncompressed
processing: testfile-zgabi64be
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (64 => 96 150.00%)
[4] .debug_info decompressed (101 => 126 124.75%)
[6] .debug_line decompressed (103 => 141 136.89%)
No errors
compress gnu testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gnu
processing: testfile-zgabi64be.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[7] Updating section string table
No errors
uncompress testfile-zgabi64be.gnu -> testfile-zgabi64be.gnu.uncompressed
processing: testfile-zgabi64be.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[7] Updating section string table
compress gabi testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gabi
processing: testfile-zgabi64be.uncompressed
[3] .debug_aranges compressed (96 => 64 66.67%)
[4] .debug_info compressed (126 => 101 80.16%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgabi64be.gabi -> testfile-zgabi64be.gabi.uncompressed
processing: testfile-zgabi64be.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (64 => 96 150.00%)
[4] .debug_info decompressed (101 => 126 124.75%)
[6] .debug_line decompressed (103 => 141 136.89%)
merging string tables testfile-zgabi64be -> testfile-zgabi64be.merged
uncompress testfile-zgabi64be.merged -> testfile-zgabi64be.merged.uncompressed
processing: testfile-zgabi64be.merged
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (64 => 96 150.00%)
[4] .debug_info decompressed (101 => 126 124.75%)
[6] .debug_line decompressed (103 => 141 136.89%)
No errors
compress gnu testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gnu
processing: testfile-zgabi64be.merged.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)
[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)
[8] Updating section string table
[7] Updating symbol table
No errors
uncompress testfile-zgabi64be.merged.gnu -> testfile-zgabi64be.merged.gnu.uncompressed
processing: testfile-zgabi64be.merged.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (52 => 96 184.62%)
[4] .zdebug_info decompressed -> .debug_info (89 => 126 141.57%)
[6] .zdebug_line decompressed -> .debug_line (91 => 141 154.95%)
[8] Updating section string table
[7] Updating symbol table
compress gabi testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gabi
processing: testfile-zgabi64be.merged.uncompressed
[3] .debug_aranges compressed (96 => 64 66.67%)
[4] .debug_info compressed (126 => 101 80.16%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (141 => 103 73.05%)
No errors
uncompress testfile-zgabi64be.merged.gabi -> testfile-zgabi64be.merged.gabi.uncompressed
processing: testfile-zgabi64be.merged.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (64 => 96 150.00%)
[4] .debug_info decompressed (101 => 126 124.75%)
[6] .debug_line decompressed (103 => 141 136.89%)
uncompress testfile-zgnu32 -> testfile-zgnu32.uncompressed
processing: testfile-zgnu32
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
[6] Updating section string table
No errors
compress gnu testfile-zgnu32.uncompressed -> testfile-zgnu32.gnu
processing: testfile-zgnu32.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
[6] Updating section string table
No errors
uncompress testfile-zgnu32.gnu -> testfile-zgnu32.gnu.uncompressed
processing: testfile-zgnu32.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
[6] Updating section string table
compress gabi testfile-zgnu32.uncompressed -> testfile-zgnu32.gabi
processing: testfile-zgnu32.uncompressed
[2] .debug_aranges compressed (64 => 49 76.56%)
[3] .debug_info compressed (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (133 => 90 67.67%)
No errors
uncompress testfile-zgnu32.gabi -> testfile-zgnu32.gabi.uncompressed
processing: testfile-zgnu32.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (49 => 64 130.61%)
[3] .debug_info decompressed (111 => 154 138.74%)
[5] .debug_line decompressed (90 => 133 147.78%)
merging string tables testfile-zgnu32 -> testfile-zgnu32.merged
uncompress testfile-zgnu32.merged -> testfile-zgnu32.merged.uncompressed
processing: testfile-zgnu32.merged
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
[7] Updating section string table
[6] Updating symbol table
No errors
compress gnu testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gnu
processing: testfile-zgnu32.merged.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
[7] Updating section string table
[6] Updating symbol table
No errors
uncompress testfile-zgnu32.merged.gnu -> testfile-zgnu32.merged.gnu.uncompressed
processing: testfile-zgnu32.merged.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
[7] Updating section string table
[6] Updating symbol table
compress gabi testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gabi
processing: testfile-zgnu32.merged.uncompressed
[2] .debug_aranges compressed (64 => 49 76.56%)
[3] .debug_info compressed (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (133 => 90 67.67%)
No errors
uncompress testfile-zgnu32.merged.gabi -> testfile-zgnu32.merged.gabi.uncompressed
processing: testfile-zgnu32.merged.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (49 => 64 130.61%)
[3] .debug_info decompressed (111 => 154 138.74%)
[5] .debug_line decompressed (90 => 133 147.78%)
uncompress testfile-zgnu32be -> testfile-zgnu32be.uncompressed
processing: testfile-zgnu32be
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
[7] Updating section string table
No errors
compress gnu testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gnu
processing: testfile-zgnu32be.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
[7] Updating section string table
No errors
uncompress testfile-zgnu32be.gnu -> testfile-zgnu32be.gnu.uncompressed
processing: testfile-zgnu32be.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
[7] Updating section string table
compress gabi testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gabi
processing: testfile-zgnu32be.uncompressed
[3] .debug_aranges compressed (64 => 51 79.69%)
[4] .debug_info compressed (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (133 => 89 66.92%)
No errors
uncompress testfile-zgnu32be.gabi -> testfile-zgnu32be.gabi.uncompressed
processing: testfile-zgnu32be.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (51 => 64 125.49%)
[4] .debug_info decompressed (88 => 110 125.00%)
[6] .debug_line decompressed (89 => 133 149.44%)
merging string tables testfile-zgnu32be -> testfile-zgnu32be.merged
uncompress testfile-zgnu32be.merged -> testfile-zgnu32be.merged.uncompressed
processing: testfile-zgnu32be.merged
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
[8] Updating section string table
[7] Updating symbol table
No errors
compress gnu testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gnu
processing: testfile-zgnu32be.merged.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
[8] Updating section string table
[7] Updating symbol table
No errors
uncompress testfile-zgnu32be.merged.gnu -> testfile-zgnu32be.merged.gnu.uncompressed
processing: testfile-zgnu32be.merged.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
[8] Updating section string table
[7] Updating symbol table
compress gabi testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gabi
processing: testfile-zgnu32be.merged.uncompressed
[3] .debug_aranges compressed (64 => 51 79.69%)
[4] .debug_info compressed (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (133 => 89 66.92%)
No errors
uncompress testfile-zgnu32be.merged.gabi -> testfile-zgnu32be.merged.gabi.uncompressed
processing: testfile-zgnu32be.merged.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (51 => 64 125.49%)
[4] .debug_info decompressed (88 => 110 125.00%)
[6] .debug_line decompressed (89 => 133 149.44%)
uncompress testfile-zgabi32 -> testfile-zgabi32.uncompressed
processing: testfile-zgabi32
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (49 => 64 130.61%)
[3] .debug_info decompressed (111 => 154 138.74%)
[5] .debug_line decompressed (90 => 133 147.78%)
No errors
compress gnu testfile-zgabi32.uncompressed -> testfile-zgabi32.gnu
processing: testfile-zgabi32.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
[6] Updating section string table
No errors
uncompress testfile-zgabi32.gnu -> testfile-zgabi32.gnu.uncompressed
processing: testfile-zgabi32.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
[6] Updating section string table
compress gabi testfile-zgabi32.uncompressed -> testfile-zgabi32.gabi
processing: testfile-zgabi32.uncompressed
[2] .debug_aranges compressed (64 => 49 76.56%)
[3] .debug_info compressed (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (133 => 90 67.67%)
No errors
uncompress testfile-zgabi32.gabi -> testfile-zgabi32.gabi.uncompressed
processing: testfile-zgabi32.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (49 => 64 130.61%)
[3] .debug_info decompressed (111 => 154 138.74%)
[5] .debug_line decompressed (90 => 133 147.78%)
merging string tables testfile-zgabi32 -> testfile-zgabi32.merged
uncompress testfile-zgabi32.merged -> testfile-zgabi32.merged.uncompressed
processing: testfile-zgabi32.merged
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (49 => 64 130.61%)
[3] .debug_info decompressed (111 => 154 138.74%)
[5] .debug_line decompressed (90 => 133 147.78%)
No errors
compress gnu testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gnu
processing: testfile-zgabi32.merged.uncompressed
[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)
[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)
[7] Updating section string table
[6] Updating symbol table
No errors
uncompress testfile-zgabi32.merged.gnu -> testfile-zgabi32.merged.gnu.uncompressed
processing: testfile-zgabi32.merged.gnu
[4] .debug_abbrev already decompressed
[2] .zdebug_aranges decompressed -> .debug_aranges (49 => 64 130.61%)
[3] .zdebug_info decompressed -> .debug_info (111 => 154 138.74%)
[5] .zdebug_line decompressed -> .debug_line (90 => 133 147.78%)
[7] Updating section string table
[6] Updating symbol table
compress gabi testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gabi
processing: testfile-zgabi32.merged.uncompressed
[2] .debug_aranges compressed (64 => 49 76.56%)
[3] .debug_info compressed (154 => 111 72.08%)
[4] .debug_abbrev NOT compressed, wouldn't be smaller
[5] .debug_line compressed (133 => 90 67.67%)
No errors
uncompress testfile-zgabi32.merged.gabi -> testfile-zgabi32.merged.gabi.uncompressed
processing: testfile-zgabi32.merged.gabi
[4] .debug_abbrev already decompressed
[2] .debug_aranges decompressed (49 => 64 130.61%)
[3] .debug_info decompressed (111 => 154 138.74%)
[5] .debug_line decompressed (90 => 133 147.78%)
uncompress testfile-zgabi32be -> testfile-zgabi32be.uncompressed
processing: testfile-zgabi32be
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (51 => 64 125.49%)
[4] .debug_info decompressed (88 => 110 125.00%)
[6] .debug_line decompressed (89 => 133 149.44%)
No errors
compress gnu testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gnu
processing: testfile-zgabi32be.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
[7] Updating section string table
No errors
uncompress testfile-zgabi32be.gnu -> testfile-zgabi32be.gnu.uncompressed
processing: testfile-zgabi32be.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
[7] Updating section string table
compress gabi testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gabi
processing: testfile-zgabi32be.uncompressed
[3] .debug_aranges compressed (64 => 51 79.69%)
[4] .debug_info compressed (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (133 => 89 66.92%)
No errors
uncompress testfile-zgabi32be.gabi -> testfile-zgabi32be.gabi.uncompressed
processing: testfile-zgabi32be.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (51 => 64 125.49%)
[4] .debug_info decompressed (88 => 110 125.00%)
[6] .debug_line decompressed (89 => 133 149.44%)
merging string tables testfile-zgabi32be -> testfile-zgabi32be.merged
uncompress testfile-zgabi32be.merged -> testfile-zgabi32be.merged.uncompressed
processing: testfile-zgabi32be.merged
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (51 => 64 125.49%)
[4] .debug_info decompressed (88 => 110 125.00%)
[6] .debug_line decompressed (89 => 133 149.44%)
No errors
compress gnu testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gnu
processing: testfile-zgabi32be.merged.uncompressed
[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)
[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)
[8] Updating section string table
[7] Updating symbol table
No errors
uncompress testfile-zgabi32be.merged.gnu -> testfile-zgabi32be.merged.gnu.uncompressed
processing: testfile-zgabi32be.merged.gnu
[5] .debug_abbrev already decompressed
[3] .zdebug_aranges decompressed -> .debug_aranges (51 => 64 125.49%)
[4] .zdebug_info decompressed -> .debug_info (88 => 110 125.00%)
[6] .zdebug_line decompressed -> .debug_line (89 => 133 149.44%)
[8] Updating section string table
[7] Updating symbol table
compress gabi testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gabi
processing: testfile-zgabi32be.merged.uncompressed
[3] .debug_aranges compressed (64 => 51 79.69%)
[4] .debug_info compressed (110 => 88 80.00%)
[5] .debug_abbrev NOT compressed, wouldn't be smaller
[6] .debug_line compressed (133 => 89 66.92%)
No errors
uncompress testfile-zgabi32be.merged.gabi -> testfile-zgabi32be.merged.gabi.uncompressed
processing: testfile-zgabi32be.merged.gabi
[5] .debug_abbrev already decompressed
[3] .debug_aranges decompressed (51 => 64 125.49%)
[4] .debug_info decompressed (88 => 110 125.00%)
[6] .debug_line decompressed (89 => 133 149.44%)
PASS: run-compress-test.sh
PASS: run-readelf-zdebug.sh
PASS: run-readelf-zdebug-rel.sh

fname: empty.elf.32
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1

fname: empty.elf.32.mmap
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1

fname: empty.elf.64
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1

fname: empty.elf.64.mmap
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1
PASS: emptyfile

fname: vendor.elf.32

fname: vendor.elf.32.mmap

fname: vendor.elf.64

fname: vendor.elf.64.mmap
PASS: vendorelf

fname: fill.elf.32
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1
Add data section .data1
add_string: '.data1', stridx: 16, lastidx: 9
Add data section .data2
add_string: '.data2', stridx: 23, lastidx: 16
Add data section .data3
add_string: '.data3', stridx: 30, lastidx: 23
Add data section .data4
add_string: '.data4', stridx: 37, lastidx: 30
Rereading fill.elf.32
shdrstrndx: 1
check data .data3 [1,2,3,4,5]
Rereading fill.elf.32 again
check data .data1 [1,2,3,4,5]
check data .data2 [1,2,3,4,5]
check data .data3 [5,4,3,2,1]
check data .data4 [1,2,3,4,5]

fname: fill.elf.32.mmap
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1
Add data section .data1
add_string: '.data1', stridx: 16, lastidx: 9
Add data section .data2
add_string: '.data2', stridx: 23, lastidx: 16
Add data section .data3
add_string: '.data3', stridx: 30, lastidx: 23
Add data section .data4
add_string: '.data4', stridx: 37, lastidx: 30
Rereading fill.elf.32.mmap
shdrstrndx: 1
check data .data3 [1,2,3,4,5]
Rereading fill.elf.32.mmap again
check data .data1 [1,2,3,4,5]
check data .data2 [1,2,3,4,5]
check data .data3 [5,4,3,2,1]
check data .data4 [1,2,3,4,5]

fname: fill.elf.64
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1
Add data section .data1
add_string: '.data1', stridx: 16, lastidx: 9
Add data section .data2
add_string: '.data2', stridx: 23, lastidx: 16
Add data section .data3
add_string: '.data3', stridx: 30, lastidx: 23
Add data section .data4
add_string: '.data4', stridx: 37, lastidx: 30
Rereading fill.elf.64
shdrstrndx: 1
check data .data3 [1,2,3,4,5]
Rereading fill.elf.64 again
check data .data1 [1,2,3,4,5]
check data .data2 [1,2,3,4,5]
check data .data3 [5,4,3,2,1]
check data .data4 [1,2,3,4,5]

fname: fill.elf.64.mmap
add_string: '', stridx: 1, lastidx: 0
add_string: '.strtab', stridx: 9, lastidx: 1
Add data section .data1
add_string: '.data1', stridx: 16, lastidx: 9
Add data section .data2
add_string: '.data2', stridx: 23, lastidx: 16
Add data section .data3
add_string: '.data3', stridx: 30, lastidx: 23
Add data section .data4
add_string: '.data4', stridx: 37, lastidx: 30
Rereading fill.elf.64.mmap
shdrstrndx: 1
check data .data3 [1,2,3,4,5]
Rereading fill.elf.64.mmap again
check data .data1 [1,2,3,4,5]
check data .data2 [1,2,3,4,5]
check data .data3 [5,4,3,2,1]
check data .data4 [1,2,3,4,5]
PASS: fillfile
Ada83: 1
Ada95: 1
BLISS: 0
C: 0
C11: 0
C89: 0
C99: 0
C_plus_plus: 0
C_plus_plus_03: 0
C_plus_plus_11: 0
C_plus_plus_14: 0
Cobol74: 1
Cobol85: 1
D: 0
Dylan: 0
Fortran03: 1
Fortran08: 1
Fortran77: 1
Fortran90: 1
Fortran95: 1
Go: 0
Haskell: 0
Java: 0
Julia: 1
Mips_Assembler: <unknown>
Modula2: 1
Modula3: 1
OCaml: 0
ObjC: 0
ObjC_plus_plus: 0
OpenCL: 0
PLI: 1
Pascal83: 1
Python: 0
RenderScript: 0
Rust: 0
Swift: 0
UPC: 0
PASS: dwarf_default_lower_bound
checking testfile-debug-types
checking CU at 0
checking TU at 0
checking Type DIE at 4f
checking TU at 43
checking Type DIE at 7f
checking 2 subdie
checking 2 subdie
checking testfile_multi_main
checking CU at 0
checking alt debug
checking CU at 0
checking testfilebazdbgppc64.debug
checking CU at 0
checking CU at 90
checking testfile-dwarf-4
checking CU at 0
checking CU at 211
checking testfile-dwarf-5
checking CU at 0
checking CU at 20c
checking testfile-splitdwarf-4
checking CU at 0
checking CU at 34
checking 4 subdie
checking 4 subdie
checking testfile-splitdwarf-5
checking CU at 0
checking CU at 35
checking 4 subdie
checking 4 subdie
checking testfile-hello4.dwo
checking CU at 0
checking testfile-world4.dwo
checking CU at 0
checking testfile-hello5.dwo
checking CU at 0
checking testfile-world5.dwo
checking CU at 0
Cannnot open '/usr/lib/elfutils/ptest/tests/..//src/addr2line': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//src/addr2line
Cannnot open '/usr/lib/elfutils/ptest/tests/..//src/elfcmp': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//src/elfcmp
Cannnot open '/usr/lib/elfutils/ptest/tests/..//src/objdump': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//src/objdump
Cannnot open '/usr/lib/elfutils/ptest/tests/..//src/readelf': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//src/readelf
Cannnot open '/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
Cannnot open '/usr/lib/elfutils/ptest/tests/..//libdw/libdw.so': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
Not a Dwarf file '/usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so': no DWARF information
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
Not a Dwarf file '/usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so': no DWARF information
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
Cannnot open '/usr/lib/elfutils/ptest/tests/..//src/size.o': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//src/size.o
Cannnot open '/usr/lib/elfutils/ptest/tests/..//src/strip.o': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/dwarf-die-addr-die /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-dwarf-die-addr-die.sh
file: testfile-debug-types
Got cudie: (null), unit_type: 1
Got cudie: (null), unit_type: 2
subdie: B
Got cudie: (null), unit_type: 2
subdie: A

file: testfile_multi_main
Got cudie: main.c, unit_type: 1

file: testfilebazdbgppc64.debug
Got cudie: foo.c, unit_type: 1
Got cudie: bar.c, unit_type: 1

file: testfile-dwarf-4
Got cudie: hello.c, unit_type: 1
Got cudie: world.c, unit_type: 1

file: testfile-dwarf-5
Got cudie: hello.c, unit_type: 1
Got cudie: world.c, unit_type: 1

file: /usr/lib/elfutils/ptest/tests/..//src/addr2line
/usr/lib/elfutils/ptest/tests/..//src/addr2line not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//src/addr2line
file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
/usr/lib/elfutils/ptest/tests/..//src/elfcmp not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//src/elfcmp
file: /usr/lib/elfutils/ptest/tests/..//src/objdump
/usr/lib/elfutils/ptest/tests/..//src/objdump not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//src/objdump
file: /usr/lib/elfutils/ptest/tests/..//src/readelf
/usr/lib/elfutils/ptest/tests/..//src/readelf not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//src/readelf
file: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
file: /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
/usr/lib/elfutils/ptest/tests/..//libdw/libdw.so not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
/usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so not usable: no DWARF information
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
file: /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
/usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so not usable: no DWARF information
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
file: /usr/lib/elfutils/ptest/tests/..//src/size.o
/usr/lib/elfutils/ptest/tests/..//src/size.o not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//src/size.o
file: /usr/lib/elfutils/ptest/tests/..//src/strip.o
/usr/lib/elfutils/ptest/tests/..//src/strip.o not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-invalid /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-get-units-invalid.sh
file: testfile-debug-types
Got cudie unit_type: 1
Got cudie unit_type: 2
Got cudie unit_type: 2

file: testfile_multi_main
Got cudie unit_type: 1

file: testfilebazdbgppc64.debug
Got cudie unit_type: 1
Got cudie unit_type: 1

file: testfile-dwarf-4
Got cudie unit_type: 1
Got cudie unit_type: 1

file: testfile-dwarf-5
Got cudie unit_type: 1
Got cudie unit_type: 1

file: /usr/lib/elfutils/ptest/tests/..//src/addr2line
/usr/lib/elfutils/ptest/tests/..//src/addr2line not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-split /usr/lib/elfutils/ptest/tests/..//src/addr2line
file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
/usr/lib/elfutils/ptest/tests/..//src/elfcmp not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-split /usr/lib/elfutils/ptest/tests/..//src/elfcmp
file: /usr/lib/elfutils/ptest/tests/..//src/objdump
/usr/lib/elfutils/ptest/tests/..//src/objdump not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-split /usr/lib/elfutils/ptest/tests/..//src/objdump
file: /usr/lib/elfutils/ptest/tests/..//src/readelf
/usr/lib/elfutils/ptest/tests/..//src/readelf not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/get-units-split /usr/lib/elfutils/ptest/tests/..//src/readelf
FAIL: run-get-units-split.sh
PASS: run-attr-integrate-skel.sh
PASS: run-all-dwarf-ranges.sh
file: testfile-debug-types
Iterate getting all info, compare with dwarf_cu_info.
0 cu dietag: 11, subtag: 0, version 4, unit_type 1
1 cu dietag: 41, subtag: 13, version 4, unit_type 2
2 cu dietag: 41, subtag: 13, version 4, unit_type 2
rechecking: testfile-debug-types
Iterate no info, compare recorded info with dwarf_cu_info.
0 re dietag: 11, subtag: 0, version 4, unit_type 1
1 re dietag: 41, subtag: 13, version 4, unit_type 2
2 re dietag: 41, subtag: 13, version 4, unit_type 2

file: testfile_multi_main
Iterate getting all info, compare with dwarf_cu_info.
0 cu dietag: 11, subtag: 0, version 4, unit_type 1
rechecking: testfile_multi_main
Iterate no info, compare recorded info with dwarf_cu_info.
0 re dietag: 11, subtag: 0, version 4, unit_type 1

file: testfilebazdbgppc64.debug
Iterate getting all info, compare with dwarf_cu_info.
0 cu dietag: 11, subtag: 0, version 4, unit_type 1
1 cu dietag: 11, subtag: 0, version 4, unit_type 1
rechecking: testfilebazdbgppc64.debug
Iterate no info, compare recorded info with dwarf_cu_info.
0 re dietag: 11, subtag: 0, version 4, unit_type 1
1 re dietag: 11, subtag: 0, version 4, unit_type 1

file: testfile-dwarf-4
Iterate getting all info, compare with dwarf_cu_info.
0 cu dietag: 11, subtag: 0, version 4, unit_type 1
1 cu dietag: 11, subtag: 0, version 4, unit_type 1
rechecking: testfile-dwarf-4
Iterate no info, compare recorded info with dwarf_cu_info.
0 re dietag: 11, subtag: 0, version 4, unit_type 1
1 re dietag: 11, subtag: 0, version 4, unit_type 1

file: testfile-dwarf-5
Iterate getting all info, compare with dwarf_cu_info.
0 cu dietag: 11, subtag: 0, version 5, unit_type 1
1 cu dietag: 11, subtag: 0, version 5, unit_type 1
rechecking: testfile-dwarf-5
Iterate no info, compare recorded info with dwarf_cu_info.
0 re dietag: 11, subtag: 0, version 5, unit_type 1
1 re dietag: 11, subtag: 0, version 5, unit_type 1

file: /usr/lib/elfutils/ptest/tests/..//src/addr2line
/usr/lib/elfutils/ptest/tests/..//src/addr2line not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/unit-info /usr/lib/elfutils/ptest/tests/..//src/addr2line
file: /usr/lib/elfutils/ptest/tests/..//src/elfcmp
/usr/lib/elfutils/ptest/tests/..//src/elfcmp not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/unit-info /usr/lib/elfutils/ptest/tests/..//src/elfcmp
file: /usr/lib/elfutils/ptest/tests/..//src/objdump
/usr/lib/elfutils/ptest/tests/..//src/objdump not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/unit-info /usr/lib/elfutils/ptest/tests/..//src/objdump
file: /usr/lib/elfutils/ptest/tests/..//src/readelf
/usr/lib/elfutils/ptest/tests/..//src/readelf not usable: invalid file
*** failure in /usr/lib/elfutils/ptest/tests/unit-info /usr/lib/elfutils/ptest/tests/..//src/readelf
FAIL: run-unit-info.sh
PASS: run-reloc-bpf.sh
PASS: run-next-cfi.sh
/usr/lib/elfutils/ptest/tests/..//src/addr2line
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//src/addr2line': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//src/addr2line
/usr/lib/elfutils/ptest/tests/..//src/elfcmp
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//src/elfcmp': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//src/elfcmp
/usr/lib/elfutils/ptest/tests/..//src/objdump
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//src/objdump': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//src/objdump
/usr/lib/elfutils/ptest/tests/..//src/readelf
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//src/readelf': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//src/readelf
/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so
/usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//libdw/libdw.so': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//libdw/libdw.so
/usr/lib/elfutils/ptest/tests/..//backends/libebl_i386.so
.eh_frame
[0] CIE augmentation="zR"
[24] FDE cie=[0]
[64] FDE cie=[0]
[88] FDE cie=[0]
[108] FDE cie=[0]
[128] FDE cie=[0]
[148] FDE cie=[0]
[168] FDE cie=[0]
[188] FDE cie=[0]
[224] FDE cie=[0]
[248] FDE cie=[0]
[268] FDE cie=[0]
[288] FDE cie=[0]
[320] FDE cie=[0]
[376] FDE cie=[0]
[400] FDE cie=[0]
[464] FDE cie=[0]
[488] FDE cie=[0]
[512] FDE cie=[0]
[536] FDE cie=[0]
[584] FDE cie=[0]
[664] FDE cie=[0]
[684] FDE cie=[0]
[704] FDE cie=[0]
[724] FDE cie=[0]
[744] FDE cie=[0]
[768] FDE cie=[0]
[808] FDE cie=[0]
[880] FDE cie=[0]
[924] FDE cie=[0]
[1008] FDE cie=[0]
[1052] FDE cie=[0]
[1096] FDE cie=[0]
[1140] FDE cie=[0]
[1212] FDE cie=[0]
[1232] FDE cie=[0]
[1252] FDE cie=[0]
[1320] FDE cie=[0]
[1340] FDE cie=[0]
[1360] FDE cie=[0]
[1404] FDE cie=[0]
[1448] FDE cie=[0]
[1468] FDE cie=[0]
[1492] FDE cie=[0]
[1512] FDE cie=[0]
[1536] FDE cie=[0]
[1560] FDE cie=[0]
[1608] FDE cie=[0]
[1652] FDE cie=[0]
[1696] FDE cie=[0]
[1768] FDE cie=[0]
[1788] FDE cie=[0]
[1808] FDE cie=[0]
[1832] FDE cie=[0]
[1984] FDE cie=[0]
[2056] FDE cie=[0]
[2124] FDE cie=[0]
[2192] FDE cie=[0]
[2248] FDE cie=[0]
[2272] FDE cie=[0]
[2312] FDE cie=[0]
[2336] FDE cie=[0]
[2416] CIE augmentation="zR"
[2456] FDE cie=[2416]
/usr/lib/elfutils/ptest/tests/..//backends/libebl_x86_64.so
.eh_frame
[0] CIE augmentation="zR"
[24] FDE cie=[0]
[64] FDE cie=[0]
[88] FDE cie=[0]
[108] FDE cie=[0]
[128] FDE cie=[0]
[148] FDE cie=[0]
[168] FDE cie=[0]
[188] FDE cie=[0]
[224] FDE cie=[0]
[248] FDE cie=[0]
[268] FDE cie=[0]
[288] FDE cie=[0]
[336] FDE cie=[0]
[360] FDE cie=[0]
[424] FDE cie=[0]
[448] FDE cie=[0]
[472] FDE cie=[0]
[496] FDE cie=[0]
[544] FDE cie=[0]
[624] FDE cie=[0]
[672] FDE cie=[0]
[692] FDE cie=[0]
[712] FDE cie=[0]
[732] FDE cie=[0]
[752] FDE cie=[0]
[776] FDE cie=[0]
[816] FDE cie=[0]
[888] FDE cie=[0]
[968] FDE cie=[0]
[1040] FDE cie=[0]
[1084] FDE cie=[0]
[1128] FDE cie=[0]
[1172] FDE cie=[0]
[1216] FDE cie=[0]
[1288] FDE cie=[0]
[1308] FDE cie=[0]
[1328] FDE cie=[0]
[1396] FDE cie=[0]
[1416] FDE cie=[0]
[1436] FDE cie=[0]
[1480] FDE cie=[0]
[1524] FDE cie=[0]
[1544] FDE cie=[0]
[1604] FDE cie=[0]
[1644] FDE cie=[0]
[1736] FDE cie=[0]
[1776] FDE cie=[0]
[1856] FDE cie=[0]
[1904] FDE cie=[0]
[2040] FDE cie=[0]
[2136] FDE cie=[0]
[2236] FDE cie=[0]
[2304] FDE cie=[0]
[2372] FDE cie=[0]
[2428] FDE cie=[0]
[2452] FDE cie=[0]
[2492] FDE cie=[0]
[2536] FDE cie=[0]
[2580] FDE cie=[0]
[2652] FDE cie=[0]
[2672] FDE cie=[0]
[2692] FDE cie=[0]
[2716] FDE cie=[0]
[2796] CIE augmentation="zR"
[2836] FDE cie=[2796]
/usr/lib/elfutils/ptest/tests/..//src/size.o
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//src/size.o': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//src/size.o
/usr/lib/elfutils/ptest/tests/..//src/strip.o
/usr/lib/elfutils/ptest/tests/next_cfi: cannot open input file `/usr/lib/elfutils/ptest/tests/..//src/strip.o': No such file or directory
*** failure in /usr/lib/elfutils/ptest/tests/next_cfi /usr/lib/elfutils/ptest/tests/..//src/strip.o
FAIL: run-next-cfi-self.sh

copy_elf: testfile29 -> testfile29.copy (read)
setshstrndx: 4
add_sections 'testfile29.copy': 3
setshstrndx: 10

copy_elf: testfile29 -> testfile29.copy.mmap (mmap)
setshstrndx: 4
add_sections 'testfile29.copy.mmap': 1
setshstrndx: 8

copy_elf: testfile23 -> testfile23.copy (read)
setshstrndx: 21
add_sections 'testfile23.copy': 3
setshstrndx: 27

copy_elf: testfile23 -> testfile23.copy.mmap (mmap)
setshstrndx: 21
add_sections 'testfile23.copy.mmap': 1
setshstrndx: 25

copy_elf: testfile9 -> testfile9.copy (read)
setshstrndx: 13
add_sections 'testfile9.copy': 3
setshstrndx: 17

copy_elf: testfile9 -> testfile9.copy.mmap (mmap)
setshstrndx: 13
add_sections 'testfile9.copy.mmap': 1
setshstrndx: 15

copy_elf: testfile38 -> testfile38.copy (read)
setshstrndx: 5
add_sections 'testfile38.copy': 3
setshstrndx: 11

copy_elf: testfile38 -> testfile38.copy.mmap (mmap)
setshstrndx: 5
add_sections 'testfile38.copy.mmap': 1
setshstrndx: 9

copy_elf: testfile26 -> testfile26.copy (read)
setshstrndx: 25
add_sections 'testfile26.copy': 3
setshstrndx: 31

copy_elf: testfile26 -> testfile26.copy.mmap (mmap)
setshstrndx: 25
add_sections 'testfile26.copy.mmap': 1
setshstrndx: 29

copy_elf: testfile27 -> testfile27.copy (read)
setshstrndx: 25
add_sections 'testfile27.copy': 3
setshstrndx: 31

copy_elf: testfile27 -> testfile27.copy.mmap (mmap)
setshstrndx: 25
add_sections 'testfile27.copy.mmap': 1
setshstrndx: 29

copy_elf: testfile -> testfile.copy (read)
setshstrndx: 32
add_sections 'testfile.copy': 3
setshstrndx: 38

copy_elf: testfile -> testfile.copy.mmap (mmap)
setshstrndx: 32
add_sections 'testfile.copy.mmap': 1
setshstrndx: 36

copy_elf: testfile10 -> testfile10.copy (read)
setshstrndx: 30
add_sections 'testfile10.copy': 3
setshstrndx: 36

copy_elf: testfile10 -> testfile10.copy.mmap (mmap)
setshstrndx: 30
add_sections 'testfile10.copy.mmap': 1
setshstrndx: 34
PASS: run-copyadd-sections.sh

copy_elf: testfile29 -> testfile29.copy (read)
setshstrndx: 4
add_sections 'testfile29.copy': 65535
setshstrndx: 65542

copy_elf: testfile29 -> testfile29.copy.mmap (mmap)
setshstrndx: 4

copy_elf: testfile29.copy -> testfile29.copy.copy (read)
setshstrndx: 65542
add_sections 'testfile29.copy.copy': 65535
setshstrndx: 131078

copy_elf: testfile29.copy -> testfile29.copy.copy.mmap (mmap)
setshstrndx: 65542

copy_elf: testfile23 -> testfile23.copy (read)
setshstrndx: 21
add_sections 'testfile23.copy': 65535
setshstrndx: 65559

copy_elf: testfile23 -> testfile23.copy.mmap (mmap)
setshstrndx: 21

copy_elf: testfile23.copy -> testfile23.copy.copy (read)
setshstrndx: 65559
add_sections 'testfile23.copy.copy': 65535
setshstrndx: 131095

copy_elf: testfile23.copy -> testfile23.copy.copy.mmap (mmap)
setshstrndx: 65559

copy_elf: testfile9 -> testfile9.copy (read)
setshstrndx: 13
add_sections 'testfile9.copy': 65535
setshstrndx: 65549

copy_elf: testfile9 -> testfile9.copy.mmap (mmap)
setshstrndx: 13

copy_elf: testfile9.copy -> testfile9.copy.copy (read)
setshstrndx: 65549
add_sections 'testfile9.copy.copy': 65535
setshstrndx: 131085

copy_elf: testfile9.copy -> testfile9.copy.copy.mmap (mmap)
setshstrndx: 65549

copy_elf: testfile38 -> testfile38.copy (read)
setshstrndx: 5
add_sections 'testfile38.copy': 65535
setshstrndx: 65543

copy_elf: testfile38 -> testfile38.copy.mmap (mmap)
setshstrndx: 5

copy_elf: testfile38.copy -> testfile38.copy.copy (read)
setshstrndx: 65543
add_sections 'testfile38.copy.copy': 65535
setshstrndx: 131079

copy_elf: testfile38.copy -> testfile38.copy.copy.mmap (mmap)
setshstrndx: 65543

copy_elf: testfile26 -> testfile26.copy (read)
setshstrndx: 25
add_sections 'testfile26.copy': 65535
setshstrndx: 65563

copy_elf: testfile26 -> testfile26.copy.mmap (mmap)
setshstrndx: 25

copy_elf: testfile26.copy -> testfile26.copy.copy (read)
setshstrndx: 65563
add_sections 'testfile26.copy.copy': 65535
setshstrndx: 131099

copy_elf: testfile26.copy -> testfile26.copy.copy.mmap (mmap)
setshstrndx: 65563

copy_elf: testfile27 -> testfile27.copy (read)
setshstrndx: 25
add_sections 'testfile27.copy': 65535
setshstrndx: 65563

copy_elf: testfile27 -> testfile27.copy.mmap (mmap)
setshstrndx: 25

copy_elf: testfile27.copy -> testfile27.copy.copy (read)
setshstrndx: 65563
add_sections 'testfile27.copy.copy': 65535
setshstrndx: 131099

copy_elf: testfile27.copy -> testfile27.copy.copy.mmap (mmap)
setshstrndx: 65563

copy_elf: testfile -> testfile.copy (read)
setshstrndx: 32
add_sections 'testfile.copy': 65535
setshstrndx: 65570

copy_elf: testfile -> testfile.copy.mmap (mmap)
setshstrndx: 32

copy_elf: testfile.copy -> testfile.copy.copy (read)
setshstrndx: 65570
add_sections 'testfile.copy.copy': 65535
setshstrndx: 131106

copy_elf: testfile.copy -> testfile.copy.copy.mmap (mmap)
setshstrndx: 65570

copy_elf: testfile10 -> testfile10.copy (read)
setshstrndx: 30
add_sections 'testfile10.copy': 65535
setshstrndx: 65568

copy_elf: testfile10 -> testfile10.copy.mmap (mmap)
setshstrndx: 30

copy_elf: testfile10.copy -> testfile10.copy.copy (read)
setshstrndx: 65568
add_sections 'testfile10.copy.copy': 65535
setshstrndx: 131104

copy_elf: testfile10.copy -> testfile10.copy.copy.mmap (mmap)
setshstrndx: 65568
PASS: run-copymany-sections.sh
add_sections 'testfile-debug-types': 65535
setshstrndx: 65571
PASS: run-typeiter-many.sh
Adding sections to testfile
add_sections 'testfile': 65535
setshstrndx: 65570
Testing strip -o
elflint testfile1.strip
elflint testfile1.debug
unstrip
elfcmp
Testing strip -g
elflint testfile2.strip
elflint testfile2.debug
Testing strip in-place
original size 3035912
stripped size 3196
elflint in-place
PASS: run-strip-test-many.sh
No errors
No errors
PASS: run-strip-version.sh
PASS: msg_tst
PASS: system-elf-libelf-test
PASS: asm-tst1
PASS: asm-tst2
PASS: asm-tst3
sh: ../src/elflint: No such file or directory
FAIL: asm-tst4
sh: ../src/elflint: No such file or directory
FAIL: asm-tst5
sh: ../src/elflint: No such file or directory
FAIL: asm-tst6
PASS: asm-tst7
PASS: asm-tst8
PASS: asm-tst9
PASS: run-disasm-bpf.sh
================================================
23 of 199 tests failed
(4 tests were not run)
Please report to https://sourceware.org/bugzilla
================================================
make: *** [Makefile:2080: runtest-TESTS] Error 1

ERROR: Exit status is 512
DURATION: 21