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/01/31 00:01:21 UTC

Build failed in Jenkins: beam_PostCommit_Python_MongoDBIO_IT #3965

See <https://ci-beam.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/3965/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-7 (beam) in workspace <https://ci-beam.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://ci-beam.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/* # timeout=10
 > 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}/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bf5810a311737573827b8e8d24ad910b5d4e77fb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf5810a311737573827b8e8d24ad910b5d4e77fb # timeout=10
Commit message: "Merge pull request #13819: [website] Clarify JIRA priority for security issues (CVEs)"
 > git rev-list --no-walk bf5810a311737573827b8e8d24ad910b5d4e77fb # 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
SETUPTOOLS_USE_DISTUTILS=stdlib

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://ci-beam.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :sdks:python:test-suites:direct:mongodbioIT
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> 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 FROM-CACHE
> Task :buildSrc:spotlessGroovyCheck UP-TO-DATE
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck UP-TO-DATE
> 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:validatePlugins FROM-CACHE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
Configuration on demand is an incubating feature.

> Task :sdks:python:test-suites:direct:py36:setupVirtualenv
Using base prefix '/usr'
New python executable in <https://ci-beam.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941890/bin/python3.6>
Also creating executable in <https://ci-beam.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/build/gradleenv/1398941890/bin/python>
Installing setuptools, pip, wheel...
done.
Running virtualenv with interpreter /usr/bin/python3.6
Collecting tox==3.20.1
  Using cached tox-3.20.1-py2.py3-none-any.whl (83 kB)
Collecting grpcio-tools==1.30.0
  Using cached grpcio_tools-1.30.0-cp36-cp36m-manylinux2010_x86_64.whl (2.5 MB)
Collecting future==0.18.2
  Using cached future-0.18.2-py3-none-any.whl
Collecting mypy-protobuf==1.18
  Using cached mypy_protobuf-1.18-py3-none-any.whl (7.3 kB)
Collecting distlib==0.3.1
  Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
Collecting grpcio>=1.30.0
  Using cached grpcio-1.35.0-cp36-cp36m-manylinux2014_x86_64.whl (4.1 MB)
Collecting protobuf>=3.5.0.post1
  Using cached protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB)
Collecting importlib-metadata<3,>=0.12
  Using cached importlib_metadata-2.1.1-py2.py3-none-any.whl (10 kB)
Collecting packaging>=14
  Using cached packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting toml>=0.9.4
  Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting py>=1.4.17
  Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
Collecting filelock>=3.0.0
  Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB)
Collecting six>=1.14.0
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting pluggy>=0.12.0
  Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
  Using cached virtualenv-20.4.0-py2.py3-none-any.whl (5.7 MB)
Collecting zipp>=0.5
  Using cached zipp-3.4.0-py3-none-any.whl (5.2 kB)
Collecting pyparsing>=2.0.2
  Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting appdirs<2,>=1.4.3
  Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting importlib-resources>=1.0
  Using cached importlib_resources-5.1.0-py3-none-any.whl (24 kB)
Installing collected packages: zipp, six, pyparsing, importlib-resources, importlib-metadata, filelock, distlib, appdirs, virtualenv, toml, py, protobuf, pluggy, packaging, grpcio, tox, mypy-protobuf, grpcio-tools, future
Successfully installed appdirs-1.4.4 distlib-0.3.1 filelock-3.0.12 future-0.18.2 grpcio-1.35.0 grpcio-tools-1.30.0 importlib-metadata-2.1.1 importlib-resources-5.1.0 mypy-protobuf-1.18 packaging-20.9 pluggy-0.13.1 protobuf-3.14.0 py-1.10.0 pyparsing-2.4.7 six-1.15.0 toml-0.10.2 tox-3.20.1 virtualenv-20.4.0 zipp-3.4.0

> Task :sdks:python:test-suites:direct:py36:mongodbioIT
Using default tag: latest
latest: Pulling from library/mongo
d519e2592276: Pulling fs layer
d22d2dfcfa9c: Pulling fs layer
b3afe92c540b: Pulling fs layer
a2c1234bf134: Pulling fs layer
05bf57f3b398: Pulling fs layer
4737ab85f84c: Pulling fs layer
6165557c172c: Pulling fs layer
a2c1234bf134: Waiting
c2ca70046d29: Pulling fs layer
b80a541da2a8: Pulling fs layer
c2ca70046d29: Waiting
4737ab85f84c: Waiting
05bf57f3b398: Waiting
18edd0c32639: Pulling fs layer
86830e28cf71: Pulling fs layer
b80a541da2a8: Waiting
71e1d772417d: Pulling fs layer
71e1d772417d: Waiting
18edd0c32639: Waiting
86830e28cf71: Waiting
b3afe92c540b: Verifying Checksum
b3afe92c540b: Download complete
d22d2dfcfa9c: Download complete
a2c1234bf134: Verifying Checksum
05bf57f3b398: Verifying Checksum
05bf57f3b398: Download complete
d519e2592276: Download complete
6165557c172c: Verifying Checksum
6165557c172c: Download complete
4737ab85f84c: Verifying Checksum
4737ab85f84c: Download complete
c2ca70046d29: Download complete
b80a541da2a8: Verifying Checksum
b80a541da2a8: Download complete
86830e28cf71: Download complete
71e1d772417d: Verifying Checksum
71e1d772417d: Download complete
d519e2592276: Pull complete
d22d2dfcfa9c: Pull complete
b3afe92c540b: Pull complete
a2c1234bf134: Pull complete
18edd0c32639: Verifying Checksum
18edd0c32639: Download complete
05bf57f3b398: Pull complete
4737ab85f84c: Pull complete
6165557c172c: Pull complete
c2ca70046d29: Pull complete
b80a541da2a8: Pull complete
18edd0c32639: Pull complete
86830e28cf71: Pull complete
71e1d772417d: Pull complete
Digest: sha256:88e0308671a06d4ee7da41f87944ba66355b4ee3d57d57caf92f5e1938736abd
Status: Downloaded newer image for mongo:latest
docker: Error response from daemon: Conflict. The container name "/mongoioit27121" is already in use by container "bc273842b76b89b8df898d1de061f0ebec2d3074e0777bde14b06fab62bfed76". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.

> Task :sdks:python:test-suites:direct:py36:mongodbioIT FAILED

FAILURE: Build failed with an exception.

* Where:
Script '<https://ci-beam.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/ws/src/sdks/python/test-suites/direct/common.gradle'> line: 76

* What went wrong:
Execution failed for task ':sdks:python:test-suites:direct:py36:mongodbioIT'.
> Process 'command 'sh'' finished with non-zero exit value 125

* 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 52s
2 actionable tasks: 2 executed

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

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 #3966

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Python_MongoDBIO_IT/3966/display/redirect>


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