See <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/339/display/redirect?page=changes>
Changes: [kudayashankar] BOOKKEEPER-1008 Move to Netty4.1 [kudayashankar] Addressing review comments - Use Netty 4.1.9 - Do not include classifier [kudayashankar] Addressing ref count issues in LedgerHandleAdv and PendingAddOp [kudayashankar] Close bk connections when handling exceptions [kudayashankar] Addressed comments from @revans2 and switched to netty-all dependency [mmerli] Avoid ByteBuf.duplicate() in deserialization of addEntry [mmerli] Ensure the buffer to send is retained while we are connecting to bookie [mmerli] Fixed ref counting release on read errors [mmerli] Fixed ref count when reading last confirmed op [mmerli] Release buffer after error [mmerli] Release buffer when exception is thrown [mmerli] Fixed issue with releasing null buffer [mmerli] Added DoubleByteBuf instead of using CompositeByteBuf [mmerli] Ensure entries for same ledger are sent in order on the same connection, [mmerli] Wait for all requests to complete before releasing buffer ------------------------------------------ [...truncated 11.49 KB...] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.1.0/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ bookkeeper-server-compat410 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ bookkeeper-server-compat410 --- [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ bookkeeper-server-compat410 --- [INFO] Building jar: <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.1.0/target/bookkeeper-server-compat410-4.5.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ bookkeeper-server-compat410 --- [INFO] [INFO] --- maven-shade-plugin:1.5:shade (default) @ bookkeeper-server-compat410 --- [INFO] Including com.google.protobuf:protobuf-java:jar:2.4.1 in the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-server:jar:4.1.0 in the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.6.4 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.6.4 from the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.3 in the shaded jar. [INFO] Excluding jline:jline:jar:0.9.94 from the shaded jar. [INFO] Excluding junit:junit:jar:3.8.1 from the shaded jar. [INFO] Including org.jboss.netty:netty:jar:3.2.4.Final in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.4 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Excluding commons-beanutils:commons-beanutils:jar:1.7.0 from the shaded jar. [INFO] Excluding commons-beanutils:commons-beanutils-core:jar:1.8.0 from the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.1 in the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.15 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.1.0/target/bookkeeper-server-compat410-4.5.0-SNAPSHOT.jar> with <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.1.0/target/bookkeeper-server-compat410-4.5.0-SNAPSHOT-shaded.jar> [INFO] [INFO] >>> findbugs-maven-plugin:3.0.4:check (default-cli) > :findbugs @ bookkeeper-server-compat410 >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ bookkeeper-server-compat410 --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.4:check (default-cli) < :findbugs @ bookkeeper-server-compat410 <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.4:check (default-cli) @ bookkeeper-server-compat410 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building bookkeeper-server-compat420 4.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ bookkeeper-server-compat420 --- [INFO] [INFO] --- apache-rat-plugin:0.7:check (default-cli) @ bookkeeper-server-compat420 --- [INFO] Exclude: .git/**/* [INFO] Exclude: **/.svn/**/* [INFO] Exclude: CHANGES.txt [INFO] Exclude: **/README [INFO] Exclude: **/apidocs/* [INFO] Exclude: test-patch/**/* [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ bookkeeper-server-compat420 --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ bookkeeper-server-compat420 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.2.0/src/main/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bookkeeper-server-compat420 --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ bookkeeper-server-compat420 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.2.0/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ bookkeeper-server-compat420 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ bookkeeper-server-compat420 --- [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ bookkeeper-server-compat420 --- [INFO] Building jar: <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.2.0/target/bookkeeper-server-compat420-4.5.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ bookkeeper-server-compat420 --- [INFO] [INFO] --- maven-shade-plugin:1.5:shade (default) @ bookkeeper-server-compat420 --- [INFO] Including com.google.protobuf:protobuf-java:jar:2.4.1 in the shaded jar. [INFO] Including org.apache.bookkeeper:bookkeeper-server:jar:4.2.0 in the shaded jar. [INFO] Excluding com.google.guava:guava:jar:13.0.1 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.6.4 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.6.4 from the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.3 in the shaded jar. [INFO] Excluding jline:jline:jar:0.9.94 from the shaded jar. [INFO] Excluding junit:junit:jar:3.8.1 from the shaded jar. [INFO] Including org.jboss.netty:netty:jar:3.2.4.Final in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.4 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.1 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Excluding commons-beanutils:commons-beanutils:jar:1.7.0 from the shaded jar. [INFO] Excluding commons-beanutils:commons-beanutils-core:jar:1.8.0 from the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.6 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.1 in the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.15 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.2.0/target/bookkeeper-server-compat420-4.5.0-SNAPSHOT.jar> with <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/compat-deps/bookkeeper-server-compat-4.2.0/target/bookkeeper-server-compat420-4.5.0-SNAPSHOT-shaded.jar> [INFO] [INFO] >>> findbugs-maven-plugin:3.0.4:check (default-cli) > :findbugs @ bookkeeper-server-compat420 >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ bookkeeper-server-compat420 --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.4:check (default-cli) < :findbugs @ bookkeeper-server-compat420 <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.4:check (default-cli) @ bookkeeper-server-compat420 --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Stats API for bookkeeper 4.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ bookkeeper-stats-api --- [INFO] [INFO] --- apache-rat-plugin:0.7:check (default-cli) @ bookkeeper-stats-api --- [INFO] Exclude: .git/**/* [INFO] Exclude: **/.svn/**/* [INFO] Exclude: CHANGES.txt [INFO] Exclude: **/README [INFO] Exclude: **/apidocs/* [INFO] Exclude: test-patch/**/* [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ bookkeeper-stats-api --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ bookkeeper-stats-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/src/main/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bookkeeper-stats-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/target/classes> [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ bookkeeper-stats-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ bookkeeper-stats-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ bookkeeper-stats-api --- [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ bookkeeper-stats-api --- [INFO] Building jar: <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-stats/target/bookkeeper-stats-api-4.5.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ bookkeeper-stats-api --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.4:check (default-cli) > :findbugs @ bookkeeper-stats-api >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ bookkeeper-stats-api --- [INFO] Fork Value is true [INFO] Done FindBugs Analysis.... [INFO] [INFO] <<< findbugs-maven-plugin:3.0.4:check (default-cli) < :findbugs @ bookkeeper-stats-api <<< [INFO] [INFO] --- findbugs-maven-plugin:3.0.4:check (default-cli) @ bookkeeper-stats-api --- [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building bookkeeper-server 4.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.10.Final/netty-all-4.1.10.Final.pom 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.10.Final/netty-all-4.1.10.Final.pom (21 KB at 35.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.10.Final/netty-parent-4.1.10.Final.pom 3/52 KB 5/52 KB 8/52 KB 11/52 KB 13/52 KB 16/52 KB 19/52 KB 21/52 KB 24/52 KB 27/52 KB 29/52 KB 32/52 KB 36/52 KB 40/52 KB 44/52 KB 48/52 KB 52/52 KB 52/52 KB Downloaded: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.10.Final/netty-parent-4.1.10.Final.pom (52 KB at 1148.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.10.Final/netty-all-4.1.10.Final.jar 4/3467 KB 8/3467 KB 12/3467 KB 16/3467 KB 20/3467 KB 24/3467 KB 28/3467 KB 32/3467 KB 36/3467 KB 40/3467 KB 44/3467 KB 48/3467 KB 52/3467 KB 56/3467 KB 60/3467 KB 64/3467 KB 68/3467 KB 72/3467 KB 76/3467 KB 80/3467 KB 84/3467 KB 88/3467 KB 92/3467 KB 96/3467 KB 100/3467 KB 104/3467 KB 108/3467 KB 112/3467 KB 116/3467 KB 120/3467 KB 124/3467 KB 128/3467 KB 132/3467 KB 136/3467 KB 140/3467 KB 144/3467 KB 148/3467 KB 152/3467 KB 156/3467 KB 160/3467 KB 164/3467 KB 168/3467 KB 172/3467 KB 176/3467 KB 180/3467 KB 184/3467 KB 188/3467 KB 192/3467 KB 196/3467 KB 200/3467 KB 204/3467 KB 208/3467 KB 212/3467 KB 216/3467 KB 220/3467 KB 224/3467 KB 228/3467 KB 232/3467 KB 236/3467 KB 240/3467 KB 244/3467 KB 248/3467 KB 252/3467 KB 256/3467 KB 260/3467 KB 264/3467 KB 268/3467 KB 272/3467 KB 276/3467 KB 280/3467 KB 284/3467 KB 288/3467 KB 292/3467 KB 296/3467 KB 300/3467 KB 304/3467 KB 308/3467 KB 312/3467 KB 316/3467 KB 320/3467 KB 324/3467 KB 328/3467 KB 332/3467 KB 336/3467 KB 340/3467 KB 344/3467 KB 348/3467 KB 352/3467 KB 356/3467 KB 360/3467 KB 364/3467 KB 368/3467 KB 372/3467 KB 376/3467 KB 380/3467 KB 384/3467 KB 388/3467 KB 392/3467 KB 396/3467 KB 400/3467 KB 404/3467 KB 408/3467 KB 412/3467 KB 416/3467 KB 420/3467 KB 424/3467 KB 428/3467 KB 432/3467 KB 436/3467 KB 440/3467 KB 444/3467 KB 448/3467 KB 452/3467 KB 456/3467 KB 460/3467 KB 464/3467 KB 468/3467 KB 472/3467 KB 476/3467 KB 480/3467 KB 484/3467 KB 488/3467 KB 492/3467 KB 496/3467 KB 500/3467 KB 504/3467 KB 508/3467 KB 512/3467 KB 516/3467 KB 520/3467 KB 524/3467 KB 528/3467 KB 532/3467 KB 536/3467 KB 540/3467 KB 544/3467 KB 548/3467 KB 552/3467 KB 556/3467 KB 560/3467 KB 564/3467 KB 568/3467 KB 572/3467 KB 576/3467 KB 580/3467 KB 584/3467 KB 588/3467 KB 592/3467 KB 596/3467 KB 600/3467 KB 604/3467 KB 608/3467 KB 612/3467 KB 616/3467 KB 620/3467 KB 624/3467 KB 628/3467 KB 632/3467 KB 636/3467 KB 640/3467 KB 644/3467 KB 648/3467 KB 652/3467 KB 656/3467 KB 660/3467 KB 664/3467 KB 668/3467 KB 672/3467 KB 676/3467 KB 680/3467 KB 684/3467 KB 688/3467 KB 692/3467 KB 696/3467 KB 700/3467 KB 704/3467 KB 708/3467 KB 712/3467 KB 716/3467 KB 720/3467 KB 724/3467 KB 728/3467 KB 732/3467 KB 736/3467 KB 740/3467 KB 744/3467 KB 748/3467 KB 752/3467 KB 756/3467 KB 760/3467 KB 764/3467 KB 768/3467 KB 772/3467 KB 776/3467 KB 780/3467 KB 784/3467 KB 788/3467 KB 792/3467 KB 796/3467 KB 800/3467 KB 804/3467 KB 808/3467 KB 812/3467 KB 816/3467 KB 820/3467 KB 824/3467 KB 828/3467 KB 832/3467 KB 836/3467 KB 840/3467 KB 844/3467 KB 848/3467 KB 852/3467 KB 856/3467 KB 860/3467 KB 864/3467 KB 868/3467 KB 872/3467 KB 876/3467 KB 880/3467 KB 884/3467 KB 888/3467 KB 892/3467 KB 896/3467 KB 900/3467 KB 904/3467 KB 908/3467 KB 912/3467 KB 916/3467 KB 920/3467 KB 924/3467 KB 928/3467 KB 932/3467 KB 936/3467 KB 940/3467 KB 944/3467 KB 948/3467 KB 952/3467 KB 956/3467 KB 960/3467 KB 964/3467 KB 968/3467 KB 972/3467 KB 976/3467 KB 980/3467 KB 984/3467 KB 988/3467 KB 992/3467 KB 996/3467 KB 1000/3467 KB 1004/3467 KB 1008/3467 KB 1012/3467 KB 1016/3467 KB 1020/3467 KB 1024/3467 KB 1028/3467 KB 1032/3467 KB 1036/3467 KB 1040/3467 KB 1044/3467 KB 1048/3467 KB 1052/3467 KB 1056/3467 KB 1060/3467 KB 1064/3467 KB 1068/3467 KB 1072/3467 KB 1076/3467 KB 1080/3467 KB 1084/3467 KB 1088/3467 KB 1092/3467 KB 1096/3467 KB 1100/3467 KB 1104/3467 KB 1108/3467 KB 1112/3467 KB 1116/3467 KB 1120/3467 KB 1124/3467 KB 1128/3467 KB 1132/3467 KB 1136/3467 KB 1140/3467 KB 1144/3467 KB 1148/3467 KB 1152/3467 KB 1156/3467 KB 1160/3467 KB 1164/3467 KB 1168/3467 KB 1172/3467 KB 1176/3467 KB 1180/3467 KB 1184/3467 KB 1188/3467 KB 1192/3467 KB 1196/3467 KB 1200/3467 KB 1204/3467 KB 1208/3467 KB 1212/3467 KB 1216/3467 KB 1220/3467 KB 1224/3467 KB 1228/3467 KB 1232/3467 KB 1236/3467 KB 1240/3467 KB 1244/3467 KB 1248/3467 KB 1252/3467 KB 1256/3467 KB 1260/3467 KB 1264/3467 KB 1268/3467 KB 1272/3467 KB 1276/3467 KB 1280/3467 KB 1284/3467 KB 1288/3467 KB 1292/3467 KB 1296/3467 KB 1300/3467 KB 1304/3467 KB 1308/3467 KB 1312/3467 KB 1316/3467 KB 1320/3467 KB 1324/3467 KB 1328/3467 KB 1332/3467 KB 1336/3467 KB 1340/3467 KB 1344/3467 KB 1348/3467 KB 1352/3467 KB 1356/3467 KB 1360/3467 KB 1364/3467 KB 1368/3467 KB 1372/3467 KB 1376/3467 KB 1380/3467 KB 1384/3467 KB 1388/3467 KB 1392/3467 KB 1396/3467 KB 1400/3467 KB 1404/3467 KB 1408/3467 KB 1412/3467 KB 1416/3467 KB 1420/3467 KB 1424/3467 KB 1428/3467 KB 1432/3467 KB 1436/3467 KB 1440/3467 KB 1444/3467 KB 1448/3467 KB 1452/3467 KB 1456/3467 KB 1460/3467 KB 1464/3467 KB 1468/3467 KB 1472/3467 KB 1476/3467 KB 1480/3467 KB 1484/3467 KB 1488/3467 KB 1492/3467 KB 1496/3467 KB 1500/3467 KB 1504/3467 KB 1508/3467 KB 1512/3467 KB 1516/3467 KB 1520/3467 KB 1524/3467 KB 1528/3467 KB 1532/3467 KB 1536/3467 KB 1540/3467 KB 1544/3467 KB 1548/3467 KB 1552/3467 KB 1556/3467 KB 1560/3467 KB 1564/3467 KB 1568/3467 KB 1572/3467 KB 1576/3467 KB 1580/3467 KB 1584/3467 KB 1588/3467 KB 1592/3467 KB 1596/3467 KB 1600/3467 KB 1604/3467 KB 1608/3467 KB 1612/3467 KB 1616/3467 KB 1620/3467 KB 1624/3467 KB 1628/3467 KB 1632/3467 KB 1636/3467 KB 1640/3467 KB 1644/3467 KB 1648/3467 KB 1652/3467 KB 1656/3467 KB 1660/3467 KB 1664/3467 KB 1668/3467 KB 1672/3467 KB 1676/3467 KB 1680/3467 KB 1684/3467 KB 1688/3467 KB 1692/3467 KB 1696/3467 KB 1700/3467 KB 1704/3467 KB 1708/3467 KB 1712/3467 KB 1716/3467 KB 1720/3467 KB 1724/3467 KB 1728/3467 KB 1732/3467 KB 1736/3467 KB 1740/3467 KB 1744/3467 KB 1748/3467 KB 1752/3467 KB 1756/3467 KB 1760/3467 KB 1764/3467 KB 1768/3467 KB 1772/3467 KB 1776/3467 KB 1780/3467 KB 1784/3467 KB 1788/3467 KB 1792/3467 KB 1796/3467 KB 1800/3467 KB 1804/3467 KB 1808/3467 KB 1812/3467 KB 1816/3467 KB 1820/3467 KB 1824/3467 KB 1828/3467 KB 1832/3467 KB 1836/3467 KB 1840/3467 KB 1844/3467 KB 1848/3467 KB 1852/3467 KB 1856/3467 KB 1860/3467 KB 1864/3467 KB 1868/3467 KB 1872/3467 KB 1876/3467 KB 1880/3467 KB 1884/3467 KB 1888/3467 KB 1892/3467 KB 1896/3467 KB 1900/3467 KB 1904/3467 KB 1908/3467 KB 1912/3467 KB 1916/3467 KB 1920/3467 KB 1924/3467 KB 1928/3467 KB 1932/3467 KB 1936/3467 KB 1940/3467 KB 1944/3467 KB 1948/3467 KB 1952/3467 KB 1956/3467 KB 1960/3467 KB 1964/3467 KB 1968/3467 KB 1972/3467 KB 1976/3467 KB 1980/3467 KB 1984/3467 KB 1988/3467 KB 1992/3467 KB 1996/3467 KB 2000/3467 KB 2004/3467 KB 2008/3467 KB 2012/3467 KB 2016/3467 KB 2020/3467 KB 2024/3467 KB 2028/3467 KB 2032/3467 KB 2036/3467 KB 2040/3467 KB 2044/3467 KB 2048/3467 KB 2052/3467 KB 2056/3467 KB 2060/3467 KB 2064/3467 KB 2068/3467 KB 2072/3467 KB 2076/3467 KB 2080/3467 KB 2084/3467 KB 2088/3467 KB 2092/3467 KB 2096/3467 KB 2100/3467 KB 2104/3467 KB 2108/3467 KB 2112/3467 KB 2116/3467 KB 2120/3467 KB 2124/3467 KB 2128/3467 KB 2132/3467 KB 2136/3467 KB 2140/3467 KB 2144/3467 KB 2148/3467 KB 2152/3467 KB 2156/3467 KB 2160/3467 KB 2164/3467 KB 2168/3467 KB 2172/3467 KB 2176/3467 KB 2180/3467 KB 2184/3467 KB 2188/3467 KB 2192/3467 KB 2196/3467 KB 2200/3467 KB 2204/3467 KB 2208/3467 KB 2212/3467 KB 2216/3467 KB 2220/3467 KB 2224/3467 KB 2228/3467 KB 2232/3467 KB 2236/3467 KB 2240/3467 KB 2244/3467 KB 2248/3467 KB 2252/3467 KB 2256/3467 KB 2260/3467 KB 2264/3467 KB 2268/3467 KB 2272/3467 KB 2276/3467 KB 2280/3467 KB 2284/3467 KB 2288/3467 KB 2292/3467 KB 2296/3467 KB 2300/3467 KB 2304/3467 KB 2308/3467 KB 2312/3467 KB 2316/3467 KB 2320/3467 KB 2324/3467 KB 2328/3467 KB 2332/3467 KB 2336/3467 KB 2340/3467 KB 2344/3467 KB 2348/3467 KB 2352/3467 KB 2356/3467 KB 2360/3467 KB 2364/3467 KB 2368/3467 KB 2372/3467 KB 2376/3467 KB 2380/3467 KB 2384/3467 KB 2388/3467 KB 2392/3467 KB 2396/3467 KB 2400/3467 KB 2404/3467 KB 2408/3467 KB 2412/3467 KB 2416/3467 KB 2420/3467 KB 2424/3467 KB 2428/3467 KB 2432/3467 KB 2436/3467 KB 2440/3467 KB 2444/3467 KB 2448/3467 KB 2452/3467 KB 2456/3467 KB 2460/3467 KB 2464/3467 KB 2468/3467 KB 2472/3467 KB 2476/3467 KB 2480/3467 KB 2484/3467 KB 2488/3467 KB 2492/3467 KB 2496/3467 KB 2500/3467 KB 2504/3467 KB 2508/3467 KB 2512/3467 KB 2516/3467 KB 2520/3467 KB 2524/3467 KB 2528/3467 KB 2532/3467 KB 2536/3467 KB 2540/3467 KB 2544/3467 KB 2548/3467 KB 2552/3467 KB 2556/3467 KB 2560/3467 KB 2564/3467 KB 2568/3467 KB 2572/3467 KB 2576/3467 KB 2580/3467 KB 2584/3467 KB 2588/3467 KB 2592/3467 KB 2596/3467 KB 2600/3467 KB 2604/3467 KB 2608/3467 KB 2612/3467 KB 2616/3467 KB 2620/3467 KB 2624/3467 KB 2628/3467 KB 2632/3467 KB 2636/3467 KB 2640/3467 KB 2644/3467 KB 2648/3467 KB 2652/3467 KB 2656/3467 KB 2660/3467 KB 2664/3467 KB 2668/3467 KB 2672/3467 KB 2676/3467 KB 2680/3467 KB 2684/3467 KB 2688/3467 KB 2692/3467 KB 2696/3467 KB 2700/3467 KB 2704/3467 KB 2708/3467 KB 2712/3467 KB 2716/3467 KB 2720/3467 KB 2724/3467 KB 2728/3467 KB 2732/3467 KB 2736/3467 KB 2740/3467 KB 2744/3467 KB 2748/3467 KB 2752/3467 KB 2756/3467 KB 2760/3467 KB 2764/3467 KB 2768/3467 KB 2772/3467 KB 2776/3467 KB 2780/3467 KB 2784/3467 KB 2788/3467 KB 2792/3467 KB 2796/3467 KB 2800/3467 KB 2804/3467 KB 2808/3467 KB 2812/3467 KB 2816/3467 KB 2820/3467 KB 2824/3467 KB 2828/3467 KB 2832/3467 KB 2836/3467 KB 2840/3467 KB 2844/3467 KB 2848/3467 KB 2852/3467 KB 2856/3467 KB 2860/3467 KB 2864/3467 KB 2868/3467 KB 2872/3467 KB 2876/3467 KB 2880/3467 KB 2884/3467 KB 2888/3467 KB 2892/3467 KB 2896/3467 KB 2900/3467 KB 2904/3467 KB 2908/3467 KB 2912/3467 KB 2916/3467 KB 2920/3467 KB 2924/3467 KB 2928/3467 KB 2932/3467 KB 2936/3467 KB 2940/3467 KB 2944/3467 KB 2948/3467 KB 2952/3467 KB 2956/3467 KB 2960/3467 KB 2964/3467 KB 2968/3467 KB 2972/3467 KB 2976/3467 KB 2980/3467 KB 2984/3467 KB 2988/3467 KB 2992/3467 KB 2996/3467 KB 3000/3467 KB 3004/3467 KB 3008/3467 KB 3012/3467 KB 3016/3467 KB 3020/3467 KB 3024/3467 KB 3028/3467 KB 3032/3467 KB 3036/3467 KB 3040/3467 KB 3044/3467 KB 3048/3467 KB 3052/3467 KB 3056/3467 KB 3060/3467 KB 3064/3467 KB 3068/3467 KB 3072/3467 KB 3076/3467 KB 3080/3467 KB 3084/3467 KB 3088/3467 KB 3092/3467 KB 3096/3467 KB 3100/3467 KB 3104/3467 KB 3108/3467 KB 3112/3467 KB 3116/3467 KB 3120/3467 KB 3124/3467 KB 3128/3467 KB 3132/3467 KB 3136/3467 KB 3140/3467 KB 3144/3467 KB 3148/3467 KB 3152/3467 KB 3156/3467 KB 3160/3467 KB 3164/3467 KB 3168/3467 KB 3172/3467 KB 3176/3467 KB 3180/3467 KB 3184/3467 KB 3188/3467 KB 3192/3467 KB 3196/3467 KB 3200/3467 KB 3204/3467 KB 3208/3467 KB 3212/3467 KB 3216/3467 KB 3220/3467 KB 3224/3467 KB 3228/3467 KB 3232/3467 KB 3236/3467 KB 3240/3467 KB 3244/3467 KB 3248/3467 KB 3252/3467 KB 3256/3467 KB 3260/3467 KB 3264/3467 KB 3268/3467 KB 3272/3467 KB 3276/3467 KB 3280/3467 KB 3284/3467 KB 3288/3467 KB 3292/3467 KB 3296/3467 KB 3300/3467 KB 3304/3467 KB 3308/3467 KB 3312/3467 KB 3316/3467 KB 3320/3467 KB 3324/3467 KB 3328/3467 KB 3332/3467 KB 3336/3467 KB 3340/3467 KB 3344/3467 KB 3348/3467 KB 3352/3467 KB 3356/3467 KB 3360/3467 KB 3364/3467 KB 3368/3467 KB 3372/3467 KB 3376/3467 KB 3380/3467 KB 3384/3467 KB 3388/3467 KB 3392/3467 KB 3396/3467 KB 3400/3467 KB 3404/3467 KB 3408/3467 KB 3412/3467 KB 3416/3467 KB 3420/3467 KB 3424/3467 KB 3428/3467 KB 3432/3467 KB 3436/3467 KB 3440/3467 KB 3444/3467 KB 3448/3467 KB 3452/3467 KB 3456/3467 KB 3460/3467 KB 3464/3467 KB 3467/3467 KB Downloaded: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.10.Final/netty-all-4.1.10.Final.jar (3467 KB at 7191.9 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bookkeeper-server --- [INFO] Deleting <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server> (includes = [dependency-reduced-pom.xml], excludes = []) [INFO] [INFO] --- apache-rat-plugin:0.7:check (default-cli) @ bookkeeper-server --- [INFO] Exclude: **/DataFormats.java [INFO] Exclude: **/BookkeeperProtocol.java [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ bookkeeper-server --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ bookkeeper-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ bookkeeper-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 250 source files to <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/target/classes> [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java>:[144,22] order() in io.netty.buffer.ByteBuf has been deprecated [INFO] 1 warning [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java>: warnings found and -Werror specified [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] bookkeeper ......................................... SUCCESS [ 6.427 s] [INFO] compability dependencies ........................... SUCCESS [ 0.252 s] [INFO] bookkeeper-server-compat400 ........................ SUCCESS [ 10.569 s] [INFO] bookkeeper-server-compat410 ........................ SUCCESS [ 5.810 s] [INFO] bookkeeper-server-compat420 ........................ SUCCESS [ 5.605 s] [INFO] Stats API for bookkeeper ........................... SUCCESS [ 11.295 s] [INFO] bookkeeper-server .................................. FAILURE [ 19.770 s] [INFO] bookkeeper-benchmark ............................... SKIPPED [INFO] Stats provider for twitter-stats package ........... SKIPPED [INFO] Stats provider for twitter-ostrich package ......... SKIPPED [INFO] Stats provider for codahale metrics ................ SKIPPED [INFO] bookkeeper-stats-providers ......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:01 min [INFO] Finished at: 2017-05-05T00:44:58+00:00 [INFO] Final Memory: 56M/907M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project bookkeeper-server: Compilation failure [ERROR] <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/DoubleByteBuf.java>: warnings found and -Werror specified [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :bookkeeper-server Build step 'Execute shell' marked build as failure [FINDBUGS] Skipping publisher since build result is FAILURE Recording test results Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7 Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3