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 2019/05/15 18:00:09 UTC

Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #680

See <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/680/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-6 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7b1abc923183a9f6336d3d44681b8fcd8785104c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b1abc923183a9f6336d3d44681b8fcd8785104c
Commit message: "Merge pull request #8566 from vectorijk/upgrade-avatica"
 > git rev-list --no-walk 7b1abc923183a9f6336d3d44681b8fcd8785104c # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=22788,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=40f9a857-a5dc-49a5-8d0d-da9662702b4a,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=22910,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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_Java11_ValidatesRunner_Direct #689

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


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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #688

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/688/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b
Commit message: "Merge #8589: Simple fix: make use of Reify in Latest to replace duplicate code"
 > git rev-list --no-walk 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=24275,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=36d9723a-da8a-4979-a708-d24c4e283cbc,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=24397,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #687

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/687/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-13 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b
Commit message: "Merge #8589: Simple fix: make use of Reify in Latest to replace duplicate code"
 > git rev-list --no-walk 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=6779,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=aabe58f7-8698-45ca-9342-2663c39c3808,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=6909,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #686

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

Changes:

[robinyqiu] Simple fix: make use of Reify in Latest to replace duplicate code

------------------------------------------
Started by GitHub push by kennknowles
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 02ac8717bf73f7942e5cf1d1ace7f1247c702a9b
Commit message: "Merge #8589: Simple fix: make use of Reify in Latest to replace duplicate code"
 > git rev-list --no-walk 194576262c41f2502189c52565e2a91ca2204562 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=5341,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=cb1e016b-c5f3-4773-adea-57512e1e220c,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=5464,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #685

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/685/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-13 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 194576262c41f2502189c52565e2a91ca2204562 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 194576262c41f2502189c52565e2a91ca2204562
Commit message: "[BEAM-7331] Create PAssert util function for late panes."
 > git rev-list --no-walk 194576262c41f2502189c52565e2a91ca2204562 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=17158,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=f3ef0834-724f-47ae-a455-cea7bea47596,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=17280,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #684

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

Changes:

[huangry] Create PAssert util function for late panes.

------------------------------------------
Started by GitHub push by lukecwik
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-13 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 194576262c41f2502189c52565e2a91ca2204562 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 194576262c41f2502189c52565e2a91ca2204562
Commit message: "[BEAM-7331] Create PAssert util function for late panes."
 > git rev-list --no-walk 4f9361b7dd5fce8e227008e1871f621d2f6682f9 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=12040,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=03b80d15-4bed-4b32-bd1b-460cca36219a,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=12162,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #683

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

Changes:

[daniel.o.programmer] [BEAM-7154] Updating Go SDK errors (Part 3)

------------------------------------------
Started by GitHub push by akedin
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-5 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4f9361b7dd5fce8e227008e1871f621d2f6682f9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f9361b7dd5fce8e227008e1871f621d2f6682f9
Commit message: "Merge pull request #8560 from youngoli/beam7154-2"
 > git rev-list --no-walk f0b03b439d16876cc3bb1aa562fb433766c656d9 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=30112,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=45398394-cb3f-4d57-9f48-e58e53f54b17,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=30234,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #682

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

Changes:

[iemejia] Categorize tests from UsesTestStream to UsesTestStreamWithProcessingTime

------------------------------------------
Started by GitHub push by iemejia
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-13 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f0b03b439d16876cc3bb1aa562fb433766c656d9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f0b03b439d16876cc3bb1aa562fb433766c656d9
Commit message: "Merge pull request #8586: Categorize tests from UsesTestStream to UsesTestStreamWithProcessingTime"
 > git rev-list --no-walk 0294039234f636cce77346b74ba58b4fe16b296c # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=26870,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=7c57ef0a-168c-4634-bd84-d9de3dfb9cdf,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=27014,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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


Build failed in Jenkins: beam_PostCommit_Java11_ValidatesRunner_Direct #681

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

Changes:

[ajamato] [BEAM-6138] Update java SDK to report user distribution tuple metrics

------------------------------------------
Started by GitHub push by pabloem
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Java11_ValidatesRunner_Direct/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0294039234f636cce77346b74ba58b4fe16b296c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0294039234f636cce77346b74ba58b4fe16b296c
Commit message: "Merge pull request #8280 from ajamato/java_user_distribution"
 > git rev-list --no-walk 7b1abc923183a9f6336d3d44681b8fcd8785104c # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # 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_Java11_ValidatesRunner_Direct/ws/src/gradlew> -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar
Executing

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :beam-runners-direct-java:shadowJar :beam-runners-direct-java:shadowTestJar

############################### WARNING ####################################
##                                                                        ##
## Deprecation Warning: Gradle command altered.                           ##
##                                                                        ##
## You are still using deprecated project namings. Instead of using e.g.  ##
##                                                                        ##
##    :beam-sdks-java-core                                                ##
##                                                                        ##
## you should now use                                                     ##
##                                                                        ##
##    :sdks:java:core                                                     ##
##                                                                        ##
## no to reference projects and their tasks. See project-mappings file.   ##
##                                                                        ##
## This compatibility layer will be removed soon.                         ##
##                                                                        ##
############################### WARNING ####################################

Changed command to

  gradlew -Dorg.gradle.java.home=/home/jenkins/tools/java/latest1.8 :runners:direct-java:shadowJar :runners:direct-java:shadowTestJar

  
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
The newly created daemon process has a different context than expected.
It won't be possible to reconnect to this daemon. Context mismatch: 
Java home is different.
Wanted: DefaultDaemonContext[uid=null,javaHome=/home/jenkins/tools/java/latest1.8,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=25961,idleTimeout=null,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]
Actual: DefaultDaemonContext[uid=cd9e7925-9e40-42fd-9461-09586db0eb74,javaHome=/usr/lib/jvm/java-8-openjdk-amd64,daemonRegistryDir=/home/jenkins/.gradle/daemon,pid=26085,idleTimeout=10800000,priority=NORMAL,daemonOpts=-Xss10240k,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]


* 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
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