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/03/08 04:01:20 UTC

Build failed in Jenkins: dir-shared-jdk15-ubuntu-deploy #212

See <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/212/changes>

Changes:

[felixk] Add missing site.xml to drill down all the modules during site generation

[pamarcelot] Updated parent to Project version 21. Updated RAT configuration to avoid build failure due to false positive license issues.

------------------------------------------
Started by timer
Building remotely on ubuntu1
Updating https://svn.apache.org/repos/asf/directory/shared/trunk
A         dsml/src
A         dsml/src/site
AU        dsml/src/site/site.xml
U         dsml/pom.xml
A         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/EntryAttributeSerializerTest.java
A         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/ValueSerializerTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/BinaryValueAttributeTypeTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/StringValueAttributeTypeTest.java
A         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/EntrySerializerTest.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/AvaSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/Dn.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/Rdn.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/Ava.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/DnSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/RdnSerializer.java
A         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/ModificationSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/AbstractValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/StringValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/DefaultEntry.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/Value.java
A         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/EntryAttributeSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/BinaryValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/DefaultEntryAttribute.java
A         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/EntrySerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/ldif/LdifEntry.java
A         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/ldif/LdifEntrySerializer.java
U         ldap/extras/trigger/pom.xml
U         ldap/extras/codec-api/src/main/java/org/apache/directory/shared/ldap/extras/extended/GracefulShutdownResponse.java
A         ldap/extras/src
A         ldap/extras/src/site
AU        ldap/extras/src/site/site.xml
U         ldap/extras/aci/pom.xml
A         ldap/net/src
A         ldap/net/src/site
AU        ldap/net/src/site/site.xml
A         ldap/src
A         ldap/src/site
AU        ldap/src/site/site.xml
U         ldap/pom.xml
A         ldap/codec/src
A         ldap/codec/src/site
AU        ldap/codec/src/site/site.xml
A         ldap/client/src
A         ldap/client/src/site
AU        ldap/client/src/site/site.xml
U         ldap/client/all/pom.xml
A         asn1/src
A         asn1/src/site
AU        asn1/src/site/site.xml
U         asn1/pom.xml
A         integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntryAttributeSerializerTest.java
A         integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareValueSerializerTest.java
A         integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareEntrySerializerTest.java
A         integ/src/site
AU        integ/src/site/site.xml
U         integ/pom.xml
U         pom.xml
U         util/src/main/java/org/apache/directory/shared/util/OsgiUtils.java
At revision 1079091
Found mavenVersion 3.0.2 from file jar:file:/home/hudson/tools/maven/latest3/lib/maven-core-3.0.2.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
ERROR: Processing failed due to a bug in the code. Please report this to jenkins-users@googlegroups.com
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	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:471)
	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:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
project=hudson.maven.MavenModuleSet@3e50039c[dir-shared-jdk15-ubuntu-deploy]
project.getModules()=[hudson.maven.MavenModule@2a3d4350[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:apache-ldap-api][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:apache-ldap-api][relativePath:distribution], hudson.maven.MavenModule@57a41eae[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:ldap-client-api][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:ldap-client-api][relativePath:ldap-client-api], hudson.maven.MavenModule@462c10dc[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-all][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-all][relativePath:all], hudson.maven.MavenModule@65e22950[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1][relativePath:asn1], hudson.maven.MavenModule@597290e8[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-api][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-api][relativePath:asn1/api], hudson.maven.MavenModule@44a5b703[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-ber][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-ber][relativePath:asn1/ber], hudson.maven.MavenModule@7b5b004[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-codec][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-codec][relativePath:asn1-codec], hudson.maven.MavenModule@35753445[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-asn1-parent][relativePath:asn1], hudson.maven.MavenModule@65c1ef16[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-cursor][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-cursor][relativePath:cursor], hudson.maven.MavenModule@13a15f06[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-dsml-engine][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-dsml-engine][relativePath:dsml/engine], hudson.maven.MavenModule@6b517f9b[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-dsml-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-dsml-parent][relativePath:dsml], hudson.maven.MavenModule@6b843475[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-dsml-parser][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-dsml-parser][relativePath:dsml/parser], hudson.maven.MavenModule@49b880ae[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-i18n][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-i18n][relativePath:i18n], hudson.maven.MavenModule@2ab67140[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-integ][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-integ][relativePath:integ], hudson.maven.MavenModule@658f1e0d[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap][relativePath:ldap], hudson.maven.MavenModule@3f8eae0f[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-client-all][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-client-all][relativePath:ldap/client/all], hudson.maven.MavenModule@2c76ce6d[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-client-api][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-client-api][relativePath:ldap/client/api], hudson.maven.MavenModule@3bddf948[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-client-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-client-parent][relativePath:ldap/client], hudson.maven.MavenModule@14713658[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec][relativePath:ldap-codec], hudson.maven.MavenModule@224d8369[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec-core][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec-core][relativePath:ldap/codec/core], hudson.maven.MavenModule@7742bb92[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec-parent][relativePath:ldap/codec], hudson.maven.MavenModule@5a05fffe[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec-standalone][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-codec-standalone][relativePath:ldap/codec/standalone], hudson.maven.MavenModule@1be1efa4[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-constants][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-constants][relativePath:ldap-constants], hudson.maven.MavenModule@624e2184[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-converter][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-converter][relativePath:ldap-convert], hudson.maven.MavenModule@54c99912[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-aci][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-aci][relativePath:ldap/extras/aci], hudson.maven.MavenModule@462e1da8[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-codec][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-codec][relativePath:ldap/extras/codec], hudson.maven.MavenModule@4704f743[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-codec-api][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-codec-api][relativePath:ldap/extras/codec-api], hudson.maven.MavenModule@198ad24a[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-parent][relativePath:ldap/extras], hudson.maven.MavenModule@7a78bf45[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-sp][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-sp][relativePath:ldap/extras/sp], hudson.maven.MavenModule@2d8e588c[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-trigger][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-trigger][relativePath:ldap/extras/trigger], hudson.maven.MavenModule@31f4564b[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-util][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-extras-util][relativePath:ldap/extras/util], hudson.maven.MavenModule@5bbe2ed3[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-jndi][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-jndi][relativePath:ldap-jndi], hudson.maven.MavenModule@6cb83869[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-model][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-model][relativePath:ldap/model], hudson.maven.MavenModule@7dd5a7f6[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-net-mina][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-net-mina][relativePath:ldap/net/mina], hudson.maven.MavenModule@107dd383[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-net-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-net-parent][relativePath:ldap/net], hudson.maven.MavenModule@54ece6e1[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-parent][relativePath:ldap], hudson.maven.MavenModule@19193d1f[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema][relativePath:ldap-schema], hudson.maven.MavenModule@5dadd1c5[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-converter][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-converter][relativePath:ldap/schema/converter], hudson.maven.MavenModule@217eb11d[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-data][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-data][relativePath:ldap/schema/data], hudson.maven.MavenModule@5623dcc5[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-loader][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-loader][relativePath:ldap-schema-loader], hudson.maven.MavenModule@43635780[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-manager][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-manager][relativePath:ldap-schema-manager], hudson.maven.MavenModule@6347aaf0[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-manager-tests][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-manager-tests][relativePath:ldap-schema-manager-tests], hudson.maven.MavenModule@12e7ebba[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldap-schema-parent][relativePath:ldap/schema], hudson.maven.MavenModule@33442e06[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldif][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-ldif][relativePath:ldap-ldif], hudson.maven.MavenModule@71f599ef[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-parent][relativePath:], hudson.maven.MavenModule@4cfa1baf[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-util][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-util][relativePath:util]]
project.getRootModule()=hudson.maven.MavenModule@71f599ef[dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-parent][dir-shared-jdk15-ubuntu-deploy/org.apache.directory.shared:shared-parent][relativePath:]
FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.maven.MavenModuleSetBuild$PomParser.listener of type hudson.model.BuildListener in instance of hudson.maven.MavenModuleSetBuild$PomParser
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	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:471)
	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:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)


Jenkins build is back to normal : dir-shared-jdk15-ubuntu-deploy #216

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/216/changes>



Build failed in Jenkins: dir-shared-jdk15-ubuntu-deploy #215

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/215/changes>

Changes:

[pamarcelot] Added hashCode() method.

------------------------------------------
Started by user elecharny
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/directory/shared/trunk
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/message/controls/PagedResultsImpl.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/message/controls/SubentriesImpl.java
At revision 1079723
Found mavenVersion 3.0.2 from file jar:file:/home/hudson/tools/maven/latest3/lib/maven-core-3.0.2.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -Xmx512m -XX:MaxPermSize=128m -cp /home/hudson/hudson-slave/maven3-agent.jar:/home/hudson/tools/maven/latest3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/latest3 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven3-interceptor.jar 53918
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> -U clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Directory Shared
[INFO] Apache Directory Shared I18n
[INFO] Apache Directory Shared Utilities
[INFO] Apache Directory Shared ASN.1 Parent
[INFO] Apache Directory Shared ASN.1 API
[INFO] Apache Directory Shared ASN.1 BER
[INFO] Apache Directory Shared LDAP Parent
[INFO] Apache Directory Shared LDAP Model
[INFO] Apache Directory Shared LDAP Extras
[INFO] Apache Directory Shared LDAP Extras ACI
[INFO] Apache Directory Shared LDAP Schema Parent
[INFO] Apache Directory Shared LDAP Schema
[INFO] Apache Directory Shared LDAP Codec Parent
[INFO] Apache Directory Shared LDAP Codec
[INFO] Apache Directory Shared LDAP Extras Codec API
[INFO] Apache Directory Shared LDAP Extras Codec
[INFO] Apache Directory Shared LDAP Net Parent
[INFO] Apache Directory Shared LDAP Network MINA
[INFO] Apache Directory Shared LDAP Codec Standalone
[INFO] Apache Directory Shared Integration Tests
[INFO] Apache Directory Shared DSML Parent
[INFO] Apache Directory Shared DSML Parser
[INFO] Apache Directory Shared LDAP Client Parent
[INFO] Apache Directory Shared LDAP Client API
[INFO] Apache Directory Shared DSML Engine
[INFO] Apache Directory Shared LDAP Extras Util
[INFO] Apache Directory Shared LDAP Extras Stored Procedures
[INFO] Apache Directory Shared LDAP Extras Trigger
[INFO] Apache Directory Shared LDAP Schema Converter
[INFO] Apache Directory Shared All
[INFO] Apache Directory Shared LDAP Client All
[INFO] Apache Directory LDAP API Distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared 1.0.0-M2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target>

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2:process (default) @ shared-parent ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.7:check (default) @ shared-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-parent ---
[INFO] Installing <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/.m2/repository/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/shared-parent-1.0.0-M2-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ shared-parent ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
mojoFailed org.apache.maven.plugins:maven-deploy-plugin:2.5(default-deploy)
projectFailed org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-parent/builds/2011-03-09_10-10-34/archive/org.apache.directory.shared/shared-parent/1.0.0-M2-SNAPSHOT/pom.xml
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Directory Shared ........................... FAILURE [27.044s]
[INFO] Apache Directory Shared I18n ...................... SKIPPED
[INFO] Apache Directory Shared Utilities ................. SKIPPED
[INFO] Apache Directory Shared ASN.1 Parent .............. SKIPPED
[INFO] Apache Directory Shared ASN.1 API ................. SKIPPED
[INFO] Apache Directory Shared ASN.1 BER ................. SKIPPED
[INFO] Apache Directory Shared LDAP Parent ............... SKIPPED
[INFO] Apache Directory Shared LDAP Model ................ SKIPPED
[INFO] Apache Directory Shared LDAP Extras ............... SKIPPED
[INFO] Apache Directory Shared LDAP Extras ACI ........... SKIPPED
[INFO] Apache Directory Shared LDAP Schema Parent ........ SKIPPED
[INFO] Apache Directory Shared LDAP Schema ............... SKIPPED
[INFO] Apache Directory Shared LDAP Codec Parent ......... SKIPPED
[INFO] Apache Directory Shared LDAP Codec ................ SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec API ..... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec ......... SKIPPED
[INFO] Apache Directory Shared LDAP Net Parent ........... SKIPPED
[INFO] Apache Directory Shared LDAP Network MINA ......... SKIPPED
[INFO] Apache Directory Shared LDAP Codec Standalone ..... SKIPPED
[INFO] Apache Directory Shared Integration Tests ......... SKIPPED
[INFO] Apache Directory Shared DSML Parent ............... SKIPPED
[INFO] Apache Directory Shared DSML Parser ............... 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: 30.005s
[INFO] Finished at: Wed Mar 09 10:11:15 UTC 2011
[INFO] Final Memory: 15M/62M
[INFO] ------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project shared-parent: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:592)
	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:145)
	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:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:189)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:140)
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:148)
	... 29 more
Caused by: org.sonatype.aether.deployment.DeploymentException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.sonatype.aether.impl.internal.DefaultDeployer.upload(DefaultDeployer.java:380)
	at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:230)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:380)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:136)
	... 30 more
Caused by: org.sonatype.aether.transfer.MetadataTransferException: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$3.wrap(WagonRepositoryConnector.java:932)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$3.wrap(WagonRepositoryConnector.java:923)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:696)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:690)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.get(WagonRepositoryConnector.java:435)
	at org.sonatype.aether.impl.internal.DefaultDeployer.upload(DefaultDeployer.java:353)
	... 33 more
Caused by: org.apache.maven.wagon.TransferFailedException: Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:143)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:605)
	... 3 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1250)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1244)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:932)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
	... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1196)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
	... 7 more
Sending e-mails to: notifications@directory.apache.org
channel stopped


Build failed in Jenkins: dir-shared-jdk15-ubuntu-deploy #214

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/214/>

------------------------------------------
[...truncated 24 lines...]
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/Value.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/EntryAttributeSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/BinaryValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/EntryAttribute.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/DefaultEntryAttribute.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/message/controls/EntryChangeImpl.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/ldif/LdifControl.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/ldif/LdifEntrySerializer.java
A         ldap/extras/src
A         ldap/extras/src/site
AU        ldap/extras/src/site/site.xml
A         ldap/net/src
A         ldap/net/src/site
AU        ldap/net/src/site/site.xml
A         ldap/src
A         ldap/src/site
AU        ldap/src/site/site.xml
U         ldap/pom.xml
A         ldap/codec/src
A         ldap/codec/src/site
AU        ldap/codec/src/site/site.xml
A         ldap/client/src
A         ldap/client/src/site
AU        ldap/client/src/site/site.xml
A         asn1/src
A         asn1/src/site
AU        asn1/src/site/site.xml
U         asn1/pom.xml
U         integ/src/test/java/org/apache/directory/shared/ldap/name/AvaTest.java
A         integ/src/test/java/org/apache/directory/shared/ldap/name/SchemaAwareDnSerializerTest.java
A         integ/src/test/java/org/apache/directory/shared/ldap/name/SchemaAwareRdnSerializerTest.java
U         integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareValueSerializerTest.java
A         integ/src/site
AU        integ/src/site/site.xml
U         all/pom.xml
U         pom.xml
At revision 1079665
no change for https://svn.apache.org/repos/asf/directory/shared/trunk since the previous build
Found mavenVersion 3.0.2 from file jar:file:/home/hudson/tools/maven/latest3/lib/maven-core-3.0.2.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -Xmx512m -XX:MaxPermSize=128m -cp /home/hudson/hudson-slave/maven3-agent.jar:/home/hudson/tools/maven/latest3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/latest3 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven3-interceptor.jar 36776
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> -U clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Directory Shared
[INFO] Apache Directory Shared I18n
[INFO] Apache Directory Shared Utilities
[INFO] Apache Directory Shared ASN.1 Parent
[INFO] Apache Directory Shared ASN.1 API
[INFO] Apache Directory Shared ASN.1 BER
[INFO] Apache Directory Shared LDAP Parent
[INFO] Apache Directory Shared LDAP Model
[INFO] Apache Directory Shared LDAP Extras
[INFO] Apache Directory Shared LDAP Extras ACI
[INFO] Apache Directory Shared LDAP Schema Parent
[INFO] Apache Directory Shared LDAP Schema
[INFO] Apache Directory Shared LDAP Codec Parent
[INFO] Apache Directory Shared LDAP Codec
[INFO] Apache Directory Shared LDAP Extras Codec API
[INFO] Apache Directory Shared LDAP Extras Codec
[INFO] Apache Directory Shared LDAP Net Parent
[INFO] Apache Directory Shared LDAP Network MINA
[INFO] Apache Directory Shared LDAP Codec Standalone
[INFO] Apache Directory Shared Integration Tests
[INFO] Apache Directory Shared DSML Parent
[INFO] Apache Directory Shared DSML Parser
[INFO] Apache Directory Shared LDAP Client Parent
[INFO] Apache Directory Shared LDAP Client API
[INFO] Apache Directory Shared DSML Engine
[INFO] Apache Directory Shared LDAP Extras Util
[INFO] Apache Directory Shared LDAP Extras Stored Procedures
[INFO] Apache Directory Shared LDAP Extras Trigger
[INFO] Apache Directory Shared LDAP Schema Converter
[INFO] Apache Directory Shared All
[INFO] Apache Directory Shared LDAP Client All
[INFO] Apache Directory LDAP API Distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared 1.0.0-M2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target>

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2:process (default) @ shared-parent ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.7:check (default) @ shared-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-parent ---
[INFO] Installing <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/.m2/repository/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/shared-parent-1.0.0-M2-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ shared-parent ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
mojoFailed org.apache.maven.plugins:maven-deploy-plugin:2.5(default-deploy)
projectFailed org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-parent/builds/2011-03-09_05-23-02/archive/org.apache.directory.shared/shared-parent/1.0.0-M2-SNAPSHOT/pom.xml
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Directory Shared ........................... FAILURE [29.749s]
[INFO] Apache Directory Shared I18n ...................... SKIPPED
[INFO] Apache Directory Shared Utilities ................. SKIPPED
[INFO] Apache Directory Shared ASN.1 Parent .............. SKIPPED
[INFO] Apache Directory Shared ASN.1 API ................. SKIPPED
[INFO] Apache Directory Shared ASN.1 BER ................. SKIPPED
[INFO] Apache Directory Shared LDAP Parent ............... SKIPPED
[INFO] Apache Directory Shared LDAP Model ................ SKIPPED
[INFO] Apache Directory Shared LDAP Extras ............... SKIPPED
[INFO] Apache Directory Shared LDAP Extras ACI ........... SKIPPED
[INFO] Apache Directory Shared LDAP Schema Parent ........ SKIPPED
[INFO] Apache Directory Shared LDAP Schema ............... SKIPPED
[INFO] Apache Directory Shared LDAP Codec Parent ......... SKIPPED
[INFO] Apache Directory Shared LDAP Codec ................ SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec API ..... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec ......... SKIPPED
[INFO] Apache Directory Shared LDAP Net Parent ........... SKIPPED
[INFO] Apache Directory Shared LDAP Network MINA ......... SKIPPED
[INFO] Apache Directory Shared LDAP Codec Standalone ..... SKIPPED
[INFO] Apache Directory Shared Integration Tests ......... SKIPPED
[INFO] Apache Directory Shared DSML Parent ............... SKIPPED
[INFO] Apache Directory Shared DSML Parser ............... 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: 33.084s
[INFO] Finished at: Wed Mar 09 05:23:46 UTC 2011
[INFO] Final Memory: 16M/67M
[INFO] ------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project shared-parent: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:592)
	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:145)
	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:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:189)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:140)
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:148)
	... 29 more
Caused by: org.sonatype.aether.deployment.DeploymentException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.sonatype.aether.impl.internal.DefaultDeployer.upload(DefaultDeployer.java:380)
	at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:230)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:380)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:136)
	... 30 more
Caused by: org.sonatype.aether.transfer.MetadataTransferException: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$3.wrap(WagonRepositoryConnector.java:932)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$3.wrap(WagonRepositoryConnector.java:923)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:696)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:690)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.get(WagonRepositoryConnector.java:435)
	at org.sonatype.aether.impl.internal.DefaultDeployer.upload(DefaultDeployer.java:353)
	... 33 more
Caused by: org.apache.maven.wagon.TransferFailedException: Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:143)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:605)
	... 3 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1250)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1244)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:932)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
	... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1196)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
	... 7 more
Sending e-mails to: notifications@directory.apache.org
channel stopped


Build failed in Jenkins: dir-shared-jdk15-ubuntu-deploy #213

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/213/changes>

Changes:

[pamarcelot] Added hashCode() method.

[elecharny] Reworked the Serialization to remove the duplicated code, and to have the Externalizable interface implemented correctly.
Done for Values, Ava, Rdn, Dn.

[pamarcelot] Added hashCode() method.

[pamarcelot] Fix for DIRSHARED-100 (Fix outstanding build issues).
Added missing log4j artifact to the final distribution.

[pamarcelot] Fix for DIRSHARED-99 (Fix outstanding legal issues).
Added quotes for better comprehension.

[pamarcelot] Added missing artifacts to the shaded 'shared-all' project.

------------------------------------------
Started by timer
Building remotely on ubuntu1
Updating https://svn.apache.org/repos/asf/directory/shared/trunk
U         distribution/src/main/release/NOTICE
U         distribution/pom.xml
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/name/AvaTest.java
A         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/name/DnSerializerTest.java
A         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/name/RdnSerializerTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/BinaryValueTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/ModificationTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/ValueSerializerTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/BinaryValueAttributeTypeTest.java
U         ldap/model/src/test/java/org/apache/directory/shared/ldap/model/entry/StringValueAttributeTypeTest.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/Rdn.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/name/Ava.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/ModificationSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/AbstractValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/StringValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/DefaultEntry.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/DefaultModification.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/Value.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/EntryAttributeSerializer.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/BinaryValue.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/EntryAttribute.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/entry/DefaultEntryAttribute.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/message/controls/EntryChangeImpl.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/ldif/LdifControl.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/ldif/LdifEntrySerializer.java
U         integ/src/test/java/org/apache/directory/shared/ldap/name/AvaTest.java
A         integ/src/test/java/org/apache/directory/shared/ldap/name/SchemaAwareDnSerializerTest.java
A         integ/src/test/java/org/apache/directory/shared/ldap/name/SchemaAwareRdnSerializerTest.java
U         integ/src/test/java/org/apache/directory/shared/ldap/entry/SchemaAwareValueSerializerTest.java
U         all/pom.xml
U         pom.xml
At revision 1079651
Found mavenVersion 3.0.2 from file jar:file:/home/hudson/tools/maven/latest3/lib/maven-core-3.0.2.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
downloaded artifact http://repo1.maven.org/maven2//org/apache/directory/project/project/21/project-21.pom
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -Xmx512m -XX:MaxPermSize=128m -cp /home/hudson/hudson-slave/maven3-agent.jar:/home/hudson/tools/maven/latest3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/latest3 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven3-interceptor.jar 53676
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> -U clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Directory Shared
[INFO] Apache Directory Shared I18n
[INFO] Apache Directory Shared Utilities
[INFO] Apache Directory Shared ASN.1 Parent
[INFO] Apache Directory Shared ASN.1 API
[INFO] Apache Directory Shared ASN.1 BER
[INFO] Apache Directory Shared LDAP Parent
[INFO] Apache Directory Shared LDAP Model
[INFO] Apache Directory Shared LDAP Extras
[INFO] Apache Directory Shared LDAP Extras ACI
[INFO] Apache Directory Shared LDAP Schema Parent
[INFO] Apache Directory Shared LDAP Schema
[INFO] Apache Directory Shared LDAP Codec Parent
[INFO] Apache Directory Shared LDAP Codec
[INFO] Apache Directory Shared LDAP Extras Codec API
[INFO] Apache Directory Shared LDAP Extras Codec
[INFO] Apache Directory Shared LDAP Net Parent
[INFO] Apache Directory Shared LDAP Network MINA
[INFO] Apache Directory Shared LDAP Codec Standalone
[INFO] Apache Directory Shared Integration Tests
[INFO] Apache Directory Shared DSML Parent
[INFO] Apache Directory Shared DSML Parser
[INFO] Apache Directory Shared LDAP Client Parent
[INFO] Apache Directory Shared LDAP Client API
[INFO] Apache Directory Shared DSML Engine
[INFO] Apache Directory Shared LDAP Extras Util
[INFO] Apache Directory Shared LDAP Extras Stored Procedures
[INFO] Apache Directory Shared LDAP Extras Trigger
[INFO] Apache Directory Shared LDAP Schema Converter
[INFO] Apache Directory Shared All
[INFO] Apache Directory Shared LDAP Client All
[INFO] Apache Directory LDAP API Distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared 1.0.0-M2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-parent ---
[INFO] Deleting <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2:process (default) @ shared-parent ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-parent ---
[INFO] 
[INFO] --- apache-rat-plugin:0.7:check (default) @ shared-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] Installing <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/.m2/repository/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/shared-parent-1.0.0-M2-SNAPSHOT.pom

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-parent ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ shared-parent ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
mojoFailed org.apache.maven.plugins:maven-deploy-plugin:2.5(default-deploy)
projectFailed org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-parent/builds/2011-03-09_03-08-01/archive/org.apache.directory.shared/shared-parent/1.0.0-M2-SNAPSHOT/pom.xml
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Directory Shared ........................... FAILURE [30.792s]
[INFO] Apache Directory Shared I18n ...................... SKIPPED
[INFO] Apache Directory Shared Utilities ................. SKIPPED
[INFO] Apache Directory Shared ASN.1 Parent .............. SKIPPED
[INFO] Apache Directory Shared ASN.1 API ................. SKIPPED
[INFO] Apache Directory Shared ASN.1 BER ................. SKIPPED
[INFO] Apache Directory Shared LDAP Parent ............... SKIPPED
[INFO] Apache Directory Shared LDAP Model ................ SKIPPED
[INFO] Apache Directory Shared LDAP Extras ............... SKIPPED
[INFO] Apache Directory Shared LDAP Extras ACI ........... SKIPPED
[INFO] Apache Directory Shared LDAP Schema Parent ........ SKIPPED
[INFO] Apache Directory Shared LDAP Schema ............... SKIPPED
[INFO] Apache Directory Shared LDAP Codec Parent ......... SKIPPED
[INFO] Apache Directory Shared LDAP Codec ................ SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec API ..... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec ......... SKIPPED
[INFO] Apache Directory Shared LDAP Net Parent ........... SKIPPED
[INFO] Apache Directory Shared LDAP Network MINA ......... SKIPPED
[INFO] Apache Directory Shared LDAP Codec Standalone ..... SKIPPED
[INFO] Apache Directory Shared Integration Tests ......... SKIPPED
[INFO] Apache Directory Shared DSML Parent ............... SKIPPED
[INFO] Apache Directory Shared DSML Parser ............... 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: 34.155s
[INFO] Finished at: Tue Mar 08 19:08:46 GMT-08:00 2011
[INFO] Final Memory: 16M/66M
[INFO] ------------------------------------------------------------------------
maven builder waiting
mavenExecutionResult exceptions not empty
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project shared-parent: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	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:592)
	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:145)
	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:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:189)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:140)
	at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:148)
	... 29 more
Caused by: org.sonatype.aether.deployment.DeploymentException: Failed to retrieve remote metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.sonatype.aether.impl.internal.DefaultDeployer.upload(DefaultDeployer.java:380)
	at org.sonatype.aether.impl.internal.DefaultDeployer.deploy(DefaultDeployer.java:230)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:380)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:136)
	... 30 more
Caused by: org.sonatype.aether.transfer.MetadataTransferException: Could not transfer metadata org.apache.directory.shared:shared-parent:1.0.0-M2-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$3.wrap(WagonRepositoryConnector.java:932)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$3.wrap(WagonRepositoryConnector.java:923)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:696)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:690)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.get(WagonRepositoryConnector.java:435)
	at org.sonatype.aether.impl.internal.DefaultDeployer.upload(DefaultDeployer.java:353)
	... 33 more
Caused by: org.apache.maven.wagon.TransferFailedException: Error transferring file: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:143)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:605)
	... 3 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1250)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1244)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:932)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:122)
	... 7 more
Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1196)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
	at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
	... 7 more
Sending e-mails to: notifications@directory.apache.org
channel stopped