See 
<https://ci-beam.apache.org/job/beam_PostCommit_Python39/1392/display/redirect>

Changes:


------------------------------------------
[...truncated 11.24 MB...]
apache_beam/examples/complete/game/leader_board_it_test.py::LeaderBoardIT::test_leader_board_it
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_file_loads
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_streaming_inserts
apache_beam/examples/complete/game/hourly_team_score_it_test.py::HourlyTeamScoreIT::test_hourly_team_score_it
  
<https://ci-beam.apache.org/job/beam_PostCommit_Python39/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_test.py::BigQueryStreamingInsertTransformIntegrationTests::test_multiple_destinations_transform
  
<https://ci-beam.apache.org/job/beam_PostCommit_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery_test.py>:1692:
 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/io/gcp/bigquery_read_it_test.py::ReadTests::test_native_source
  
<https://ci-beam.apache.org/job/beam_PostCommit_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py>:172:
 BeamDeprecationWarning: BigQuerySource is deprecated since 2.25.0. Use 
ReadFromBigQuery instead.
    beam.io.BigQuerySource(query=self.query, use_standard_sql=True)))

apache_beam/examples/dataframe/flight_delays_it_test.py::FlightDelaysTest::test_flight_delays
  
<https://ci-beam.apache.org/job/beam_PostCommit_Python39/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_Python39/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_Python39/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_Python39/ws/src/sdks/python/apache_beam/examples/inference/sklearn_japanese_housing_regression.py>:128:
 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_Python39/ws/src/build/gradleenv/-1734967050/lib/python3.9/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_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py>:695:
 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_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery_read_it_test.py>:810:
 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_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2658:
 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_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2659:
 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_Python39/ws/src/sdks/python/apache_beam/io/gcp/bigquery.py>:2672:
 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_Python39/ws/src/sdks/python/pytest_postCommitIT-df-py39.xml>
 -
=========================== short test summary info 
============================
FAILED 
apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::BigqueryTornadoesIT::test_bigquery_tornadoes_it
 - 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
FAILED 
apache_beam/dataframe/io_it_test.py::ReadUsingReadGbqTests::test_ReadGbq_direct_read
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py::JuliaSetTestIT::test_run_example_with_setup_file
 - AssertionError: 
Expected: (Test pipeline expected terminated in state: DONE)
     but: Test pipeline expected terminated in state: DONE Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/examples/fastavro_it_test.py::FastavroIT::test_avro_it - 
AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_impersonation_it
 - 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
FAILED 
apache_beam/dataframe/io_it_test.py::ReadUsingReadGbqTests::test_ReadGbq_direct_read_with_project
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_aggregation
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/complete/game/leader_board_it_test.py::LeaderBoardIT::test_leader_board_it
 - 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
FAILED 
apache_beam/io/parquetio_it_test.py::TestParquetIT::test_parquetio_it - 
AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it
 - 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
FAILED 
apache_beam/dataframe/io_it_test.py::ReadUsingReadGbqTests::test_ReadGbq_export_with_project
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/dataframe/taxiride_it_test.py::TaxirideIT::test_enrich
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/cookbook/bigtableio_it_test.py::BigtableIOWriteTest::test_bigtable_write
 - AssertionError: assert 'FAILED' == 'DONE'
  - DONE
  + FAILED
FAILED 
apache_beam/io/gcp/bigquery_io_read_it_test.py::BigqueryIOReadIT::test_bigquery_read_1M_python
 - AssertionError: 
Expected: (Test pipeline expected terminated in state: DONE)
     but: Test pipeline expected terminated in state: DONE Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/dataframe/io_it_test.py::ReadUsingReadGbqTests::test_ReadGbq_with_computation
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/io/gcp/big_query_query_to_table_it_test.py::BigQueryQueryToTableIT::test_big_query_legacy_sql
 - 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
FAILED 
apache_beam/io/gcp/bigquery_io_read_it_test.py::BigqueryIOReadIT::test_bigquery_read_custom_1M_python
 - AssertionError: 
Expected: (Test pipeline expected terminated in state: DONE)
     but: Test pipeline expected terminated in state: DONE Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/io/gcp/big_query_query_to_table_it_test.py::BigQueryQueryToTableIT::test_big_query_new_types
 - 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
FAILED 
apache_beam/io/gcp/bigquery_file_loads_test.py::BigQueryFileLoadsIT::test_multiple_destinations_transform
 - google.api_core.exceptions.NotFound: 404 Not found: Table 
apache-beam-testing:python_bq_file_loads_16748227346366.output_table1 was not 
found in location US

Location: US
Job ID: 154b6952-318f-44e0-9ab1-a1532bb48c18
FAILED 
apache_beam/io/gcp/bigquery_test.py::BigQueryStreamingInsertTransformIntegrationTests::test_multiple_destinations_transform
 - google.api_core.exceptions.NotFound: 404 Not found: Table 
apache-beam-testing:python_bq_streaming_inserts_1674822760689.output_table1 was 
not found in location US

Location: US
Job ID: feb76674-657e-4386-9e1f-546d7aa8b528
FAILED 
apache_beam/io/gcp/big_query_query_to_table_it_test.py::BigQueryQueryToTableIT::test_big_query_new_types_avro
 - 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
FAILED 
apache_beam/io/gcp/bigquery_file_loads_test.py::BigQueryFileLoadsIT::test_one_job_fails_all_jobs_fail
 - AssertionError: Exception not raised
FAILED 
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write
 - google.api_core.exceptions.NotFound: 404 Not found: Table 
apache-beam-testing:python_write_to_table_1674822858645.python_write_table was 
not found in location US

Location: US
Job ID: 4ff40eb6-5e10-4758-b02f-4228ce7c51ae
FAILED 
apache_beam/io/gcp/bigquery_test.py::BigQueryStreamingInsertTransformIntegrationTests::test_value_provider_transform
 - apitools.base.py.exceptions.HttpNotFoundError: HttpError accessing 
<https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/python_bq_streaming_inserts_16748229613687/tables/output_table1?alt=json>:
 response: <{'vary': 'Origin, X-Origin, Referer', 'content-type': 
'application/json; charset=UTF-8', 'date': 'Fri, 27 Jan 2023 12:37:28 GMT', 
'server': 'ESF', 'cache-control': 'private', 'x-xss-protection': '0', 
'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 
'transfer-encoding': 'chunked', 'status': '404', 'content-length': '388', 
'-content-encoding': 'gzip'}>, content <{
  "error": {
    "code": 404,
    "message": "Not found: Table 
apache-beam-testing:python_bq_streaming_inserts_16748229613687.output_table1",
    "errors": [
      {
        "message": "Not found: Table 
apache-beam-testing:python_bq_streaming_inserts_16748229613687.output_table1",
        "domain": "global",
        "reason": "notFound"
      }
    ],
    "status": "NOT_FOUND"
  }
}
>
FAILED 
apache_beam/io/gcp/big_query_query_to_table_it_test.py::BigQueryQueryToTableIT::test_big_query_standard_sql
 - 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
FAILED 
apache_beam/io/gcp/dicomio_integration_test.py::DICOMIoIntegrationTest::test_dicom_search_instances
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_file_loads 
- AssertionError: 
Expected: (Test pipeline expected terminated in state: RUNNING and Expected 
data is [(0,), (1,), (2,), (3,)])
     but: Test pipeline expected terminated in state: RUNNING Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/io/gcp/dicomio_integration_test.py::DICOMIoIntegrationTest::test_dicom_store_instance_from_gcs
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/io/gcp/pubsub_integration_test.py::PubSubIntegrationTest::test_streaming_data_only
 - 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
FAILED 
apache_beam/ml/gcp/videointelligenceml_test_it.py::VideoIntelligenceMlTestIT::test_label_detection_with_video_context
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/io/gcp/bigquery_test.py::PubSubBigQueryIT::test_streaming_inserts
 - AssertionError: 
Expected: (Test pipeline expected terminated in state: RUNNING and Expected 
data is [(0,), (1,), (2,), (3,)])
     but: Test pipeline expected terminated in state: RUNNING Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_insert_errors_reporting
 - google.api_core.exceptions.NotFound: 404 Not found: Table 
apache-beam-testing:python_write_to_table_16748230454961.python_write_table was 
not found in location US

Location: US
Job ID: 287a5d5f-e54b-4c91-8e05-b09fa8e813ed
FAILED 
apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py::DatastoreWriteIT::test_datastore_write_limit
 - AssertionError: 
Expected: (Test pipeline expected terminated in state: DONE)
     but: Test pipeline expected terminated in state: DONE Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/ml/gcp/visionml_test_it.py::VisionMlTestIT::test_text_detection_with_language_hint
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/examples/dataframe/flight_delays_it_test.py::FlightDelaysTest::test_flight_delays
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/io/gcp/pubsub_integration_test.py::PubSubIntegrationTest::test_streaming_with_attributes
 - 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
FAILED 
apache_beam/ml/gcp/naturallanguageml_test_it.py::NaturalLanguageMlTestIT::test_analyzing_syntax
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_deidentification
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_mnist_classification
 - AssertionError: False != True
FAILED 
apache_beam/io/gcp/bigquery_test.py::BigQueryFileLoadsIntegrationTests::test_avro_file_load
 - google.api_core.exceptions.NotFound: 404 Not found: Table 
apache-beam-testing:python_bq_file_loads_16748232552082.output_table was not 
found in location US

Location: US
Job ID: 26be714f-4791-488a-8e15-3471a68776df
FAILED 
apache_beam/examples/cookbook/datastore_wordcount_it_test.py::DatastoreWordCountIT::test_datastore_wordcount_it
 - AssertionError: 
Expected: (Test pipeline expected terminated in state: DONE and Expected 
checksum is 826f69ed0275858c2e098f1e8407d4e3ba5a4b3f)
     but: Test pipeline expected terminated in state: DONE Test pipeline job 
terminated in state: FAILED
FAILED 
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_new_types
 - google.api_core.exceptions.NotFound: 404 Not found: Table 
apache-beam-testing:python_write_to_table_16748232624855.python_new_types_table 
was not found in location US

Location: US
Job ID: 0a8676e5-2f26-48aa-ba1d-a6e3309dfcd6
FAILED 
apache_beam/ml/gcp/cloud_dlp_it_test.py::CloudDLPIT::test_inspection - 
AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/ml/gcp/recommendations_ai_test_it.py::RecommendationAIIT::test_create_catalog_item
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/ml/inference/sklearn_inference_it_test.py::SklearnInference::test_sklearn_regression
 - AssertionError: False != True
FAILED 
apache_beam/io/gcp/bigquery_write_it_test.py::BigQueryWriteIntegrationTests::test_big_query_write_without_schema
 - AssertionError: 
Expected: (Expected data is [(1, b'xyw', datetime.date(2011, 1, 1), 
datetime.time(23, 59, 59, 999999)), (2, b'abc', datetime.date(2000, 1, 1), 
datetime.time(0, 0)), (3, b'\xe4\xbd\xa0\xe5\xa5\xbd', datetime.date(3000, 12, 
31), datetime.time(23, 59, 59)), (4, b'\xab\xac\xad', datetime.date(2000, 1, 
1), datetime.time(0, 0))])
     but: Expected data is [(1, b'xyw', datetime.date(2011, 1, 1), 
datetime.time(23, 59, 59, 999999)), (2, b'abc', datetime.date(2000, 1, 1), 
datetime.time(0, 0)), (3, b'\xe4\xbd\xa0\xe5\xa5\xbd', datetime.date(3000, 12, 
31), datetime.time(23, 59, 59)), (4, b'\xab\xac\xad', datetime.date(2000, 1, 
1), datetime.time(0, 0))] Actual data is []
FAILED 
apache_beam/ml/gcp/recommendations_ai_test_it.py::RecommendationAIIT::test_create_user_event
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
FAILED 
apache_beam/ml/gcp/recommendations_ai_test_it.py::RecommendationAIIT::test_predict
 - AssertionError: Pipeline execution failed.
assert 'FAILED' in ('DONE', 'CANCELLED')
ERROR 
apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py::BigqueryTornadoesIT::test_bigquery_tornadoes_it
 - apache_beam.io.gcp.tests.utils.GcpTestIOError: BigQuery table does not 
exist: apache-beam-testing.BigQueryTornadoesIT.monthly_tornadoes_1674822432608
= 48 failed, 37 passed, 21 skipped, 
257 warnings, 1 error in 2623.84s (0:43:43) 
=

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

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Python39/ws/src/sdks/python/test-suites/portable/common.gradle'>
 line: 326

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:portable:py39:postCommitPy39IT'.
> 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.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Python39/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 111

* What went wrong:
Execution failed for task ':sdks:python:test-suites:dataflow:py39: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 46m 26s
207 actionable tasks: 143 executed, 58 from cache, 6 up-to-date

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

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