You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/04/16 00:52:00 UTC

Build failed in Jenkins: beam_PostCommit_Py_ValCont #7681

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

Changes:

[Kenneth Knowles] Fix script location in build_release_candidate.sh

[Kenneth Knowles] Build release candidate from tag

[Kenneth Knowles] Run release scripts from PWD not cloned repo

[Kenneth Knowles] Take build_release_candidate.sh parameters on command line for easy

[Kenneth Knowles] Use SSH auth URL for pushing beam-site branch

[Robert Bradshaw] Add runner capabilities to Beam model proto.

[Robert Bradshaw] Runner Capabilities, go proto.

[Robert Bradshaw] Plumb runner capabilities to Beam SDKs.

[Boyuan Zhang] [BEAM-12160] Add TODO for fixing warning

[Robert Bradshaw] Avoid sending zero msec counters.

[randomstep] [BEAM-11903] Bump achilles to 6.1.0

[Andrew Pilloud] More tests for time types

[noreply] Merge pull request #14467 from [BEAM-11607] Add word count tasks

[Andrew Pilloud] [BEAM-9379] Output outside of codegen, support rows

[Robert Bradshaw] [BEAM-12170] Handle duplicate metrics due to flatten unzipping.

[noreply] [BEAM-366] Populate display data in portable job representation (#14470)

[noreply] [BEAM-12118] Modify QueuingBeamFnDataClient to avoid completion latency

[noreply] [BEAM-7372] cleanup py2 codepath from apache_beam/testing (#14496)

[Robert Bradshaw] Fix one more usage.

[noreply] [BEAM-7372] cleanup py2 codepath from apache_beam/tool,

[noreply] [BEAM-12074] Add @with_docs_from decorator for generating API docs


------------------------------------------
[...truncated 378.72 KB...]
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py",> line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py",> line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py",> line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/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_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 234, in load_module
    return load_source(name, filename, file)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager_test.py",> line 28, in <module>
    from apache_beam.runners.interactive import background_caching_job as bcj
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/background_caching_job.py",> line 48, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py",> line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import RecordingManager
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py",> line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/convert.py",> line 32, in <module>
    from apache_beam.dataframe import transforms
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/transforms.py",> line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frame_base.py",> line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py",> line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py",> line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py",> line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/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_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 234, in load_module
    return load_source(name, filename, file)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/testing/integration/tests/init_square_cube_test.py",> line 27, in <module>
    from apache_beam.runners.interactive.testing.integration.screen_diff import BaseTestCase
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/testing/integration/screen_diff.py",> line 33, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py",> line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import RecordingManager
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py",> line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/convert.py",> line 32, in <module>
    from apache_beam.dataframe import transforms
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/transforms.py",> line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frame_base.py",> line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py",> line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py",> line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py",> line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/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_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 234, in load_module
    return load_source(name, filename, file)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/utils_test.py",> line 32, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py",> line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import RecordingManager
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py",> line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/convert.py",> line 32, in <module>
    from apache_beam.dataframe import transforms
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/transforms.py",> line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frame_base.py",> line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

======================================================================
ERROR: Failure: ValueError (base is required for _proxy_method)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/failure.py",> line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/loader.py",> line 417, in loadTestsFromName
    module = self.importer.importFromPath(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/site-packages/nose/importer.py",> line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/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_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 234, in load_module
    return load_source(name, filename, file)
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967051/lib/python3.8/imp.py",> line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/utils/interactive_utils_test.py",> line 25, in <module>
    from apache_beam.runners.interactive import interactive_environment as ie
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/interactive_environment.py",> line 40, in <module>
    from apache_beam.runners.interactive.recording_manager import RecordingManager
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/runners/interactive/recording_manager.py",> line 28, in <module>
    from apache_beam.dataframe.convert import to_pcollection
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/convert.py",> line 32, in <module>
    from apache_beam.dataframe import transforms
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/transforms.py",> line 32, in <module>
    from apache_beam.dataframe import frames  # pylint: disable=unused-import
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 80, in <module>
    class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frames.py",> line 551, in DeferredDataFrameOrSeries
    reorder_levels = frame_base._proxy_method(
  File "<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/apache_beam/dataframe/frame_base.py",> line 168, in _proxy_method
    raise ValueError("base is required for _proxy_method")
ValueError: base is required for _proxy_method

----------------------------------------------------------------------
XML: nosetests-beam_python3.8_sdk.xml
----------------------------------------------------------------------
XML: <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 31 tests in 1566.848s

FAILED (errors=27)
cleanup_container
docker images --format '{{.Repository}}:{{.Tag}}' | grep $PREBUILD_SDK_CONTAINER_REGISTRY_PATH
Digests:
- us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:5097676db635bfb6546f239d087f7f350d961f84eeea1761b8d06c5560fa440e
  Associated tags:
 - 20210416-002325453978243
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210416-002325453978243
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20210416-002325453978243].
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:5097676db635bfb6546f239d087f7f350d961f84eeea1761b8d06c5560fa440e].
gcloud container images list-tags $PREBUILD_SDK_CONTAINER_REGISTRY_PATH/beam_python_prebuilt_sdk  --format="get(digest)"
Digests:
- us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:3ef70793976ddf73fb32176bdf1898a57ca780f14a1f345094866b2b6224b604
  Associated tags:
 - 809ff024-985b-4bea-9da1-6202acedd750
Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:809ff024-985b-4bea-9da1-6202acedd750].
Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:3ef70793976ddf73fb32176bdf1898a57ca780f14a1f345094866b2b6224b604].
Digests:
- us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:af0bdf94a1095a10a502c5da54ca2f3ec6eaaa442d1a44ebdc13f6b0a53a0809
  Associated tags:
 - ea526c79-289f-4759-bb96-e5ea12d37b4c
Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:ea526c79-289f-4759-bb96-e5ea12d37b4c].
Deleted [us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:af0bdf94a1095a10a502c5da54ca2f3ec6eaaa442d1a44ebdc13f6b0a53a0809].

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

FAILURE: Build completed with 3 failures.

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

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

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

* What went wrong:
Execution failed for task ':sdks:python:test-suites:dataflow:py36:validatesContainer'.
> 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.
-----------
* Where:
Script '<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'> line: 248

* What went wrong:
Execution failed for task ':sdks:python:test-suites:dataflow:py38:validatesContainer'.
> 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 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 51m 24s
51 actionable tasks: 47 executed, 4 up-to-date
Gradle was unable to watch the file system for changes. The inotify watches limit is too low.

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

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Py_ValCont #7682

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/7682/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org