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

Changes:

[kcweaver] [BEAM-10234] Fix error message for missing licenses.

[Robin Qiu] Simple code cleanup for ZetaSqlUtils

[noreply] [BEAM-9951] Adding integration tests for synthetic pipelines in Go

[noreply] [BEAM-9217] Update DoFn javadoc for schema type translation (#11984)

[noreply] Bump default Pubsub timeout to 60 seconds (#11985)

[noreply] Merge pull request #11950 from [BEAM-8596]: Add SplunkIO transform to

[noreply] Support HOP and  SESSION as TVF (#11868)


------------------------------------------
[...truncated 609.96 KB...]
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/client.py";,>
 line 47, in <module>
    from oauth2client import crypt
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/crypt.py";,>
 line 23, in <module>
    from oauth2client import _pure_python_crypt
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/_pure_python_crypt.py";,>
 line 26, in <module>
    import rsa
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/__init__.py";,>
 line 24, in <module>
    from rsa.key import newkeys, PrivateKey, PublicKey
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py";,>
 line 1
SyntaxError: Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details

----------------------------------------------------------------------
XML: nosetests-xlangValidateRunner.xml
----------------------------------------------------------------------
XML: 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 1 test in 0.455s

FAILED (errors=1)

> Task 
> :runners:flink:1.10:job-server:validatesCrossLanguageRunnerPythonUsingPython 
> FAILED
>>> RUNNING integration tests with pipeline options: --runner=PortableRunner 
>>> --environment_cache_millis=10000 --job_endpoint=localhost:18091
>>>   test options: --attr=UsesCrossLanguageTransforms
setup.py:262: UserWarning: You are using Apache Beam with Python 2. New 
releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/setuptools/dist.py>:476:
 UserWarning: Normalizing '2.23.0.dev' to '2.23.0.dev0'
  normalized_version,
running nosetests
running egg_info
INFO:gen_protos:Skipping proto regeneration: all files up to date
writing requirements to apache_beam.egg-info/requires.txt
writing apache_beam.egg-info/PKG-INFO
writing top-level names to apache_beam.egg-info/top_level.txt
writing dependency_links to apache_beam.egg-info/dependency_links.txt
writing entry points to apache_beam.egg-info/entry_points.txt
reading manifest file 'apache_beam.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
writing manifest file 'apache_beam.egg-info/SOURCES.txt'
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/__init__.py>:82:
 UserWarning: You are using Apache Beam with Python 2. New releases of Apache 
Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
Failure: SyntaxError (Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details (key.py, line 1)) ... ERROR

======================================================================
ERROR: Failure: SyntaxError (Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details (key.py, line 1))
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/nose/loader.py";,>
 line 418, in loadTestsFromName
    addr.filename, addr.module)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/nose/importer.py";,>
 line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/nose/importer.py";,>
 line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/__init__.py";,>
 line 96, in <module>
    from apache_beam import io
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/__init__.py";,>
 line 23, in <module>
    from apache_beam.io.avroio import *
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/avroio.py";,>
 line 64, in <module>
    from apache_beam.io import filebasedsink
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/filebasedsink.py";,>
 line 36, in <module>
    from apache_beam.io import iobase
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/iobase.py";,>
 line 57, in <module>
    from apache_beam.transforms import core
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/transforms/__init__.py";,>
 line 25, in <module>
    from apache_beam.transforms.external import *
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 43, in <module>
    from apache_beam.runners import pipeline_context
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/runners/__init__.py";,>
 line 31, in <module>
    from apache_beam.runners.dataflow.dataflow_runner import DataflowRunner
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/runners/dataflow/__init__.py";,>
 line 26, in <module>
    from apache_beam.runners.dataflow.dataflow_runner import DataflowRunner
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 49, in <module>
    from apache_beam.internal.gcp import json_value
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/internal/gcp/json_value.py";,>
 line 32, in <module>
    from apitools.base.py import extra_types
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/apitools/base/py/__init__.py";,>
 line 21, in <module>
    from apitools.base.py.base_api import *
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/apitools/base/py/base_api.py";,>
 line 35, in <module>
    from apitools.base.py import http_wrapper
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/apitools/base/py/http_wrapper.py";,>
 line 39, in <module>
    from oauth2client.client import HttpAccessTokenRefreshError as 
TokenRefreshError  # noqa
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/client.py";,>
 line 47, in <module>
    from oauth2client import crypt
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/crypt.py";,>
 line 23, in <module>
    from oauth2client import _pure_python_crypt
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/_pure_python_crypt.py";,>
 line 26, in <module>
    import rsa
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/__init__.py";,>
 line 24, in <module>
    from rsa.key import newkeys, PrivateKey, PublicKey
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py";,>
 line 1
SyntaxError: Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details

----------------------------------------------------------------------
XML: nosetests-xlangValidateRunner.xml
----------------------------------------------------------------------
XML: 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 1 test in 0.342s

FAILED (errors=1)

> Task :runners:flink:1.10:job-server:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 27156.
Skipping invalid pid: 27157.

> Task 
> :runners:flink:1.10:job-server:validatesCrossLanguageRunnerPythonUsingSql 
> FAILED
>>> RUNNING integration tests with pipeline options: --runner=PortableRunner 
>>> --environment_cache_millis=10000 --job_endpoint=localhost:18091
>>>   test options: --attr=UsesSqlExpansionService
setup.py:262: UserWarning: You are using Apache Beam with Python 2. New 
releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/setuptools/dist.py>:476:
 UserWarning: Normalizing '2.23.0.dev' to '2.23.0.dev0'
  normalized_version,
running nosetests
running egg_info
INFO:gen_protos:Skipping proto regeneration: all files up to date
writing requirements to apache_beam.egg-info/requires.txt
writing apache_beam.egg-info/PKG-INFO
writing top-level names to apache_beam.egg-info/top_level.txt
writing dependency_links to apache_beam.egg-info/dependency_links.txt
writing entry points to apache_beam.egg-info/entry_points.txt
reading manifest file 'apache_beam.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
writing manifest file 'apache_beam.egg-info/SOURCES.txt'
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/__init__.py>:82:
 UserWarning: You are using Apache Beam with Python 2. New releases of Apache 
Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
Failure: SyntaxError (Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details (key.py, line 1)) ... ERROR

======================================================================
ERROR: Failure: SyntaxError (Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details (key.py, line 1))
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/nose/loader.py";,>
 line 418, in loadTestsFromName
    addr.filename, addr.module)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/nose/importer.py";,>
 line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/nose/importer.py";,>
 line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/__init__.py";,>
 line 96, in <module>
    from apache_beam import io
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/__init__.py";,>
 line 23, in <module>
    from apache_beam.io.avroio import *
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/avroio.py";,>
 line 64, in <module>
    from apache_beam.io import filebasedsink
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/filebasedsink.py";,>
 line 36, in <module>
    from apache_beam.io import iobase
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/io/iobase.py";,>
 line 57, in <module>
    from apache_beam.transforms import core
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/transforms/__init__.py";,>
 line 25, in <module>
    from apache_beam.transforms.external import *
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/transforms/external.py";,>
 line 43, in <module>
    from apache_beam.runners import pipeline_context
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/runners/__init__.py";,>
 line 31, in <module>
    from apache_beam.runners.dataflow.dataflow_runner import DataflowRunner
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/runners/dataflow/__init__.py";,>
 line 26, in <module>
    from apache_beam.runners.dataflow.dataflow_runner import DataflowRunner
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py";,>
 line 49, in <module>
    from apache_beam.internal.gcp import json_value
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/apache_beam/internal/gcp/json_value.py";,>
 line 32, in <module>
    from apitools.base.py import extra_types
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/apitools/base/py/__init__.py";,>
 line 21, in <module>
    from apitools.base.py.base_api import *
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/apitools/base/py/base_api.py";,>
 line 35, in <module>
    from apitools.base.py import http_wrapper
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/apitools/base/py/http_wrapper.py";,>
 line 39, in <module>
    from oauth2client.client import HttpAccessTokenRefreshError as 
TokenRefreshError  # noqa
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/client.py";,>
 line 47, in <module>
    from oauth2client import crypt
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/crypt.py";,>
 line 23, in <module>
    from oauth2client import _pure_python_crypt
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/oauth2client/_pure_python_crypt.py";,>
 line 26, in <module>
    import rsa
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/__init__.py";,>
 line 24, in <module>
    from rsa.key import newkeys, PrivateKey, PublicKey
  File 
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py";,>
 line 1
SyntaxError: Non-ASCII character '\xc3' in file 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/local/lib/python2.7/site-packages/rsa/key.py>
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details

----------------------------------------------------------------------
XML: nosetests-xlangSqlValidateRunner.xml
----------------------------------------------------------------------
XML: 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 1 test in 0.348s

FAILED (errors=1)

> Task :runners:flink:1.10:job-server:flinkJobServerCleanup
Stopping job server pid: 19149.

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':runners:flink:1.10:job-server:validatesCrossLanguageRunnerJavaUsingPython'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/runners/flink/1.10/job-server/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html>

* 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.
-----------
* What went wrong:
Execution failed for task 
':runners:flink:1.10:job-server:validatesCrossLanguageRunnerPythonUsingJava'.
> 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.
-----------
* What went wrong:
Execution failed for task 
':runners:flink:1.10:job-server:validatesCrossLanguageRunnerPythonUsingPython'.
> 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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':runners:flink:1.10:job-server:validatesCrossLanguageRunnerPythonUsingSql'.
> 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 15m 34s
139 actionable tasks: 110 executed, 27 from cache, 2 up-to-date

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

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