Your message dated Sun, 01 Apr 2012 23:33:48 +0000
with message-id <[email protected]>
and subject line Bug#666612: fixed in jgit 1.3.0-2
has caused the Debian Bug report #666612,
regarding jgit: FTBFS: tests failed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
666612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666612
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jgit
Version: 1.3.0-1
Severity: serious
Tags: wheezy sid
User: [email protected]
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.
--- End Message ---
--- Begin Message ---
Source: jgit
Source-Version: 1.3.0-2
We believe that the bug you reported is fixed in the latest version of
jgit, which is due to be installed in the Debian FTP archive:
eclipse-jgit_1.3.0-2_all.deb
to main/j/jgit/eclipse-jgit_1.3.0-2_all.deb
jgit-cli_1.3.0-2_all.deb
to main/j/jgit/jgit-cli_1.3.0-2_all.deb
jgit_1.3.0-2.debian.tar.gz
to main/j/jgit/jgit_1.3.0-2.debian.tar.gz
jgit_1.3.0-2.dsc
to main/j/jgit/jgit_1.3.0-2.dsc
libjgit-java-doc_1.3.0-2_all.deb
to main/j/jgit/libjgit-java-doc_1.3.0-2_all.deb
libjgit-java_1.3.0-2_all.deb
to main/j/jgit/libjgit-java_1.3.0-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jakub Adam <[email protected]> (supplier of updated jgit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 01 Apr 2012 21:39:33 +0200
Source: jgit
Binary: libjgit-java libjgit-java-doc jgit-cli eclipse-jgit
Architecture: source all
Version: 1.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Jakub Adam <[email protected]>
Description:
eclipse-jgit - Transitional dummy package
jgit-cli - Java implementation of GIT version control (command line interfac
libjgit-java - Java implementation of GIT version control
libjgit-java-doc - Java implementation of GIT version control (documentation)
Closes: 666612
Changes:
jgit (1.3.0-2) unstable; urgency=low
.
[ Jakub Adam ]
* Fix test execution failure leading to FTBFS (Closes: #666612).
* Bump Standards-Version to 3.9.3 (no changes required).
.
[ tony mancill ]
* Update d/copyright. Update Format, add Source.
Checksums-Sha1:
a0047e64b3bebbb1604dbb375e203089e9c7e146 2303 jgit_1.3.0-2.dsc
eff0aaef497c1222f0399fd25b0566277ecf3af3 7895 jgit_1.3.0-2.debian.tar.gz
6c9037337b5190ff58024a710b562cd7f7885090 1521776 libjgit-java_1.3.0-2_all.deb
787bbce4ab4abdf8bdab4fda2092e5ab5e4d8c79 1407958
libjgit-java-doc_1.3.0-2_all.deb
4b8915137e248d3e0b353df81bc62d2861fa3d24 222154 jgit-cli_1.3.0-2_all.deb
7fc34420d924b12f655c3b00a24b0cb373c82933 5962 eclipse-jgit_1.3.0-2_all.deb
Checksums-Sha256:
20e96691db08355ef0d1c4957ad46f4e56bbd7753ccff8f98a5b0347f4f653d6 2303
jgit_1.3.0-2.dsc
5f9e8cb0a04db8f8eedd8e7a661d3da0777a7a11af89d5fca4f86628e5e1d2a9 7895
jgit_1.3.0-2.debian.tar.gz
b7fddce509e74ccaee07c175d08ab931b8dcf83df4a4b81eb1ddc704f1f26011 1521776
libjgit-java_1.3.0-2_all.deb
73ad640960659de0f7a1762223766a6dac6daf769e1ff9f6526142dd14700ce7 1407958
libjgit-java-doc_1.3.0-2_all.deb
abd69a77789f709184cf90dc20e3d83edd3a1d12a5eaaccf755571114b37576b 222154
jgit-cli_1.3.0-2_all.deb
3b8f0d8657867b6fa5e153cc49932dcf996b09a5a5d581078ac6eb7cdf7cd624 5962
eclipse-jgit_1.3.0-2_all.deb
Files:
adbfc7bf3e950eb3940e30d545e1bb1e 2303 java optional jgit_1.3.0-2.dsc
c3a63ed7dad736a60ecc78971cd829b2 7895 java optional jgit_1.3.0-2.debian.tar.gz
bb58f56026153d881ed6e7ff2b5da012 1521776 java optional
libjgit-java_1.3.0-2_all.deb
1821c9aa9aa5fbaccec91d713e22168d 1407958 doc optional
libjgit-java-doc_1.3.0-2_all.deb
a371abca5a9b5494f10a45badda1ee26 222154 devel optional jgit-cli_1.3.0-2_all.deb
792604659081bc588dd1631e2bf538fe 5962 oldlibs optional
eclipse-jgit_1.3.0-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIbBAEBAgAGBQJPeOStAAoJECHSBYmXSz6WSHAP+JJ7YNBmaxEr9Vc9AhovUvGn
wribnAoCLcmDRW7JKqytqUWYI/z/m0TwzhKbGwWYNdCoSp65u22WkjdtWvEcPuNX
eiuO/Saz3sLE6EabnIginL3DllcxSvJrsN8fbVQjbUo+Mp20wiK3y+DLUtueCp2l
QgWg/YEA7PkKH4cUpP6wmDArckfQRdTmwj9yGSqjXkPKjYDdMEGmT/JCE6NDXYiK
oAN2Y6CRXZJHj6mVKyxZwRf6KWS27XfhcduwQ23c90/PrzW68J3Mnnu1V1cGEJTe
KzpffaHAR76cPooNWHrpCGW/lX6SCgV+K4aNV8xWQ+qWnwbe3n/pnz5mpt7TumjB
Uv9QMAjSxzN11vWv6qrOgPCjJEym+G0yYrnIdes8RcoiDNC+D1FKCoHXo2klsMDg
Zsz/wD6NDGNJRKE7pUCFKF1QYZSKUSglqv/bzZT6RjSuzd1b14y4/xhgFtiYTaa0
1LmBDe5pX4oPIWaQDLZ1kW9F78xFiteg9XrnlB10fe9IKFUDkIaPIZkP8vk68zUS
yynvhmE1d2zSyyjF0vMTrSblJ+4L3SdMOidZuvfM6iU/gGq6/S8S99vpLCTVvziA
tcz8yp3zO2aWx8koYHfDsO7Y53MRF15imRePKzNRABpa8S5O3R89EqQgaCjs8EA/
tsRBtoQnafDUzMq2NPc=
=Fuj9
-----END PGP SIGNATURE-----
--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.