See <https://ci-beam.apache.org/job/beam_PostCommit_Python38/3969/display/redirect?page=changes>
Changes: [noreply] [#26126] Disable Debezium xlang test against Samza runner. (#26243) ------------------------------------------ [...truncated 13.20 MB...] apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py: 1 warning apache_beam/io/gcp/big_query_query_to_table_it_test.py: 4 warnings apache_beam/io/gcp/bigquery_file_loads_test.py: 3 warnings apache_beam/io/gcp/bigquery_test.py: 3 warnings apache_beam/io/gcp/bigquery_write_it_test.py: 3 warnings <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_file_loads.py>:1166: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported self.project = self.project or p.options.view_as(GoogleCloudOptions).project apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py: 1 warning apache_beam/io/gcp/big_query_query_to_table_it_test.py: 4 warnings apache_beam/io/gcp/bigquery_file_loads_test.py: 3 warnings apache_beam/io/gcp/bigquery_test.py: 3 warnings apache_beam/io/gcp/bigquery_write_it_test.py: 3 warnings apache_beam/examples/complete/game/hourly_team_score_it_test.py: 1 warning <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_file_loads.py>:1173: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported temp_location = p.options.view_as(GoogleCloudOptions).temp_location apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py: 1 warning apache_beam/io/gcp/big_query_query_to_table_it_test.py: 4 warnings apache_beam/io/gcp/bigquery_file_loads_test.py: 3 warnings apache_beam/io/gcp/bigquery_test.py: 3 warnings apache_beam/io/gcp/bigquery_write_it_test.py: 3 warnings apache_beam/examples/complete/game/hourly_team_score_it_test.py: 1 warning <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_file_loads.py>:1175: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported p.options.view_as(GoogleCloudOptions).job_name or 'AUTOMATIC_JOB_NAME') apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::BigqueryTornadoesIT::test_bigquery_tornadoes_it <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/tests/utils.py>:100: PendingDeprecationWarning: Client.dataset is deprecated and will be removed in a future version. Use a string like 'my_project.my_dataset' or a cloud.google.bigquery.DatasetReference object, instead. table_ref = client.dataset(dataset_id).table(table_id) apache_beam/dataframe/io_it_test.py: 2 warnings apache_beam/io/gcp/bigquery_json_it_test.py: 1 warning apache_beam/io/gcp/bigquery_read_it_test.py: 9 warnings <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2709: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported project_id = pcoll.pipeline.options.view_as(GoogleCloudOptions).project apache_beam/dataframe/io_it_test.py: 2 warnings apache_beam/io/gcp/bigquery_json_it_test.py: 1 warning apache_beam/io/gcp/bigquery_read_it_test.py: 9 warnings <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2730: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported pipeline_options=pcoll.pipeline.options, apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_aggregation apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_enrich apache_beam/examples/dataframe/flight_delays_it_test.py::FlightDelaysTest::test_flight_delays <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/dataframe/io.py>:659: FutureWarning: WriteToFiles is experimental. return pcoll | fileio.WriteToFiles( apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_aggregation apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_enrich apache_beam/examples/dataframe/flight_delays_it_test.py::FlightDelaysTest::test_flight_delays <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/fileio.py>:596: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported p.options.view_as(GoogleCloudOptions).temp_location or apache_beam/examples/complete/game/leader_board_it_test.py::LeaderBoardIT::test_leader_board_it apache_beam/examples/complete/game/game_stats_it_test.py::GameStatsIT::test_game_stats_it apache_beam/examples/complete/game/hourly_team_score_it_test.py::HourlyTeamScoreIT::test_hourly_team_score_it apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_file_loads apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_streaming_inserts <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/tests/utils.py>:63: PendingDeprecationWarning: Client.dataset is deprecated and will be removed in a future version. Use a string like 'my_project.my_dataset' or a cloud.google.bigquery.DatasetReference object, instead. dataset_ref = client.dataset(unique_dataset_name, project=project) apache_beam/io/gcp/bigquery_read_it_test.py::ReadTests::test_native_source <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py>:170: BeamDeprecationWarning: BigQuerySource is deprecated since 2.25.0. Use ReadFromBigQuery instead. beam.io.BigQuerySource(query=self.query, use_standard_sql=True))) apache_beam/io/gcp/bigquery_test.py::BigQueryStreamingInsertTransformIntegrationTests::test_multiple_destinations_transform <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_test.py>:1694: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported streaming = self.test_pipeline.options.view_as(StandardOptions).streaming apache_beam/examples/dataframe/flight_delays_it_test.py::FlightDelaysTest::test_flight_delays <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/examples/dataframe/flight_delays.py>:47: FutureWarning: The default value of numeric_only in DataFrame.mean is deprecated. In a future version, it will default to False. In addition, specifying 'numeric_only=None' is deprecated. Select only valid columns or specify the value of numeric_only to silence this warning. return airline_df[at_top_airports].mean() apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_deidentification <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/ml/gcp/cloud_dlp_it_test.py>:74: FutureWarning: MaskDetectedDetails is experimental. | MaskDetectedDetails( apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_inspection <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/ml/gcp/cloud_dlp_it_test.py>:85: FutureWarning: InspectForDetails is experimental. | InspectForDetails( apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_regression <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/examples/inference/sklearn_japanese_housing_regression.py>:129: FutureWarning: SklearnModelHandlerPandas is experimental. No backwards-compatibility guarantees. model_loader = SklearnModelHandlerPandas( apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_regression <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/dill/_dill.py>:472: FutureWarning: SklearnModelHandlerPandas is experimental. No backwards-compatibility guarantees. obj = StockUnpickler.load(self) apache_beam/io/gcp/bigquery_read_it_test.py::ReadNewTypesTests::test_native_source <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py>:693: BeamDeprecationWarning: BigQuerySource is deprecated since 2.25.0. Use ReadFromBigQuery instead. beam.io.BigQuerySource(query=self.query, use_standard_sql=True))) apache_beam/io/gcp/bigquery_read_it_test.py::ReadAllBQTests::test_read_queries <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py>:808: FutureWarning: ReadAllFromBigQuery is experimental. | beam.io.ReadAllFromBigQuery()) apache_beam/io/gcp/bigquery_read_it_test.py::ReadAllBQTests::test_read_queries <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2838: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported job_name = pcoll.pipeline.options.view_as(GoogleCloudOptions).job_name apache_beam/io/gcp/bigquery_read_it_test.py::ReadAllBQTests::test_read_queries <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2839: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported project = pcoll.pipeline.options.view_as(GoogleCloudOptions).project apache_beam/io/gcp/bigquery_read_it_test.py::ReadAllBQTests::test_read_queries <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2852: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported options=pcoll.pipeline.options, -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html - generated xml file: <https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/pytest_postCommitIT-df-py38.xml> - [36m[1m=========================== short test summary info ============================[0m [31mFAILED[0m apache_beam/dataframe/io_it_test.py::[1mReadUsingReadGbqTests::test_ReadGbq[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/examples/fastavro_it_test.py::[1mFastavroIT::test_avro_it[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::[1mBigqueryTornadoesIT::test_bigquery_tornadoes_it[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is d860e636050c559a16a791aff40d6ad809d4daf0) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/examples/wordcount_it_test.py::[1mWordCountIT::test_wordcount_impersonation_it[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/examples/dataframe/taxiride_it_test.py::[1mTaxirideIT::test_aggregation[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/examples/complete/game/leader_board_it_test.py::[1mLeaderBoardIT::test_leader_board_it[0m - AssertionError: Expected: (Test pipeline expected terminated in state: RUNNING and Expected checksum is de00231fe6730b972c0ff60a99988438911cda53 and Expected checksum is de00231fe6730b972c0ff60a99988438911cda53) but: Test pipeline expected terminated in state: RUNNING Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/examples/wordcount_it_test.py::[1mWordCountIT::test_wordcount_it[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is 33535a832b7db6d78389759577d4ff495980b9c0) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/dataframe/io_it_test.py::[1mReadUsingReadGbqTests::test_ReadGbq_direct_read_with_project[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/examples/dataframe/taxiride_it_test.py::[1mTaxirideIT::test_enrich[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/dataframe/io_it_test.py::[1mReadUsingReadGbqTests::test_ReadGbq_export_with_project[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/io/gcp/big_query_query_to_table_it_test.py::[1mBigQueryQueryToTableIT::test_big_query_legacy_sql[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is 158a8ea1c254fcf40d4ed3e7c0242c3ea0a29e72) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/io/parquetio_it_test.py::[1mTestParquetIT::test_parquetio_it[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/io/gcp/bigquery_io_read_it_test.py::[1mBigqueryIOReadIT::test_bigquery_read_1M_python[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/dataframe/io_it_test.py::[1mReadUsingReadGbqTests::test_ReadGbq_with_computation[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/io/gcp/big_query_query_to_table_it_test.py::[1mBigQueryQueryToTableIT::test_big_query_new_types[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is 24de460c4d344a4b77ccc4cc1acb7b7ffc11a214) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/examples/complete/game/game_stats_it_test.py::[1mGameStatsIT::test_game_stats_it[0m - google.api_core.exceptions.NotFound: 404 Not found: Table apache-beam-testing:game_stats_it_dataset1681333087166beb.game_stats_sessions was not found in location US Location: US Job ID: 54fdeb92-9a70-41f1-bd86-8dd4986c7c32 [31mFAILED[0m apache_beam/io/gcp/bigquery_io_read_it_test.py::[1mBigqueryIOReadIT::test_bigquery_read_custom_1M_python[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py::[1mJuliaSetTestIT::test_run_example_with_setup_file[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/io/gcp/big_query_query_to_table_it_test.py::[1mBigQueryQueryToTableIT::test_big_query_new_types_avro[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is 24de460c4d344a4b77ccc4cc1acb7b7ffc11a214) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/examples/cookbook/bigtableio_it_test.py::[1mBigtableIOWriteTest::test_bigtable_write[0m - AssertionError: assert 'FAILED' == 'DONE' - DONE + FAILED [31mFAILED[0m apache_beam/io/gcp/bigquery_file_loads_test.py::[1mBigQueryFileLoadsIT::test_multiple_destinations_transform[0m - google.api_core.exceptions.NotFound: 404 Not found: Table apache-beam-testing:python_bq_file_loads_1681333924dd8a55.output_table1 was not found in location US Location: US Job ID: 5f6f57b7-b6f1-4e85-9c19-426bd09db853 [31mFAILED[0m apache_beam/io/gcp/big_query_query_to_table_it_test.py::[1mBigQueryQueryToTableIT::test_big_query_standard_sql[0m - AssertionError: Expected: (Test pipeline expected terminated in state: DONE and Expected checksum is 158a8ea1c254fcf40d4ed3e7c0242c3ea0a29e72) but: Test pipeline expected terminated in state: DONE Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/io/gcp/bigquery_test.py::[1mBigQueryStreamingInsertTransformIntegrationTests::test_multiple_destinations_transform[0m - google.api_core.exceptions.NotFound: 404 Not found: Table apache-beam-testing:python_bq_streaming_inserts_1681334030a3f28f.output_table1 was not found in location US Location: US Job ID: e5dcc6e9-7457-4895-a30f-8d85428b3cbf [31mFAILED[0m apache_beam/io/gcp/bigquery_file_loads_test.py::[1mBigQueryFileLoadsIT::test_one_job_fails_all_jobs_fail[0m - AssertionError: Exception not raised [31mFAILED[0m apache_beam/io/gcp/pubsub_integration_test.py::[1mPubSubIntegrationTest::test_streaming_data_only[0m - AssertionError: Expected: (Test pipeline expected terminated in state: RUNNING and Expected 4 messages.) but: Test pipeline expected terminated in state: RUNNING Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/io/gcp/dicomio_integration_test.py::[1mDICOMIoIntegrationTest::test_dicom_search_instances[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/io/gcp/bigquery_test.py::[1mBigQueryStreamingInsertTransformIntegrationTests::test_value_provider_transform[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/io/gcp/bigquery_json_it_test.py::[1mBigQueryJsonIT::test_query_read[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/io/gcp/dicomio_integration_test.py::[1mDICOMIoIntegrationTest::test_dicom_store_instance_from_gcs[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/examples/dataframe/flight_delays_it_test.py::[1mFlightDelaysTest::test_flight_delays[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/io/gcp/pubsub_integration_test.py::[1mPubSubIntegrationTest::test_streaming_with_attributes[0m - AssertionError: Expected: (Test pipeline expected terminated in state: RUNNING and Expected 4 messages.) but: Test pipeline expected terminated in state: RUNNING Test pipeline job terminated in state: FAILED [31mFAILED[0m apache_beam/io/gcp/bigquery_write_it_test.py::[1mBigQueryWriteIntegrationTests::test_big_query_write[0m - google.api_core.exceptions.NotFound: 404 Not found: Table apache-beam-testing:python_write_to_table_16813342497c1756.python_write_table was not found in location US Location: US Job ID: 082885a9-a1f6-4046-bf42-9a3665608f56 [31mFAILED[0m apache_beam/io/gcp/bigquery_read_it_test.py::[1mReadTests::test_table_schema_retrieve_specifying_only_table[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/ml/gcp/cloud_dlp_it_test.py::[1mCloudDLPIT::test_deidentification[0m - AssertionError: Pipeline execution failed. assert 'FAILED' in ('DONE', 'CANCELLED') [31mFAILED[0m apache_beam/ml/inference/sklearn_inference_it_test.py::[1mSklearnInference::test_sklearn_mnist_classification[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py::[1mDatastoreWriteIT::test_datastore_write_limit[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/io/gcp/bigquery_write_it_test.py::[1mBigQueryWriteIntegrationTests::test_big_query_write_insert_errors_reporting[0m - google.api_core.exceptions.NotFound: 404 Not found: Table apache-beam-testing:python_write_to_table_16813344762db221.python_write_table was not found in location US Location: US Job ID: bf47b835-742c-4b87-ae4e-c4269f365b4c [31mFAILED[0m apache_beam/ml/gcp/cloud_dlp_it_test.py::[1mCloudDLPIT::test_inspection[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mFAILED[0m apache_beam/io/gcp/bigquery_json_it_test.py::[1mBigQueryJsonIT::test_streaming_inserts[0m - apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow pipeline failed. State: FAILED, Error: Workflow failed. [31mERROR[0m apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::[1mBigqueryTornadoesIT::test_bigquery_tornadoes_it[0m - apache_beam.io.gcp.tests.utils.GcpTestIOError: BigQuery table does not exist: apache-beam-testing.BigQueryTornadoesIT.monthly_tornadoes_1681333502081 [31m= [31m[1m39 failed[0m, [32m44 passed[0m, [33m39 skipped[0m, [33m600 warnings[0m, [31m[1m1 error[0m[31m in 5837.17s (1:37:17)[0m[31m =[0m > Task :sdks:python:test-suites:dataflow:py38:postCommitIT FAILED FAILURE: Build failed with an exception. * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_Python38/ws/src/sdks/python/test-suites/dataflow/common.gradle'> line: 141 * What went wrong: Execution failed for task ':sdks:python:test-suites:dataflow:py38: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. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness. Please consult deprecation warnings for more details. BUILD FAILED in 2h 10m 40s 214 actionable tasks: 152 executed, 56 from cache, 6 up-to-date Publishing build scan... https://gradle.com/s/ajljrcozy3szc 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]
