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 Hudson Server <hu...@hudson.apache.org> on 2011/04/01 05:07:18 UTC

Build failed in Jenkins: dir-shared-jdk16-win #228

See <https://hudson.apache.org/hudson/job/dir-shared-jdk16-win/228/changes>

Changes:

[elecharny] o Renamed the DefaultEntryAttribute interface to DefaultAttribute

[elecharny] o Renamed the EntryAttribute interface to Attribute
o Made the DefautEntryAttribute() constructor package protected

[pamarcelot] Added implementation for "relaxed" schema loading.

[pamarcelot] Removed non needed curly brackets.

[elecharny] Uodated the Javadoc

[elecharny] Modified the isIntanceOf() method to take an AttributeType parameter instead of a String

[elecharny] Removed the contains( Object... ) method

[pamarcelot] Fixed a bug where dependencies were not copied correctly (switched arrays when calling System.arraycopy(...)).

[elecharny] o Removed the setAttributeType() method, and renamed it to apply(AttributeType)

[elecharny] Removed the useless get( int ) method

------------------------------------------
[...truncated 1796 lines...]
Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ shared-dsml-parser ---
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-dsml-parser ---
[INFO] Checking legal files in: shared-dsml-parser-1.0.0-M3-SNAPSHOT.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.7:check (default) @ shared-dsml-parser ---
[INFO] Exclude: **/target/**/*
[INFO] Exclude: **/cobertura.ser
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**/*
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.ipr
[INFO] Exclude: **/*.iws
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: distribution/src/main/release/licenses/*
[INFO] Exclude: src/main/release/licenses/*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: ldap/schema/data/src/main/resources/schema/**
[INFO] Exclude: ldap/schema/data/src/main/resources/schema-all.ldif
[INFO] Exclude: schema/data/src/main/resources/schema/**
[INFO] Exclude: schema/data/src/main/resources/schema-all.ldif
[INFO] Exclude: data/src/main/resources/schema/**
[INFO] Exclude: data/src/main/resources/schema-all.ldif
[INFO] Exclude: src/main/resources/schema/**
[INFO] Exclude: src/main/resources/schema-all.ldif
[INFO] [INFO] Installing C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\dsml\parser\target\shared-dsml-parser-1.0.0-M3-SNAPSHOT.jar to C:\Users\hudson\.m2\repository\org\apache\directory\shared\shared-dsml-parser\1.0.0-M3-SNAPSHOT\shared-dsml-parser-1.0.0-M3-SNAPSHOT.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-dsml-parser ---
[INFO] Installing C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\dsml\parser\pom.xml to C:\Users\hudson\.m2\repository\org\apache\directory\shared\shared-dsml-parser\1.0.0-M3-SNAPSHOT\shared-dsml-parser-1.0.0-M3-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ shared-dsml-parser ---
[WARNING] Exception while updating local OBR: Unable to read repository xml: file:/C:/Users/hudson/.m2/repository/repository.xml
org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/C:/Users/hudson/.m2/repository/repository.xml
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:295)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:146)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:124)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@7c40542) 
	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:291)
	... 30 more
projectSucceeded org.apache.directory.shared:shared-dsml-parser:1.0.0-M3-SNAPSHOT
[JENKINS] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\dsml\parser\pom.xml
[JENKINS] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\dsml\parser\target\shared-dsml-parser-1.0.0-M3-SNAPSHOT.jar
[INFO] [INFO] Deleting C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\target
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared LDAP Extras 1.0.0-M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-ldap-extras-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2:process (default) @ shared-ldap-extras-parent ---
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-ldap-extras-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.7:check (default) @ shared-ldap-extras-parent ---
[INFO] Exclude: **/target/**/*
[INFO] Exclude: **/cobertura.ser
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**/*
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.ipr
[INFO] Exclude: **/*.iws
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: distribution/src/main/release/licenses/*
[INFO] Exclude: src/main/release/licenses/*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: ldap/schema/data/src/main/resources/schema/**
[INFO] Exclude: ldap/schema/data/src/main/resources/schema-all.ldif
[INFO] Exclude: schema/data/src/main/resources/schema/**
[INFO] Exclude: schema/data/src/main/resources/schema-all.ldif
[INFO] Exclude: data/src/main/resources/schema/**
[INFO] Exclude: data/src/main/resources/schema-all.ldif
[INFO] Exclude: src/main/resources/schema/**
[INFO] Exclude: src/main/resources/schema-all.ldif
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-ldap-extras-parent ---
[INFO] Installing C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\pom.xml to C:\Users\hudson\.m2\repository\org\apache\directory\shared\shared-ldap-extras-parent\1.0.0-M3-SNAPSHOT\shared-ldap-extras-parent-1.0.0-M3-SNAPSHOT.pom
projectSucceeded org.apache.directory.shared:shared-ldap-extras-parent:1.0.0-M3-SNAPSHOT
[JENKINS] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\pom.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared LDAP Extras ACI 1.0.0-M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] [INFO] Deleting C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\target
--- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-ldap-extras-aci ---
[INFO] 
[INFO] --- antlr-maven-plugin:2.2:generate (default) @ shared-ldap-extras-aci ---
[INFO] performing grammar generation [ACIItem.g]
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] performing grammar generation [ACIItemChecker.g]
ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2:process (default) @ shared-ldap-extras-aci ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\src\main\resources
[INFO] [INFO] Copying 2 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ shared-ldap-extras-aci ---
[INFO] Compiling 39 source files to C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\target\classes
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ shared-ldap-extras-aci ---
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\target\generated-sources\antlr\org\apache\directory\shared\ldap\aci\AntlrACIItemParser.java:[59,51] cannot find symbol
symbol  : class DefaultEntryAttribute
location: package org.apache.directory.shared.ldap.model.entry
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\target\generated-sources\antlr\org\apache\directory\shared\ldap\aci\AntlrACIItemParserTokenTypes.java:[59,51] cannot find symbol
symbol  : class DefaultEntryAttribute
location: package org.apache.directory.shared.ldap.model.entry
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\target\generated-sources\antlr\org\apache\directory\shared\ldap\aci\AntlrACIItemLexer.java:[59,51] cannot find symbol
symbol  : class DefaultEntryAttribute
location: package org.apache.directory.shared.ldap.model.entry
[ERROR] \hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\target\generated-sources\antlr\org\apache\directory\shared\ldap\aci\AntlrACIItemParser.java:[1414,25] cannot find symbol
symbol  : class DefaultEntryAttribute
location: class org.apache.directory.shared.ldap.aci.AntlrACIItemParser
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
projectFailed org.apache.directory.shared:shared-ldap-extras-aci:1.0.0-M3-SNAPSHOT
[JENKINS] Archiving disabled - not archiving C:\hudson\hudson-slave\workspace\dir-shared-jdk16-win\trunk\ldap\extras\aci\pom.xml
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Directory Shared ........................... SUCCESS [1:17.260s]
[INFO] Apache Directory Shared I18n ...................... SUCCESS [15.637s]
[INFO] Apache Directory Shared Utilities ................. SUCCESS [8.153s]
[INFO] Apache Directory Shared ASN.1 Parent .............. SUCCESS [0.546s]
[INFO] Apache Directory Shared ASN.1 API ................. SUCCESS [5.659s]
[INFO] Apache Directory Shared ASN.1 BER ................. SUCCESS [4.001s]
[INFO] Apache Directory Shared LDAP Parent ............... SUCCESS [6.174s]
[INFO] Apache Directory Shared LDAP Model ................ SUCCESS [52.669s]
[INFO] Apache Directory Shared LDAP Codec Parent ......... SUCCESS [0.721s]
[INFO] Apache Directory Shared LDAP Codec ................ SUCCESS [16.603s]
[INFO] Apache Directory Shared LDAP Net Parent ........... SUCCESS [0.215s]
[INFO] Apache Directory Shared LDAP Network MINA ......... SUCCESS [1.768s]
[INFO] Apache Directory Shared LDAP Codec Standalone ..... SUCCESS [12.759s]
[INFO] Apache Directory Shared DSML Parent ............... SUCCESS [2.005s]
[INFO] Apache Directory Shared DSML Parser ............... SUCCESS [13.187s]
[INFO] Apache Directory Shared LDAP Extras ............... SUCCESS [0.925s]
[INFO] Apache Directory Shared LDAP Extras ACI ........... FAILURE [3.513s]
[INFO] Apache Directory Shared LDAP Schema Parent ........ SKIPPED
[INFO] Apache Directory Shared LDAP Schema ............... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec API ..... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec ......... SKIPPED
[INFO] Apache Directory Shared LDAP Client Parent ........ SKIPPED
[INFO] Apache Directory Shared LDAP Client API ........... SKIPPED
[INFO] Apache Directory Shared DSML Engine ............... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Util .......... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Stored Procedures  SKIPPED
[INFO] Apache Directory Shared LDAP Extras Trigger ....... SKIPPED
[INFO] Apache Directory Shared LDAP Schema Converter ..... SKIPPED
[INFO] Apache Directory Shared All ....................... SKIPPED
[INFO] Apache Directory Shared LDAP Client All ........... SKIPPED
[INFO] Apache Directory LDAP API Distribution ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:48.625s
[INFO] Finished at: Fri Apr 01 04:07:14 BST 2011
[INFO] Final Memory: 106M/206M
[INFO] ------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project shared-ldap-extras-aci: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:146)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:124)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Maven failed with error.
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
channel stopped


Jenkins build is back to normal : dir-shared-jdk16-win #229

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk16-win/229/changes>