See <http://jenkins.confluent.io/job/kafka_system_tests/137/>
------------------------------------------ [...truncated 39 lines...] :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>:75: 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/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 16 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 30.179 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-shell20151106-2888-1k7d6lz.sh ==> worker1: stdin: is not a tty ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty InRelease ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates InRelease ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty Release.gpg ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates Release.gpg ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty Release ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates Release ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty/main amd64 Packages/DiffIndex ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty/universe amd64 Packages/DiffIndex ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main amd64 Packages/DiffIndex ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates/universe amd64 Packages/DiffIndex ==> worker1: Get:1 http://security.ubuntu.com trusty-security InRelease [64.4 kB] ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty/main Sources ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty/universe Sources ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> 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/main Translation-en ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty/universe Translation-en_US ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty/universe Translation-en ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main Sources ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty-updates/universe Sources ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main Translation-en_US ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main Translation-en ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates/universe Translation-en_US ==> worker1: Ign http://us-west-2.ec2.archive.ubuntu.com trusty-updates/universe Translation-en ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty/main amd64 Packages ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty/universe amd64 Packages ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty-updates/main amd64 Packages ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: Err http://us-west-2.ec2.archive.ubuntu.com trusty-updates/universe amd64 Packages ==> worker1: 503 Service Unavailable [IP: 54.184.254.88 80] ==> 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: Fetched 937 kB in 8s (115 kB/s) ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty/main/source/Sources 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty/universe/source/Sources 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/source/Sources 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/source/Sources 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty/main/binary-amd64/Packages 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty/universe/binary-amd64/Packages 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages 503 Service Unavailable [IP: 54.184.254.88 80] ==> worker1: W ==> worker1: : ==> worker1: Failed to fetch http://us-west-2.ec2.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages 503 Service Unavailable [IP: 54.184.254.88 80] ==> 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