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

Changes:

[lukasz.gajowy] [BEAM-4838] Add dockerfile for standalone Jenkins. Plugins 
included.

------------------------------------------
[...truncated 12.68 MB...]
    INFO: Still waiting for BigQuery job 
beam_load_bigqueryreadwriteit0testsqltypesjenkins07251210407c416182_eafbad8e5992460c80bc719d041c0e74_381e8fc533559c84c4c010507d7f38e2_00001_00000-0,
 currently in status {"state":"RUNNING"}
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_load_bigqueryreadwriteit0testsqltypesjenkins07251210407c416182_eafbad8e5992460c80bc719d041c0e74_381e8fc533559c84c4c010507d7f38e2_00001_00000-0
    Jul 25, 2018 12:10:42 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: BigQuery job 
{jobId=beam_load_bigqueryreadwriteit0testsqltypesjenkins07251210407c416182_eafbad8e5992460c80bc719d041c0e74_381e8fc533559c84c4c010507d7f38e2_00001_00000-0,
 location=US, projectId=apache-beam-testing} completed in state DONE
    Jul 25, 2018 12:10:42 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Load job 
{jobId=beam_load_bigqueryreadwriteit0testsqltypesjenkins07251210407c416182_eafbad8e5992460c80bc719d041c0e74_381e8fc533559c84c4c010507d7f38e2_00001_00000-0,
 location=US, projectId=apache-beam-testing} succeeded. Statistics: 
{"creationTime":"1532520641492","endTime":"1532520642501","load":{"badRecords":"0","inputFileBytes":"243","inputFiles":"1","outputBytes":"82","outputRows":"1"},"startTime":"1532520641749"}

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryReadWriteIT > 
testSQLRead STANDARD_ERROR
    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl 
createTable
    INFO: Trying to create BigQuery table: 
apache-beam-testing:integ_test.BigQueryReadWriteIT_testSQLRead_2018_07_25_12_10_43_335_6104191377949971596

org.apache.beam.sdk.extensions.sql.PubsubToBigqueryIT > testSimpleInsert 
STANDARD_ERROR
    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.io.gcp.pubsub.PubsubUnboundedSource createRandomSubscription
    WARNING: Created subscription 
projects/apache-beam-testing/subscriptions/integ-test-PubsubToBigqueryIT-testSimpleInsert-2018-07-25-12-10-36-234-events-1971922050796261651_beam_7692414073592689338
 to topic 
projects/apache-beam-testing/topics/integ-test-PubsubToBigqueryIT-testSimpleInsert-2018-07-25-12-10-36-234-events-1971922050796261651.
 Note this subscription WILL NOT be deleted when the pipeline terminates

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryReadWriteIT > 
testSQLRead STANDARD_ERROR
    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl 
createTable
    INFO: Trying to create BigQuery table: 
apache-beam-testing:integ_test.BigQueryReadWriteIT_testSQLRead_2018_07_25_12_10_43_544_779234024058461379
    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQL:
    INSERT INTO `beam`.`TEST`
    VALUES ROW(9223372036854775807, 127, 32767, 2147483647, 1.0, 1.0, TRUE, 
TIMESTAMP '2018-05-28 20:17:40.123', 'varchar', 'char', ARRAY['123', '456'])
    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    BeamIOSinkRel(table=[[beam, TEST]], operation=[INSERT], flattened=[true])
      LogicalProject(c_bigint=[9223372036854775807], c_tinyint=[127], 
c_smallint=[32767], c_integer=[2147483647], c_float=[1.0], c_double=[1.0], 
c_boolean=[true], c_timestamp=[2018-05-28 20:17:40.123], c_varchar=['varchar'], 
c_char=['char'], c_arr=[ARRAY('123', '456')])
        LogicalValues(tuples=[[{ 0 }]])

    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamIOSinkRel(table=[[beam, TEST]], operation=[INSERT], flattened=[true])
      BeamCalcRel(expr#0=[{inputs}], expr#1=[9223372036854775807], 
expr#2=[127], expr#3=[32767], expr#4=[2147483647], expr#5=[1.0], expr#6=[true], 
expr#7=[2018-05-28 20:17:40.123], expr#8=['varchar'], expr#9=['char'], 
expr#10=['123'], expr#11=['456'], expr#12=[ARRAY($t10, $t11)], c_bigint=[$t1], 
c_tinyint=[$t2], c_smallint=[$t3], c_integer=[$t4], c_float=[$t5], 
c_double=[$t5], c_boolean=[$t6], c_timestamp=[$t7], c_varchar=[$t8], 
c_char=[$t9], c_arr=[$t12])
        BeamValuesRel(tuples=[[{ 0 }]])

    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQL:
    INSERT INTO `beam`.`TEST`
    VALUES ROW(9223372036854775807, 127, 32767, 2147483647, 1.0, 1.0, TRUE, 
TIMESTAMP '2018-05-28 20:17:40.123', 'varchar', 'char', ARRAY['123', '456'])
    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    BeamIOSinkRel(table=[[beam, TEST]], operation=[INSERT], flattened=[true])
      LogicalProject(c_bigint=[9223372036854775807], c_tinyint=[127], 
c_smallint=[32767], c_integer=[2147483647], c_float=[1.0], c_double=[1.0], 
c_boolean=[true], c_timestamp=[2018-05-28 20:17:40.123], c_varchar=['varchar'], 
c_char=['char'], c_arr=[ARRAY('123', '456')])
        LogicalValues(tuples=[[{ 0 }]])

    Jul 25, 2018 12:10:43 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamIOSinkRel(table=[[beam, TEST]], operation=[INSERT], flattened=[true])
      BeamCalcRel(expr#0=[{inputs}], expr#1=[9223372036854775807], 
expr#2=[127], expr#3=[32767], expr#4=[2147483647], expr#5=[1.0], expr#6=[true], 
expr#7=[2018-05-28 20:17:40.123], expr#8=['varchar'], expr#9=['char'], 
expr#10=['123'], expr#11=['456'], expr#12=[ARRAY($t10, $t11)], c_bigint=[$t1], 
c_tinyint=[$t2], c_smallint=[$t3], c_integer=[$t4], c_float=[$t5], 
c_double=[$t5], c_boolean=[$t6], c_timestamp=[$t7], c_varchar=[$t8], 
c_char=[$t9], c_arr=[$t12])
        BeamValuesRel(tuples=[[{ 0 }]])

    Jul 25, 2018 12:10:44 PM org.apache.beam.sdk.io.gcp.bigquery.BatchLoads$4 
getTempFilePrefix
    INFO: Writing BigQuery temporary files to 
gs://temp-storage-for-end-to-end-tests/BigQueryWriteTemp/beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640/
 before loading them.
    Jul 25, 2018 12:10:44 PM org.apache.beam.sdk.io.gcp.bigquery.TableRowWriter 
<init>
    INFO: Opening TableRowWriter to 
gs://temp-storage-for-end-to-end-tests/BigQueryWriteTemp/beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640/ae9a1db2-a5f3-4f57-b4bd-1fbd363446b2.
    Jul 25, 2018 12:10:44 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Loading 1 files into {datasetId=integ_test, 
projectId=apache-beam-testing, 
tableId=BigQueryReadWriteIT_testSQLRead_2018_07_25_12_10_43_335_6104191377949971596}
 using job 
{jobId=beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0,
 location=US, projectId=apache-beam-testing}, attempt 0
    Jul 25, 2018 12:10:45 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl startJob
    INFO: Started BigQuery job: 
{jobId=beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0,
 location=US, projectId=apache-beam-testing}.
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0
    Jul 25, 2018 12:10:45 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Load job 
{jobId=beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0,
 location=US, projectId=apache-beam-testing} started
    Jul 25, 2018 12:10:45 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: Still waiting for BigQuery job 
beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0,
 currently in status {"state":"RUNNING"}
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0

org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubJsonIT > 
testSelectsPayloadContent STANDARD_ERROR
    Jul 25, 2018 12:10:45 PM 
org.apache.beam.sdk.io.gcp.pubsub.PubsubUnboundedSource createRandomSubscription
    WARNING: Created subscription 
projects/apache-beam-testing/subscriptions/integ-test-PubsubJsonIT-testSelectsPayloadContent-2018-07-25-12-10-37-808-events-7704550687902691382_beam_-8587483971888030249
 to topic 
projects/apache-beam-testing/topics/integ-test-PubsubJsonIT-testSelectsPayloadContent-2018-07-25-12-10-37-808-events-7704550687902691382.
 Note this subscription WILL NOT be deleted when the pipeline terminates

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryReadWriteIT > 
testSQLRead STANDARD_ERROR
    Jul 25, 2018 12:10:45 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: BigQuery job 
{jobId=beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0,
 location=US, projectId=apache-beam-testing} completed in state DONE
    Jul 25, 2018 12:10:45 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Load job 
{jobId=beam_load_bigqueryreadwriteit0testsqlreadjenkins072512104489cf6915_130b048ef4484d2583a398891707f640_86984c0c5f7f9103892fa0f681b03280_00001_00000-0,
 location=US, projectId=apache-beam-testing} succeeded. Statistics: 
{"creationTime":"1532520644792","endTime":"1532520645883","load":{"badRecords":"0","inputFileBytes":"243","inputFiles":"1","outputBytes":"82","outputRows":"1"},"startTime":"1532520645051"}
    Jul 25, 2018 12:10:46 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQL:
    SELECT `TEST`.`c_bigint`, `TEST`.`c_tinyint`, `TEST`.`c_smallint`, 
`TEST`.`c_integer`, `TEST`.`c_float`, `TEST`.`c_double`, `TEST`.`c_boolean`, 
`TEST`.`c_timestamp`, `TEST`.`c_varchar`, `TEST`.`c_char`, `TEST`.`c_arr`
    FROM `beam`.`TEST` AS `TEST`
    Jul 25, 2018 12:10:46 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    LogicalProject(c_bigint=[$0], c_tinyint=[$1], c_smallint=[$2], 
c_integer=[$3], c_float=[$4], c_double=[$5], c_boolean=[$6], c_timestamp=[$7], 
c_varchar=[$8], c_char=[$9], c_arr=[$10])
      BeamIOSourceRel(table=[[beam, TEST]])

    Jul 25, 2018 12:10:46 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamCalcRel(expr#0..10=[{inputs}], proj#0..10=[{exprs}])
      BeamIOSourceRel(table=[[beam, TEST]])

    Jul 25, 2018 12:10:46 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySourceBase executeExtract
    INFO: Starting BigQuery extract job: 
beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract
    Jul 25, 2018 12:10:46 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl startJob
    INFO: Started BigQuery job: 
{jobId=beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract,
 location=US, projectId=apache-beam-testing}.
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract
    Jul 25, 2018 12:10:47 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: Still waiting for BigQuery job 
beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract,
 currently in status {"state":"RUNNING"}
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract
    Jul 25, 2018 12:10:48 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: BigQuery job 
{jobId=beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract,
 location=US, projectId=apache-beam-testing} completed in state DONE
    Jul 25, 2018 12:10:48 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySourceBase executeExtract
    INFO: BigQuery extract job completed: 
beam_job_e41f9cf71a5d4735ba23e26a7eca559d_bigqueryreadwriteit0testsqlreadjenkins072512104682ff5a7a-extract
    Jul 25, 2018 12:10:48 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQuerySourceBase split
    INFO: Extract job produced 1 files
    Jul 25, 2018 12:10:48 PM org.apache.beam.sdk.io.FileBasedSource createReader
    INFO: Matched 1 files for pattern 
gs://temp-storage-for-end-to-end-tests/BigQueryExtractTemp/e41f9cf71a5d4735ba23e26a7eca559d/000000000000.avro
    Jul 25, 2018 12:10:48 PM org.apache.beam.sdk.io.FileBasedSource 
getEstimatedSizeBytes
    INFO: Filepattern 
gs://temp-storage-for-end-to-end-tests/BigQueryExtractTemp/e41f9cf71a5d4735ba23e26a7eca559d/000000000000.avro
 matched 1 files with total size 738

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryReadWriteIT > 
testInsertSelect STANDARD_ERROR
    Jul 25, 2018 12:10:49 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl 
createTable
    INFO: Trying to create BigQuery table: 
apache-beam-testing:integ_test.BigQueryReadWriteIT_testInsertSelect_2018_07_25_12_10_49_433_7713825963863450890
    Jul 25, 2018 12:10:49 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$DatasetServiceImpl 
createTable
    INFO: Trying to create BigQuery table: 
apache-beam-testing:integ_test.BigQueryReadWriteIT_testInsertSelect_2018_07_25_12_10_49_678_2877234717311013994
    Jul 25, 2018 12:10:49 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQL:
    INSERT INTO `beam`.`ORDERS_BQ`
    (SELECT `ORDERS_IN_MEMORY`.`id` AS `id`, `ORDERS_IN_MEMORY`.`name` AS 
`name`, `ORDERS_IN_MEMORY`.`arr` AS `arr`
    FROM `beam`.`ORDERS_IN_MEMORY` AS `ORDERS_IN_MEMORY`)
    Jul 25, 2018 12:10:49 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    BeamIOSinkRel(table=[[beam, ORDERS_BQ]], operation=[INSERT], 
flattened=[true])
      LogicalProject(id=[$0], name=[$1], arr=[$2])
        BeamIOSourceRel(table=[[beam, ORDERS_IN_MEMORY]])

    Jul 25, 2018 12:10:49 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamIOSinkRel(table=[[beam, ORDERS_BQ]], operation=[INSERT], 
flattened=[true])
      BeamCalcRel(expr#0..2=[{inputs}], proj#0..2=[{exprs}])
        BeamIOSourceRel(table=[[beam, ORDERS_IN_MEMORY]])

    Jul 25, 2018 12:10:50 PM org.apache.beam.sdk.io.gcp.bigquery.BatchLoads$4 
getTempFilePrefix
    INFO: Writing BigQuery temporary files to 
gs://temp-storage-for-end-to-end-tests/BigQueryWriteTemp/beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35/
 before loading them.
    Jul 25, 2018 12:10:50 PM org.apache.beam.sdk.io.gcp.bigquery.TableRowWriter 
<init>
    INFO: Opening TableRowWriter to 
gs://temp-storage-for-end-to-end-tests/BigQueryWriteTemp/beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35/81999102-90da-4c77-b990-4d41d27bc67c.
    Jul 25, 2018 12:10:50 PM org.apache.beam.sdk.io.gcp.bigquery.TableRowWriter 
<init>
    INFO: Opening TableRowWriter to 
gs://temp-storage-for-end-to-end-tests/BigQueryWriteTemp/beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35/45fad534-a460-43dd-8a38-77ac24407fb7.
    Jul 25, 2018 12:10:50 PM org.apache.beam.sdk.io.gcp.bigquery.TableRowWriter 
<init>
    INFO: Opening TableRowWriter to 
gs://temp-storage-for-end-to-end-tests/BigQueryWriteTemp/beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35/65f0f853-b509-4691-bd02-7b25248ed3be.
    Jul 25, 2018 12:10:50 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Loading 3 files into {datasetId=integ_test, 
projectId=apache-beam-testing, 
tableId=BigQueryReadWriteIT_testInsertSelect_2018_07_25_12_10_49_678_2877234717311013994}
 using job 
{jobId=beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0,
 location=US, projectId=apache-beam-testing}, attempt 0
    Jul 25, 2018 12:10:51 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl startJob
    INFO: Started BigQuery job: 
{jobId=beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0,
 location=US, projectId=apache-beam-testing}.
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0
    Jul 25, 2018 12:10:51 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Load job 
{jobId=beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0,
 location=US, projectId=apache-beam-testing} started
    Jul 25, 2018 12:10:51 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: Still waiting for BigQuery job 
beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0,
 currently in status {"state":"RUNNING"}
    bq show -j --format=prettyjson --project_id=apache-beam-testing 
beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0
    Jul 25, 2018 12:10:52 PM 
org.apache.beam.sdk.io.gcp.bigquery.BigQueryServicesImpl$JobServiceImpl pollJob
    INFO: BigQuery job 
{jobId=beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0,
 location=US, projectId=apache-beam-testing} completed in state DONE
    Jul 25, 2018 12:10:52 PM org.apache.beam.sdk.io.gcp.bigquery.WriteTables 
load
    INFO: Load job 
{jobId=beam_load_bigqueryreadwriteit0testinsertselectjenkins0725121050e5f595cb_d981c3ff182740c6a7e0ada0b0cd5d35_1c9f45ff77a7d2e160de9a95f94508cc_00001_00000-0,
 location=US, projectId=apache-beam-testing} succeeded. Statistics: 
{"creationTime":"1532520650884","endTime":"1532520652033","load":{"badRecords":"0","inputFileBytes":"126","inputFiles":"3","outputBytes":"69","outputRows":"3"},"startTime":"1532520651150"}

Gradle Test Executor 121 finished executing tests.
Gradle Test Executor 123 finished executing tests.

> Task :beam-sdks-java-extensions-sql:integrationTest

org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubJsonIT > 
testUsesDlq STANDARD_ERROR
    Jul 25, 2018 12:11:13 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQL:
    SELECT `message`.`payload`.`id`, `message`.`payload`.`name`
    FROM `beam`.`message` AS `message`
    Jul 25, 2018 12:11:13 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    LogicalProject(id=[$2], name=[$3])
      LogicalProject(event_timestamp=[$0], attributes=[$1], id=[$2.id], 
name=[$2.name])
        BeamIOSourceRel(table=[[beam, message]])

    Jul 25, 2018 12:11:13 PM 
org.apache.beam.sdk.extensions.sql.impl.BeamQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamCalcRel(expr#0..2=[{inputs}], expr#3=[$t2.id], expr#4=[$t2.name], 
id=[$t3], name=[$t4])
      BeamIOSourceRel(table=[[beam, message]])

    Jul 25, 2018 12:11:20 PM 
org.apache.beam.sdk.io.gcp.pubsub.PubsubUnboundedSource createRandomSubscription
    WARNING: Created subscription 
projects/apache-beam-testing/subscriptions/integ-test-PubsubJsonIT-testUsesDlq-2018-07-25-12-11-12-942-events-4367492095781803780_beam_-996923727610379707
 to topic 
projects/apache-beam-testing/topics/integ-test-PubsubJsonIT-testUsesDlq-2018-07-25-12-11-12-942-events-4367492095781803780.
 Note this subscription WILL NOT be deleted when the pipeline terminates
    Jul 25, 2018 12:11:23 PM 
org.apache.beam.sdk.io.gcp.pubsub.PubsubUnboundedSource createRandomSubscription
    WARNING: Created subscription 
projects/apache-beam-testing/subscriptions/integ-test-PubsubJsonIT-testUsesDlq-2018-07-25-12-11-12-689-events--1703766348176954104_beam_-2294260632805667769
 to topic 
projects/apache-beam-testing/topics/integ-test-PubsubJsonIT-testUsesDlq-2018-07-25-12-11-12-689-events--1703766348176954104.
 Note this subscription WILL NOT be deleted when the pipeline terminates
    Jul 25, 2018 12:11:38 PM org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal 
pollForResultForDuration
    WARNING: (Will retry) Error while polling 
projects/apache-beam-testing/subscriptions/start-subscription--3967108878539189287
 for signal: Status{code=DEADLINE_EXCEEDED, description=deadline exceeded after 
14998386606ns, cause=null}
    Jul 25, 2018 12:11:59 PM org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal 
pollForResultForDuration
    WARNING: (Will retry) Error while polling 
projects/apache-beam-testing/subscriptions/result-subscription--7726090519496741541
 for signal: Status{code=DEADLINE_EXCEEDED, description=Deadline expired before 
operation could complete., cause=null}
    Jul 25, 2018 12:12:15 PM org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal 
pollForResultForDuration
    WARNING: (Will retry) Error while polling 
projects/apache-beam-testing/subscriptions/result-subscription--7726090519496741541
 for signal: Status{code=DEADLINE_EXCEEDED, description=Deadline expired before 
operation could complete., cause=null}
    Jul 25, 2018 12:12:30 PM org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal 
pollForResultForDuration
    WARNING: (Will retry) Error while polling 
projects/apache-beam-testing/subscriptions/result-subscription--7726090519496741541
 for signal: Status{code=DEADLINE_EXCEEDED, description=Deadline expired before 
operation could complete., cause=null}

org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubJsonIT > 
testSQLLimit STANDARD_ERROR
    Jul 25, 2018 12:12:40 PM 
org.apache.beam.sdk.io.gcp.pubsub.PubsubUnboundedSource createRandomSubscription
    WARNING: Created subscription 
projects/apache-beam-testing/subscriptions/integ-test-PubsubJsonIT-testSQLLimit-2018-07-25-12-12-38-425-events--221350359345069413_beam_-157121360453138884
 to topic 
projects/apache-beam-testing/topics/integ-test-PubsubJsonIT-testSQLLimit-2018-07-25-12-12-38-425-events--221350359345069413.
 Note this subscription WILL NOT be deleted when the pipeline terminates

Gradle Test Executor 122 finished executing tests.

> Task :beam-sdks-java-extensions-sql:integrationTest
Finished generating test XML results (0.001 secs) into: 
<https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/ws/src/sdks/java/extensions/sql/build/test-results/integrationTest>
Generating HTML test report...
Finished generating test html results (0.003 secs) into: 
<https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/ws/src/sdks/java/extensions/sql/build/reports/tests/integrationTest>
Packing task ':beam-sdks-java-extensions-sql:integrationTest'
:beam-sdks-java-extensions-sql:integrationTest (Thread[Daemon worker,5,main]) 
completed. Took 3 mins 9.59 secs.
:beam-sdks-java-extensions-sql:postCommit (Thread[Daemon worker,5,main]) 
started.

> Task :beam-sdks-java-extensions-sql:postCommit
Skipping task ':beam-sdks-java-extensions-sql:postCommit' as it has no actions.
:beam-sdks-java-extensions-sql:postCommit (Thread[Daemon worker,5,main]) 
completed. Took 0.0 secs.

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':rat'.
> Found 5 files with unapproved/unknown licenses. See 
> <https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/ws/src/build/reports/rat/rat-report.txt>

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to 
get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':beam-sdks-java-extensions-google-cloud-platform-core:compileTestJava'.
> Compilation failed with exit code 1; see the compiler error output for 
> details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to 
get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':beam-sdks-java-io-jms:test'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/ws/src/sdks/java/io/jms/build/reports/tests/test/index.html>

* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to 
get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 5.0.
See 
https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 13m 32s
621 actionable tasks: 616 executed, 5 from cache

Publishing build scan...
https://gradle.com/s/ty7pigpwxfyp2

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

Reply via email to