SuccessConsole Output

Started by upstream project "libnsgif" build number 1265
originally caused by:
 Started by upstream project "buildsystem" build number 1460
 originally caused by:
  Started by user Vincent Sanders
Building remotely on ciworker0 (x86_64-linux-gnu runner) in workspace /var/lib/jenkins/workspace/coverage-libnsgif
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.netsurf-browser.org/libnsgif.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libnsgif.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libnsgif.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e97bc7b86f19ace910a2c71025ad2d94a28a1d2e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e97bc7b86f19ace910a2c71025ad2d94a28a1d2e
 > git rev-list e97bc7b86f19ace910a2c71025ad2d94a28a1d2e # timeout=10
 > git tag -a -f -m Jenkins Build #151 jenkins-coverage-libnsgif-151 # timeout=10
[coverage-libnsgif] $ /bin/sh -xe /tmp/hudson7430418760844181020.sh
+ cc -dumpmachine
+ export HOST=x86_64-linux-gnu
+ bash -ex /var/lib/jenkins/artifacts-x86_64-linux-gnu/share/netsurf-buildsystem/citools/jenkins-build.sh coverage
+ '[' xx86_64-linux-gnu = x ']'
+ ARTIFACT_HOME=/var/lib/jenkins/artifacts-x86_64-linux-gnu
+ '[' x = x ']'
++ cc -dumpmachine
+ BUILD=x86_64-linux-gnu
+ TARGET_TEST=
+ TARGET_INSTALL=
+ TARGET_COVERAGE=
+ TARGET_STATIC=
+ TARGET_COVERITY=
+ TARGET_DOCS=
+ VARIANT=release
+ case "$1" in
+ TARGET_COVERAGE=x86_64-linux-gnu
+ VARIANT=debug
+ export CCACHE=
+ CCACHE=
+ case ${BUILD} in
+ MAKE=make
+ mkdir -p /var/lib/jenkins/artifacts-x86_64-linux-gnu
+ export PREFIX=/var/lib/jenkins/artifacts-x86_64-linux-gnu
+ PREFIX=/var/lib/jenkins/artifacts-x86_64-linux-gnu
+ export PKG_CONFIG_PATH=/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib/pkgconfig
+ PKG_CONFIG_PATH=/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib/pkgconfig
+ export LD_LIBRARY_PATH=:/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib
+ LD_LIBRARY_PATH=:/var/lib/jenkins/artifacts-x86_64-linux-gnu/lib
+ export PATH=/bin:/usr/bin:/var/lib/jenkins/artifacts-x86_64-linux-gnu/bin
+ PATH=/bin:/usr/bin:/var/lib/jenkins/artifacts-x86_64-linux-gnu/bin
+ make Q= clean HOST=x86_64-linux-gnu VARIANT=debug
rm -f  
rm -f  gmon.out
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.d build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.d
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.gcda build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.gcda build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.gcno build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcno build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.gcno
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.o
rm -f  -r build/docs
rm -f  -r build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
+ '[' xx86_64-linux-gnu = xx86_64-linux-gnu ']'
+ CFLAGS=-Wno-error
+ make Q= HOST=x86_64-linux-gnu VARIANT=debug coverage
mkdir -p build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
mkdir -p build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage
touch  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/stamp
rm -f  
rm -f  gmon.out
rm -f  
rm -f  
rm -f  
rm -f  
lcov --directory . --zerocounters
Deleting all .da files in . and subdirectories
Done.
 COMPILE: src/gif.c
cc -MMD -MP -DNSGIF_NAME=nsgif -DNSGIF_VERSION=1.0.0 -I/var/lib/jenkins/workspace/coverage-libnsgif/include/ -I/var/lib/jenkins/workspace/coverage-libnsgif/src -Wall -Wextra -W -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pedantic -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -fprofile-arcs -ftest-coverage -g -O0 -DDEBUG -std=c99  -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.o -c src/gif.c
 COMPILE: src/lzw.c
cc -MMD -MP -DNSGIF_NAME=nsgif -DNSGIF_VERSION=1.0.0 -I/var/lib/jenkins/workspace/coverage-libnsgif/include/ -I/var/lib/jenkins/workspace/coverage-libnsgif/src -Wall -Wextra -W -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pedantic -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -fprofile-arcs -ftest-coverage -g -O0 -DDEBUG -std=c99  -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.o -c src/lzw.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/libnsgif.a
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/libnsgif.a
ar cru build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/libnsgif.a build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.o
ar: `u' modifier ignored since `D' is the default (see `U')
 COMPILE: test/nsgif.c
cc -MMD -MP -DNSGIF_NAME=nsgif -DNSGIF_VERSION=1.0.0 -I/var/lib/jenkins/workspace/coverage-libnsgif/include/ -I/var/lib/jenkins/workspace/coverage-libnsgif/src -Wall -Wextra -W -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pedantic -Werror -Wno-error -D_ALIGNED="__attribute__((aligned))" -DSTMTEXPR=1 -fprofile-arcs -ftest-coverage -g -O0 -DDEBUG -std=c99 -g -O2 -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.o -c test/nsgif.c
    LINK: build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif
cc -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.o -lm -lnsgif  -Lbuild-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/ -lnsgif  -lgcov -g
test/runtest.sh build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static \
	/var/lib/jenkins/workspace/coverage-libnsgif/test/ test_ 
Testing GIF decode
Tests:284 Pass:284 Fail:0 Error:0
    TEST: Testing complete
lcov --directory build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static --base-directory /var/lib/jenkins/workspace/coverage-libnsgif \
	--capture --output-file build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif_tmp.info
Capturing coverage data from build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
Found gcov version: 8.3.0
Scanning build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static for .gcda files ...
Found 3 data files in build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static
Processing src_lzw.gcda
Processing test_nsgif.gcda
Processing src_gif.gcda
Finished .info-file creation
lcov --extract build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif_tmp.info \
	"/var/lib/jenkins/workspace/coverage-libnsgif/src*" -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif.info
Reading tracefile build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif_tmp.info
Extracting /var/lib/jenkins/workspace/coverage-libnsgif/src/gif.c
Extracting /var/lib/jenkins/workspace/coverage-libnsgif/src/lzw.c
Extracted 2 files
Writing data to build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif.info
Summary coverage rate:
  lines......: 90.5% (877 of 969 lines)
  functions..: 92.1% (58 of 63 functions)
  branches...: no data found
rm -f  build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif_tmp.info
genhtml -o build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage --num-spaces 2 \
	build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif.info
Reading data file build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/coverage/nsgif.info
Found 2 entries.
Found common filename prefix "/var/lib/jenkins/workspace/coverage-libnsgif"
Writing .css and .png files.
Generating output.
Processing file src/gif.c
Processing file src/lzw.c
Writing directory view page.
Overall coverage rate:
  lines......: 90.5% (877 of 969 lines)
  functions..: 92.1% (58 of 63 functions)
+ gcovr -v -x -e 'test/.*' -r . -o coverage.xml
Filters for --root: (1)
- re.compile('/var/lib/jenkins/workspace/coverage\\-libnsgif/')
Filters for --filter: (1)
- DirectoryPrefixFilter(/var/lib/jenkins/workspace/coverage\-libnsgif/)
Filters for --exclude: (1)
- RelativeFilter(test/.* root=/var/lib/jenkins/workspace/coverage-libnsgif)
Filters for --gcov-filter: (1)
- AlwaysMatchFilter()
Filters for --gcov-exclude: (0)
Filters for --exclude-directories: (0)
Scanning directory . for gcda/gcno files...
Found 6 files (and will process 3)
Pool started with 1 threads
Processing file: /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.gcda
Running gcov: 'gcov /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.gcda --branch-counts --branch-probabilities --preserve-paths --object-directory /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static' in '/tmp/tmp_aqv44_u'
Running gcov: 'gcov /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.gcda --branch-counts --branch-probabilities --preserve-paths --object-directory /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static' in '/var/lib/jenkins/workspace/coverage-libnsgif'
Finding source file corresponding to a gcov data file
  currdir      /var/lib/jenkins/workspace/coverage-libnsgif
  gcov_fname   /tmp/tmp_aqv44_u/src#gif.c.gcov
               ['        -', '    0', 'Source', 'src/gif.c\n']
  source_fname /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_gif.gcda
  root         /var/lib/jenkins/workspace/coverage-libnsgif
  fname        /var/lib/jenkins/workspace/coverage-libnsgif/src/gif.c
Parsing coverage data for file /var/lib/jenkins/workspace/coverage-libnsgif/src/gif.c
uncovered: {2054, 2061, 1554, 1555, 1556, 2071, 2072, 2075, 553, 1592, 1618, 1650, 716, 1745, 238, 255, 1280, 270, 271, 287, 1323, 1838, 306, 1333, 311, 1338, 318, 1343, 870, 1896, 1386, 1919, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1956, 1960, 1961, 1461, 1462, 1469, 1470, 1477, 1478, 1990, 1994, 1995, 1998, 2002, 2007, 1497, 2009, 2010, 2014, 2022, 2023, 1514, 2026, 2027, 2028, 1519, 1520, 2031, 2032, 2033, 2035, 505}
covered:   {176: 1677, 187: 1677, 188: 1677, 189: 1677, 200: 3326, 206: 3326, 207: 3081, 210: 245, 211: 245, 212: 245, 213: 32, 216: 213, 225: 3326, 231: 3326, 232: 3326, 233: 32, 236: 3294, 237: 3294, 242: 3294, 243: 3294, 251: 1996, 254: 1996, 257: 1996, 265: 1996, 269: 1996, 273: 1996, 283: 1996, 286: 1996, 291: 1996, 294: 1298, 298: 1298, 299: 1298, 300: 1298, 303: 1298, 304: 1298, 309: 1298, 310: 1298, 314: 1298, 315: 123, 316: 123, 317: 123, 321: 1175, 324: 1298, 326: 1298, 327: 1298, 330: 1270, 334: 1270, 335: 1270, 336: 1270, 337: 1270, 339: 1270, 341: 1270, 357: 118, 359: 118, 361: 118, 363: 10, 364: 5, 366: 3, 368: 2, 371: 1, 374: 1, 386: 282, 389: 282, 390: 164, 392: 118, 405: 4013, 410: 4013, 412: 4013, 413: 2640, 416: 1373, 426: 423, 431: 423, 433: 423, 434: 423, 435: 423, 436: 423, 438: 1795, 451: 1795, 452: 1795, 453: 1795, 455: 1795, 456: 1795, 457: 1795, 458: 1795, 460: 1795, 461: 1737, 462: 83, 465: 1712, 466: 1712, 468: 1712, 469: 32, 473: 1680, 475: 1680, 476: 1680, 477: 1539, 484: 818, 485: 409, 487: 409, 488: 787, 490: 646, 491: 268, 493: 127, 495: 79, 497: 48, 499: 127, 501: 141, 504: 141, 507: 141, 510: 378, 511: 378, 512: 378, 513: 378, 514: 3532, 515: 6522, 516: 3261, 519: 1330, 521: 1223, 522: 1223, 523: 796, 524: 796, 526: 1223, 531: 282, 532: 282, 533: 282, 535: 14, 538: 201, 548: 201, 549: 201, 552: 201, 556: 201, 558: 201, 559: 17, 563: 184, 566: 184, 567: 184, 568: 38, 571: 146, 572: 146, 574: 202, 575: 146, 577: 146, 578: 146, 579: 146, 581: 90, 582: 38, 584: 52, 586: 90, 590: 146, 591: 56, 594: 146, 597: 1996, 604: 1996, 605: 1996, 606: 1996, 607: 1996, 608: 1996, 609: 1996, 611: 1996, 612: 297, 613: 201, 614: 201, 618: 1795, 619: 1795, 624: 1996, 626: 62, 629: 1996, 639: 325, 644: 325, 646: 325, 647: 213, 648: 213, 650: 213, 651: 213, 653: 112, 654: 112, 655: 112, 656: 112, 658: 112, 659: 112, 660: 112, 661: 1, 664: 111, 665: 111, 667: 111, 668: 1009, 669: 1968, 670: 984, 671: 984, 675: 2687, 676: 5202, 677: 2601, 678: 94928, 679: 92327, 686: 2028, 695: 2028, 697: 2028, 698: 2028, 699: 32, 704: 1996, 705: 213, 708: 1783, 710: 1783, 711: 112, 713: 1671, 714: 1270, 715: 1270, 721: 1996, 723: 1298, 726: 1996, 728: 1996, 730: 1996, 731: 1996, 732: 1996, 734: 1996, 736: 1996, 748: 1631, 770: 1631, 771: 1, 774: 1630, 776: 1630, 777: 220, 778: 220, 781: 1630, 788: 1630, 789: 167, 794: 1630, 795: 3139, 796: 1509, 798: 1630, 808: 14, 816: 14, 819: 14, 820: 2, 821: 1, 822: 1, 826: 13, 838: 16, 851: 16, 852: 2, 855: 14, 860: 1, 861: 1, 862: 1, 869: 1, 875: 14, 888: 4103, 901: 4103, 902: 4103, 903: 4103, 906: 8383, 907: 4292, 910: 4292, 911: 4292, 913: 4292, 914: 1, 918: 4291, 919: 3232, 920: 3232, 921: 1631, 925: 1631, 926: 1, 929: 3231, 931: 20, 932: 20, 933: 16, 935: 16, 936: 2, 939: 18, 941: 21, 944: 21, 945: 21, 946: 21, 948: 1018, 949: 1018, 952: 4288, 957: 4267, 958: 1, 960: 4266, 965: 9453, 966: 5173, 967: 5173, 968: 7, 971: 4280, 972: 4280, 975: 4091, 976: 1, 980: 4091, 981: 4091, 1007: 4091, 1013: 4091, 1014: 4091, 1021: 4091, 1022: 4091, 1024: 4091, 1025: 9, 1028: 4082, 1031: 2054, 1032: 6, 1035: 2048, 1036: 2048, 1037: 2048, 1038: 2048, 1039: 2048, 1041: 2048, 1042: 2048, 1043: 2048, 1044: 2048, 1046: 2048, 1049: 2048, 1050: 258, 1051: 148, 1053: 258, 1054: 163, 1059: 4076, 1060: 4076, 1071: 1806, 1077: 1806, 1079: 7122, 1086: 5316, 1087: 5316, 1088: 5316, 1089: 5316, 1091: 5316, 1093: 1806, 1107: 3499, 1116: 3499, 1117: 3, 1120: 3496, 1121: 1806, 1125: 3496, 1126: 3496, 1140: 4076, 1147: 4076, 1148: 4076, 1151: 4076, 1152: 4076, 1154: 4076, 1155: 697, 1156: 697, 1159: 3379, 1160: 1691, 1163: 10137, 1164: 3379, 1165: 3379, 1167: 3379, 1168: 1, 1170: 3378, 1172: 3378, 1173: 1688, 1175: 1690, 1178: 3378, 1192: 4075, 1198: 4075, 1199: 4075, 1200: 4075, 1204: 4075, 1205: 4075, 1207: 4075, 1208: 2047, 1214: 4075, 1215: 4070, 1216: 4070, 1217: 3, 1219: 4, 1221: 5, 1224: 4070, 1225: 4070, 1226: 14, 1229: 4056, 1230: 2028, 1232: 2028, 1235: 2028, 1236: 2028, 1238: 15814, 1239: 14012, 1240: 1, 1242: 14011, 1244: 14011, 1245: 225, 1246: 225, 1249: 13786, 1250: 13786, 1251: 13786, 1254: 1802, 1256: 1802, 1257: 1802, 1259: 1802, 1262: 2028, 1265: 4109, 1271: 4109, 1272: 2028, 1275: 2081, 1278: 2081, 1279: 2081, 1282: 2081, 1283: 2081, 1285: 2081, 1287: 2081, 1288: 2081, 1289: 2081, 1290: 2081, 1291: 2081, 1293: 2081, 1294: 2081, 1295: 2081, 1296: 2081, 1297: 2081, 1300: 4109, 1311: 4109, 1321: 4109, 1322: 4109, 1326: 4109, 1328: 4109, 1329: 2028, 1332: 2028, 1337: 2028, 1342: 2028, 1346: 2081, 1349: 2081, 1350: 6, 1354: 4103, 1355: 4103, 1356: 12, 1359: 4091, 1360: 4091, 1361: 15, 1364: 4076, 1365: 4076, 1366: 1, 1369: 4075, 1370: 4075, 1371: 1892, 1374: 2183, 1375: 4103, 1376: 2075, 1379: 4103, 1383: 284, 1385: 284, 1390: 284, 1391: 213, 1392: 213, 1393: 213, 1396: 284, 1397: 284, 1399: 284, 1400: 284, 1402: 284, 1403: 284, 1405: 284, 1415: 284, 1417: 284, 1419: 284, 1422: 284, 1425: 284, 1428: 284, 1445: 284, 1446: 284, 1450: 284, 1451: 284, 1454: 284, 1488: 284, 1495: 284, 1496: 284, 1500: 284, 1501: 284, 1502: 284, 1504: 284, 1505: 284, 1507: 284, 1509: 284, 1510: 284, 1536: 284, 1541: 284, 1542: 284, 1544: 284, 1545: 1, 1548: 283, 1549: 1, 1551: 282, 1553: 282, 1559: 282, 1561: 282, 1562: 282, 1584: 282, 1588: 282, 1589: 282, 1591: 282, 1595: 282, 1596: 282, 1597: 282, 1598: 282, 1599: 282, 1600: 282, 1601: 282, 1603: 282, 1604: 282, 1608: 284, 1617: 284, 1622: 284, 1623: 284, 1626: 284, 1629: 284, 1633: 284, 1634: 284, 1635: 284, 1638: 284, 1639: 284, 1640: 284, 1641: 284, 1643: 284, 1644: 284, 1645: 2, 1648: 282, 1649: 282, 1654: 282, 1661: 282, 1662: 282, 1663: 282, 1664: 282, 1665: 282, 1666: 282, 1667: 282, 1668: 238, 1669: 136, 1670: 136, 1676: 282, 1682: 282, 1683: 1, 1684: 1, 1693: 281, 1695: 281, 1696: 120, 1699: 360, 1700: 120, 1701: 120, 1702: 120, 1704: 120, 1705: 2, 1708: 118, 1709: 118, 1713: 161, 1716: 161, 1717: 161, 1718: 161, 1719: 161, 1721: 161, 1724: 161, 1725: 161, 1726: 161, 1727: 161, 1729: 161, 1732: 279, 1733: 118, 1734: 115, 1735: 115, 1737: 164, 1741: 279, 1742: 279, 1743: 279, 1744: 279, 1751: 2081, 1752: 2081, 1753: 2081, 1755: 279, 1756: 144, 1759: 279, 1763: 284, 1766: 284, 1767: 284, 1768: 284, 1770: 303, 1771: 245, 1773: 245, 1774: 226, 1775: 226, 1777: 226, 1778: 91, 1780: 226, 1785: 284, 1786: 284, 1788: 2029, 1792: 2029, 1793: 283, 1795: 1746, 1796: 108, 1798: 1746, 1799: 220, 1801: 1746, 1802: 21, 1804: 1746, 1805: 228, 1808: 2029, 1810: 5777, 1815: 5777, 1816: 5777, 1819: 5777, 1820: 42, 1823: 5735, 1824: 5735, 1827: 3991, 1832: 3991, 1835: 3991, 1836: 3991, 1837: 144, 1840: 3991, 1841: 42, 1844: 3949, 1845: 2029, 1848: 3949, 1850: 3949, 1851: 3949, 1854: 2214, 1856: 2214, 1857: 13, 1860: 2201, 1863: 284, 1866: 284, 1867: 284, 1869: 284, 1873: 2071, 1880: 2071, 1884: 2071, 1885: 2071, 1887: 2071, 1888: 1787, 1889: 1787, 1890: 1787, 1893: 2071, 1899: 2071, 1900: 2071, 1901: 42, 1904: 2029, 1905: 1, 1908: 2029, 1911: 2029, 1912: 98, 1913: 1931, 1914: 1920, 1916: 1920, 1918: 1920, 1922: 1920, 1923: 143, 1924: 143, 1926: 143, 1932: 2029, 1933: 2029, 1935: 2029, 1936: 174, 1939: 2029, 1940: 2029, 1941: 2029, 1943: 2029, 1947: 2028, 1953: 2028, 1955: 2028, 1959: 2028, 1963: 2028, 1964: 1786, 1966: 242, 1968: 1786, 1972: 2409, 1973: 2028, 1974: 2028, 1975: 1647, 1979: 381, 1980: 381, 1984: 284, 1986: 284, 2039: 1822, 2053: 1822, 2057: 1822}
branches:  {187: {0: 0, 1: 1677}, 188: {0: 0, 1: 1677}, 206: {0: 3081, 1: 245}, 210: {0: 0, 1: 245}, 212: {0: 32, 1: 213}, 232: {0: 32, 1: 3294}, 237: {0: 0, 1: 3294}, 242: {0: 0, 1: 3294}, 254: {0: 0, 1: 1996}, 269: {0: 0, 1: 1996}, 286: {0: 0, 1: 1996}, 303: {0: 1298, 1: 0}, 304: {0: 0, 1: 1298}, 310: {0: 0, 1: 1298}, 314: {0: 123, 1: 1175}, 317: {0: 0, 1: 123}, 361: {0: 108, 1: 10}, 363: {0: 5, 1: 2, 2: 2, 3: 1}, 364: {0: 4, 1: 1}, 366: {0: 3, 1: 0}, 368: {0: 2, 1: 0}, 389: {0: 164, 1: 118}, 412: {0: 2640, 1: 1373}, 460: {0: 1737, 1: 58}, 461: {0: 25, 1: 1712}, 468: {0: 1681, 1: 31, 2: 1, 3: 1680}, 476: {0: 1539, 1: 141}, 488: {0: 505, 1: 282}, 490: {0: 268, 1: 378}, 491: {0: 127, 1: 141}, 493: {0: 71, 1: 56, 2: 23, 3: 48}, 504: {0: 0, 1: 141}, 513: {0: 271, 1: 107}, 514: {0: 3261, 1: 271}, 519: {0: 1223, 1: 107}, 522: {0: 796, 1: 427}, 533: {1: 268, 2: 14}, 552: {0: 0, 1: 201}, 558: {0: 17, 1: 184}, 567: {0: 38, 1: 146}, 574: {0: 146, 1: 56}, 579: {0: 90, 1: 56}, 581: {0: 65, 1: 25, 2: 13, 3: 52}, 590: {0: 56, 1: 90}, 611: {0: 308, 1: 1688, 2: 297, 3: 11}, 612: {0: 201, 1: 96}, 613: {0: 201, 1: 0}, 624: {0: 1996, 1: 0, 2: 62, 3: 1934}, 646: {0: 213, 1: 112}, 658: {0: 112, 1: 0}, 659: {0: 112, 1: 0}, 660: {0: 1, 1: 111}, 667: {0: 25, 1: 86}, 668: {0: 984, 1: 25}, 675: {0: 2601, 1: 86}, 678: {0: 92327, 1: 2601}, 698: {0: 32, 1: 1996}, 704: {0: 1783, 1: 213, 2: 0, 3: 1783}, 710: {0: 112, 1: 1671}, 713: {0: 1270, 1: 401}, 715: {0: 0, 1: 1270}, 721: {0: 1298, 1: 698}, 730: {0: 1996, 1: 0}, 770: {0: 1, 1: 1630}, 776: {0: 220, 1: 1410}, 788: {0: 167, 1: 1463}, 795: {0: 1509, 1: 121}, 796: {0: 1421, 1: 88}, 816: {0: 0, 1: 14}, 819: {0: 2, 1: 12}, 820: {0: 1, 1: 1}, 821: {0: 0, 1: 1}, 851: {0: 2, 1: 14}, 855: {1: 1, 2: 13}, 860: {0: 1, 1: 0}, 861: {0: 1, 1: 0}, 869: {0: 0, 1: 1}, 906: {0: 8381, 1: 2, 2: 4292, 3: 4089}, 913: {0: 1, 1: 4291}, 918: {0: 3232, 1: 20, 2: 21, 3: 1018}, 920: {0: 1631, 1: 1601}, 925: {0: 1, 1: 1630}, 932: {0: 16, 1: 4}, 935: {0: 2, 1: 14}, 952: {0: 4267, 1: 21}, 957: {0: 1, 1: 4266}, 965: {0: 9452, 1: 1, 2: 5173, 3: 4279}, 967: {0: 7, 1: 5166}, 975: {0: 1, 1: 4090}, 1021: {0: 0, 1: 4091}, 1022: {0: 0, 1: 4091}, 1024: {0: 9, 1: 4082}, 1028: {0: 2054, 1: 2028}, 1031: {0: 6, 1: 2048}, 1049: {0: 258, 1: 1790}, 1050: {0: 148, 1: 110}, 1053: {0: 163, 1: 95}, 1079: {0: 5316, 1: 1806}, 1116: {0: 3, 1: 3496}, 1120: {0: 1806, 1: 1690}, 1151: {0: 0, 1: 4076}, 1152: {0: 0, 1: 4076}, 1154: {0: 697, 1: 3379}, 1159: {0: 1691, 1: 1688}, 1167: {0: 1, 1: 3378}, 1172: {0: 1688, 1: 1690}, 1204: {0: 0, 1: 4075}, 1205: {0: 0, 1: 4075}, 1207: {0: 2047, 1: 2028}, 1214: {0: 4070, 1: 3, 2: 1, 3: 1}, 1215: {0: 0, 1: 4070}, 1217: {0: 0, 1: 3}, 1219: {0: 0, 1: 4}, 1225: {0: 14, 1: 4056}, 1229: {0: 2028, 1: 2028}, 1238: {0: 14012, 1: 1802}, 1239: {0: 1, 1: 14011}, 1244: {0: 225, 1: 13786}, 1271: {0: 2028, 1: 2081}, 1279: {0: 0, 1: 2081}, 1322: {0: 0, 1: 4109}, 1328: {0: 2028, 1: 2081}, 1332: {0: 0, 1: 2028}, 1337: {0: 0, 1: 2028}, 1342: {0: 0, 1: 2028}, 1349: {0: 2080, 1: 1, 2: 6, 3: 2074}, 1355: {0: 12, 1: 4091}, 1360: {0: 15, 1: 4076}, 1365: {0: 1, 1: 4075}, 1370: {0: 2183, 1: 1892}, 1375: {0: 2075, 1: 2028}, 1385: {0: 0, 1: 284}, 1390: {0: 213, 1: 71}, 1391: {0: 0, 1: 213}, 1428: {0: 0, 1: 0, 2: 0, 3: 0, 4: 284}, 1431: {0: 0, 1: 0}, 1435: {0: 0, 1: 0}, 1439: {0: 0, 1: 0}, 1443: {0: 0, 1: 0}, 1450: {0: 284, 1: 0, 2: 0, 3: 0}, 1496: {0: 0, 1: 284}, 1544: {0: 1, 1: 283}, 1548: {0: 1, 1: 282}, 1553: {0: 0, 1: 282}, 1554: {0: 0, 1: 0}, 1555: {0: 0, 1: 0}, 1591: {0: 0, 1: 282}, 1617: {0: 0, 1: 284}, 1629: {0: 284, 1: 0}, 1644: {0: 2, 1: 282}, 1649: {0: 0, 1: 282}, 1661: {0: 0, 1: 282, 2: 0, 3: 0}, 1662: {0: 0, 1: 282, 2: 0, 3: 0}, 1663: {0: 0, 1: 282, 2: 0, 3: 0}, 1664: {0: 0, 1: 282, 2: 0, 3: 0}, 1665: {0: 0, 1: 282, 2: 0, 3: 0}, 1666: {0: 0, 1: 282, 2: 0, 3: 0}, 1667: {0: 281, 1: 1, 2: 238, 3: 43}, 1668: {0: 221, 1: 17, 2: 75, 3: 146}, 1682: {0: 1, 1: 281}, 1683: {0: 1, 1: 0}, 1693: {0: 281, 1: 0}, 1695: {0: 120, 1: 161}, 1704: {0: 2, 1: 118}, 1732: {0: 118, 1: 161}, 1733: {0: 115, 1: 3}, 1741: {0: 279, 1: 0}, 1744: {0: 0, 1: 279}, 1753: {0: 1802, 1: 279}, 1755: {0: 253, 1: 26, 2: 144, 3: 109}, 1766: {0: 284, 1: 0}, 1770: {0: 245, 1: 58}, 1773: {0: 226, 1: 19}, 1777: {0: 91, 1: 135}, 1792: {0: 1761, 1: 268, 2: 15, 3: 1746}, 1795: {0: 108, 1: 1638}, 1798: {0: 220, 1: 1526}, 1801: {0: 21, 1: 1725}, 1804: {0: 228, 1: 1518}, 1816: {0: 0, 1: 5777}, 1819: {0: 42, 1: 5735}, 1824: {0: 5591, 1: 144}, 1836: {0: 428, 1: 3563, 2: 144, 3: 284}, 1837: {0: 0, 1: 144}, 1840: {0: 3949, 1: 42, 2: 0, 3: 3949}, 1844: {0: 2029, 1: 1920}, 1848: {0: 0, 1: 3949}, 1856: {0: 13, 1: 2201}, 1887: {0: 1787, 1: 284}, 1888: {0: 1787, 1: 0}, 1889: {0: 1787, 1: 0}, 1893: {1: 0, 2: 2071}, 1900: {0: 42, 1: 2029}, 1904: {0: 1787, 1: 242, 2: 1, 3: 1786}, 1908: {0: 2029, 1: 0}, 1911: {0: 98, 1: 1931}, 1913: {0: 1920, 1: 11}, 1918: {0: 0, 1: 1920}, 1922: {0: 1920, 1: 0, 2: 143, 3: 1777}, 1923: {0: 143, 1: 0}, 1935: {0: 174, 1: 1855}, 1955: {0: 0, 1: 2028}, 1959: {0: 0, 1: 2028}, 1963: {0: 1786, 1: 242}, 1964: {0: 0, 1: 1786}, 1972: {0: 2028, 1: 381}, 1974: {0: 1647, 1: 381}, 1994: {0: 0, 1: 0}, 2022: {0: 0, 1: 0}, 2027: {0: 0, 1: 0}, 2053: {0: 1822, 1: 0, 2: 0, 3: 1822}, 2071: {0: 0, 1: 0, 2: 0, 3: 0}}
noncode:   {2052, 2055, 2056, 10, 2058, 2059, 2062, 16, 19, 22, 2070, 2073, 2074, 2076, 29, 33, 42, 45, 48, 51, 55, 63, 67, 78, 83, 86, 89, 92, 95, 101, 108, 117, 126, 132, 140, 151, 154, 157, 160, 163, 169, 177, 190, 191, 204, 208, 209, 214, 215, 217, 218, 227, 229, 234, 235, 239, 240, 244, 245, 253, 256, 258, 268, 272, 274, 285, 289, 290, 292, 293, 297, 302, 307, 308, 312, 313, 319, 322, 323, 325, 328, 329, 333, 338, 340, 342, 343, 358, 360, 362, 372, 373, 375, 376, 388, 393, 394, 395, 409, 411, 414, 415, 417, 418, 430, 432, 437, 449, 459, 463, 464, 467, 470, 471, 478, 479, 483, 486, 498, 500, 503, 506, 508, 509, 517, 525, 527, 528, 529, 530, 534, 536, 537, 546, 551, 554, 555, 557, 560, 561, 569, 570, 573, 585, 587, 588, 589, 592, 593, 595, 596, 602, 610, 622, 623, 627, 628, 630, 631, 643, 645, 649, 657, 662, 663, 666, 673, 680, 681, 682, 683, 684, 685, 691, 694, 696, 700, 701, 706, 709, 712, 717, 718, 719, 720, 724, 725, 727, 729, 733, 735, 737, 738, 752, 757, 772, 773, 775, 779, 780, 790, 791, 797, 799, 800, 811, 815, 818, 823, 824, 825, 827, 828, 842, 853, 854, 863, 871, 872, 873, 874, 876, 877, 893, 904, 909, 912, 915, 916, 927, 928, 930, 937, 938, 940, 947, 950, 951, 959, 961, 962, 969, 970, 973, 974, 977, 978, 982, 983, 1012, 1020, 1023, 1026, 1027, 1030, 1033, 1034, 1040, 1045, 1047, 1052, 1055, 1056, 1057, 1058, 1061, 1062, 1076, 1078, 1085, 1090, 1092, 1094, 1115, 1118, 1119, 1123, 1124, 1127, 1128, 1145, 1150, 1153, 1157, 1158, 1161, 1162, 1169, 1171, 1176, 1177, 1179, 1180, 1197, 1203, 1206, 1209, 1210, 1222, 1223, 1227, 1228, 1233, 1237, 1241, 1247, 1248, 1252, 1253, 1255, 1258, 1260, 1261, 1263, 1264, 1268, 1270, 1277, 1281, 1284, 1286, 1292, 1298, 1299, 1301, 1302, 1315, 1320, 1324, 1325, 1327, 1330, 1334, 1335, 1339, 1340, 1344, 1347, 1351, 1352, 1353, 1357, 1358, 1362, 1363, 1367, 1368, 1372, 1373, 1377, 1378, 1380, 1381, 1384, 1387, 1388, 1394, 1395, 1398, 1401, 1404, 1406, 1407, 1416, 1418, 1420, 1421, 1424, 1426, 1447, 1448, 1460, 1468, 1476, 1484, 1485, 1486, 1492, 1494, 1498, 1499, 1503, 1506, 1508, 1511, 1512, 1518, 1521, 1522, 1540, 1543, 1546, 1547, 1550, 1552, 1557, 1558, 1560, 1563, 1564, 1587, 1590, 1593, 1594, 1602, 1605, 1606, 1612, 1616, 1619, 1620, 1624, 1627, 1636, 1642, 1646, 1647, 1651, 1652, 1655, 1671, 1672, 1677, 1685, 1686, 1687, 1688, 1698, 1706, 1707, 1714, 1720, 1722, 1728, 1730, 1731, 1738, 1739, 1740, 1746, 1747, 1748, 1754, 1757, 1758, 1760, 1761, 1765, 1769, 1772, 1776, 1779, 1781, 1782, 1783, 1784, 1787, 1791, 1797, 1800, 1803, 1806, 1807, 1809, 1814, 1818, 1821, 1822, 1825, 1826, 1831, 1833, 1839, 1842, 1843, 1846, 1847, 1849, 1852, 1853, 1855, 1858, 1859, 1861, 1862, 1865, 1868, 1870, 1871, 1878, 1886, 1891, 1892, 1897, 1898, 1902, 1903, 1906, 1907, 1910, 1915, 1920, 1921, 1927, 1928, 1929, 1930, 1931, 1934, 1937, 1938, 1942, 1944, 1945, 1951, 1954, 1957, 1958, 1962, 1970, 1971, 1976, 1977, 1978, 1981, 1982, 1985, 1987, 1988, 1993, 1996, 1997, 1999, 2000, 2006, 2008, 2011, 2012, 2019, 2021, 2024, 2025, 2029, 2030, 2034, 2036, 2037, 2040}
Processing file: /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda
Running gcov: 'gcov /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda --branch-counts --branch-probabilities --preserve-paths --object-directory /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static' in '/tmp/tmp_aqv44_u'
Running gcov: 'gcov /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda --branch-counts --branch-probabilities --preserve-paths --object-directory /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static' in '/var/lib/jenkins/workspace/coverage-libnsgif'
Finding source file corresponding to a gcov data file
  currdir      /var/lib/jenkins/workspace/coverage-libnsgif
  gcov_fname   /tmp/tmp_aqv44_u/test#cli.c.gcov
               ['        -', '    0', 'Source', 'test/cli.c\n']
  source_fname /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda
  root         /var/lib/jenkins/workspace/coverage-libnsgif
  fname        /var/lib/jenkins/workspace/coverage-libnsgif/test/cli.c
Parsing coverage data for file /var/lib/jenkins/workspace/coverage-libnsgif/test/cli.c
  Excluding coverage data for file /var/lib/jenkins/workspace/coverage-libnsgif/test/cli.c
Finding source file corresponding to a gcov data file
  currdir      /var/lib/jenkins/workspace/coverage-libnsgif
  gcov_fname   /tmp/tmp_aqv44_u/test#nsgif.c.gcov
               ['        -', '    0', 'Source', 'test/nsgif.c\n']
  source_fname /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda
  root         /var/lib/jenkins/workspace/coverage-libnsgif
  fname        /var/lib/jenkins/workspace/coverage-libnsgif/test/nsgif.c
Parsing coverage data for file /var/lib/jenkins/workspace/coverage-libnsgif/test/nsgif.c
  Excluding coverage data for file /var/lib/jenkins/workspace/coverage-libnsgif/test/nsgif.c
Finding source file corresponding to a gcov data file
  currdir      /var/lib/jenkins/workspace/coverage-libnsgif
  gcov_fname   /tmp/tmp_aqv44_u/#usr#include#x86_64-linux-gnu#sys#stat.h.gcov
               ['        -', '    0', 'Source', '/usr/include/x86_64-linux-gnu/sys/stat.h\n']
  source_fname /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/test_nsgif.gcda
  root         /var/lib/jenkins/workspace/coverage-libnsgif
  fname        /usr/include/x86_64-linux-gnu/sys/stat.h
Parsing coverage data for file /usr/include/x86_64-linux-gnu/sys/stat.h
  Filtering coverage data for file /usr/include/x86_64-linux-gnu/sys/stat.h
Processing file: /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.gcda
Running gcov: 'gcov /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.gcda --branch-counts --branch-probabilities --preserve-paths --object-directory /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static' in '/tmp/tmp_aqv44_u'
Running gcov: 'gcov /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.gcda --branch-counts --branch-probabilities --preserve-paths --object-directory /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static' in '/var/lib/jenkins/workspace/coverage-libnsgif'
Finding source file corresponding to a gcov data file
  currdir      /var/lib/jenkins/workspace/coverage-libnsgif
  gcov_fname   /tmp/tmp_aqv44_u/src#lzw.c.gcov
               ['        -', '    0', 'Source', 'src/lzw.c\n']
  source_fname /var/lib/jenkins/workspace/coverage-libnsgif/build-x86_64-linux-gnu-x86_64-linux-gnu-debug-lib-static/src_lzw.gcda
  root         /var/lib/jenkins/workspace/coverage-libnsgif
  fname        /var/lib/jenkins/workspace/coverage-libnsgif/src/lzw.c
Parsing coverage data for file /var/lib/jenkins/workspace/coverage-libnsgif/src/lzw.c
uncovered: {481, 130, 482, 519, 104, 331, 271, 595, 470, 471}
covered:   {100: 279, 102: 279, 103: 279, 107: 279, 108: 279, 112: 284, 114: 284, 115: 284, 123: 3470, 126: 3470, 127: 3470, 129: 3470, 133: 3470, 135: 3470, 136: 22, 139: 3448, 140: 3448, 142: 3448, 143: 125, 144: 125, 147: 3323, 148: 3323, 150: 3323, 163: 148675, 168: 148675, 169: 148675, 171: 148675, 173: 141652, 174: 141652, 175: 141652, 176: 141652, 177: 141652, 180: 7023, 181: 7023, 182: 14046, 183: 7023, 184: 7023, 185: 21069, 187: 7023, 188: 7023, 191: 7023, 193: 3323, 194: 10346, 198: 20585, 199: 13709, 200: 10239, 201: 10239, 202: 10239, 206: 10346, 207: 6876, 211: 3470, 212: 3470, 213: 147, 218: 148528, 219: 148528, 229: 3174, 236: 3174, 237: 3174, 238: 3174, 242: 3772, 243: 3772, 244: 3772, 245: 45, 247: 3727, 250: 3129, 251: 1545, 254: 1584, 255: 1584, 259: 1864, 266: 1864, 270: 1864, 275: 1864, 276: 1864, 277: 1864, 279: 1864, 280: 1864, 283: 1864, 285: 1864, 286: 1864, 288: 1864, 291: 121578, 292: 119714, 293: 119714, 294: 119714, 297: 1864, 298: 1864, 299: 1577, 303: 287, 304: 287, 305: 287, 308: 287, 309: 287, 311: 287, 312: 287, 313: 287, 315: 287, 319: 184, 330: 184, 334: 184, 336: 184, 337: 38, 340: 146, 341: 146, 342: 146, 344: 146, 353: 143375, 357: 143375, 359: 143375, 360: 143375, 361: 143375, 362: 143375, 364: 143375, 365: 143375, 385: 144903, 396: 144903, 397: 144903, 398: 102, 402: 144801, 404: 36, 406: 144765, 408: 80, 410: 144685, 411: 1310, 412: 1310, 413: 13, 416: 143375, 417: 143375, 418: 286750, 419: 141629, 420: 1746, 423: 143375, 424: 324, 425: 324, 429: 289344, 431: 144672, 434: 144672, 435: 144672, 436: 144672, 438: 144672, 457: 5092, 464: 5092, 465: 5092, 466: 5092, 467: 5092, 469: 5092, 473: 5092, 476: 5092, 477: 5092, 480: 5092, 485: 5092, 486: 13815, 487: 8723, 488: 8723, 489: 8723, 492: 5092, 496: 141, 500: 141, 502: 141, 503: 141, 505: 141, 506: 141, 507: 141, 508: 141, 511: 5092, 512: 5092, 513: 5092, 514: 5092, 515: 141, 538: 139867, 545: 139867, 546: 139867, 547: 139867, 548: 139867, 550: 139867, 551: 2, 552: 2, 554: 139865, 557: 139867, 558: 139867, 560: 139870, 561: 3, 562: 3, 565: 139867, 566: 139867, 567: 365344, 568: 231780, 569: 231780, 570: 231780, 571: 218482, 573: 231780, 576: 16392, 577: 10089, 578: 10089, 579: 10089, 583: 139867, 587: 146, 592: 146, 594: 146, 598: 146, 599: 146, 601: 146, 604: 139867, 605: 139811, 607: 139811, 608: 90, 612: 56}
branches:  {103: {0: 0, 1: 279}, 129: {0: 0, 1: 3470}, 135: {0: 22, 1: 3448}, 142: {0: 125, 1: 3323}, 171: {0: 141652, 1: 7023}, 191: {0: 0, 1: 7023}, 198: {0: 13709, 1: 6876}, 199: {0: 10239, 1: 3470}, 206: {0: 6876, 1: 3470}, 212: {0: 147, 1: 3323}, 244: {0: 45, 1: 3727}, 247: {0: 598, 1: 3129}, 250: {0: 1545, 1: 1584}, 270: {0: 0, 1: 1864}, 291: {0: 119714, 1: 1864}, 298: {0: 1577, 1: 287}, 330: {0: 0, 1: 184}, 336: {0: 38, 1: 146}, 397: {0: 102, 1: 144801}, 402: {0: 36, 1: 144765}, 406: {0: 80, 1: 144685}, 410: {0: 1310, 1: 143375}, 412: {0: 13, 1: 1297}, 416: {0: 143375, 1: 0}, 418: {0: 141629, 1: 1746}, 423: {0: 354, 1: 143021, 2: 324, 3: 30}, 469: {0: 0, 1: 5092}, 480: {0: 0, 1: 5092}, 486: {0: 8723, 1: 5092}, 505: {0: 141, 1: 0}, 511: {0: 5092, 1: 0}, 514: {0: 141, 1: 4951}, 550: {0: 2, 1: 139865}, 560: {0: 3, 1: 139867}, 566: {0: 133564, 1: 6303}, 567: {0: 231780, 1: 133564}, 570: {0: 218482, 1: 13298}, 576: {0: 10089, 1: 6303}, 594: {0: 0, 1: 146}, 598: {0: 146, 1: 0}, 604: {0: 139811, 1: 56}, 607: {0: 90, 1: 139721}}
noncode:   {516, 517, 518, 520, 9, 521, 14, 16, 23, 26, 544, 549, 42, 555, 556, 47, 559, 563, 564, 572, 574, 64, 580, 581, 70, 582, 584, 585, 74, 76, 79, 591, 593, 82, 84, 596, 597, 87, 602, 91, 603, 94, 609, 98, 610, 611, 101, 613, 105, 106, 109, 110, 113, 116, 124, 128, 131, 132, 134, 137, 138, 141, 145, 146, 149, 151, 152, 167, 170, 190, 192, 196, 203, 204, 208, 209, 214, 215, 216, 217, 220, 221, 232, 234, 239, 246, 248, 252, 253, 256, 257, 265, 269, 272, 273, 278, 281, 284, 287, 289, 295, 296, 300, 301, 306, 310, 314, 316, 317, 327, 329, 332, 333, 338, 339, 343, 345, 346, 356, 358, 363, 366, 374, 391, 394, 399, 400, 405, 409, 414, 415, 421, 426, 427, 428, 432, 437, 439, 440, 463, 468, 474, 475, 478, 483, 484, 490, 491, 493, 494, 499, 501, 504, 509, 510}
Gathered coveraged data for 2 files
+ '[' xx86_64-linux-gnu = x ']'
+ '[' xx86_64-linux-gnu = x ']'
[Cobertura] Publishing Cobertura coverage report...
Publishing Cobertura coverage results...
Cobertura coverage report found.
Finished: SUCCESS