See 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/10757/display/redirect>

Changes:


------------------------------------------
[...truncated 284.33 KB...]
    
        # Given an element, emits a string which contains the timestamp and the
        # name field of the element.
        def format_with_timestamp(element, timestamp=beam.DoFn.TimestampParam):
          t = str(timestamp)
          if timestamp == MIN_TIMESTAMP:
            t = 'MIN_TIMESTAMP'
          elif timestamp == MAX_TIMESTAMP:
            t = 'MAX_TIMESTAMP'
          return '{} - {}'.format(t, element['name'])
    
        # Combine each element in before_reshuffle with its timestamp.
        formatted_before_reshuffle = (
            before_reshuffle
            | "Get before_reshuffle timestamp" >> 
beam.Map(format_with_timestamp))
    
        # Combine each element in after_reshuffle with its timestamp.
        formatted_after_reshuffle = (
            after_reshuffle
            | "Get after_reshuffle timestamp" >> 
beam.Map(format_with_timestamp))
    
        expected_data = [
            'MIN_TIMESTAMP - foo',
            'Timestamp(0) - foo',
            'Timestamp(33) - bar',
            'Timestamp(0) - bar'
        ]
    
        # Can't compare formatted_before_reshuffle and formatted_after_reshuffle
        # directly, because they are deferred PCollections while equal_to only
        # takes a concrete argument.
        assert_that(
            formatted_before_reshuffle,
            equal_to(expected_data),
            label="formatted_before_reshuffle")
        assert_that(
            formatted_after_reshuffle,
            equal_to(expected_data),
>           label="formatted_after_reshuffle")

apache_beam/transforms/util_test.py:821: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
apache_beam/pipeline.py:600: in __exit__
    self.result = self.run()
apache_beam/testing/test_pipeline.py:114: in run
    False if self.not_use_test_runner_api else test_runner_api))
apache_beam/pipeline.py:553: in run
    self._options).run(False)
apache_beam/pipeline.py:577: in run
    return self.runner.run_pipeline(self, self._options)
apache_beam/runners/dataflow/test_dataflow_runner.py:53: in 
run_pipeline
    self.result = super().run_pipeline(pipeline, options)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <apache_beam.runners.dataflow.test_dataflow_runner.TestDataflowRunner 
object at 0x7f1fe88f5d90>
pipeline = <apache_beam.pipeline.Pipeline object at 0x7f1fe890ed10>
options = <apache_beam.options.pipeline_options.PipelineOptions object at 
0x7f1fe8ad8cd0>
pipeline_proto = None

    def run_pipeline(self, pipeline, options, pipeline_proto=None):
      """Remotely executes entire pipeline or parts reachable from node."""
      if _is_runner_v2_disabled(options):
        debug_options = options.view_as(DebugOptions)
        if not debug_options.lookup_experiment('disable_runner_v2_until_v2.50'):
          raise ValueError(
              'disable_runner_v2 is deprecated in Beam Python ' +
              beam.version.__version__ +
>             ' and this execution mode will be removed in a future Beam SDK. '
              'If needed, please use: '
              '"--experiments=disable_runner_v2_until_v2.50".')
E         ValueError: disable_runner_v2 is deprecated in Beam Python 
2.48.0.dev and this execution mode will be removed in a future Beam SDK. If 
needed, please use: "--experiments=disable_runner_v2_until_v2.50".

apache_beam/runners/dataflow/dataflow_runner.py:377: ValueError
=============================== warnings summary 
===============================
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py>:15:
 DeprecationWarning: the imp module is deprecated in favour of importlib; see 
the module's documentation for alternative uses
    from imp import load_source

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:121
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py>:121:
 DeprecationWarning: pkg_resources is deprecated as an API
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870:
 162 warnings
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py>:2870:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870:
 117 warnings
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py>:2870:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('google.cloud')`.
  Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2349:
 36 warnings
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py>:2349:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('google')`.
  Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(parent)

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py>:2870:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('google.logging')`.
  Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py:2870
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/pkg_resources/__init__.py>:2870:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('google.iam')`.
  Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    declare_namespace(pkg)

../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py:20
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/google/rpc/__init__.py>:20:
 DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('google.rpc')`.
  Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
    pkg_resources.declare_namespace(__name__)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow/ws/src/sdks/python/pytest_validatesRunnerBatchTests-df-py37.xml>
 -
=========================== short test summary info 
============================
FAILED 
apache_beam/transforms/dofn_lifecycle_test.py::DoFnLifecycleTest::test_dofn_lifecycle
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/combiners_test.py::CombineValuesTest::test_gbk_immediately_followed_by_combine
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/metrics/metric_test.py::MetricsTest::test_user_counter_using_pardo
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/pipeline_test.py::DoFnTest::test_element_param - 
ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and this 
execution mode will be removed in a future Beam SDK. If needed, please use: 
"--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_flatten_one_single_pcollection
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED apache_beam/pipeline_test.py::DoFnTest::test_key_param 
- ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_flatten_multiple_pcollections_having_multiple_consumers
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_flatten_a_flattened_pcollection
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_impulse 
- ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/runners/portability/fn_api_runner/translations_test.py::TranslationsTest::test_run_packable_combine_globally
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_par_do_with_multiple_outputs_and_using_yield
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_flatten_pcollections
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_read_metrics
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_as_dict_twice
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_par_do_with_multiple_outputs_and_using_return
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_undeclared_outputs
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/runners/portability/fn_api_runner/translations_test.py::TranslationsTest::test_run_packable_combine_limit
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_multiple_empty_outputs
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/ptransform_test.py::PTransformTest::test_flatten_same_pcollections
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_as_singleton_with_different_defaults
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_flattened_side_input
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_default_value_singleton_side_input
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_as_singleton_without_unique_labels
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_iterable_side_input
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_as_list_and_as_dict_side_inputs
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_as_list_twice
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_empty_singleton_side_input
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/sideinputs_test.py::SideInputsTest::test_reiterable_side_input
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/runners/portability/fn_api_runner/translations_test.py::TranslationsTest::test_run_packable_combine_per_key
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
FAILED 
apache_beam/transforms/util_test.py::ReshuffleTest::test_reshuffle_preserves_timestamps
 - ValueError: disable_runner_v2 is deprecated in Beam Python 2.48.0.dev and 
this execution mode will be removed in a future Beam SDK. If needed, please 
use: "--experiments=disable_runner_v2_until_v2.50".
=========== 30 failed, 4 passed, 13 
skipped, 360 warnings in 31.66s ============

FAILURE: Build completed with 2 failures.

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

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py39:validatesRunnerBatchTests'.
> 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_Py_VR_Dataflow/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 242

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py37:validatesRunnerBatchTests'.
> 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

BUILD FAILED in 2m 1s
18 actionable tasks: 12 executed, 4 from cache, 2 up-to-date
Build scan background action failed.
java.lang.IllegalArgumentException: 
com.gradle.enterprise.gradleplugin.internal.extension.a is not an interface
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:590)
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:557)
        at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
        at java.lang.reflect.WeakCache.get(WeakCache.java:127)
        at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
        at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:719)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.createLocalProxy(ProxyFactory.java:64)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.lambda$adaptActionArg$1(ProxyFactory.java:59)
        at 
com.gradle.enterprise.gradleplugin.internal.extension.b$3.run(SourceFile:100)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)

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

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