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 2020/01/21 12:03:04 UTC

Build failed in Jenkins: beam_PostCommit_Python_MongoDBIO_IT #1866

See <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/1866/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 201cfc184108effb8ecbcb07b1971684ddaeecfb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 201cfc184108effb8ecbcb07b1971684ddaeecfb
Commit message: "Merge pull request #10638: [website][BEAM-9153] Fix release guide heading level"
 > git rev-list --no-walk 201cfc184108effb8ecbcb07b1971684ddaeecfb # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :sdks:python:test-suites:direct:py2:mongodbioIT :sdks:python:test-suites:direct:py35:mongodbioIT
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> Task :buildSrc:spotlessCheck
> Task :buildSrc:pluginUnderTestMetadata
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.

> Task :sdks:python:test-suites:direct:py2:setupVirtualenv
New python executable in <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/bin/python2.7>
Also creating executable in <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/bin/python>
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /usr/bin/python2.7
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/bin/pip",> line 10, in <module>
    sys.exit(main())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/pip/_internal/cli/main.py",> line 73, in main
    command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/pip/_internal/commands/__init__.py",> line 96, in create_command
    module = importlib.import_module(module_path)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/pip/_internal/commands/install.py",> line 24, in <module>
    from pip._internal.cli.req_command import RequirementCommand
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/pip/_internal/cli/req_command.py",> line 20, in <module>
    from pip._internal.operations.prepare import RequirementPreparer
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/pip/_internal/operations/prepare.py",> line 16, in <module>
    from pip._internal.distributions import (
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/45127155/local/lib/python2.7/site-packages/pip/_internal/distributions/__init__.py",> line 1, in <module>
    from pip._internal.distributions.source import SourceDistribution
ImportError: cannot import name SourceDistribution

> Task :sdks:python:test-suites:direct:py2:setupVirtualenv FAILED

> Task :sdks:python:test-suites:direct:py35:setupVirtualenv
Using base prefix '/usr'
New python executable in <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/bin/python3.5>
Also creating executable in <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/bin/python>
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /usr/bin/python3.5
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/bin/pip",> line 10, in <module>
    sys.exit(main())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/site-packages/pip/_internal/cli/main.py",> line 73, in main
    command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/site-packages/pip/_internal/commands/__init__.py",> line 96, in create_command
    module = importlib.import_module(module_path)
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/importlib/__init__.py",> line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 665, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/site-packages/pip/_internal/commands/install.py",> line 24, in <module>
    from pip._internal.cli.req_command import RequirementCommand
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/site-packages/pip/_internal/cli/req_command.py",> line 20, in <module>
    from pip._internal.operations.prepare import RequirementPreparer
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/site-packages/pip/_internal/operations/prepare.py",> line 16, in <module>
    from pip._internal.distributions import (
  File "<https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941889/lib/python3.5/site-packages/pip/_internal/distributions/__init__.py",> line 1, in <module>
    from pip._internal.distributions.source import SourceDistribution
ImportError: cannot import name 'SourceDistribution'

> Task :sdks:python:test-suites:direct:py35:setupVirtualenv FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:direct:py2:setupVirtualenv'.
> 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.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:direct:py35:setupVirtualenv'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 16s
2 actionable tasks: 2 executed

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

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_Python_MongoDBIO_IT #1867

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/1867/display/redirect?page=changes>


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