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

Changes:

[robertwb] Fix typo in variable name: window_fn --> windowfn

[iemejia] [BEAM-2764] Change document size range to fix flakiness on SolrIO 
tests

[lcwik] Add fn API progress reporting protos

[iemejia] [BEAM-2787] Fix MongoDbIO exception when trying to write empty bundle

[lcwik] Upgrade snappy-java to version 1.1.4

[lcwik] Upgrade slf4j to version 1.7.25

[chamikara] Updates bigtable.version to 1.0.0-pre3.

[lcwik] Add ThrowingBiConsumer to the set of functional interfaces

[altay] Added snippet tags for documentation

[altay] Added concrete example for CoGroupByKey snippet

[jbonofre] Add license-maven-plugin and some default license merges

[relax] BEAM-934 Fixed build by fixing firebug error.

[relax] BEAM-934 Enabled firebug after fixing the bug.

[relax] BEAM-934 Fixed code after review.

[jbonofre] [BEAM-2328] Add TikaIO

[mingmxu] Add DSLs module

[mingmxu] [BEAM-301] Initial skeleton for Beam SQL

[mingmxu] checkstyle and rename package

[mingmxu] redesign BeamSqlExpression to execute Calcite SQL expression.

[mingmxu] Fix inconsistent mapping for SQL FLOAT

[mingmxu] [BEAM-2158] Implement the arithmetic operators

[mingmxu] [BEAM-2161] Add support for String operators

[mingmxu] [BEAM-2079] Support TextIO as SQL source/sink

[mingmxu] [BEAM-2006] window support Add support for aggregation: global, HOP,

[mingmxu] Support common-used aggregation functions in SQL, including:  

[mingmxu] [BEAM-2195] Implement conditional operator (CASE)

[mingmxu] [BEAM-2234] Change return type of buildBeamPipeline to

[mingmxu] [BEAM-2149] Improved kafka table implemention.

[mingmxu] support UDF

[mingmxu] update JavaDoc.

[mingmxu] [BEAM-2255] Implement ORDER BY

[mingmxu] [BEAM-2288] Refine DSL interface as design doc of BEAM-2010: 1. rename

[mingmxu] [BEAM-2292] Add BeamPCollectionTable to create table from

[mingmxu] fix NoSuchFieldException

[mingmxu] [BEAM-2309] Implement VALUES and add support for data type CHAR (to be

[mingmxu] [BEAM-2310] Support encoding/decoding of TIME and new DECIMAL data 
type

[mingmxu] DSL interface for Beam SQL

[mingmxu] [BEAM-2329] Add ABS and SQRT math functions

[mingmxu] upgrade to version 2.1.0-SNAPSHOT

[mingmxu] rename SQL to Sql in class name

[mingmxu] [BEAM-2247] Implement date functions in SQL DSL

[mingmxu] [BEAM-2325] Support Set operator: intersect & except

[mingmxu] Add ROUND function on DSL_SQL branch.

[mingmxu] register table for both BeamSql.simpleQuery and BeamSql.query

[mingmxu] Add NOT operator on DSL_SQL branch (plus some refactoring)

[mingmxu] [BEAM-2444] BeamSql: use java standard exception

[mingmxu] [BEAM-2442] BeamSql surface api test.

[mingmxu] [BEAM-2440] BeamSql: reduce visibility

[mingmxu] Remove unused BeamPipelineCreator class

[mingmxu] [BEAM-2443] apply AutoValue to BeamSqlRecordType

[mingmxu] Update filter/project/aggregation tests to use BeamSql

[mingmxu] Remove UnsupportedOperationVisitor, which is currently just a no-op

[mingmxu] restrict the scope of BeamSqlEnv

[mingmxu] Add ACOS, ASIN, ATAN, COS, COT, DEGREES, RADIANS, SIN, TAN, SIGN, LN,

[mingmxu] [BEAM-2477] BeamAggregationRel should use Combine.perKey instead of

[mingmxu] use static table name PCOLLECTION in BeamSql.simpleQuery.

[mingmxu] Small fixes to make the example run in a runner agnostic way: - Add

[mingmxu] [BEAM-2193] Implement FULL, INNER, and OUTER JOIN: - FULL and INNER

[mingmxu] UDAF support: - Adds an abstract class BeamSqlUdaf for defining 
Calcite

[mingmxu] BeamSql: refactor the MockedBeamSqlTable and related tests

[mingmxu] MockedBeamSqlTable -> MockedBoundedTable

[mingmxu] Test unsupported/invalid cases in DSL tests.

[mingmxu] [BEAM-2550] add UnitTest for JOIN in DSL

[mingmxu] support TUMBLE/HOP/SESSION _START function

[mingmxu] Test queries on unbounded PCollections with BeamSql DSL API. Also add

[mingmxu] [BEAM-2564] add integration test for string functions

[mingmxu] CAST operator supporting numeric, date and timestamp types

[mingmxu] POWER function

[mingmxu] support UDF/UDAF in BeamSql

[mingmxu] upgrade pom to 2.2.0-SNAPSHOT

[mingmxu] [BEAM-2560] Add integration test for arithmetic operators.

[mingmxu] cleanup BeamSqlRow

[mingmxu] proposal for new UDF

[mingmxu] [BEAM-2562] Add integration test for logical operators

[mingmxu] [BEAM-2384] CEIL, FLOOR, TRUNCATE, PI, ATAN2 math functions

[mingmxu] [BEAM-2561] add integration test for date functions

[mingmxu] refactor the datetime test to use ExpressionChecker and fix

[mingmxu] [BEAM-2565] add integration test for conditional functions

[mingmxu] rebased, add RAND/RAND_INTEGER

[mingmxu] [BEAM-2621] BeamSqlRecordType -> BeamSqlRowType

[mingmxu] [BEAM-2563] Add integration test for math operators Misc: 1. no SQRT 
in

[mingmxu] [BEAM-2613] add integration test for comparison operators

[mingmxu] remove README.md and update usages in BeamSqlExample

[mingmxu] update pom.xml to fix conflict

[mingmxu] remove maven-jar-plugin

[mingmxu] move dsls/sql to sdks/java/extensions/sql

[mingmxu] rename package org.apache.beam.dsls.sql to

[mingmxu] move all implementation classes/packages into impl package

[mingmxu] move BeamRecord to sdk/core

[mingmxu] use BitSet for nullFields

[mingmxu] refactor BeamRecord, BeamRecordType, BeamSqlRecordType, 
BeamRecordCoder

[mingmxu] Remove redundant windowing information from the BeamRecord itself

[mingmxu] [rebased] remove nullFields in BeamRecord

[mingmxu] [BEAM-2733] update javadoc for BeamSql

[mingmxu] [BEAM-2742] change Field type from primitives to boxed types

[mingmxu] [BEAM-2730] make BeamRecord an immutable type

[mingmxu] [BEAM-2745] add BeamRecordSqlType.getFieldTypeByIndex()

[mingmxu] Update BeamSqlExample: - Fix mvn example - Add aggregation/group by

[mingmxu] take SerializableFunction as UDF.

[mingmxu] [BEAM-2744] rename BeamRecordType#size()

[mingmxu] update JavaDoc for BeamRecord, BeamRecordType. Also only create new 
UDF

[mingmxu] take CombineFn as UDAF.

[mingmxu] [BEAM-2740] Hide BeamSqlEnv.

[mingmxu] Add @Experimental and ImmutableList.copyOf

[mingmxu] Switch to unmodifiableList

[mingmxu] rename simpleQuery to query and query to queryMulti

[mingmxu] update JavaDoc of BeamSortRel

[mingmxu] var_pop and var_samp

[robertwb] Fix (and test) FnApiRunner in grpc mode.

[lcwik] [BEAM-2862] Add PTransform overrides specific to execution of

[klk] Key StateTable off id, not full StateTag

[ekirpichov] Cleans up PTransform validation across Beam

[relax] Add ability to set job labels to BEAM Java SDK

[chamikara] [BEAM-2861] Fix tests which fail with google credential

[chamikara] Add first few BigtableWriteException to suppressed list when 
rethrowing

[mingmxu] [BEAM-2804] support TIMESTAMP in sort

[chamikara] Fix GqlQueryTranslateFn to pass localhost option to DatastoreFactory

[klk] Improve error message for bad DoFn URN in ParDoTranslation

[klk] Key DoFnInstanceManager cache on AppliedPTransform

[klk] Add fast path to ParDoTranslation for known ParDo class

[owenzhang1990] [BEAM-2632] Use Junit Paramaterized test suits in TextIOReadTest

[staslevin] [BEAM-2859] Fixed processing timers not being properly fired when

[pei] flink-runner: constructs exception string only when neccessary, it

[klk] Key FlinkRunner streaming translation off URN

[kirpichov] [BEAM-1637] Create Elasticsearch IO compatible with ES 5.x

[kirpichov] Piggyback: deflakes MongoDBGridFSIOTest which failed during merge

[aljoscha.krettek] [BEAM-2807] Fix NPE error on 
CoderTypeSerializerConfigSnapshot

[lcwik] [BEAM-2790] Use byte[] instead of ByteBuffer to read from

[lcwik] Fall back to inputStream.read(byteBuffer) in case of off-heap byteBuffer

[chamikara] Improve performance of bundle retry

[lcwik] [BEAM-2956] Attempt to correctly report the Dataflow distribution in GCP

[lcwik] [BEAM-2961] Add missing OnTimeBehavior proto translation to

[lcwik] [BEAM-2808] Improving error message in

[echauchot] [BEAM-2957] Fix flaky ElasticsearchIOTest.testSplit in

[kirpichov] Speeds up CompressedSourceTest

[klk] Move DoFnInfo to SDK util

[klk] Update Dataflow container version to 20170918

[aljoscha.krettek] [BEAM-2948] Register default FileSystems in 
StreamOperator.setup()

[robertwb] [BEAM-2964] Exclude incompatible six release.

[kirpichov] [BEAM-407] Fixes findbugs warnings in OffsetRangeTracker

[robertwb] Refactor fn api runner into universal local runner.

[robertwb] Implement ULR subprocess mode.

[robertwb] Allow worker to be started as a subprocess.

[robertwb] Streaming Job API.

[robertwb] Lint and documentation.

[robertwb] Allow subclasses of tuple, list, and dict as pvaluish inputs/outputs.

[robertwb] Support multiple materializations of the same pvalue.

[kirpichov] Updates grpc-google-pubsub-v1 to grpc-google-cloud-pubsub-v1

------------------------------------------
[...truncated 111.46 KB...]

2017-09-20 06:32:06,448 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:32:32,189 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:32:32,244 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:32:32,244 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:32:59,149 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:32:59,175 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:32:59,176 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:33:23,793 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:33:23,836 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:33:23,837 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:33:46,533 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:33:46,578 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:33:46,578 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:34:06,101 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:34:06,124 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:34:06,125 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:34:31,649 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:34:31,721 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:34:31,722 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:35:01,049 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:35:01,085 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:35:01,085 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:35:30,526 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:35:30,549 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:35:30,549 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:35:49,289 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:35:49,318 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:35:49,318 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:36:09,381 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:36:09,412 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:36:09,413 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:36:25,688 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:36:25,705 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:36:25,705 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:36:52,072 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:36:52,092 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:36:52,093 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:37:21,813 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:37:21,839 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:37:21,839 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:37:43,197 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:37:43,223 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:37:43,223 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:38:02,381 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:38:02,426 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:38:02,427 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:38:25,418 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:38:25,472 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:38:25,472 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:38:42,985 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:38:43,023 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:38:43,023 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:39:12,585 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:39:12,605 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:39:12,606 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:39:40,421 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:39:40,471 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:39:40,472 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:39:58,453 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:39:58,503 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:39:58,504 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:40:27,714 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:40:27,729 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:40:27,729 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:40:49,542 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:40:49,559 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:40:49,559 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Retrying exception running IssueRetryableCommand: Command returned a 
non-zero exit code.

2017-09-20 06:41:17,105 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Running: /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml>
2017-09-20 06:41:17,121 c09e45c4 MainThread beam_integration_benchmark(1/1) 
INFO     Ran /usr/lib/google-cloud-sdk/bin/kubectl 
--kubeconfig=/home/jenkins/.kube/config delete -f 
<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/.test-infra/kubernetes/postgres/postgres.yml.>
 Got return code (1).
STDOUT: 
STDERR: error: stat /home/jenkins/.kube/config: no such file or directory

2017-09-20 06:41:17,123 c09e45c4 MainThread beam_integration_benchmark(1/1) 
ERROR    Benchmark 1/1 beam_integration_benchmark (UID: 
beam_integration_benchmark0) failed. Execution will continue.
2017-09-20 06:41:17,175 c09e45c4 MainThread INFO     Benchmark run statuses:
---------------------------------------------------------------
Name                        UID                          Status
---------------------------------------------------------------
beam_integration_benchmark  beam_integration_benchmark0  FAILED
---------------------------------------------------------------
Success rate: 0.00% (0/1)
2017-09-20 06:41:17,175 c09e45c4 MainThread INFO     Complete logs can be found 
at: /tmp/perfkitbenchmarker/runs/c09e45c4/pkb.log
2017-09-20 06:41:17,176 c09e45c4 MainThread INFO     Completion statuses can be 
found at: /tmp/perfkitbenchmarker/runs/c09e45c4/completion_statuses.json
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit 
value: 1)
        at 
org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
        at 
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
        at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:804)
        at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:751)
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:313)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:05 min
[INFO] Finished at: 2017-09-20T06:41:17Z
[INFO] Final Memory: 82M/1329M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec 
(default) on project beam-sdks-java-io-jdbc: Command execution failed. Process 
exited with an error: 1 (Exit value: 1) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default) on project 
beam-sdks-java-io-jdbc: Command execution failed.
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Command execution 
failed.
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:326)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        ... 20 more
Caused by: org.apache.commons.exec.ExecuteException: Process exited with an 
error: 1 (Exit value: 1)
        at 
org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
        at 
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
        at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:804)
        at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo.java:751)
        at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:313)
        ... 22 more
[ERROR] 
[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/MojoExecutionException
Build step 'Execute shell' marked build as failure

Reply via email to