Bug#684841: wagon2: FTBFS: missing org.bouncycastle:bcprov:jar:debian

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Aug 14 07:36:29 UTC 2012


Source: wagon2
Version: 2.2-3
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120814 qa-ftbfs
Justification: FTBFS in wheezy on amd64

Hi,

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

Relevant part:
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> mkdir -p /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/test-classes/
> svnadmin create /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/test-classes/test-repo-svn
> /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
> mh_patchpoms -plibwagon2-java --debian-build --keep-pom-version --maven-repo=/«PKGBUILDDIR»/debian/maven-repo  --build-no-docs
> touch debian/stamp-poms-patched
> # 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 -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  install
> [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]   Apache Maven Wagon
> [INFO]   Apache Maven Wagon :: API
> [INFO]   Apache Maven Wagon :: Provider Test
> [INFO]   Apache Maven Wagon :: Providers
> [INFO]   Apache Maven Wagon :: Providers :: File Provider
> [INFO]   Apache Maven Wagon :: Providers :: FTP Provider
> [INFO]   Apache Maven Wagon :: Providers :: HTTP Shared Library 4
> [INFO]   Apache Maven Wagon :: Test Compatibility Kits
> [INFO]   Apache Maven Wagon :: HTTP Test Compatibility Kit
> [INFO]   Apache Maven Wagon :: Providers :: HTTP Provider
> [INFO]   Apache Maven Wagon :: Providers :: HTTP Shared Library
> [INFO]   Apache Maven Wagon :: Providers :: Lightweight HTTP Provider
> [INFO]   Apache Maven Wagon :: Providers :: SCM Provider
> [INFO]   Apache Maven Wagon :: Providers :: SSH Common Library
> [INFO]   Apache Maven Wagon :: Providers :: SSH External Provider
> [INFO]   Apache Maven Wagon :: Providers :: SSH Provider
> [INFO]   Apache Maven Wagon :: Providers :: WebDav Provider
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/pom.xml to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: API
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-provider-api/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 38 source files to /«PKGBUILDDIR»/wagon-provider-api/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 25 source files to /«PKGBUILDDIR»/wagon-provider-api/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-provider-api/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.repository.RepositoryTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
> Running org.apache.maven.wagon.repository.RepositoryPermissionsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> Running org.apache.maven.wagon.observers.ChecksumObserverTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.maven.wagon.PathUtilsTest
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
> Running org.apache.maven.wagon.proxy.ProxyInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> Running org.apache.maven.wagon.proxy.ProxyInfoUtilsTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
> Running org.apache.maven.wagon.AbstractWagonTest
> Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
> Running org.apache.maven.wagon.NotAuthorizedExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> Running org.apache.maven.wagon.StreamWagonTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
> Running org.apache.maven.wagon.authentication.AuthenticationExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
> Running org.apache.maven.wagon.authentication.AuthenticationInfoTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
> Running org.apache.maven.wagon.TransferFailedExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.apache.maven.wagon.PermissionModeUtilsTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.maven.wagon.CannotConnectExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.maven.wagon.ResourceDoesNotExistExceptionTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.maven.wagon.events.TransferEventSupportTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.maven.wagon.events.SessionEventSupportTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
> Running org.apache.maven.wagon.events.TransferEventTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.apache.maven.wagon.events.SessionEventTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
> Running org.apache.maven.wagon.LazyFileOutputStreamTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
> 
> Results :
> 
> Tests run: 90, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/wagon-provider-api/target/wagon-provider-api-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-provider-api/target/wagon-provider-api-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Provider Test
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-provider-test/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 5 source files to /«PKGBUILDDIR»/wagon-provider-test/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-provider-test/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»/wagon-provider-test/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»/wagon-provider-test/target/wagon-provider-test-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-provider-test/target/wagon-provider-test-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-provider-test/2.2/wagon-provider-test-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/pom.xml to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-providers/2.2/wagon-providers-2.2.pom
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: File Provider
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-file/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 1 source file to /«PKGBUILDDIR»/wagon-providers/wagon-file/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] Discovered 1 component descriptors(s)
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-file/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 1 source file to /«PKGBUILDDIR»/wagon-providers/wagon-file/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-file/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.providers.file.FileWagonTest
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 sec
> 
> Results :
> 
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/wagon-providers/wagon-file/target/wagon-file-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-file/target/wagon-file-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-file/2.2/wagon-file-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: FTP Provider
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-ftp/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 1 source file to /«PKGBUILDDIR»/wagon-providers/wagon-ftp/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] Discovered 1 component descriptors(s)
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-ftp/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»/wagon-providers/wagon-ftp/target/wagon-ftp-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-ftp/target/wagon-ftp-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-ftp/2.2/wagon-ftp-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: HTTP Shared Library 4
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-http-shared4/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 5 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http-shared4/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 9 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 2 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http-shared4/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-http-shared4/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.shared.http4.HtmlFileListParserTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec
> Running org.apache.maven.wagon.shared.http4.AbstractHttpClientWagonTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec
> 
> Results :
> 
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/wagon-providers/wagon-http-shared4/target/wagon-http-shared4-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-http-shared4/target/wagon-http-shared4-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-http-shared4/2.2/wagon-http-shared4-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Test Compatibility Kits
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-tcks/pom.xml to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-tcks/2.2/wagon-tcks-2.2.pom
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: HTTP Test Compatibility Kit
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 15 source files to /«PKGBUILDDIR»/wagon-tcks/wagon-tck-http/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-tcks/wagon-tck-http/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»/wagon-tcks/wagon-tck-http/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»/wagon-tcks/wagon-tck-http/target/wagon-tck-http-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-tcks/wagon-tck-http/target/wagon-tck-http-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-tck-http/2.2/wagon-tck-http-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: HTTP Provider
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [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 1 source file to /«PKGBUILDDIR»/wagon-providers/wagon-http/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 8 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-http/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»/wagon-providers/wagon-http/target/wagon-http-2.2.jar
> [INFO] [shade:shade {execution: default}]
> [INFO] Including org.apache.maven.wagon:wagon-http-shared4:jar:2.2 in the shaded jar.
> [INFO] Excluding org.jsoup:jsoup:jar:debian from the shaded jar.
> [INFO] Including org.apache.httpcomponents:httpclient:jar:debian in the shaded jar.
> [INFO] Including org.apache.httpcomponents:httpcore:jar:debian in the shaded jar.
> [INFO] Including commons-logging:commons-logging:jar:debian in the shaded jar.
> [INFO] Including commons-codec:commons-codec:jar:debian in the shaded jar.
> [INFO] Excluding commons-io:commons-io:jar:debian from the shaded jar.
> [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.2 from the shaded jar.
> [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:debian from the shaded jar.
> [INFO] Attaching shaded artifact.
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-http/target/wagon-http-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-http/2.2/wagon-http-2.2.jar
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-http/target/wagon-http-2.2-shaded.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-http/2.2/wagon-http-2.2-shaded.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: HTTP Shared Library
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-http-shared/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 4 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http-shared/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 9 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 2 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http-shared/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-http-shared/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.shared.http.AbstractHttpClientWagonTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
> Running org.apache.maven.wagon.shared.http.HtmlFileListParserTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec
> 
> Results :
> 
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/wagon-providers/wagon-http-shared/target/wagon-http-shared-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-http-shared/target/wagon-http-shared-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-http-shared/2.2/wagon-http-shared-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: Lightweight HTTP Provider
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-http-lightweight/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 3 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http-lightweight/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> 34086 [main] WARN org.codehaus.plexus.cdc.gleaner.QDoxComponentGleaner - Component: LightweightHttpWagon, field name: 'useCache': Currently configurable fields will not be written to the descriptor without a default value.
> 34087 [main] WARN org.codehaus.plexus.cdc.gleaner.QDoxComponentGleaner - Component: LightweightHttpWagon, field name: 'httpHeaders': Currently configurable fields will not be written to the descriptor without a default value.
> 34088 [main] WARN org.codehaus.plexus.cdc.gleaner.QDoxComponentGleaner - Component: LightweightHttpWagon, field name: 'useCache': Currently configurable fields will not be written to the descriptor without a default value.
> 34088 [main] WARN org.codehaus.plexus.cdc.gleaner.QDoxComponentGleaner - Component: LightweightHttpWagon, field name: 'httpHeaders': Currently configurable fields will not be written to the descriptor without a default value.
> [INFO] Discovered 3 component descriptors(s)
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 4 source files to /«PKGBUILDDIR»/wagon-providers/wagon-http-lightweight/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-http-lightweight/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»/wagon-providers/wagon-http-lightweight/target/wagon-http-lightweight-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-http-lightweight/target/wagon-http-lightweight-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-http-lightweight/2.2/wagon-http-lightweight-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: SCM Provider
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-scm/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 1 source file to /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] Discovered 1 component descriptors(s)
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-scm/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 5 source files to /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.providers.scm.ScmSvnExeWagonTest
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.874 sec
> 
> Results :
> 
> Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/wagon-scm-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-scm/target/wagon-scm-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-scm/2.2/wagon-scm-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: SSH Common Library
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/wagon-providers/wagon-ssh-common/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 16 source files to /«PKGBUILDDIR»/wagon-providers/wagon-ssh-common/target/classes
> [INFO] [plexus:descriptor {execution: generate}]
> [INFO] Discovered 4 component descriptors(s)
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Compiling 2 source files to /«PKGBUILDDIR»/wagon-providers/wagon-ssh-common/target/test-classes
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Surefire report directory: /«PKGBUILDDIR»/wagon-providers/wagon-ssh-common/target/surefire-reports
> 
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.maven.wagon.providers.ssh.LSParserTest
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
> Running org.apache.maven.wagon.providers.ssh.knownhost.FileKnownHostsProviderTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
> 
> Results :
> 
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: /«PKGBUILDDIR»/wagon-providers/wagon-ssh-common/target/wagon-ssh-common-2.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«PKGBUILDDIR»/wagon-providers/wagon-ssh-common/target/wagon-ssh-common-2.2.jar to /«PKGBUILDDIR»/debian/maven-repo/org/apache/maven/wagon/wagon-ssh-common/2.2/wagon-ssh-common-2.2.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Maven Wagon :: Providers :: SSH External Provider
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> Missing:
> ----------
> 1) org.bouncycastle:bcprov:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.bouncycastle -DartifactId=bcprov -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file
> 
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.bouncycastle -DartifactId=bcprov -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>   	1) org.apache.maven.wagon:wagon-ssh-external:jar:2.2
>   	2) org.bouncycastle:bcprov:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.apache.maven.wagon:wagon-ssh-external:jar:2.2
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
> 
> 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your local
> repository will be inaccessible.
> 
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 57 seconds
> [INFO] Finished at: Mon Aug 13 22:45:57 UTC 2012
> [INFO] Final Memory: 94M/1292M
> [INFO] ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/08/14/wagon2_2.2-3_wheezy.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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-java-maintainers mailing list