You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/04/27 19:01:30 UTC

Build failed in Jenkins: beam_Release_NightlySnapshot #396

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

Changes:

[klk] Inline and remove POutputValueBase

[aljoscha.krettek] [BEAM-773] Implement Metrics support for Flink runner

[aljoscha.krettek] Add IO metrics to Flink runner

[aljoscha.krettek] Ensure all Read outputs are consumed in Flink runner

[tgroh] Improve GlobalWindow, IntervalWindow Coders

[lcwik] Validates that input and output GCS paths specify a bucket

[kirpichov] Makes cachedSplitResult transient in BigQuerySourceBase

[lcwik] Update Dataflow Worker Version

[tgroh] Coder.structuralValue(T) should never throw

[chamikara] [BEAM-1988] Add join operation to the filesystem

[chamikara] Change dataflow Job log from info to debug

[tgroh] Remove DeterministicStandardCoder

[lcwik] [BEAM-1786] Post Dataflow worker CoderRegistry clean-up

[lcwik] [BEAM-1871] Remove unnecessary runtime dependencies for Google Cloud

[lcwik] [BEAM-1871] Move Xml IO and related classes to new sdks/java/io/xml

[kirpichov] Introduces GenerateSequence transform

[kirpichov] Replaces all usages of CountingInput with GenerateSequence

[kirpichov] Deletes CountingInput

[kirpichov] Replaces fromTo() with from().to()

[tgroh] Make SimplePCollectionView Visible

[jbonofre] [BEAM-2044] Upgrade HBaseIO to use HBase client version 1.3.1

[kirpichov] [BEAM-1428] KinesisIO should comply with PTransform style guide

[wtanaka] Rename openWindows => windowsThatAreOpen

[jbonofre] [BEAM-2044] Downgrade HBaseIO to use the stable HBase client version

[altay] [BEAM-1988] Migrate from utils.path to BFS

[chamikara] Adding validatesrunner test for sources

[lcwik] Update pom.xml

[lcwik] [BEAM-2060] Allow to specify charset in XmlIO

[lcwik] [BEAM-2060] Use withCharset(Charset) for the user facing API

[dhalperi] Remove unnecessary semicolons

[tgroh] Use Structural Value when comparing Window(AndTrigger) Namespaces

[altay] Add ValueProvider tests to json_value_test.py

[bchambers] [BEAM-1148] Port PAssert away from aggregators

[sisk] TextIO & AvroIO no longer validate schemas against IOChannelFactory

[altay] Increase post commit timeout from 600 seconds to 900

[robertwb] Add instructions to regenerate Python proto wrappers.

[robertwb] Generate python proto wrappers for runner and fn API.

[robertwb] Add apache licence to generated files.

[robertwb] Adapt to PR #2505 changes to protos.

[lcwik] [BEAM-1871] Move ProtoCoder to new sdks/java/extensions/protobuf

[tgroh] Properly Declare Protobuf extension dependencies

[tgroh] Stop Extending AtomicCoder

[altay] Pin apitools to 0.5.8

[iemejia] Fix error with the artifactId on Flink runner after refactor

[iemejia] [BEAM-2075] Update flink runner to use flink version 1.2.1

[aljoscha.krettek] [BEAM-1772] Support merging WindowFn other than IntervalWindow on Flink

[aljoscha.krettek] [BEAM-1812] Add externalized checkpoint configuration to

[dhalperi] ByteKey: remove ByteString from public API, replace with ByteBuffer

[lcwik] [BEAM-1877] Use Iterables.isEmpty in GroupIntoBatches

[tgroh] Add `Filter#equal`

[tgroh] Add HadoopResourceId

[tgroh] Add Cloud Object Translators for Coders

[tgroh] Revert "Add HadoopResourceId"

[altay] Fix in dataflow metrics

[bchambers] Removing Aggregators from Examples

[bchambers] Removing Aggregators from runner-specific examples and tests

[bchambers] Removing Aggregators from PipelineResults and subclasses

[sourabhbajaj] [BEAM-2068] Update to latest version of apitools

[lcwik] [BEAM-1871] Move Bigquery/Pubsub options to

[tgroh] Make Most StandardCoders CustomCoders

[chamikara] [BEAM-1988] Add FileSystems Interface for accessing underlying FS

[altay] [BEAM-1989] Fix the syntax warning from import star

[altay] [BEAM-1749] Upgrade to pycodestyle

[dhalperi] Datastore: fix use of deprecated function

[wtanaka] Remove unused private fields

[chamikara] Updates DoFn invocation logic to be more extensible.

[lcwik] [BEAM-1871] Move ByteStringCoder to sdks/java/extensions/protobuf

[dhalperi] Update maven surefire and failsafe plugins to version 2.20

[lcwik] [BEAM-1871] Move functionality from AvroUtils to AvroSource hiding

[dhalperi] Add surefire-plugin.version property to archetype pom.xml

[tgroh] Remove AtomicCoder

[aviemzur] [BEAM-1958] Standard IO Metrics in Java SDK

[tgroh] Fix small typo in comment in CoderRegistry

[lcwik] [BEAM-1871] Remove deprecated methods from AvroCoder

[lcwik] [BEAM-2060] Add charset support in XmlSink

[lcwik] [BEAM-1871] Move RetryHttpRequestInitializer and remove deprecated

[dhalperi] LocalResourceId: make toString end in '/' for directories

[dhalperi] FileSystems: make tolerant of and more efficient for empty lists

[dhalperi] LocalFileSystem: create parent directories if needed

[lcwik] Add getElementCoders to UnionCoder

[dhalperi] Make it possible to test runners that don't support all metrics

[lcwik] Make WindowedValueCoder an Interface

[lcwik] [BEAM-1871] Drop usage of Jackson/CloudObject from CoGbkResultSchema

[kirpichov] [BEAM-1573] Use Kafka serializers instead of coders in KafkaIO

[bchambers] Remove aggregators from Dataflow runner

[klk] Replace OutputTimeFn UDF with TimestampCombiner enum

[lcwik] [BEAM-1871] Clean-up org.apache.beam.sdk.util, move BitSetCoder from

[lcwik] [BEAM-1871] Re-add BitSetCoder to sdk/util for Dataflow worker.

[altay] Do not depend on message id in DataflowRunner

[altay] [BEAM-1316] start bundle should not output any elements

[robertwb] Per-transform runner api dispatch.

[robertwb] Translate flatten to Runner API.

[robertwb] Translate WindowInto through the Runner API.

[robertwb] Factor out URN registration logic.

[kirpichov] update JavaDoc for Count.globally

[tgroh] Add Registrars for Coder Cloud Object Translators

[dhalperi] FileBasedSink: fix typos

[klk] Revert "Replace OutputTimeFn UDF with TimestampCombiner enum"

[tgroh] Revert "Make WindowedValueCoder an Interface"

[iemejia] Use parent pom version of hadoop, move common deps into the hadoop

[iemejia] Change to commons-lang dependency to commons-lang3 to be consistent with

[jbonofre] [BEAM-2091] Typo in build instructions in Apex Runner's README.md

[klk] Do not rely on metrics in streaming TestDataflowRunner

[thw] BEAM-1766 Remove Aggregators from Apex runner

[lcwik] XmlIO and XmlSource now take an optional validationEventHandler to throw

[tgroh] Mark Pipeline#getPipelineOptions Experimental

[dhalperi] [BEAM-59] Move IOChannelUtils.constructName to FileBasedSink

------------------------------------------
[...truncated 2.64 MB...]
2017-04-27T18:52:26.489 [INFO] Excluding org.apache.hadoop:hadoop-hdfs:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.489 [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.489 [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.489 [INFO] Excluding org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:jar:1.9 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.sun.jersey.jersey-test-framework:jersey-test-framework-core:jar:1.9 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding javax.servlet:javax.servlet-api:jar:3.0.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.sun.jersey:jersey-grizzly2:jar:1.9 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.grizzly:grizzly-http:jar:2.1.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.grizzly:grizzly-framework:jar:2.1.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.gmbal:gmbal-api-only:jar:3.0.0-b023 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.external:management-api:jar:3.0.0-b012 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.grizzly:grizzly-http-server:jar:2.1.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.grizzly:grizzly-rcm:jar:2.1.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish.grizzly:grizzly-http-servlet:jar:2.1.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.glassfish:javax.servlet:jar:3.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.hadoop:hadoop-yarn-api:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.hadoop:hadoop-annotations:jar:2.2.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.spark:spark-launcher_2.10:jar:1.6.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.spark:spark-network-common_2.10:jar:1.6.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.spark:spark-network-shuffle_2.10:jar:1.6.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.spark:spark-unsafe_2.10:jar:1.6.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding net.java.dev.jets3t:jets3t:jar:0.7.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding commons-httpclient:commons-httpclient:jar:3.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.curator:curator-recipes:jar:2.4.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.curator:curator-framework:jar:2.4.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.commons:commons-math3:jar:3.4.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.slf4j:jul-to-slf4j:jar:1.7.10 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.slf4j:jcl-over-slf4j:jar:1.7.10 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.10 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.ning:compress-lzf:jar:1.0.3 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding net.jpountz.lz4:lz4:jar:1.3.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.roaringbitmap:RoaringBitmap:jar:0.5.11 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding commons-net:commons-net:jar:2.2 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.typesafe.akka:akka-remote_2.10:jar:2.3.11 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.typesafe.akka:akka-actor_2.10:jar:2.3.11 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding io.netty:netty:jar:3.8.0.Final from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.uncommons.maths:uncommons-maths:jar:1.2.2a from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.typesafe.akka:akka-slf4j_2.10:jar:2.3.11 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.scala-lang:scala-library:jar:2.10.5 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.json4s:json4s-jackson_2.10:jar:3.2.10 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.json4s:json4s-core_2.10:jar:3.2.10 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.json4s:json4s-ast_2.10:jar:3.2.10 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.scala-lang:scalap:jar:2.10.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.scala-lang:scala-compiler:jar:2.10.0 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.sun.jersey:jersey-server:jar:1.9 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding asm:asm:jar:3.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.sun.jersey:jersey-core:jar:1.9 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding org.apache.mesos:mesos:jar:shaded-protobuf:0.21.1 from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding io.netty:netty-all:jar:4.0.29.Final from the shaded jar.
2017-04-27T18:52:26.490 [INFO] Excluding com.clearspring.analytics:stream:jar:2.7.0 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding io.dropwizard.metrics:metrics-jvm:jar:3.1.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding io.dropwizard.metrics:metrics-json:jar:3.1.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding io.dropwizard.metrics:metrics-graphite:jar:3.1.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.8.8 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.scala-lang:scala-reflect:jar:2.10.6 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.8.8 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.apache.ivy:ivy:jar:2.4.0 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding oro:oro:jar:2.0.8 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.tachyonproject:tachyon-client:jar:0.8.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding commons-io:commons-io:jar:2.4 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.tachyonproject:tachyon-underfs-hdfs:jar:0.8.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.tachyonproject:tachyon-underfs-s3:jar:0.8.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.tachyonproject:tachyon-underfs-local:jar:0.8.2 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding net.razorvine:pyrolite:jar:4.9 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding net.sf.py4j:py4j:jar:0.9 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.spark-project.spark:unused:jar:1.0.0 from the shaded jar.
2017-04-27T18:52:26.491 [INFO] Excluding org.apache.spark:spark-streaming_2.10:jar:1.6.2 from the shaded jar.
2017-04-27T18:52:27.587 [INFO] Replacing original artifact with shaded artifact.
2017-04-27T18:52:29.159 [INFO] 
2017-04-27T18:52:29.160 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.164 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
2017-04-27T18:52:29.251 [INFO] 
2017-04-27T18:52:29.252 [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.303 [INFO] 
2017-04-27T18:52:29.303 [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.353 [INFO] 
2017-04-27T18:52:29.353 [INFO] --- maven-dependency-plugin:3.0.0:analyze-only (default) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.353 [INFO] Skipping plugin execution
2017-04-27T18:52:29.404 [INFO] 
2017-04-27T18:52:29.404 [INFO] --- apache-rat-plugin:0.12:check (default) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.408 [INFO] Enabled default license matchers.
2017-04-27T18:52:29.408 [INFO] Will parse SCM ignores for exclusions...
2017-04-27T18:52:29.408 [INFO] Finished adding exclusions from SCM ignore files.
2017-04-27T18:52:29.408 [INFO] 61 implicit excludes (use -debug for more details).
2017-04-27T18:52:29.408 [INFO] Exclude: **/target/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/dependency-reduced-pom.xml
2017-04-27T18:52:29.408 [INFO] Exclude: **/hs_err_pid*.log
2017-04-27T18:52:29.408 [INFO] Exclude: .github/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/*.iml
2017-04-27T18:52:29.408 [INFO] Exclude: **/.idea/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/*.egg-info/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/package-list
2017-04-27T18:52:29.408 [INFO] Exclude: **/user.avsc
2017-04-27T18:52:29.408 [INFO] Exclude: **/test/resources/**/*.txt
2017-04-27T18:52:29.408 [INFO] Exclude: **/test/**/.placeholder
2017-04-27T18:52:29.408 [INFO] Exclude: .repository/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/nose-*.egg/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/.eggs/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/.tox/**/*
2017-04-27T18:52:29.408 [INFO] Exclude: **/.checkstyle
2017-04-27T18:52:29.408 [INFO] Exclude: **/.classpath
2017-04-27T18:52:29.408 [INFO] Exclude: **/.factorypath
2017-04-27T18:52:29.409 [INFO] Exclude: **/.project
2017-04-27T18:52:29.409 [INFO] Exclude: **/.settings/**/*
2017-04-27T18:52:29.409 [INFO] Exclude: **/sdks/python/apache_beam/runners/api/*.py
2017-04-27T18:52:29.421 [INFO] 4 resources included (use -debug for more details)
2017-04-27T18:52:29.451 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
2017-04-27T18:52:29.501 [INFO] 
2017-04-27T18:52:29.501 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.503 [INFO] Installing <https://builds.apache.org/job/beam_Release_NightlySnapshot/ws/sdks/java/javadoc/pom.xml> to <https://builds.apache.org/job/beam_Release_NightlySnapshot/ws/.repository/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/beam-sdks-java-javadoc-0.7.0-SNAPSHOT.pom>
2017-04-27T18:52:29.504 [INFO] Installing <https://builds.apache.org/job/beam_Release_NightlySnapshot/ws/sdks/java/javadoc/target/javadoc.jar> to <https://builds.apache.org/job/beam_Release_NightlySnapshot/ws/.repository/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/beam-sdks-java-javadoc-0.7.0-SNAPSHOT.jar>
2017-04-27T18:52:29.840 [INFO] 
2017-04-27T18:52:29.840 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ beam-sdks-java-javadoc ---
2017-04-27T18:52:29.842 [INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/maven-metadata.xml
2017-04-27T18:52:30.097 [INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/maven-metadata.xml (790 B at 3.0 KB/sec)
2017-04-27T18:52:30.098 [INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/beam-sdks-java-javadoc-0.7.0-20170427.185230-44.pom
2017-04-27T18:52:30.462 [INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/beam-sdks-java-javadoc-0.7.0-20170427.185230-44.pom (9 KB at 24.0 KB/sec)
2017-04-27T18:52:30.462 [INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/maven-metadata.xml
2017-04-27T18:52:30.703 [INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/maven-metadata.xml (357 B at 1.4 KB/sec)
2017-04-27T18:52:30.704 [INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/maven-metadata.xml
2017-04-27T18:52:31.094 [INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/maven-metadata.xml (790 B at 2.0 KB/sec)
2017-04-27T18:52:31.094 [INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/maven-metadata.xml
2017-04-27T18:52:31.455 [INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/maven-metadata.xml (357 B at 1.0 KB/sec)
2017-04-27T18:52:31.457 [INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/beam-sdks-java-javadoc-0.7.0-20170427.185230-44.jar
2017-04-27T18:52:32.197 [INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/beam-sdks-java-javadoc-0.7.0-20170427.185230-44.jar (3795 KB at 5127.9 KB/sec)
2017-04-27T18:52:32.197 [INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/maven-metadata.xml
2017-04-27T18:52:32.546 [INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-javadoc/0.7.0-SNAPSHOT/maven-metadata.xml (790 B at 2.2 KB/sec)
[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 disabled2017-04-27T18:53:25.352 [INFO] ------------------------------------------------------------------------
2017-04-27T18:53:25.352 [INFO] Reactor Summary:
2017-04-27T18:53:25.352 [INFO] 
2017-04-27T18:53:25.352 [INFO] Apache Beam :: Parent .............................. SUCCESS [ 28.281 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Java :: Build Tools ......... SUCCESS [ 19.844 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs ................................ SUCCESS [ 11.651 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Common ...................... SUCCESS [ 16.347 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Common :: Fn API ............ SUCCESS [ 34.580 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Common :: Runner API ........ SUCCESS [ 30.825 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Java ........................ SUCCESS [ 11.369 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Java :: Core ................ SUCCESS [02:32 min]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Java :: IO .................. SUCCESS [  5.088 s]
2017-04-27T18:53:25.352 [INFO] Apache Beam :: SDKs :: Java :: IO :: Common ........ SUCCESS [ 19.511 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners ............................. SUCCESS [ 30.047 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Core Construction Java ... SUCCESS [01:16 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Core Java ................ SUCCESS [01:07 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Direct Java .............. SUCCESS [03:02 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Elasticsearch . SUCCESS [ 55.383 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Extensions .......... SUCCESS [  9.215 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Google Cloud Platform Core SUCCESS [ 43.391 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Protobuf SUCCESS [ 45.648 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform SUCCESS [02:00 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Hadoop Common . SUCCESS [ 49.698 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Hadoop ........ SUCCESS [ 11.430 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Hadoop :: input-format SUCCESS [ 47.909 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Google Cloud Dataflow .... SUCCESS [01:11 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Hadoop :: jdk1.8-tests SUCCESS [01:54 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: HBase ......... SUCCESS [01:58 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: HDFS .......... SUCCESS [01:02 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: JDBC .......... SUCCESS [01:02 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: JMS ........... SUCCESS [01:14 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Kafka ......... SUCCESS [ 39.397 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: Kinesis ....... SUCCESS [ 52.615 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: MongoDB ....... SUCCESS [ 53.043 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: MQTT .......... SUCCESS [ 51.235 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: IO :: XML ........... SUCCESS [ 46.209 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes .... SUCCESS [  7.016 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes :: Starter SUCCESS [ 27.649 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes :: Examples SUCCESS [ 40.842 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Maven Archetypes :: Examples - Java 8 SUCCESS [ 44.764 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Jackson SUCCESS [ 25.251 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Join library SUCCESS [ 28.263 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Extensions :: Sorter  SUCCESS [ 41.886 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Harness ............. SUCCESS [ 43.929 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Java 8 Tests ........ SUCCESS [ 15.930 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Python ...................... SUCCESS [10:52 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Flink .................... SUCCESS [01:09 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Spark .................... SUCCESS [04:23 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Runners :: Apex ..................... SUCCESS [01:25 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Examples ............................ SUCCESS [ 18.609 s]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Examples :: Java .................... SUCCESS [10:36 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: Examples :: Java 8 .................. SUCCESS [01:13 min]
2017-04-27T18:53:25.353 [INFO] Apache Beam :: SDKs :: Java :: Aggregated Javadoc .. SUCCESS [ 53.787 s]
2017-04-27T18:53:25.353 [INFO] ------------------------------------------------------------------------
2017-04-27T18:53:25.353 [INFO] BUILD SUCCESS
2017-04-27T18:53:25.353 [INFO] ------------------------------------------------------------------------
2017-04-27T18:53:25.353 [INFO] Total time: 01:16 h
2017-04-27T18:53:25.354 [INFO] Finished at: 2017-04-27T18:53:25+00:00
2017-04-27T18:53:25.903 [INFO] Final Memory: 287M/1559M
2017-04-27T18:53:25.903 [INFO] ------------------------------------------------------------------------

Waiting for Jenkins to finish collecting data
channel stopped
Not sending mail to unregistered user aljoscha.krettek@gmail.com
Not sending mail to unregistered user klk@google.com
Not sending mail to unregistered user kirpichov@google.com
Not sending mail to unregistered user sisk@google.com
Not sending mail to unregistered user sourabhbajaj@google.com
Not sending mail to unregistered user wtanaka@yahoo.com

Jenkins build is back to normal : beam_Release_NightlySnapshot #397

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_Release_NightlySnapshot/397/display/redirect?page=changes>