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

Changes:

[github] [BEAM-9147] Add a VideoIntelligence transform to Java SDK (#11261)


------------------------------------------
[...truncated 7.89 MB...]
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:31:17 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:31:37 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:31:59 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
apache_beam.utils.retry: WARNING: Retry with exponential backoff: waiting for 
16.614098926062407 seconds before retrying get_or_create_dataset because we 
caught exception: apitools.base.py.exceptions.BadStatusCodeError: HttpError 
accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:32:33 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
 Traceback for above exception (most recent call last):
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/apache_beam/utils/retry.py";,>
 line 236, in wrapper
    return fun(*args, **kwargs)
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/apache_beam/io/gcp/bigquery_tools.py";,>
 line 543, in get_or_create_dataset
    response = self.client.datasets.Insert(request)
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_client.py";,>
 line 142, in Insert
    config, request, global_params=global_params)
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/build/gradleenv/-1734967054/lib/python3.5/site-packages/apitools/base/py/base_api.py";,>
 line 729, in _RunMethod
    http, http_request, **opts)
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/build/gradleenv/-1734967054/lib/python3.5/site-packages/apitools/base/py/http_wrapper.py";,>
 line 346, in MakeRequest
    check_response_func=check_response_func)
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/build/gradleenv/-1734967054/lib/python3.5/site-packages/apitools/base/py/http_wrapper.py";,>
 line 402, in _MakeRequestNoRetry
    check_response_func(response)
  File 
"<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/build/gradleenv/-1734967054/lib/python3.5/site-packages/apitools/base/py/http_wrapper.py";,>
 line 223, in CheckResponse
    raise exceptions.BadStatusCodeError.FromResponse(response)

root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:33:07 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:33:26 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:33:46 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
root: DEBUG: Response returned status 503, retrying
root: DEBUG: Retrying request to url 
https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json
 after exception HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets?alt=json>:
 response: <{'content-type': 'application/json; charset=UTF-8', 
'content-length': '342', 'server': 'ESF', 'date': 'Wed, 08 Apr 2020 14:34:10 
GMT', 'transfer-encoding': 'chunked', 'cache-control': 'private', 'vary': 
'Origin, X-Origin, Referer', 'x-frame-options': 'SAMEORIGIN', 
'x-content-type-options': 'nosniff', '-content-encoding': 'gzip', 'status': 
'503', 'x-xss-protection': '0'}>, content <{
  "error": {
    "code": 503,
    "message": "Error encountered during execution. Retrying may solve the 
problem.",
    "errors": [
      {
        "message": "Error encountered during execution. Retrying may solve the 
problem.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "UNAVAILABLE"
  }
}
>
--------------------- >> end captured logging << ---------------------
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_28-14133503531852569981?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_48_26-2661814741430087327?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_56_09-15776897778745105426?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_04-14374420292151556196?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_48_24-12582061977632083359?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_55_54-10590603840220873718?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_08_03_37-9711859596043410916?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_06-4845312866149833372?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_50_25-2174724070705759723?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_57_59-13593035969908512571?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_48-6758653231859867073?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_49_22-12324516784887779861?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_56_31-8207791265153281891?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_08_05_09-249975852552220255?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_27-17521040622231580298?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_58_12-2520093933499160577?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_07-14148358044581998336?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_48_26-17838465260087171?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_56_01-7632206692520953707?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_08_03_00-12012671647988534475?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_39_17-11058279852939328958?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_48_57-11573861275453142606?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_57_17-177766050939799855?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_40_01-4396220812724982015?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_50_14-18176043810792078285?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_07_58_54-7447736767799673277?project=apache-beam-testing
Worker logs: 
https://console.cloud.google.com/dataflow/jobs/us-central1/2020-04-08_08_07_06-5323187741056120636?project=apache-beam-testing

----------------------------------------------------------------------
XML: nosetests-postCommitIT-df-py35.xml
----------------------------------------------------------------------
XML: 
<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 54 tests in 3546.581s

FAILED (SKIP=6, errors=18)

> Task :sdks:python:test-suites:dataflow:py35:postCommitIT FAILED

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Build file 
'<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/test-suites/portable/py35/build.gradle'>
 line: 62

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:portable:py35:postCommitPy35IT'.
> Process 'command 'sh'' 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.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Build file 
'<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/test-suites/direct/py35/build.gradle'>
 line: 51

* What went wrong:
Execution failed for task ':sdks:python:test-suites:direct:py35:postCommitIT'.
> Process 'command 'sh'' 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.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Build file 
'<https://builds.apache.org/job/beam_PostCommit_Python35/ws/src/sdks/python/test-suites/dataflow/py35/build.gradle'>
 line: 56

* What went wrong:
Execution failed for task ':sdks:python:test-suites:dataflow:py35:postCommitIT'.
> Process 'command 'sh'' 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1h 0m 23s
86 actionable tasks: 64 executed, 22 from cache

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to