See 
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/873/display/redirect>

Changes:


------------------------------------------
[...truncated 639.82 KB...]
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
_ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_cells_with_timerange_mutation _

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
_ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_column_family_mutation _

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
____ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_row_mutation _____

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
________ ERROR at setup of 
TestWriteToBigtableXlangIT.test_set_mutation ________

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
=============================== warnings summary 
===============================
../../build/gradleenv/2050596099/lib/python3.11/site-packages/google/api_core/operations_v1/abstract_operations_client.py:17
  
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/ws/src/build/gradleenv/2050596099/lib/python3.11/site-packages/google/api_core/operations_v1/abstract_operations_client.py>:17:
 DeprecationWarning: The distutils package is deprecated and slated for removal 
in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    from distutils import util

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/ws/src/sdks/python/pytest_gcpCrossLanguage.xml>
 -
=========================== short test summary info 
============================
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_cells_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_cells_with_timerange_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_column_family_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_row_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_set_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
= 8 passed, 19 skipped, 7215 deselected, 1 
warning, 5 errors in 2853.50s (0:47:33) =

> Task :sdks:python:test-suites:dataflow:py311:gcpCrossLanguagePythonUsingJava 
> FAILED

> Task :sdks:python:test-suites:dataflow:py311:gcpCrossLanguageCleanup
Stopping expansion service pid: 2097521.
Skipping invalid pid: 2097522.

> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguagePythonUsingJava
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:35.370Z: JOB_MESSAGE_BASIC: All workers have finished the 
startup processes and began to receive work requests.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:42.888Z: JOB_MESSAGE_BASIC: Finished operation 
ReadFromBigtable/SchemaAwareExternalTransform/beam:schematransform:org.apache.beam:bigtable_read:v1/BigtableIO.Read/Read(BigtableSource)/Impulse+ReadFromBigtable/SchemaAwareExternalTransform/beam:schematransform:org.apache.beam:bigtable_read:v1/BigtableIO.Read/Read(BigtableSource)/ParDo(OutputSingleSource)/ParMultiDo(OutputSingleSource)+external_9ReadFromBigtable-SchemaAwareExternalTransform-beam-schematransform-org-apache-beam-bigtable_read-v1-3/PairWithRestriction+external_9ReadFromBigtable-SchemaAwareExternalTransform-beam-schematransform-org-apache-beam-bigtable_read-v1-3/SplitWithSizing
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:42.983Z: JOB_MESSAGE_BASIC: Executing operation 
assert_that/Group/CoGroupByKeyImpl/GroupByKey/Create
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:43.426Z: JOB_MESSAGE_BASIC: Finished operation 
assert_that/Group/CoGroupByKeyImpl/GroupByKey/Create
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:43.526Z: JOB_MESSAGE_BASIC: Executing operation 
external_9ReadFromBigtable-SchemaAwareExternalTransform-beam-schematransform-org-apache-beam-bigtable_read-v1-3/ProcessElementAndRestrictionWithSizing+ReadFromBigtable/SchemaAwareExternalTransform/beam:schematransform:org.apache.beam:bigtable_read:v1/MapElements/Map/ParMultiDo(Anonymous)+ReadFromBigtable/ParDo(_BeamRowToPartialRowData)+Extract
 
cells+assert_that/WindowInto(WindowIntoFn)+assert_that/ToVoidKey+assert_that/Group/CoGroupByKeyImpl/Tag[1]+assert_that/Group/CoGroupByKeyImpl/Flatten/OutputIdentity+assert_that/Group/CoGroupByKeyImpl/GroupByKey/Write
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:43.549Z: JOB_MESSAGE_BASIC: Executing operation 
assert_that/Create/Impulse+assert_that/Create/FlatMap(<lambda at 
core.py:3774>)+assert_that/Create/Map(decode)+assert_that/Group/CoGroupByKeyImpl/Tag[0]+assert_that/Group/CoGroupByKeyImpl/Flatten/OutputIdentity+assert_that/Group/CoGroupByKeyImpl/GroupByKey/Write
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:56:43.908Z: JOB_MESSAGE_BASIC: Finished operation 
assert_that/Create/Impulse+assert_that/Create/FlatMap(<lambda at 
core.py:3774>)+assert_that/Create/Map(decode)+assert_that/Group/CoGroupByKeyImpl/Tag[0]+assert_that/Group/CoGroupByKeyImpl/Flatten/OutputIdentity+assert_that/Group/CoGroupByKeyImpl/GroupByKey/Write
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:57:05.843Z: JOB_MESSAGE_BASIC: Finished operation 
external_9ReadFromBigtable-SchemaAwareExternalTransform-beam-schematransform-org-apache-beam-bigtable_read-v1-3/ProcessElementAndRestrictionWithSizing+ReadFromBigtable/SchemaAwareExternalTransform/beam:schematransform:org.apache.beam:bigtable_read:v1/MapElements/Map/ParMultiDo(Anonymous)+ReadFromBigtable/ParDo(_BeamRowToPartialRowData)+Extract
 
cells+assert_that/WindowInto(WindowIntoFn)+assert_that/ToVoidKey+assert_that/Group/CoGroupByKeyImpl/Tag[1]+assert_that/Group/CoGroupByKeyImpl/Flatten/OutputIdentity+assert_that/Group/CoGroupByKeyImpl/GroupByKey/Write
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:57:05.883Z: JOB_MESSAGE_BASIC: Executing operation 
assert_that/Group/CoGroupByKeyImpl/GroupByKey/Close
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:57:06.140Z: JOB_MESSAGE_BASIC: Finished operation 
assert_that/Group/CoGroupByKeyImpl/GroupByKey/Close
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:57:06.177Z: JOB_MESSAGE_BASIC: Executing operation 
assert_that/Group/CoGroupByKeyImpl/GroupByKey/Read+assert_that/Group/CoGroupByKeyImpl/MapTuple(collect_values)+assert_that/Group/RestoreTags+assert_that/Unkey+assert_that/Match
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:57:06.526Z: JOB_MESSAGE_BASIC: Finished operation 
assert_that/Group/CoGroupByKeyImpl/GroupByKey/Read+assert_that/Group/CoGroupByKeyImpl/MapTuple(collect_values)+assert_that/Group/RestoreTags+assert_that/Unkey+assert_that/Match
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:57:06.690Z: JOB_MESSAGE_BASIC: Stopping worker pool...
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:200 
2023-11-01T08:59:32.626Z: JOB_MESSAGE_BASIC: Worker pool stopped.
INFO     
apache_beam.runners.dataflow.dataflow_runner:dataflow_runner.py:150 Job 
2023-11-01_01_53_44-5764268883891978936 is in state JOB_STATE_DONE
INFO     
apache_beam.io.gcp.bigtableio_it_test:bigtableio_it_test.py:92 Deleting table 
[test-table] and instance [bt-read-tests-1698828798-3384b0]
PASSED
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_cells_mutation
 ERROR
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_cells_with_timerange_mutation
 ERROR
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_column_family_mutation
 ERROR
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_row_mutation
 ERROR
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_set_mutation
 ERROR

==================================== ERRORS ====================================
___ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_cells_mutation ____

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
_ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_cells_with_timerange_mutation _

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
_ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_column_family_mutation _

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
____ ERROR at setup of 
TestWriteToBigtableXlangIT.test_delete_row_mutation _____

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
________ ERROR at setup of 
TestWriteToBigtableXlangIT.test_set_mutation ________

cls = <class 'apache_beam.io.gcp.bigtableio_it_test.TestWriteToBigtableXlangIT'>

    @classmethod
    def setUpClass(cls):
      cls.test_pipeline = TestPipeline(is_integration_test=True)
      cls.project = cls.test_pipeline.get_option('project')
      cls.args = cls.test_pipeline.get_full_options_as_args()
      cls.expansion_service = ('localhost:%s' % 
os.environ.get('EXPANSION_PORT'))
    
>     timestr = "".join(filter(str.isdigit, str(datetime.datetime.utcnow())))
E     AttributeError: type object 'datetime.datetime' has no attribute 
'datetime'

apache_beam/io/gcp/bigtableio_it_test.py:163: AttributeError
- generated xml file: 
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Xlang_Gcp_Dataflow/ws/src/sdks/python/pytest_gcpCrossLanguage.xml>
 -
=========================== short test summary info 
============================
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_cells_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_cells_with_timerange_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_column_family_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_delete_row_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
ERROR 
apache_beam/io/gcp/bigtableio_it_test.py::TestWriteToBigtableXlangIT::test_set_mutation
 - AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
==== 8 passed, 19 skipped, 7215 deselected, 
5 errors in 2783.79s (0:46:23) =====

> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguagePythonUsingJava 
> FAILED

> Task :sdks:python:test-suites:dataflow:py38:gcpCrossLanguageCleanup
Stopping expansion service pid: 2098412.
Skipping invalid pid: 2098413.

> Task :sdks:python:test-suites:xlang:fnApiJobServerCleanup
Killing process at 2096901

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py311:gcpCrossLanguagePythonUsingJava'.
> 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.
> Get more help at https://help.gradle.org.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py38:gcpCrossLanguagePythonUsingJava'.
> 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.
> Get more help at https://help.gradle.org.
==============================================================================

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 1h 1m 20s
124 actionable tasks: 89 executed, 33 from cache, 2 up-to-date

Publishing build scan...
https://ge.apache.org/s/5wwktiwin6hd6

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