See 
<https://ci-builds.apache.org/job/OpenMeetings/job/Red5-server/29/display/redirect>

Changes:


------------------------------------------
Started by upstream project "OpenMeetings/Red5-parent" build number 5
originally caused by:
 Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/OpenMeetings/job/Red5-server/ws/>
The recommended git tool is: NONE
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/Red5/red5-server.git # 
 > timeout=10
Fetching upstream changes from https://github.com/Red5/red5-server.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/Red5/red5-server.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 0e409ea436381f101f0a5f4c3fecd40929597ae5 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e409ea436381f101f0a5f4c3fecd40929597ae5 # timeout=10
Commit message: "Merge pull request #315 from beetlejesss/patch-1"
 > git rev-list --no-walk 0e409ea436381f101f0a5f4c3fecd40929597ae5 # timeout=10
Parsing POMs
Established TCP socket on 35707
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Red5-server] $ /home/jenkins/tools/java/latest11/bin/java -cp 
/home/jenkins/maven35-agent.jar:/home/jenkins/tools/maven/latest/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest/ 
/home/jenkins/slave.jar /home/jenkins/maven35-interceptor.jar 
/home/jenkins/maven3-interceptor-commons.jar 35707
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
<https://ci-builds.apache.org/job/OpenMeetings/job/Red5-server/ws/pom.xml> 
clean install
[INFO] Scanning for projects...
[HUDSON] Collecting dependencies info
[INFO] 
[INFO] ------------------------< org.red5:red5-server >------------------------
[INFO] Building Red5 :: Server 1.2.8
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ red5-server ---
[INFO] Deleting 
<https://ci-builds.apache.org/job/OpenMeetings/job/Red5-server/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ red5-server 
---
[INFO] 
[INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ red5-server ---
[INFO] Required toolchain: jdk [ version='[1.11,)' ]
[WARNING] Attempt to (de-)serialize anonymous class 
org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: 
https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.855 s
[INFO] Finished at: 2021-07-18T19:36:51Z
[INFO] ------------------------------------------------------------------------
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected 
Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got 
class hudson.model.Fingerprint$RangeSet
        at hudson.remoting.Channel$2.adapt(Channel.java:1039)
        at hudson.remoting.Channel$2.adapt(Channel.java:1033)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
        at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:375)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class 
hudson.model.Fingerprint or subclass but got class 
hudson.model.Fingerprint$RangeSet
        at 
jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
        at 
jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
        at hudson.model.Fingerprint.load(Fingerprint.java:1357)
        at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
        at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
        at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
        at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
        at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
        at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
        at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
        at 
hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
        at 
hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
        at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
        at sun.reflect.GeneratedMethodAccessor1386.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.model.Executor$2.call(Executor.java:939)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy165.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:375)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at 
jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
        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 java.lang.Thread.run(Thread.java:748)
        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
channel
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel$2.adapt(Channel.java:1037)
                at hudson.remoting.Channel$2.adapt(Channel.java:1033)
                at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
                at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
                at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
                at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
                at hudson.remoting.UserRequest.perform(UserRequest.java:211)
                at hudson.remoting.UserRequest.perform(UserRequest.java:54)
                at hudson.remoting.Request$2.run(Request.java:375)
                at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
                at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
                at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
                at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
                at java.base/java.lang.Thread.run(Thread.java:834)
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected 
Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got 
class hudson.model.Fingerprint$RangeSet
        at hudson.remoting.Channel$2.adapt(Channel.java:1039)
        at hudson.remoting.Channel$2.adapt(Channel.java:1033)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
        at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:375)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class 
hudson.model.Fingerprint or subclass but got class 
hudson.model.Fingerprint$RangeSet
        at 
jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
        at 
jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
        at hudson.model.Fingerprint.load(Fingerprint.java:1357)
        at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
        at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
        at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
        at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
        at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
        at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
        at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
        at 
hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
        at 
hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
        at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
        at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
        at sun.reflect.GeneratedMethodAccessor1386.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.model.Executor$2.call(Executor.java:939)
        at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
        at com.sun.proxy.$Proxy165.execute(Unknown Source)
        at 
hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:375)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
        at 
org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
        at 
hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        at 
jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
        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 java.lang.Thread.run(Thread.java:748)
        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 
channel
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel$2.adapt(Channel.java:1037)
                at hudson.remoting.Channel$2.adapt(Channel.java:1033)
                at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
                at 
hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
                at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
                at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
                at hudson.remoting.UserRequest.perform(UserRequest.java:211)
                at hudson.remoting.UserRequest.perform(UserRequest.java:54)
                at hudson.remoting.Request$2.run(Request.java:375)
                at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
                at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
                at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
                at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
                at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-toolchains-plugin:3.0.0:toolchain (default) on 
project red5-server: Misconfigured toolchains. Non-existing JDK home 
configuration at /home/jenkins/tools/java/latest18 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/OpenMeetings/job/Red5-server/ws/pom.xml> to 
org.red5/red5-server/1.2.8/red5-server-1.2.8.pom
Sending e-mails to: dev@openmeetings.apache.org red5inter...@googlegroups.com
channel stopped
Archiving artifacts
Not sending mail to unregistered user git...@hugo-hirsch.de

Reply via email to