You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/10/14 15:43:27 UTC

Build failed in Hudson: Jackrabbit-trunk #1319

See <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/1319/changes>

Changes:

[stefan] JCR-2785: EffectiveNodeType#getNamedNodeDefs returns array QItemDefinition instead of QNodeDefinition

[jukka] JCR-2762: Optimize bundle serialization

Add common names used by the access control features. Reorder names by popularity.

Rename read/writeInt() to read/writeVarInt() as suggested by Thomas. Remove recursion from writeVarInt().

Minor optimizations in read/writeName(), including a fix to the case where the local name is more than 15 characters long.

Extend the use of read/writeVarInt() and read/writeString() to more places in the code.

[jukka] JCR-2762: Optimize bundle serialization

Use a variable-length encoding for internal counts and lengths that are never negative and almost always small.

Optimize the property state header from 12 to 2 bytes in most cases.

Drop serialization of definition identifiers as they are no longer used in Jackrabbit.

[jukka] JCR-2762: Optimize bundle serialization

Since practically all of the names in the standard JCR namespaces are already included in BundleNames, we can use the namespace index field more efficiently to avoid duplicate serialization of most custom namespace URIs.

[jukka] JCR-2762: Optimize bundle serialization

Introduce bundle serialization version 3 that uses a fixed list of known names and namespaces to more efficiently store commonly used names. See BundleWriter.writeName() for a detailed description of the name serialization format.

------------------------------------------
[...truncated 1700 lines...]
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:638)
	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)
[INFO] Writing OBR metadata

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [deploy:deploy]
[INFO] Retrieving previous build number from apache.snapshots.https

Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-jcr2spi/2.2-SNAPSHOT/jackrabbit-jcr2spi-2.2-20101014.130332-170.jar
389K uploaded
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.jackrabbit:jackrabbit-jcr2spi:2.2-SNAPSHOT'
[INFO] Uploading project information for jackrabbit-jcr2spi 2.2-20101014.130332-170
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.jackrabbit:jackrabbit-jcr2spi'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-jcr2spi/2.2-SNAPSHOT/jackrabbit-jcr2spi-2.2-20101014.130332-170-tests.jar
160K uploaded
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [bundle:deploy]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)

[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2spi/pom.xml> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-jcr2spi/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-jcr2spi/2.2-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2spi/target/jackrabbit-jcr2spi-2.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-jcr2spi/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-jcr2spi/2.2-20101014.130332-170/jackrabbit-jcr2spi-2.2-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2spi/target/jackrabbit-jcr2spi-2.2-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-jcr2spi/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-jcr2spi/2.2-20101014.130332-170/jackrabbit-jcr2spi-2.2-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit SPI to JCR
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target> (included: [**], excluded: [])
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/src/main/java'> for tasks ... 
[TASKS] Found 4.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/src/test/java'> for tasks ... 
[TASKS] Found 1.
[TASKS] Skipping non-existent folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/src/main/resources'...>
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/src/test/resources'> for tasks ... 
[TASKS] Found 0.
[INFO] snapshot org.apache.jackrabbit:jackrabbit-jcr2spi:2.2-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [remote-resources:process {execution: default}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/src/main/resources>
[INFO] Copying 3 resources
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target/classes>
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources

[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:testCompile]
[INFO] Compiling 6 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target/test-classes>
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [surefire:test]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.spi2jcr.spi.TestAll
Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.088 sec
Running org.apache.jackrabbit.test.TestAll
Tests run: 1897, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.712 sec
Running org.apache.jackrabbit.spi2jcr.jcr2spi.TestAll
Tests run: 409, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.45 sec

Results :

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

[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target/jackrabbit-spi2jcr-2.2-SNAPSHOT.jar>
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: src/test/resources/jaas.config
[INFO] Exclude: src/test/resources/testdata.xml
[INFO] Exclude: *.log

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [install:install]

[INFO] Installing <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target/jackrabbit-spi2jcr-2.2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi2jcr/2.2-SNAPSHOT/jackrabbit-spi2jcr-2.2-SNAPSHOT.jar
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [deploy:deploy]
[INFO] Retrieving previous build number from apache.snapshots.https

Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-spi2jcr/2.2-SNAPSHOT/jackrabbit-spi2jcr-2.2-20101014.130332-168.jar
91K uploaded
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.jackrabbit:jackrabbit-spi2jcr:2.2-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.jackrabbit:jackrabbit-spi2jcr'
[INFO] Uploading project information for jackrabbit-spi2jcr 2.2-20101014.130332-168
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/pom.xml> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi2jcr/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-spi2jcr/2.2-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2jcr/target/jackrabbit-spi2jcr-2.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi2jcr/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-spi2jcr/2.2-20101014.130332-168/jackrabbit-spi2jcr-2.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit SPI to WebDAV
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target> (included: [**], excluded: [])
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/src/main/java'> for tasks ... 
[TASKS] Found 50.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/src/test/java'> for tasks ... 
[TASKS] Found 4.
[TASKS] Skipping non-existent folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/src/main/resources'...>
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/src/test/resources'> for tasks ... 
[TASKS] Found 0.
[INFO] [remote-resources:process {execution: default}]
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/src/main/resources>
[INFO] Copying 3 resources

[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:compile]
[INFO] Compiling 34 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/classes>
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources

[INFO] Copying 3 resources
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:testCompile]
[INFO] Compiling 14 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/test-classes>
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [surefire:test]
[INFO] Tests are skipped.
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [jar:jar]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/jackrabbit-spi2dav-2.2-SNAPSHOT.jar>
[INFO] [assembly:single {execution: default}]
[INFO] Reading assembly descriptor: assembly.xml

[INFO] Building jar: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/jackrabbit-spi2dav-2.2-SNAPSHOT-tests.jar>
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: release.properties

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [install:install]
[INFO] Installing <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/jackrabbit-spi2dav-2.2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi2dav/2.2-SNAPSHOT/jackrabbit-spi2dav-2.2-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/jackrabbit-spi2dav-2.2-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi2dav/2.2-SNAPSHOT/jackrabbit-spi2dav-2.2-SNAPSHOT-tests.jar

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [deploy:deploy]
[INFO] Retrieving previous build number from apache.snapshots.https

Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-spi2dav/2.2-SNAPSHOT/jackrabbit-spi2dav-2.2-20101014.130332-168.jar
124K uploaded
[INFO] Uploading project information for jackrabbit-spi2dav 2.2-20101014.130332-168
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.jackrabbit:jackrabbit-spi2dav:2.2-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.jackrabbit:jackrabbit-spi2dav'
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-spi2dav/2.2-SNAPSHOT/jackrabbit-spi2dav-2.2-20101014.130332-168-tests.jar
125K uploaded
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/pom.xml> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi2dav/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-spi2dav/2.2-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/jackrabbit-spi2dav-2.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi2dav/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-spi2dav/2.2-20101014.130332-168/jackrabbit-spi2dav-2.2-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-spi2dav/target/jackrabbit-spi2dav-2.2-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-spi2dav/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-spi2dav/2.2-20101014.130332-168/jackrabbit-spi2dav-2.2-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit JCR to WebDAV
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target> (included: [**], excluded: [])
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/src/main/java'> for tasks ... 
[TASKS] Found 2.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/src/test/java'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/src/main/resources'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/src/test/resources'> for tasks ... 
[TASKS] Found 0.
[INFO] [remote-resources:process {execution: default}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target/classes>
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources

[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [compiler:testCompile]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target/test-classes>
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [surefire:test]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.jcr2dav.ConformanceTest
Tests run: 2306, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,095.551 sec

Results :

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

[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Recording test results
[INFO] [jar:jar]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target/jackrabbit-jcr2dav-2.2-SNAPSHOT.jar>
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: release.properties

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [install:install]
[INFO] Installing <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target/jackrabbit-jcr2dav-2.2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr2dav/2.2-SNAPSHOT/jackrabbit-jcr2dav-2.2-SNAPSHOT.jar

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [deploy:deploy]
[INFO] Retrieving previous build number from apache.snapshots.https

[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/pom.xml> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-jcr2dav/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-jcr2dav/2.2-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/ws/trunk/jackrabbit-jcr2dav/target/jackrabbit-jcr2dav-2.2-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Jackrabbit-trunk/modules/org.apache.jackrabbit$jackrabbit-jcr2dav/builds/2010-10-14_13-03-02/archive/org.apache.jackrabbit/jackrabbit-jcr2dav/2.2-SNAPSHOT/jackrabbit-jcr2dav-2.2-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error retrieving previous build number for artifact 'org.apache.jackrabbit:jackrabbit-jcr2dav:jar': repository metadata for: 'snapshot org.apache.jackrabbit:jackrabbit-jcr2dav:2.2-SNAPSHOT' could not be retrieved from repository: apache.snapshots.https due to an error: Error transferring file

Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-jcr2dav/2.2-SNAPSHOT/maven-metadata.xml
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 11 seconds
[INFO] Finished at: Thu Oct 14 13:43:25 UTC 2010
[INFO] Final Memory: 69M/343M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@jackrabbit.apache.org
Sending e-mails to: dev@jackrabbit.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Re: Build failed in Hudson: Jackrabbit-trunk #1319

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Thu, Oct 14, 2010 at 3:43 PM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> Server returned HTTP response code: 502 for URL: https://repository.apache.org/content/repositories/snapshots/org/apache/jackrabbit/jackrabbit-jcr2dav/2.2-SNAPSHOT/maven-metadata.xml

Looks like there are still problems with repository.apache.org.
Hopefully it'll be back to normal soon.

BR,

Jukka Zitting

Hudson build is back to normal : Jackrabbit-trunk #1320

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Jackrabbit-trunk/1320/changes>