See
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/523/display/redirect?page=changes>
Changes:
[kamil.wasilewski] Fix method name in Combine and coGBK tests
[kamil.wasilewski] Move imports and variables out of global namespace
[iemejia] [website] Update Java 11 and Spark roadmap
[iemejia] Enable probot autolabeler action to label github pull requests
[iemejia] Remove prefixes in autolabeler configuration to improve readability
[iemejia] [BEAM-9160] Removed WebIdentityTokenCredentialsProvider explicit json
------------------------------------------
[...truncated 1.05 KB...]
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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 hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Thread.java:748)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
JNLP4-connect connection from
192.194.239.35.bc.googleusercontent.com/35.239.194.192:41758
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:957)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1276.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy146.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
at hudson.scm.SCM.checkout(SCM.java:504)
at
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1815)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git init
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src"> returned
status code 1:
stdout:
stderr:
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/.git>: No
space left on device
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2140)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2136)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1741)
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:914)
... 12 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
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_PreCommit_PythonLint_Cron/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 ffeea60f3cb766722a101ded1ea97c0be79bf13a (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ffeea60f3cb766722a101ded1ea97c0be79bf13a
Commit message: "Merge pull request #10800 from kamilwu/load-tests-fix"
> git rev-list --no-walk f6633d8d52ee55e9efef8f4346a79d645902607d # 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_PreCommit_PythonLint_Cron/ws/src/gradlew>
--continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g
-Dorg.gradle.jvmargs=-Xmx4g :pythonLintPreCommit
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
> 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:setupVirtualenv
New python executable in
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/1922375555/bin/python2.7>
Also creating executable in
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/1922375555/bin/python>
Installing setuptools, pip, wheel...
> Task :sdks:python:test-suites:tox:py2:setupVirtualenv FAILED
New python executable in
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/514598865/bin/python2.7>
Also creating executable in
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/514598865/bin/python>
Installing setuptools, pip, wheel...
Complete output from command /home/jenkins/jenkin...598865/bin/python2.7 -
setuptools pip wheel:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 won't be maintained after that date. A
future version of pip will drop support for Python 2.7.
Looking in links: /usr/local/lib/python3.5/dist-packages/virtualenv_support
Collecting setuptools
Using cached
https://files.pythonhosted.org/packages/f9/d3/955738b20d3832dfa3cd3d9b07e29a8162edb480bf988332f5e6e48ca444/setuptools-44.0.0-py2.py3-none-any.whl
Traceback (most recent call last):
Collecting pip
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 2567, in
<module>
Using cached
https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl
main()
Collecting wheel
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 793, in main
Using cached
https://files.pythonhosted.org/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl
symlink=options.symlink,
Installing collected packages: setuptools, pip, wheel
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1088, in
create_environment
Could not install packages due to an EnvironmentError: [Errno 28] No space left
on device
install_wheel(to_install, py_executable, search_dirs, download=download)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 935, in
install_wheel
_install_wheel_with_search_dir(download, project_names, py_executable,
search_dirs)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1025, in
_install_wheel_with_search_dir
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=script)
----------------------------------------
...Installing setuptools, pip, wheel...done.
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 886, in
call_subprocess
raise OSError("Command {} failed with error code {}".format(cmd_desc,
proc.returncode))
OSError: Command /home/jenkins/jenkin...598865/bin/python2.7 - setuptools pip
wheel failed with error code 1
Running virtualenv with interpreter /usr/bin/python2.7
> Task :sdks:python:setupVirtualenv FAILED
Complete output from command /home/jenkins/jenkin...375555/bin/python2.7 -
setuptools pip wheel:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 won't be maintained after that date. A
future version of pip will drop support for Python 2.7.
Looking in links: /usr/local/lib/python3.5/dist-packages/virtualenv_support
Collecting setuptools
Using cached
https://files.pythonhosted.org/packages/f9/d3/955738b20d3832dfa3cd3d9b07e29a8162edb480bf988332f5e6e48ca444/setuptools-44.0.0-py2.py3-none-any.whl
Collecting pip
Traceback (most recent call last):
Using cached
https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 2567, in
<module>
Collecting wheel
main()
Using cached
https://files.pythonhosted.org/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 793, in main
Installing collected packages: setuptools, pip, wheel
symlink=options.symlink,
Could not install packages due to an EnvironmentError: [Errno 28] No space left
on device
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1088, in
create_environment
----------------------------------------
install_wheel(to_install, py_executable, search_dirs, download=download)
...Installing setuptools, pip, wheel...done.
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 935, in
install_wheel
_install_wheel_with_search_dir(download, project_names, py_executable,
search_dirs)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1025, in
_install_wheel_with_search_dir
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=script)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 886, in
call_subprocess
raise OSError("Command {} failed with error code {}".format(cmd_desc,
proc.returncode))
OSError: Command /home/jenkins/jenkin...375555/bin/python2.7 - setuptools pip
wheel failed with error code 1
Running virtualenv with interpreter /usr/bin/python2.7
> Task :sdks:python:test-suites:tox:py37:setupVirtualenv
Using base prefix '/usr'
New python executable in
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/-1227304283/bin/python3.7>
Also creating executable in
<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/-1227304283/bin/python>
Installing setuptools, pip, wheel...
Complete output from command /home/jenkins/jenkin...304283/bin/python3.7 -
setuptools pip wheel:
Looking in links: /usr/local/lib/python3.5/dist-packages/virtualenv_support
Collecting setuptools
Using cached
https://files.pythonhosted.org/packages/3d/72/1c1498c1e908e0562b1e1cd30012580baa7d33b5b0ffdbeb5fde2462cc71/setuptools-45.2.0-py3-none-any.whl
Collecting pip
Using cached
https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl
Collecting wheel
Using cached
https://files.pythonhosted.org/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl
Installing collected packages: setuptools, pip, wheel
Could not install packages due to an EnvironmentError: [Errno 28] No space left
on device:
'<https://builds.apache.org/job/beam_PreCommit_PythonLint_Cron/ws/src/build/gradleenv/-1227304283/lib/python3.7/site-packages/pip-20.0.2.dist-info'>
----------------------------------------
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 2567, in
<module>
main()
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 793, in main
symlink=options.symlink,
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1088, in
create_environment
install_wheel(to_install, py_executable, search_dirs, download=download)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 935, in
install_wheel
_install_wheel_with_search_dir(download, project_names, py_executable,
search_dirs)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 1025, in
_install_wheel_with_search_dir
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=script)
File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 886, in
call_subprocess
raise OSError("Command {} failed with error code {}".format(cmd_desc,
proc.returncode))
OSError: Command /home/jenkins/jenkin...304283/bin/python3.7 - setuptools pip
wheel failed with error code 1
Running virtualenv with interpreter /usr/bin/python3.7
> Task :sdks:python:test-suites:tox:py37:setupVirtualenv FAILED
FAILURE: Build completed with 3 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py2:setupVirtualenv'.
> Process 'command 'virtualenv'' 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:setupVirtualenv'.
> Process 'command 'virtualenv'' 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.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py37:setupVirtualenv'.
> Process 'command 'virtualenv'' 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 20s
3 actionable tasks: 3 executed
Publishing build scan...
https://gradle.com/s/okwyvhup2tv6u
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]