See 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/30/display/redirect?page=changes>

Changes:

[github] Fixed C++ formatting (#1443)

[mmerli] Revert "Recycle OpAddEntry when ledger-ops fails (#1415)" (#1442)

[github] Added Groovy DSL definition for C++/Java PR builds (#1444)

[github] Avoid allocation of one PositionImpl object in write path (#1439)

[github] Enforce timeout on all TestNG tests, thread dump on timeout (#1347)

[mmerli] Extend Spark Streaming Receiver UT Coverage (#1448)

------------------------------------------
[...truncated 1.00 MB...]
2018-03-27T12:53:29.083 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[87,19]
 org.apache.pulsar.client.api.ClientConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.083 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[103,15]
 org.apache.pulsar.client.api.ProducerConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.083 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[109,23]
 org.apache.pulsar.client.api.ProducerConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.083 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[109,65]
 org.apache.pulsar.client.api.ConsumerConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[111,36]
 
subscribeAsync(java.lang.String,java.lang.String,org.apache.pulsar.client.api.ConsumerConfiguration)
 in org.apache.pulsar.client.api.PulsarClient has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[137,34]
 
createProducer(java.lang.String,org.apache.pulsar.client.api.ProducerConfiguration)
 in org.apache.pulsar.client.api.PulsarClient has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[320,26]
 org.apache.pulsar.client.api.ClientConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[328,28]
 org.apache.pulsar.client.api.ProducerConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[333,44]
 org.apache.pulsar.client.api.ProducerConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[333,65]
 org.apache.pulsar.client.api.ProducerConfiguration.MessageRoutingMode in 
org.apache.pulsar.client.api.ProducerConfiguration has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[338,28]
 org.apache.pulsar.client.api.ConsumerConfiguration in 
org.apache.pulsar.client.api has been deprecated
2018-03-27T12:53:29.084 [WARNING] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationClient.java>:[341,18]
 
PulsarClientImpl(java.lang.String,org.apache.pulsar.client.api.ClientConfiguration)
 in org.apache.pulsar.client.impl.PulsarClientImpl has been deprecated
2018-03-27T12:53:29.084 [INFO] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationController.java>:
 Some input files use unchecked or unsafe operations.
2018-03-27T12:53:29.084 [INFO] 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/java/org/apache/pulsar/testclient/LoadSimulationController.java>:
 Recompile with -Xlint:unchecked for details.
2018-03-27T12:53:29.383 [INFO] 
2018-03-27T12:53:29.383 [INFO] --- maven-resources-plugin:2.7:testResources 
(default-testResources) @ pulsar-testclient ---
2018-03-27T12:53:29.386 [INFO] Using 'UTF-8' encoding to copy filtered 
resources.
2018-03-27T12:53:29.386 [INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/test/resources>
2018-03-27T12:53:29.386 [INFO] Copying 3 resources
2018-03-27T12:53:29.541 [INFO] 
2018-03-27T12:53:29.541 [INFO] --- maven-compiler-plugin:3.7.0:testCompile 
(default-testCompile) @ pulsar-testclient ---
2018-03-27T12:53:29.543 [INFO] No sources to compile
2018-03-27T12:53:29.698 [INFO] 
2018-03-27T12:53:29.698 [INFO] --- maven-surefire-plugin:2.21.0:test 
(default-test) @ pulsar-testclient ---
2018-03-27T12:53:29.702 [INFO] Tests are skipped.
2018-03-27T12:53:30.009 [INFO] 
2018-03-27T12:53:30.009 [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ 
pulsar-testclient ---
2018-03-27T12:53:30.023 [INFO] Building jar: 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/target/pulsar-testclient.jar>
2018-03-27T12:53:30.222 [INFO] 
2018-03-27T12:53:30.222 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor 
(attach-descriptor) @ pulsar-testclient ---
2018-03-27T12:53:30.377 [INFO] 
2018-03-27T12:53:30.377 [INFO] --- maven-dependency-plugin:2.10:build-classpath 
(build-classpath) @ pulsar-testclient ---
2018-03-27T12:53:30.380 [INFO] Skipped writing classpath file 
'<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/target/classpath.txt'.>
  No changes found.
2018-03-27T12:53:30.535 [INFO] 
2018-03-27T12:53:30.535 [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ pulsar-testclient ---
2018-03-27T12:53:32.225 [INFO] 
2018-03-27T12:53:32.225 [INFO] --- maven-resources-plugin:2.7:resources 
(default-resources) @ pulsar-testclient ---
2018-03-27T12:53:32.226 [INFO] Using 'UTF-8' encoding to copy filtered 
resources.
2018-03-27T12:53:32.226 [INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/main/resources>
2018-03-27T12:53:32.226 [INFO] Copying 3 resources
2018-03-27T12:53:32.228 [INFO] Copying 3 resources
2018-03-27T12:53:32.382 [INFO] 
2018-03-27T12:53:32.382 [INFO] --- maven-compiler-plugin:3.7.0:compile 
(default-compile) @ pulsar-testclient ---
2018-03-27T12:53:32.392 [INFO] Nothing to compile - all classes are up to date
2018-03-27T12:53:32.565 [INFO] 
2018-03-27T12:53:32.566 [INFO] --- maven-resources-plugin:2.7:testResources 
(default-testResources) @ pulsar-testclient ---
2018-03-27T12:53:32.567 [INFO] Using 'UTF-8' encoding to copy filtered 
resources.
2018-03-27T12:53:32.567 [INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/src/test/resources>
2018-03-27T12:53:32.567 [INFO] Copying 3 resources
2018-03-27T12:53:32.569 [INFO] Copying 3 resources
2018-03-27T12:53:32.723 [INFO] 
2018-03-27T12:53:32.723 [INFO] --- maven-compiler-plugin:3.7.0:testCompile 
(default-testCompile) @ pulsar-testclient ---
2018-03-27T12:53:32.725 [INFO] No sources to compile
2018-03-27T12:53:32.879 [INFO] 
2018-03-27T12:53:32.879 [INFO] --- maven-surefire-plugin:2.21.0:test 
(default-test) @ pulsar-testclient ---
2018-03-27T12:53:32.883 [INFO] Tests are skipped.
2018-03-27T12:53:33.190 [INFO] 
2018-03-27T12:53:33.190 [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ 
pulsar-testclient ---
2018-03-27T12:53:33.212 [INFO] Building jar: 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/target/pulsar-testclient.jar>
2018-03-27T12:53:33.440 [INFO] 
2018-03-27T12:53:33.441 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor 
(attach-descriptor) @ pulsar-testclient ---
2018-03-27T12:53:33.599 [INFO] 
2018-03-27T12:53:33.599 [INFO] --- maven-install-plugin:2.5.2:install 
(default-install) @ pulsar-testclient ---
2018-03-27T12:53:33.601 [INFO] Installing 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/target/pulsar-testclient.jar>
 to 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/.repository/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-SNAPSHOT.jar>
2018-03-27T12:53:33.602 [INFO] Installing 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/pulsar-testclient/pom.xml>
 to 
<https://builds.apache.org/job/pulsar_release_nightly_snapshot/ws/.repository/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-SNAPSHOT.pom>
2018-03-27T12:53:33.757 [INFO] 
2018-03-27T12:53:33.757 [INFO] --- maven-deploy-plugin:2.8.2:deploy 
(default-deploy) @ pulsar-testclient ---
2018-03-27T12:53:33.762 [INFO] Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
2018-03-27T12:53:34.305 [INFO] Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
 (820 B at 1.5 kB/s)
2018-03-27T12:53:34.307 [INFO] Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-20180327.125334-23.jar
2018-03-27T12:53:35.397 [INFO] Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-20180327.125334-23.jar
 (104 kB at 96 kB/s)
2018-03-27T12:53:35.397 [INFO] Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-20180327.125334-23.pom
2018-03-27T12:53:36.261 [INFO] Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/pulsar-testclient-2.0.0-incubating-20180327.125334-23.pom
 (2.7 kB at 3.1 kB/s)
2018-03-27T12:53:36.261 [INFO] Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/maven-metadata.xml
2018-03-27T12:53:36.708 [INFO] Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/maven-metadata.xml
 (426 B at 953 B/s)
2018-03-27T12:53:36.709 [INFO] Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
2018-03-27T12:53:37.584 [INFO] Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/2.0.0-incubating-SNAPSHOT/maven-metadata.xml
 (820 B at 937 B/s)
2018-03-27T12:53:37.584 [INFO] Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/maven-metadata.xml
2018-03-27T12:53:38.458 [INFO] Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/pulsar/pulsar-testclient/maven-metadata.xml
 (426 B at 487 B/s)
[JENKINS] Archiving disabled
2018-03-27T12:53:40.282 [INFO] 
2018-03-27T12:53:40.282 [INFO] 
------------------------------------------------------------------------
2018-03-27T12:53:40.282 [INFO] Building pulsar-broker-auth-athenz 
2.0.0-incubating-SNAPSHOT
2018-03-27T12:53:40.282 [INFO] 
------------------------------------------------------------------------
2018-03-27T12:53:40.298 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-zpe-java-client/1.7.17/athenz-zpe-java-client-1.7.17.pom
2018-03-27T12:53:40.307 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zpe-java-client/1.7.17/athenz-zpe-java-client-1.7.17.pom
2018-03-27T12:53:59.531 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zpe-java-client/1.7.17/athenz-zpe-java-client-1.7.17.pom
 (7.3 kB at 379 B/s)
2018-03-27T12:53:59.535 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz/1.7.17/athenz-1.7.17.pom
2018-03-27T12:53:59.543 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz/1.7.17/athenz-1.7.17.pom
2018-03-27T12:54:05.774 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz/1.7.17/athenz-1.7.17.pom 
(7.6 kB at 1.2 kB/s)
2018-03-27T12:54:05.778 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-zts-core/1.7.17/athenz-zts-core-1.7.17.pom
2018-03-27T12:54:05.787 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zts-core/1.7.17/athenz-zts-core-1.7.17.pom
2018-03-27T12:54:06.936 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zts-core/1.7.17/athenz-zts-core-1.7.17.pom
 (2.9 kB at 2.6 kB/s)
2018-03-27T12:54:06.939 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/rdl/rdl-java/1.4.13/rdl-java-1.4.13.pom
2018-03-27T12:54:06.948 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/rdl/rdl-java/1.4.13/rdl-java-1.4.13.pom
2018-03-27T12:54:31.678 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/rdl/rdl-java/1.4.13/rdl-java-1.4.13.pom
 (2.2 kB at 90 B/s)
2018-03-27T12:54:31.682 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-auth-core/1.7.17/athenz-auth-core-1.7.17.pom
2018-03-27T12:54:31.690 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-auth-core/1.7.17/athenz-auth-core-1.7.17.pom
2018-03-27T12:54:57.000 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-auth-core/1.7.17/athenz-auth-core-1.7.17.pom
 (2.2 kB at 87 B/s)
2018-03-27T12:54:57.004 [INFO] Downloading: 
http://repo1.maven.org/maven2/org/kohsuke/libpam4j/1.6/libpam4j-1.6.pom
2018-03-27T12:54:57.047 [INFO] Downloaded: 
http://repo1.maven.org/maven2/org/kohsuke/libpam4j/1.6/libpam4j-1.6.pom (2.9 kB 
at 65 kB/s)
2018-03-27T12:54:57.049 [INFO] Downloading: 
http://repo1.maven.org/maven2/org/kohsuke/pom/3/pom-3.pom
2018-03-27T12:54:57.061 [INFO] Downloaded: 
http://repo1.maven.org/maven2/org/kohsuke/pom/3/pom-3.pom (3.6 kB at 298 kB/s)
2018-03-27T12:54:57.064 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-client-common/1.7.17/athenz-client-common-1.7.17.pom
2018-03-27T12:54:57.071 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-client-common/1.7.17/athenz-client-common-1.7.17.pom
2018-03-27T12:55:16.598 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-client-common/1.7.17/athenz-client-common-1.7.17.pom
 (1.9 kB at 95 B/s)
2018-03-27T12:55:16.602 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-zms-core/1.7.17/athenz-zms-core-1.7.17.pom
2018-03-27T12:55:16.614 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zms-core/1.7.17/athenz-zms-core-1.7.17.pom
2018-03-27T12:55:30.344 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zms-core/1.7.17/athenz-zms-core-1.7.17.pom
 (2.9 kB at 213 B/s)
2018-03-27T12:55:30.387 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-zpe-java-client/1.7.17/athenz-zpe-java-client-1.7.17.jar
2018-03-27T12:55:30.388 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-zts-core/1.7.17/athenz-zts-core-1.7.17.jar
2018-03-27T12:55:30.389 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/rdl/rdl-java/1.4.13/rdl-java-1.4.13.jar
2018-03-27T12:55:30.390 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-auth-core/1.7.17/athenz-auth-core-1.7.17.jar
2018-03-27T12:55:30.391 [INFO] Downloading: 
http://repo1.maven.org/maven2/org/kohsuke/libpam4j/1.6/libpam4j-1.6.jar
2018-03-27T12:55:30.427 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-client-common/1.7.17/athenz-client-common-1.7.17.jar
2018-03-27T12:55:30.427 [INFO] Downloading: 
http://repo1.maven.org/maven2/com/yahoo/athenz/athenz-zms-core/1.7.17/athenz-zms-core-1.7.17.jar
2018-03-27T12:55:30.444 [INFO] Downloaded: 
http://repo1.maven.org/maven2/org/kohsuke/libpam4j/1.6/libpam4j-1.6.jar (17 kB 
at 313 kB/s)
2018-03-27T12:55:30.449 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zpe-java-client/1.7.17/athenz-zpe-java-client-1.7.17.jar
2018-03-27T12:55:30.449 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zts-core/1.7.17/athenz-zts-core-1.7.17.jar
2018-03-27T12:55:30.450 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/rdl/rdl-java/1.4.13/rdl-java-1.4.13.jar
2018-03-27T12:55:30.451 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-auth-core/1.7.17/athenz-auth-core-1.7.17.jar
2018-03-27T12:55:30.451 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-client-common/1.7.17/athenz-client-common-1.7.17.jar
2018-03-27T12:55:30.514 [INFO] Downloading: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zms-core/1.7.17/athenz-zms-core-1.7.17.jar
2018-03-27T12:55:32.153 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zts-core/1.7.17/athenz-zts-core-1.7.17.jar
 (48 kB at 28 kB/s)
2018-03-27T12:55:32.927 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-zpe-java-client/1.7.17/athenz-zpe-java-client-1.7.17.jar
 (1.5 MB at 605 kB/s)
2018-03-27T12:55:35.838 [INFO] Downloaded: 
http://yahoo.bintray.com/maven/com/yahoo/athenz/athenz-client-common/1.7.17/athenz-client-common-1.7.17.jar
 (8.6 kB at 1.6 kB/s)
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
2018-03-27T12:56:11.241 [INFO] 
------------------------------------------------------------------------
2018-03-27T12:56:11.241 [INFO] Reactor Summary:
2018-03-27T12:56:11.241 [INFO] 
2018-03-27T12:56:11.242 [INFO] Pulsar Build Tools 
................................. SUCCESS [ 21.316 s]
2018-03-27T12:56:11.242 [INFO] Pulsar 
............................................. SUCCESS [ 13.621 s]
2018-03-27T12:56:11.242 [INFO] Pulsar Common 
...................................... SUCCESS [ 22.096 s]
2018-03-27T12:56:11.242 [INFO] Managed Ledger 
..................................... SUCCESS [ 27.093 s]
2018-03-27T12:56:11.243 [INFO] Pulsar ZooKeeper Utils 
............................. SUCCESS [ 18.864 s]
2018-03-27T12:56:11.243 [INFO] pulsar-broker-common 
............................... SUCCESS [ 11.587 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Client Java 
................................. SUCCESS [ 15.388 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Discovery Service WAR 
....................... SUCCESS [ 13.617 s]
2018-03-27T12:56:11.243 [INFO] Pulsar WebSocket 
................................... SUCCESS [ 14.487 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Client Admin Original 
....................... SUCCESS [ 12.223 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Client Admin Shaded (for functions) 
......... SUCCESS [ 31.354 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Functions :: Parent 
......................... SUCCESS [  6.294 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Functions :: Proto 
.......................... SUCCESS [ 35.174 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Functions :: API 
............................ SUCCESS [  9.981 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Functions :: Utils 
.......................... SUCCESS [ 13.013 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Functions :: Instance 
....................... SUCCESS [ 19.477 s]
2018-03-27T12:56:11.243 [INFO] Pulsar Functions :: Metrics 
........................ SUCCESS [ 11.905 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Functions :: Runtime 
........................ SUCCESS [ 14.072 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Functions :: Runtime Shaded 
................. SUCCESS [ 33.237 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Functions :: Worker 
......................... SUCCESS [ 19.958 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Broker 
...................................... SUCCESS [ 44.334 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Shaded Broker 
............................... SUCCESS [02:36 min]
2018-03-27T12:56:11.244 [INFO] Pulsar Client Java 
................................. SUCCESS [ 30.073 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Client Admin 
................................ SUCCESS [ 35.455 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Client Tools 
................................ SUCCESS [ 14.536 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Client Tools Test 
........................... SUCCESS [  9.071 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Proxy 
....................................... SUCCESS [ 14.437 s]
2018-03-27T12:56:11.244 [INFO] Pulsar Storm adapter 
............................... SUCCESS [ 16.625 s]
2018-03-27T12:56:11.244 [INFO] Spark Streaming Pulsar Receivers 
................... SUCCESS [ 28.729 s]
2018-03-27T12:56:11.245 [INFO] Pulsar Test Client 
................................. SUCCESS [ 14.626 s]
2018-03-27T12:56:11.245 [INFO] pulsar-broker-auth-athenz 
.......................... FAILURE [01:56 min]
2018-03-27T12:56:11.245 [INFO] pulsar-client-auth-athenz 
.......................... SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Kafka compatibility 
......................... SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Kafka compatibility :: API 
.................. SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Kafka compatibility :: Tests 
................ SKIPPED
2018-03-27T12:56:11.245 [INFO] pulsar-zookeeper 
................................... SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Functions :: API Examples 
................... SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Functions :: Runtime All 
.................... SKIPPED
2018-03-27T12:56:11.245 [INFO] distribution 
....................................... SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Docker Images 
..................... SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Docker Images :: Pulsar Latest 
Version SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Docker Images :: Grafana 
.......... SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Tests 
............................. SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Tests :: Docker Images 
............ SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Tests :: Docker Images :: 
Latest Version Testing SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Tests :: Utility module for 
Arquillian based integration tests SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Tests :: Common topologies for 
Arquillian based integration tests SKIPPED
2018-03-27T12:56:11.245 [INFO] Apache Pulsar :: Tests :: Base module for 
Arquillian based integration tests SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Log4j2 Appender 
............................. SKIPPED
2018-03-27T12:56:11.245 [INFO] Pulsar Functions :: Worker Shaded 
.................. SKIPPED
2018-03-27T12:56:11.246 [INFO] 
------------------------------------------------------------------------
2018-03-27T12:56:11.246 [INFO] BUILD FAILURE
2018-03-27T12:56:11.246 [INFO] 
------------------------------------------------------------------------
2018-03-27T12:56:11.246 [INFO] Total time: 15:30 min
2018-03-27T12:56:11.246 [INFO] Finished at: 2018-03-27T12:56:11Z
2018-03-27T12:56:12.107 [INFO] Final Memory: 175M/2566M
2018-03-27T12:56:12.108 [INFO] 
------------------------------------------------------------------------
2018-03-27T12:56:12.117 [ERROR] Failed to execute goal on project 
pulsar-broker-auth-athenz: Could not resolve dependencies for project 
org.apache.pulsar:pulsar-broker-auth-athenz:jar:2.0.0-incubating-SNAPSHOT: The 
following artifacts could not be resolved: com.yahoo.rdl:rdl-java:jar:1.4.13, 
com.yahoo.athenz:athenz-auth-core:jar:1.7.17, 
com.yahoo.athenz:athenz-zms-core:jar:1.7.17: Could not transfer artifact 
com.yahoo.rdl:rdl-java:jar:1.4.13 from/to bintray-yahoo-maven 
(http://yahoo.bintray.com/maven): Failed to transfer file: 
http://yahoo.bintray.com/maven/com/yahoo/rdl/rdl-java/1.4.13/rdl-java-1.4.13.jar.
 Return code is: 502 , ReasonPhrase:Bad Gateway. -> [Help 1]
2018-03-27T12:56:12.118 [ERROR] 
2018-03-27T12:56:12.118 [ERROR] To see the full stack trace of the errors, 
re-run Maven with the -e switch.
2018-03-27T12:56:12.118 [ERROR] Re-run Maven using the -X switch to enable full 
debug logging.
2018-03-27T12:56:12.118 [ERROR] 
2018-03-27T12:56:12.118 [ERROR] For more information about the errors and 
possible solutions, please read the following articles:
2018-03-27T12:56:12.118 [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
2018-03-27T12:56:12.118 [ERROR] 
2018-03-27T12:56:12.118 [ERROR] After correcting the problems, you can resume 
the build with the command
2018-03-27T12:56:12.118 [ERROR]   mvn <goals> -rf :pulsar-broker-auth-athenz
channel stopped
Not sending mail to unregistered user git...@alasdairhodge.co.uk

Reply via email to