Bug#666612: jgit: FTBFS: tests failed

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Mar 31 19:45:03 UTC 2012


Source: jgit
Version: 1.3.0-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120331 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> mh_patchpoms -plibjgit-java --debian-build --keep-pom-version --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
> touch debian/stamp-poms-patched
> jh_linkjars
> jh_build -J   
> touch debian/jh_build_stamp
> # before-build target may be used to unpatch the pom files, so we need to check if
> # patching the pom files is needed here, normally not
> if [ ! -f pom.xml.save ]; then \
> 		/usr/bin/make -f debian/rules patch-poms; \
> 	fi
> cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar  -Dclassworlds.conf=/etc/maven2/m2-debian.conf org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  package
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   JGit - Parent
> [INFO]   JGit - Core
> [INFO]   JGit - Ant Tasks
> [INFO]   JGit - AWT User Interface
> [INFO]   JGit - HTTP Server
> [INFO]   JGit - Eclipse IP Log Generator
> [INFO]   JGit - Console User Interface
> [INFO]   JGit - Command Line Interface
> [INFO]   JGit - JUnit Utility Classes
> [INFO]   JGit - Ant Tasks Tests
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Parent
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Core
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit/target/META-INF
> [INFO] Executed tasks
> [WARNING] DEPRECATED [tasks]: Use target instead
> [INFO] [antrun:run {execution: translate-source-qualifier}]
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 2 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 555 source files to /«PKGBUILDDIR»/org.eclipse.jgit/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit/target/org.eclipse.jgit-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] 
> 8 warnings
> [WARNING] Javadoc Warnings
> [WARNING] PackWriter.java:335: warning - PackConfig#DEFAULT_DELTA_BASE_AS_OFFSET (referenced by @value tag) is an unknown reference.
> [WARNING] PackWriter.java:350: warning - PackConfig#DEFAULT_DELTA_BASE_AS_OFFSET (referenced by @value tag) is an unknown reference.
> [WARNING] WindowCache.java:123: warning - Tag @link: reference not found: Ref
> [WARNING] ObjectReader.java:122: warning - Constants#OBJECT_ID_STRING_LENGTH (referenced by @value tag) is an unknown reference.
> [WARNING] TreeFormatter.java:145: warning - Tag @link: can't find REGULAR_FILE in org.eclipse.jgit.lib.TreeFormatter
> [WARNING] TreeFormatter.java:121: warning - Tag @link: can't find GITLINK in org.eclipse.jgit.lib.TreeFormatter
> [WARNING] TreeFormatter.java:133: warning - Tag @link: can't find TREE in org.eclipse.jgit.lib.TreeFormatter
> [WARNING] DiffFormatter.java:260: warning - #DEFAULT_BINARY_FILE_THRESHOLD (referenced by @value tag) is an unknown reference.
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit/target/org.eclipse.jgit-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Ant Tasks
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit.ant/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 4 source files to /«PKGBUILDDIR»/org.eclipse.jgit.ant/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.ant/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.ant/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] 
> 1 warning
> [WARNING] Javadoc Warnings
> [WARNING] GitCheckoutTask.java:102: warning - @return tag cannot be used in method with void return type.
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.ant/target/org.eclipse.jgit.ant-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - AWT User Interface
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit.ui/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 6 source files to /«PKGBUILDDIR»/org.eclipse.jgit.ui/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.ui/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.ui/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - HTTP Server
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit.http.server/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 32 source files to /«PKGBUILDDIR»/org.eclipse.jgit.http.server/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.http.server/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.http.server/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Eclipse IP Log Generator
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit.iplog/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 11 source files to /«PKGBUILDDIR»/org.eclipse.jgit.iplog/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.iplog/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.iplog/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.iplog/target/org.eclipse.jgit.iplog-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.iplog/target/org.eclipse.jgit.iplog-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Console User Interface
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit.console/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 3 source files to /«PKGBUILDDIR»/org.eclipse.jgit.console/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.console/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.console/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.console/target/org.eclipse.jgit.console-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.console/target/org.eclipse.jgit.console-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Command Line Interface
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 58 source files to /«PKGBUILDDIR»/org.eclipse.jgit.pgm/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.pgm/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.pgm/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - JUnit Utility Classes
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
>      [copy] Copying 1 file to /«PKGBUILDDIR»/org.eclipse.jgit.junit/target/META-INF
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 5 source files to /«PKGBUILDDIR»/org.eclipse.jgit.junit/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.junit/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] No sources to compile
> [INFO] [surefire:test {execution: default-test}]
> [INFO] No tests to run.
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.junit/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> 
> Results :
> 
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-1.3.0.201202151440-r.jar
> [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] Building jar: /«PKGBUILDDIR»/org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-1.3.0.201202151440-r-javadoc.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JGit - Ant Tasks Tests
> [INFO]    task-segment: [package]
> [INFO] ------------------------------------------------------------------------
> [INFO] [build-helper:parse-version {execution: set-osgi-version}]
> [INFO] [antrun:run {execution: translate-qualifier}]
> [INFO] Executing tasks
> 
> main:
> [INFO] Executed tasks
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.ant.test/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/org.eclipse.jgit.ant.test/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 1 source file to /«PKGBUILDDIR»/org.eclipse.jgit.ant.test/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/org.eclipse.jgit.ant.test/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.eclipse.jgit.ant.tasks.GitCloneTaskTest
> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 1.569 sec <<< FAILURE!
> 
> Results :
> 
> Tests in error: 
>   shouldRaiseErrorOnNoUrl(org.eclipse.jgit.ant.tasks.GitCloneTaskTest): The following error occurred while executing this line:
>   shouldRaiseErrorOnEmptyUrl(org.eclipse.jgit.ant.tasks.GitCloneTaskTest): The following error occurred while executing this line:
>   shouldRaiseErrorOnBadUrl(org.eclipse.jgit.ant.tasks.GitCloneTaskTest): The following error occurred while executing this line:
>   shouldRaiseErrorOnBadSourceURL(org.eclipse.jgit.ant.tasks.GitCloneTaskTest): The following error occurred while executing this line:
>   shouldCloneAValidGitRepository(org.eclipse.jgit.ant.tasks.GitCloneTaskTest): The following error occurred while executing this line:
>   shouldCreateABareCloneOfAValidGitRepository(org.eclipse.jgit.ant.tasks.GitCloneTaskTest): The following error occurred while executing this line:
> 
> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0
> 
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] There are test failures.
> 
> Please refer to /«PKGBUILDDIR»/org.eclipse.jgit.ant.test/target/surefire-reports for the individual test results.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2 minutes 17 seconds
> [INFO] Finished at: Fri Mar 30 20:01:44 UTC 2012
> [INFO] Final Memory: 52M/125M
> [INFO] ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/31/jgit_1.3.0-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.





More information about the pkg-java-maintainers mailing list