You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/11/29 12:53:19 UTC

Build failed in Jenkins: dir-apacheds-ubuntu-deploy #1189

See <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/1189/changes>

Changes:

[elecharny] o Fixed some wrong cursor move to nextKey() instead of next()
o Don't close the recordManager while closing the MavibotMasterTable
o Insert the value even if it already exists into the btree because the value might exist but it might be different even if it's seen as equal.

[kayyagari] o fixed a NPE when an expression node contains zero count (DIRSERVER-1922)
o added a test to verify the fix

------------------------------------------
[...truncated 4791 lines...]
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:deploy (default-deploy) @ apacheds-server-annotations ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ApacheDS Server Config 2.0.0-M16-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apacheds-server-config ---
[INFO] Deleting <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/ws/trunk/server-config/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ apacheds-server-config ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ apacheds-server-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ apacheds-server-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/ws/trunk/server-config/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ apacheds-server-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ apacheds-server-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/ws/trunk/server-config/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ apacheds-server-config ---
[INFO] Surefire report directory: <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/ws/trunk/server-config/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.config.ConfigWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.995 sec - in org.apache.directory.server.config.ConfigWriterTest
Running org.apache.directory.server.config.KerberosServerConfigReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 sec - in org.apache.directory.server.config.KerberosServerConfigReaderTest
Running org.apache.directory.server.config.LdapServerConfigReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec - in org.apache.directory.server.config.LdapServerConfigReaderTest
Running org.apache.directory.server.config.ChangePasswordConfigReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in org.apache.directory.server.config.ChangePasswordConfigReaderTest
Running org.apache.directory.server.config.HttpServerConfigReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in org.apache.directory.server.config.HttpServerConfigReaderTest
Running org.apache.directory.server.config.ConfigPartitionReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in org.apache.directory.server.config.ConfigPartitionReaderTest

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ apacheds-server-config ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ apacheds-server-config ---
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ apacheds-server-config ---
[INFO] Checking legal files in: apacheds-server-config-2.0.0-M16-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ apacheds-server-config ---
[INFO] Installing <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/ws/trunk/server-config/target/apacheds-server-config-2.0.0-M16-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/directory/server/apacheds-server-config/2.0.0-M16-SNAPSHOT/apacheds-server-config-2.0.0-M16-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/dir-apacheds-ubuntu-deploy/ws/trunk/server-config/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/directory/server/apacheds-server-config/2.0.0-M16-SNAPSHOT/apacheds-server-config-2.0.0-M16-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ apacheds-server-config ---
[WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/jenkins/jenkins-slave/maven-repositories/1/repository.xml
org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/jenkins/jenkins-slave/maven-repositories/1/repository.xml
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:141)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:134)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:69)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:724)
Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@1b7c087) 
	at org.kxml2.io.KXmlParser.exception(Unknown Source)
	at org.kxml2.io.KXmlParser.nextTag(Unknown Source)
	at org.apache.felix.bundlerepository.impl.PullParser.parseRepository(PullParser.java:43)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:147)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:118)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:316)
	... 34 more
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ apacheds-server-config ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/server/apacheds-server-config/2.0.0-M16-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.directory.server:apacheds-server-config:2.0.0-M16-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/server/apacheds-server-config/2.0.0-M16-SNAPSHOT/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ApacheDS .......................................... SUCCESS [11.926s]
[INFO] ApacheDS I18n ..................................... SUCCESS [11.294s]
[INFO] ApacheDS Core Constants ........................... SUCCESS [9.275s]
[INFO] ApacheDS Core API ................................. SUCCESS [45.176s]
[INFO] ApacheDS Core Shared .............................. SUCCESS [14.621s]
[INFO] ApacheDS Interceptors ............................. SUCCESS [11.392s]
[INFO] ApacheDS AdministrativePoint Interceptor .......... SUCCESS [23.512s]
[INFO] ApacheDS Authentication Interceptor ............... SUCCESS [13.125s]
[INFO] ApacheDS Authorization Interceptor ................ SUCCESS [12.982s]
[INFO] ApacheDS ChangeLog Interceptor .................... SUCCESS [8.594s]
[INFO] ApacheDS Collective Attribute Interceptor ......... SUCCESS [8.276s]
[INFO] ApacheDS Event Interceptor ........................ SUCCESS [12.127s]
[INFO] ApacheDS Exception Interceptor .................... SUCCESS [11.092s]
[INFO] ApacheDS Journal Interceptor ...................... SUCCESS [12.995s]
[INFO] ApacheDS Normalization Interceptor ................ SUCCESS [20.213s]
[INFO] ApacheDS Operational Attribute Interceptor ........ SUCCESS [10.627s]
[INFO] ApacheDS Referral Interceptor ..................... SUCCESS [22.461s]
[INFO] ApacheDS Schema Interceptor ....................... SUCCESS [21.761s]
[INFO] ApacheDS Subtree Interceptor ...................... SUCCESS [12.836s]
[INFO] ApacheDS Triggers Interceptor ..................... SUCCESS [11.908s]
[INFO] ApacheDS Core ..................................... SUCCESS [34.048s]
[INFO] ApacheDS Core AVL ................................. SUCCESS [14.381s]
[INFO] ApacheDS Generalized (X) DBM Partition ............ SUCCESS [20.352s]
[INFO] ApacheDS LDIF Partition ........................... SUCCESS [14.767s]
[INFO] ApacheDS JDBM Partition ........................... SUCCESS [21.103s]
[INFO] ApacheDS Mavibot Partition ........................ SUCCESS [14.799s]
[INFO] ApacheDS Core Annotations ......................... SUCCESS [23.135s]
[INFO] ApacheDS Core JNDI ................................ SUCCESS [10.594s]
[INFO] ApacheDS Protocol Kerberos Codec .................. SUCCESS [20.505s]
[INFO] ApacheDS Interceptors for Kerberos ................ SUCCESS [24.834s]
[INFO] ApacheDS Protocol Dhcp ............................ SUCCESS [25.473s]
[INFO] ApacheDS Protocol Shared .......................... SUCCESS [9.975s]
[INFO] ApacheDS Protocol Dns ............................. SUCCESS [11.650s]
[INFO] ApacheDS Protocol Kerberos ........................ SUCCESS [16.288s]
[INFO] ApacheDS Protocol Ldap ............................ SUCCESS [18.228s]
[INFO] ApacheDS Protocol Ntp ............................. SUCCESS [13.753s]
[INFO] Apacheds Server Annotations ....................... SUCCESS [30.840s]
[INFO] ApacheDS Server Config ............................ FAILURE [42.979s]
[INFO] ApacheDS Server JNDI .............................. SKIPPED
[INFO] ApacheDS Test Framework ........................... SKIPPED
[INFO] ApacheDS All ...................................... SKIPPED
[INFO] ApacheDS Logger Interceptor ....................... SKIPPED
[INFO] ApacheDS Password Hashing Interceptor ............. SKIPPED
[INFO] ApacheDS Core Integration ......................... SKIPPED
[INFO] ApacheDS Protocol Kerberos Test ................... SKIPPED
[INFO] ApacheDS Server Integration ....................... SKIPPED
[INFO] ApacheDS DirectoryService-WebApp bridge ........... SKIPPED
[INFO] ApacheDS Jetty HTTP Server Integration ............ SKIPPED
[INFO] ApacheDS Service Builder .......................... SKIPPED
[INFO] Apache Directory LDAP Client API test ............. SKIPPED
[INFO] kerberos-client ................................... SKIPPED
[INFO] ApacheDS Service .................................. SKIPPED
[INFO] ApacheDS Wrapper .................................. SKIPPED
[INFO] ApacheDS Installers Maven Plugin .................. SKIPPED
[INFO] ApacheDS Installers ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:20.250s
[INFO] Finished at: Fri Nov 29 11:48:47 UTC 2013
[INFO] Final Memory: 62M/222M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project apacheds-server-config: Failed to retrieve remote metadata org.apache.directory.server:apacheds-server-config:2.0.0-M16-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.server:apacheds-server-config:2.0.0-M16-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/server/apacheds-server-config/2.0.0-M16-SNAPSHOT/maven-metadata.xml. Return code is: 502, ReasonPhrase:Proxy Error. -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :apacheds-server-config
channel stopped