You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/30 08:44:23 UTC

Build failed in Jenkins: sling-trunk-1.8 #3661

See <https://builds.apache.org/job/sling-trunk-1.8/3661/changes>

Changes:

[olli] SLING-5929 Provide Pax URL and Pax URL Classpath as Options for Pax Exam

[olli] add a constant for Sling’s Maven groupId

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/sling-trunk-1.8/ws/>
Cleaning up <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk>
Updating http://svn.apache.org/repos/asf/sling/trunk at revision '2016-07-30T08:42:39.062 +0000'
A         testing/org.apache.sling.testing.paxexam/src/test/java/org/apache/sling/testing/paxexam/SlingOptionsPaxUrlIT.java
A         testing/org.apache.sling.testing.paxexam/src/test/java/org/apache/sling/testing/paxexam/SlingOptionsPaxUrlClasspathIT.java
U         testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingOptions.txt
U         testing/org.apache.sling.testing.paxexam/src/main/resources/templates/SlingVersionResolver.txt
U         testing/org.apache.sling.testing.paxexam/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java
U         testing/org.apache.sling.testing.paxexam/src/main/java/org/apache/sling/testing/paxexam/SlingVersionResolver.java
At revision 1754599

Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 58331
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.8.0/bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/tools/maven/apache-maven-3.3.9 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 58331
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 -DobrRepository=false clean install -DHttpTestBase.readyTimeoutSeconds=300 -Dsling.testing.timeout.multiplier=4
[INFO] Scanning for projects...
[ERROR] Internal error: java.lang.IllegalArgumentException: Unable to read configuration properties: Configuration [pid=org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName, factoryPid=null, properties={:rawconfig.format=felixca, :rawconfig.mode=overwrite, :rawconfig=length=21
[ERROR] }]: Unexpected token 78; expected: 61 (line=1, pos=4)
[ERROR] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalArgumentException: Unable to read configuration properties: Configuration [pid=org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName, factoryPid=null, properties={:rawconfig.format=felixca, :rawconfig.mode=overwrite, :rawconfig=length=21
}]
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
	at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.IllegalArgumentException: Unable to read configuration properties: Configuration [pid=org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName, factoryPid=null, properties={:rawconfig.format=felixca, :rawconfig.mode=overwrite, :rawconfig=length=21
}]
	at org.apache.sling.provisioning.model.ModelResolveUtility.getProcessedConfiguration(ModelResolveUtility.java:173)
	at org.apache.sling.provisioning.model.EffectiveModelProcessor.processConfiguration(EffectiveModelProcessor.java:59)
	at org.apache.sling.provisioning.model.ModelProcessor.process(ModelProcessor.java:71)
	at org.apache.sling.provisioning.model.ModelUtility.getEffectiveModel(ModelUtility.java:155)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.addDependencies(ModelPreprocessor.java:115)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.searchSlingstartDependencies(ModelPreprocessor.java:247)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.addDependencies(ModelPreprocessor.java:117)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.addDependencies(ModelPreprocessor.java:78)
	at org.apache.sling.maven.slingstart.DependencyLifecycleParticipant.afterProjectsRead(DependencyLifecycleParticipant.java:80)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:266)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	... 22 more
Caused by: java.io.IOException: Unexpected token 78; expected: 61 (line=1, pos=4)
	at org.apache.felix.cm.file.ConfigurationHandler.readFailure(ConfigurationHandler.java:681)
	at org.apache.felix.cm.file.ConfigurationHandler.readInternal(ConfigurationHandler.java:300)
	at org.apache.felix.cm.file.ConfigurationHandler.read(ConfigurationHandler.java:263)
	at org.apache.sling.provisioning.model.ModelResolveUtility.getProcessedConfiguration(ModelResolveUtility.java:166)
	... 33 more
[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/InternalErrorException
channel stopped

Jenkins build is back to stable : sling-trunk-1.8 #3682

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3682/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3681

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3680

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3680/>


Jenkins build is still unstable: sling-trunk-1.8 #3679

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3678

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3677

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3676

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3675

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3674

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3673

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3673/>


Jenkins build is still unstable: sling-trunk-1.8 #3672

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3672/>


Jenkins build is still unstable: sling-trunk-1.8 #3671

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3671/>


Jenkins build is still unstable: sling-trunk-1.8 #3670

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3670/>


Jenkins build is still unstable: sling-trunk-1.8 #3669

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3669/>


Jenkins build is still unstable: sling-trunk-1.8 #3668

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3668/>


Jenkins build is still unstable: sling-trunk-1.8 #3667

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3667/>


Jenkins build is still unstable: sling-trunk-1.8 #3666

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3666/>


Jenkins build is still unstable: sling-trunk-1.8 #3665

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is still unstable: sling-trunk-1.8 #3664

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/changes>


Jenkins build is unstable: sling-trunk-1.8 #3663

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3663/changes>


Build failed in Jenkins: sling-trunk-1.8 #3662

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.8/3662/changes>

Changes:

[olli] update SlingOptions (enable RandomAuthorizableNodeName)

[olli] update SlingOptions (Sling Commons Compiler)

[olli] add module org.apache.sling.karaf-repoinit

[olli] SLING-5930 Provide repoinit statements as bundle resource

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace <https://builds.apache.org/job/sling-trunk-1.8/ws/>
Cleaning up <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk>
Updating http://svn.apache.org/repos/asf/sling/trunk at revision '2016-07-30T09:43:30.820 +0000'
U         testing/org.apache.sling.testing.paxexam/src/main/java/org/apache/sling/testing/paxexam/SlingOptions.java
U         karaf/pom.xml
A         karaf/org.apache.sling.karaf-repoinit
A         karaf/org.apache.sling.karaf-repoinit/src
A         karaf/org.apache.sling.karaf-repoinit/src/main
A         karaf/org.apache.sling.karaf-repoinit/src/main/resources
A         karaf/org.apache.sling.karaf-repoinit/src/main/resources/repoinit.txt
A         karaf/org.apache.sling.karaf-repoinit/pom.xml
At revision 1754611

Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 33642
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[trunk] $ /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.8.0/bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/tools/maven/apache-maven-3.3.9 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 33642
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/sling-trunk-1.8/ws/trunk/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 -DobrRepository=false clean install -DHttpTestBase.readyTimeoutSeconds=300 -Dsling.testing.timeout.multiplier=4
[INFO] Scanning for projects...
[ERROR] Internal error: java.lang.IllegalArgumentException: Unable to read configuration properties: Configuration [pid=org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName, factoryPid=null, properties={:rawconfig.format=felixca, :rawconfig.mode=overwrite, :rawconfig=length=21
[ERROR] }]: Unexpected token 78; expected: 61 (line=1, pos=4)
[ERROR] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.IllegalArgumentException: Unable to read configuration properties: Configuration [pid=org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName, factoryPid=null, properties={:rawconfig.format=felixca, :rawconfig.mode=overwrite, :rawconfig=length=21
}]
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
	at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.IllegalArgumentException: Unable to read configuration properties: Configuration [pid=org.apache.jackrabbit.oak.security.user.RandomAuthorizableNodeName, factoryPid=null, properties={:rawconfig.format=felixca, :rawconfig.mode=overwrite, :rawconfig=length=21
}]
	at org.apache.sling.provisioning.model.ModelResolveUtility.getProcessedConfiguration(ModelResolveUtility.java:173)
	at org.apache.sling.provisioning.model.EffectiveModelProcessor.processConfiguration(EffectiveModelProcessor.java:59)
	at org.apache.sling.provisioning.model.ModelProcessor.process(ModelProcessor.java:71)
	at org.apache.sling.provisioning.model.ModelUtility.getEffectiveModel(ModelUtility.java:155)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.addDependencies(ModelPreprocessor.java:115)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.searchSlingstartDependencies(ModelPreprocessor.java:247)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.addDependencies(ModelPreprocessor.java:117)
	at org.apache.sling.maven.slingstart.ModelPreprocessor.addDependencies(ModelPreprocessor.java:78)
	at org.apache.sling.maven.slingstart.DependencyLifecycleParticipant.afterProjectsRead(DependencyLifecycleParticipant.java:80)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:266)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	... 22 more
Caused by: java.io.IOException: Unexpected token 78; expected: 61 (line=1, pos=4)
	at org.apache.felix.cm.file.ConfigurationHandler.readFailure(ConfigurationHandler.java:681)
	at org.apache.felix.cm.file.ConfigurationHandler.readInternal(ConfigurationHandler.java:300)
	at org.apache.felix.cm.file.ConfigurationHandler.read(ConfigurationHandler.java:263)
	at org.apache.sling.provisioning.model.ModelResolveUtility.getProcessedConfiguration(ModelResolveUtility.java:166)
	... 33 more
[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/InternalErrorException
channel stopped