You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/07/08 18:39:46 UTC

Build failed in Jenkins: beam_PostCommit_Java_Nexmark_Direct #7592

See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Nexmark_Direct/7592/display/redirect?page=changes>

Changes:

[raphael.sanamyan] [BEAM-12511] Add ability to use JdbcIO.Write.withResults without

[Luke Cwik] [BEAM-12547] Consume vendored gRPC 1.36.0 0.2 and fix test to ensure

[noreply] Merge pull request #15135: [BEAM-10887] Timer clear Reapply timer clear

[noreply] [BEAM-9547] Add implementations for some lesser-used pandas operations


------------------------------------------
[...truncated 383.34 KB...]
2021-07-08T18:39:22.809Z Running query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true
2021-07-08T18:39:22.809Z skipping since configuration is not implemented
2021-07-08T18:39:22.809Z Running query:PORTABILITY_BATCH; exportSummaryToBigQuery:true
2021-07-08T18:39:22.809Z skipping since configuration is not implemented
2021-07-08T18:39:22.809Z Running query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true

==========================================================================================
Run started 2021-07-08T18:32:43.573Z and ran for PT399.235S

Default configuration:
{"debug":true,"query":null,"sourceType":"DIRECT","generateEventFilePathPrefix":null,"sinkType":"DEVNULL","exportSummaryToBigQuery":false,"pubSubMode":"COMBINED","pubsubMessageSerializationMethod":"CODER","sideInputType":"DIRECT","sideInputRowCount":500,"sideInputNumShards":3,"sideInputUrl":null,"sessionGap":600000,"numEvents":100000,"numEventGenerators":100,"rateShape":"SINE","firstEventRate":10000,"nextEventRate":10000,"rateUnit":"PER_SECOND","ratePeriodSec":600,"preloadSeconds":0,"streamTimeout":240,"isRateLimited":false,"useWallclockEventTime":false,"avgPersonByteSize":200,"avgAuctionByteSize":500,"avgBidByteSize":100,"hotAuctionRatio":2,"hotSellersRatio":4,"hotBiddersRatio":4,"windowSizeSec":10,"windowPeriodSec":5,"watermarkHoldbackSec":0,"numInFlightAuctions":100,"numActivePeople":1000,"coderStrategy":"HAND","cpuDelayMs":0,"diskBusyBytes":0,"auctionSkip":123,"fanout":5,"maxAuctionsWaitingTime":600,"occasionalDelaySec":3,"probDelayedEvent":0.1,"maxLogEvents":100000,"usePubsubPublishTime":false,"outOfOrderGroupSize":1,"numKeyBuckets":20000,"pardoCPUFactor":1.0}

Configurations:
  Conf  Description
  0000  query:PASSTHROUGH; exportSummaryToBigQuery:true
  0001  query:CURRENCY_CONVERSION; exportSummaryToBigQuery:true
  0002  query:SELECTION; exportSummaryToBigQuery:true
  0003  query:LOCAL_ITEM_SUGGESTION; exportSummaryToBigQuery:true
  0004  query:AVERAGE_PRICE_FOR_CATEGORY; exportSummaryToBigQuery:true; numEvents:10000
  0005  query:HOT_ITEMS; exportSummaryToBigQuery:true
  0006  query:AVERAGE_SELLING_PRICE_BY_SELLER; exportSummaryToBigQuery:true; numEvents:10000
  0007  query:HIGHEST_BID; exportSummaryToBigQuery:true
  0008  query:MONITOR_NEW_USERS; exportSummaryToBigQuery:true
  0009  query:WINNING_BIDS; exportSummaryToBigQuery:true; numEvents:10000
  0010  query:LOG_TO_SHARDED_FILES; exportSummaryToBigQuery:true
  0011  query:USER_SESSIONS; exportSummaryToBigQuery:true
  0012  query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true
  0013  query:PORTABILITY_BATCH; exportSummaryToBigQuery:true
  0014  query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true
  0015  query:SESSION_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true

Performance:
  Conf  Runtime(sec)    (Baseline)  Events(/sec)    (Baseline)       Results    (Baseline)
  0000          14.9                      6705.1                       92000              
  0001          10.6                      9442.0                       92000              
  0002           6.3                     15964.2                         351              
  0003           8.1                     12380.8                         580              
  0004  *** not run ***
  0005  *** not run ***
  0006  *** not run ***
  0007         353.1                       283.2                           1              
  0008  *** not run ***
  0009  *** not run ***
  0010  *** not run ***
  0011  *** not run ***
  0012  *** not run ***
  0013  *** not run ***
  0014  *** not run ***
  0015  *** not run ***
==========================================================================================

2021-07-08T18:39:22.812Z Generating 100000 events in streaming mode
Jul 08, 2021 6:39:22 PM org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQL:
WITH `bid_with_side` (`auction`, `bidder`, `price`, `dateTime`, `extra`, `side_id`) AS (SELECT `bid`.`auction`, `bid`.`bidder`, `bid`.`price`, `bid`.`dateTime`, `bid`.`extra`, CAST(MOD(`bid`.`bidder`, 500) AS BIGINT) AS `side_id`
FROM `beam`.`bid` AS `bid`) (SELECT `bid_with_side`.`auction`, `bid_with_side`.`bidder`, `bid_with_side`.`price`, `bid_with_side`.`dateTime`, `side`.`extra`
FROM `bid_with_side` AS `bid_with_side`,
`beam`.`side` AS `side`
WHERE `bid_with_side`.`side_id` = `side`.`id`)
Jul 08, 2021 6:39:22 PM org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQLPlan>
LogicalProject(auction=[$0], bidder=[$1], price=[$2], dateTime=[$3], extra=[$7])
  LogicalFilter(condition=[=($5, $6)])
    LogicalJoin(condition=[true], joinType=[inner])
      LogicalProject(auction=[$0], bidder=[$1], price=[$2], dateTime=[$3], extra=[$4], side_id=[CAST(MOD($1, 500)):BIGINT NOT NULL])
        BeamIOSourceRel(table=[[beam, bid]])
      BeamIOSourceRel(table=[[beam, side]])

Jul 08, 2021 6:39:23 PM org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: BEAMPlan>
BeamCalcRel(expr#0..7=[{inputs}], proj#0..3=[{exprs}], extra=[$t7])
  BeamSideInputJoinRel(condition=[=($5, $6)], joinType=[inner])
    BeamCalcRel(expr#0..4=[{inputs}], expr#5=[500], expr#6=[MOD($t1, $t5)], expr#7=[CAST($t6):BIGINT NOT NULL], proj#0..4=[{exprs}], side_id=[$t7])
      BeamIOSourceRel(table=[[beam, bid]])
    BeamIOSourceRel(table=[[beam, side]])

2021-07-08T18:39:41.965Z Waiting for main pipeline to 'finish'
2021-07-08T18:39:41.966Z DONE SqlBoundedSideInputJoin
2021-07-08T18:39:41.966Z 1 samples not enough to calculate steady-state event rate
Jul 08, 2021 6:39:41 PM org.apache.beam.sdk.testutils.metrics.MetricsReader getCounterMetric
SEVERE: Failed to get metric fatal, from namespace SqlBoundedSideInputJoin
2021-07-08T18:39:41.967Z Running query:SESSION_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true
2021-07-08T18:39:41.967Z skipping since configuration is not implemented

==========================================================================================
Run started 2021-07-08T18:32:43.573Z and ran for PT418.394S

Default configuration:
{"debug":true,"query":null,"sourceType":"DIRECT","generateEventFilePathPrefix":null,"sinkType":"DEVNULL","exportSummaryToBigQuery":false,"pubSubMode":"COMBINED","pubsubMessageSerializationMethod":"CODER","sideInputType":"DIRECT","sideInputRowCount":500,"sideInputNumShards":3,"sideInputUrl":null,"sessionGap":600000,"numEvents":100000,"numEventGenerators":100,"rateShape":"SINE","firstEventRate":10000,"nextEventRate":10000,"rateUnit":"PER_SECOND","ratePeriodSec":600,"preloadSeconds":0,"streamTimeout":240,"isRateLimited":false,"useWallclockEventTime":false,"avgPersonByteSize":200,"avgAuctionByteSize":500,"avgBidByteSize":100,"hotAuctionRatio":2,"hotSellersRatio":4,"hotBiddersRatio":4,"windowSizeSec":10,"windowPeriodSec":5,"watermarkHoldbackSec":0,"numInFlightAuctions":100,"numActivePeople":1000,"coderStrategy":"HAND","cpuDelayMs":0,"diskBusyBytes":0,"auctionSkip":123,"fanout":5,"maxAuctionsWaitingTime":600,"occasionalDelaySec":3,"probDelayedEvent":0.1,"maxLogEvents":100000,"usePubsubPublishTime":false,"outOfOrderGroupSize":1,"numKeyBuckets":20000,"pardoCPUFactor":1.0}

Configurations:
  Conf  Description
  0000  query:PASSTHROUGH; exportSummaryToBigQuery:true
  0001  query:CURRENCY_CONVERSION; exportSummaryToBigQuery:true
  0002  query:SELECTION; exportSummaryToBigQuery:true
  0003  query:LOCAL_ITEM_SUGGESTION; exportSummaryToBigQuery:true
  0004  query:AVERAGE_PRICE_FOR_CATEGORY; exportSummaryToBigQuery:true; numEvents:10000
  0005  query:HOT_ITEMS; exportSummaryToBigQuery:true
  0006  query:AVERAGE_SELLING_PRICE_BY_SELLER; exportSummaryToBigQuery:true; numEvents:10000
  0007  query:HIGHEST_BID; exportSummaryToBigQuery:true
  0008  query:MONITOR_NEW_USERS; exportSummaryToBigQuery:true
  0009  query:WINNING_BIDS; exportSummaryToBigQuery:true; numEvents:10000
  0010  query:LOG_TO_SHARDED_FILES; exportSummaryToBigQuery:true
  0011  query:USER_SESSIONS; exportSummaryToBigQuery:true
  0012  query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true
  0013  query:PORTABILITY_BATCH; exportSummaryToBigQuery:true
  0014  query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true
  0015  query:SESSION_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true

Performance:
  Conf  Runtime(sec)    (Baseline)  Events(/sec)    (Baseline)       Results    (Baseline)
  0000          14.9                      6705.1                       92000              
  0001          10.6                      9442.0                       92000              
  0002           6.3                     15964.2                         351              
  0003           8.1                     12380.8                         580              
  0004  *** not run ***
  0005  *** not run ***
  0006  *** not run ***
  0007         353.1                       283.2                           1              
  0008  *** not run ***
  0009  *** not run ***
  0010  *** not run ***
  0011  *** not run ***
  0012  *** not run ***
  0013  *** not run ***
  0014          18.8                      5331.9                       92000              
  0015  *** not run ***
==========================================================================================


==========================================================================================
Run started 2021-07-08T18:32:43.573Z and ran for PT420.269S

Default configuration:
{"debug":true,"query":null,"sourceType":"DIRECT","generateEventFilePathPrefix":null,"sinkType":"DEVNULL","exportSummaryToBigQuery":false,"pubSubMode":"COMBINED","pubsubMessageSerializationMethod":"CODER","sideInputType":"DIRECT","sideInputRowCount":500,"sideInputNumShards":3,"sideInputUrl":null,"sessionGap":600000,"numEvents":100000,"numEventGenerators":100,"rateShape":"SINE","firstEventRate":10000,"nextEventRate":10000,"rateUnit":"PER_SECOND","ratePeriodSec":600,"preloadSeconds":0,"streamTimeout":240,"isRateLimited":false,"useWallclockEventTime":false,"avgPersonByteSize":200,"avgAuctionByteSize":500,"avgBidByteSize":100,"hotAuctionRatio":2,"hotSellersRatio":4,"hotBiddersRatio":4,"windowSizeSec":10,"windowPeriodSec":5,"watermarkHoldbackSec":0,"numInFlightAuctions":100,"numActivePeople":1000,"coderStrategy":"HAND","cpuDelayMs":0,"diskBusyBytes":0,"auctionSkip":123,"fanout":5,"maxAuctionsWaitingTime":600,"occasionalDelaySec":3,"probDelayedEvent":0.1,"maxLogEvents":100000,"usePubsubPublishTime":false,"outOfOrderGroupSize":1,"numKeyBuckets":20000,"pardoCPUFactor":1.0}

Configurations:
  Conf  Description
  0000  query:PASSTHROUGH; exportSummaryToBigQuery:true
  0001  query:CURRENCY_CONVERSION; exportSummaryToBigQuery:true
  0002  query:SELECTION; exportSummaryToBigQuery:true
  0003  query:LOCAL_ITEM_SUGGESTION; exportSummaryToBigQuery:true
  0004  query:AVERAGE_PRICE_FOR_CATEGORY; exportSummaryToBigQuery:true; numEvents:10000
  0005  query:HOT_ITEMS; exportSummaryToBigQuery:true
  0006  query:AVERAGE_SELLING_PRICE_BY_SELLER; exportSummaryToBigQuery:true; numEvents:10000
  0007  query:HIGHEST_BID; exportSummaryToBigQuery:true
  0008  query:MONITOR_NEW_USERS; exportSummaryToBigQuery:true
  0009  query:WINNING_BIDS; exportSummaryToBigQuery:true; numEvents:10000
  0010  query:LOG_TO_SHARDED_FILES; exportSummaryToBigQuery:true
  0011  query:USER_SESSIONS; exportSummaryToBigQuery:true
  0012  query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true
  0013  query:PORTABILITY_BATCH; exportSummaryToBigQuery:true
  0014  query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true
Exception in thread "main"   0015  query:SESSION_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true

Performance:
  Conf  Runtime(sec)    (Baseline)  Events(/sec)    (Baseline)       Results    (Baseline)
  0000          14.9                      6705.1                       92000              
  0001          10.6                      9442.0                       92000              
  0002           6.3                     15964.2                         351              
  0003           8.1                     12380.8                         580              
  0004  *** not run ***
  0005  *** not run ***
  0006  *** not run ***
  0007         353.1                       283.2                           1              
  0008  *** not run ***
  0009  *** not run ***
  0010  *** not run ***
  0011  *** not run ***
  0012  *** not run ***
  0013  *** not run ***
  0014          18.8                      5331.9                       92000              
  0015  *** not run ***
==========================================================================================

com.google.cloud.bigquery.BigQueryException: 502 Bad Gateway
POST https://www.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/nexmark/tables/nexmark_7_sql_DirectRunner_streaming/insertAll?prettyPrint=false
<!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 502 (Server Error)!!1</title>
  <style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>502.</b> <ins>That’s an error.</ins>
  <p>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.  <ins>That’s all we know.</ins>

	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:115)
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.insertAll(HttpBigQueryRpc.java:494)
	at com.google.cloud.bigquery.BigQueryImpl.insertAll(BigQueryImpl.java:1036)
	at org.apache.beam.sdk.testutils.publishing.BigQueryClient.insertAll(BigQueryClient.java:123)
	at org.apache.beam.sdk.testutils.publishing.BigQueryClient.insertRow(BigQueryClient.java:98)
	at org.apache.beam.sdk.testutils.publishing.BigQueryClient.insertRow(BigQueryClient.java:89)
	at org.apache.beam.sdk.testutils.publishing.BigQueryResultsPublisher.publish(BigQueryResultsPublisher.java:47)
	at org.apache.beam.sdk.nexmark.Main.savePerfsToBigQuery(Main.java:203)
	at org.apache.beam.sdk.nexmark.Main.runAll(Main.java:164)
	at org.apache.beam.sdk.nexmark.Main.main(Main.java:495)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 502 Bad Gateway
POST https://www.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/nexmark/tables/nexmark_7_sql_DirectRunner_streaming/insertAll?prettyPrint=false
<!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 502 (Server Error)!!1</title>
  <style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>502.</b> <ins>That’s an error.</ins>
  <p>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.  <ins>That’s all we know.</ins>

	at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:146)
	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:118)
	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:37)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:428)
	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1111)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:514)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:455)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:565)
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.insertAll(HttpBigQueryRpc.java:492)
	... 8 more

> Task :sdks:java:testing:nexmark:run FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:testing:nexmark:run'.
> Process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 7m 6s
100 actionable tasks: 2 executed, 98 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Java_Nexmark_Direct #7593

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Java_Nexmark_Direct/7593/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org