See <http://jenkins.confluent.io/job/kafka_system_tests/140/>

------------------------------------------
Started by timer
Building on master in workspace 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/>
[kafka_system_tests] $ /bin/bash /tmp/hudson125009999547725881.sh
Running command: which virtualenv

Running command: . venv/bin/activate; cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> `which pip` 
uninstall -y kafkatest; `which pip` uninstall -y ducktape
Uninstalling kafkatest-0.9.0.0.dev0:
Successfully uninstalled kafkatest-0.9.0.0.dev0
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py>:90:
 InsecurePlatformWarning: A true SSLContext object is not available. This 
prevents urllib3 from configuring SSL appropriately and may cause certain SSL 
connections to fail. For more information, see 
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Uninstalling ducktape-0.3.8:
Successfully uninstalled ducktape-0.3.8

Running command: . venv/bin/activate; cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/tests;> `which 
python` setup.py develop

Running command: cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> git pull && 
./gradlew clean jar
Already up-to-date.
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/2.8/userguide/gradle_daemon.html.
Building project 'core' with Scala version 2.10.5
:clean
:clients:clean
:contrib:clean
:copycat:clean
:core:clean
:examples:clean
:log4j-appender:clean
:streams:clean
:tools:clean
:contrib:hadoop-consumer:clean
:contrib:hadoop-producer:clean
:copycat:api:clean
:copycat:file:clean
:copycat:json:clean
:copycat:runtime:clean
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar
:clients:compileJavaNote: 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java>
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:clients:processResources UP-TO-DATE
:clients:classes
:clients:determineCommitId UP-TO-DATE
:clients:createVersionFile
:clients:jar
:contrib:compileJava UP-TO-DATE
:contrib:processResources UP-TO-DATE
:contrib:classes UP-TO-DATE
:contrib:jar
:copycat:compileJava UP-TO-DATE
:copycat:processResources UP-TO-DATE
:copycat:classes UP-TO-DATE
:copycat:jar
:core:compileJava UP-TO-DATE
:core:compileScala
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/api/OffsetCommitRequest.scala>:78:
 value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see 
corresponding Javadoc for more information.
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/common/OffsetMetadataAndError.scala>:36:
 value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see 
corresponding Javadoc for more information.
commitTimestamp: Long = 
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP,
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/common/OffsetMetadataAndError.scala>:37:
 value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see 
corresponding Javadoc for more information.
expireTimestamp: Long = 
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP) {
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/coordinator/GroupMetadataManager.scala>:392:
 value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see 
corresponding Javadoc for more information.
if (value.expireTimestamp == 
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/server/KafkaApis.scala>:273:
 value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see 
corresponding Javadoc for more information.
if (offsetAndMetadata.commitTimestamp == 
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/server/KafkaServer.scala>:293:
 a pure expression does nothing in statement position; you may be omitting 
necessary parentheses
ControllerStats.uncleanLeaderElectionRate
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/server/KafkaServer.scala>:294:
 a pure expression does nothing in statement position; you may be omitting 
necessary parentheses
ControllerStats.leaderElectionTimer
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:115:
 value METADATA_FETCH_TIMEOUT_CONFIG in object ProducerConfig is deprecated: 
see corresponding Javadoc for more information.
props.put(ProducerConfig.METADATA_FETCH_TIMEOUT_CONFIG, 
config.metadataFetchTimeoutMs.toString)
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:117:
 value TIMEOUT_CONFIG in object ProducerConfig is deprecated: see corresponding 
Javadoc for more information.
props.put(ProducerConfig.TIMEOUT_CONFIG, config.requestTimeoutMs.toString)
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:121:
 value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see 
corresponding Javadoc for more information.
props.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "false")
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/tools/EndToEndLatency.scala>:74:
 value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see 
corresponding Javadoc for more information.
producerProps.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/tools/MirrorMaker.scala>:194:
 value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see 
corresponding Javadoc for more information.
maybeSetDefaultProperty(producerProps, 
ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/tools/ProducerPerformance.scala>:40:
 @deprecated now takes two arguments; see the scaladoc.
@deprecated
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:389:
 class BrokerEndPoint in object UpdateMetadataRequest is deprecated: see 
corresponding Javadoc for more information.
new UpdateMetadataRequest.BrokerEndPoint(brokerEndPoint.id, 
brokerEndPoint.host, brokerEndPoint.port)
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:391:
 constructor UpdateMetadataRequest in class UpdateMetadataRequest is 
deprecated: see corresponding Javadoc for more information.
new UpdateMetadataRequest(controllerId, controllerEpoch, liveBrokers.asJava, 
partitionStates.asJava)
^
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/core/src/main/scala/kafka/network/BlockingChannel.scala>:129:
 method readFromReadableChannel in class NetworkReceive is deprecated: see 
corresponding Javadoc for more information.
response.readFromReadableChannel(channel)
^
there were 15 feature warning(s); re-run with -feature for details
17 warnings found
:core:processResources UP-TO-DATE
:core:classes
:clients:compileTestJavaNote: 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java>
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:clients:processTestResources
:clients:testClasses
:core:copyDependantLibs
:core:copyDependantTestLibs
:core:jar
:examples:compileJava
:examples:processResources UP-TO-DATE
:examples:classes
:examples:jar
:log4j-appender:compileJava
:log4j-appender:processResources UP-TO-DATE
:log4j-appender:classes
:log4j-appender:jar
:streams:compileJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:streams:processResources UP-TO-DATE
:streams:classes
:clients:javadoc
:clients:javadocJar
:clients:srcJar
:clients:testJar
:clients:signArchives SKIPPED
:streams:copyDependantLibs
:streams:jar
:tools:compileJava
:tools:processResources UP-TO-DATE
:tools:classes
:tools:copyDependantLibs
:tools:jar
:contrib:hadoop-consumer:compileJavaNote: Some input files use or override a 
deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:contrib:hadoop-consumer:processResources UP-TO-DATE
:contrib:hadoop-consumer:classes
:contrib:hadoop-consumer:jar
:contrib:hadoop-producer:compileJava
:contrib:hadoop-producer:processResources UP-TO-DATE
:contrib:hadoop-producer:classes
:contrib:hadoop-producer:jar
:copycat:api:compileJavaNote: 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/copycat/api/src/main/java/org/apache/kafka/copycat/data/Struct.java>
 uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:copycat:api:processResources UP-TO-DATE
:copycat:api:classes
:copycat:api:copyDependantLibs
:copycat:api:jar
:copycat:file:compileJava
:copycat:file:processResources UP-TO-DATE
:copycat:file:classes
:copycat:file:copyDependantLibs
:copycat:file:jar
:copycat:json:compileJavaNote: 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/copycat/json/src/main/java/org/apache/kafka/copycat/json/JsonConverter.java>
 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:copycat:json:processResources UP-TO-DATE
:copycat:json:classes
:copycat:json:copyDependantLibs
:copycat:json:jar
:copycat:runtime:compileJavaNote: Some input files use unchecked or unsafe 
operations.
Note: Recompile with -Xlint:unchecked for details.

:copycat:runtime:processResources UP-TO-DATE
:copycat:runtime:classes
:copycat:runtime:copyDependantLibs
:copycat:runtime:jar

BUILD SUCCESSFUL

Total time: 1 mins 27.432 secs

Running command: cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> vagrant destroy 
-f

Running command: cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> vagrant up 
--provider=aws --no-provision --no-parallel

Running command: cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> vagrant provision
==> worker1: Rsyncing folder: 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka/> => /vagrant
==> worker1: Running provisioner: shell...
worker1: Running: /tmp/vagrant-shell20151108-20770-16sz21s.sh
==> worker1: stdin: is not a tty
==> worker1: Get:1 http://security.ubuntu.com trusty-security InRelease [64.4 
kB]
==> worker1: Get:2 http://security.ubuntu.com trusty-security/main Sources 
[98.1 kB]
==> worker1: Get:3 http://security.ubuntu.com trusty-security/universe Sources 
[30.9 kB]
==> worker1: Get:4 http://security.ubuntu.com trusty-security/main amd64 
Packages [362 kB]
==> worker1: Get:5 http://security.ubuntu.com trusty-security/universe amd64 
Packages [117 kB]
==> worker1: Get:6 http://security.ubuntu.com trusty-security/main 
Translation-en [196 kB]
==> worker1: Get:7 http://security.ubuntu.com trusty-security/universe 
Translation-en [68.4 kB]
==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty InRelease
==> worker1: Get:8 http://us-west-2.ec2.archive.ubuntu.com trusty-updates 
InRelease [64.4 kB]
==> worker1: Hit http://us-west-2.ec2.archive.ubuntu.com trusty Release.gpg
==> worker1: Get:9 http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main 
Sources [242 kB]
==> worker1: Get:10 http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main 
amd64 Packages [644 kB]
==> worker1: Get:11 http://us-west-2.ec2.archive.ubuntu.com 
trusty-updates/universe amd64 Packages [326 kB]
==> worker1: Get:12 http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main 
Translation-en [313 kB]
==> worker1: Get:13 http://us-west-2.ec2.archive.ubuntu.com 
trusty-updates/universe Translation-en [172 kB]
==> worker1: Hit http://us-west-2.ec2.archive.ubuntu.com trusty Release
==> worker1: Get:14 http://us-west-2.ec2.archive.ubuntu.com 
trusty-updates/universe Sources [180 kB]
==> worker1: Get:15 http://us-west-2.ec2.archive.ubuntu.com 
trusty-updates/universe amd64 Packages [326 kB]
==> worker1: Get:16 http://us-west-2.ec2.archive.ubuntu.com trusty/main Sources 
[1,064 kB]
==> worker1: Get:17 http://us-west-2.ec2.archive.ubuntu.com trusty/universe 
Sources [6,399 kB]
==> worker1: Hit http://us-west-2.ec2.archive.ubuntu.com trusty/main amd64 
Packages
==> worker1: Hit http://us-west-2.ec2.archive.ubuntu.com trusty/universe amd64 
Packages
==> worker1: Hit http://us-west-2.ec2.archive.ubuntu.com trusty/main 
Translation-en
==> worker1: Hit http://us-west-2.ec2.archive.ubuntu.com trusty/universe 
Translation-en
==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty/main 
Translation-en_US
==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty/universe 
Translation-en_US
==> worker1: Fetched 10.4 MB in 10min 7s (17.1 kB/s)
==> worker1: W
==> worker1: :
==> worker1: Failed to fetch 
http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages
  Hash Sum mismatch
==> worker1: E
==> worker1: :
==> worker1: Some index files failed to download. They have been ignored, or 
old ones used instead.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

Command failed: cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> vagrant provision
Running command: cd 
<http://jenkins.confluent.io/job/kafka_system_tests/ws/kafka;> vagrant destroy 
-f

Build step 'Execute shell' marked build as failure

Reply via email to