Your message dated Mon, 17 Sep 2012 20:08:28 +0200
with message-id <5057671c.2050...@debian.org>
and subject line Fixed by libbcprov-java 1.44+dfsg-3.1 upload
has caused the Debian Bug report #684826,
regarding jenkins: FTBFS: missing org.bouncycastle:bcprov:jar:debian
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 ow...@bugs.debian.org
immediately.)
--
684826: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684826
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jenkins
Version: 1.447.2+dfsg-1
Severity: serious
Tags: wheezy sid
User: debian...@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 "."
> /usr/share/maven-debian-helper/copy-repo.sh
> /«BUILDDIR»/jenkins-1.447.2+dfsg/debian
> mh_patchpoms -plibjenkins-java --debian-build --keep-pom-version
> --maven-repo=/«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven-repo
> --build-no-docs
> touch debian/stamp-poms-patched
> keytool -genkeypair -dname "cn=Jenkins, ou=Jenkins Project, o=Debian, c=US" \
> -alias jenkins -keypass jenkins -keystore dummy.keystore \
> -storepass jenkins -validity 3650
> # Purge out links relating to jenkins from the copy of the maven repo
> # fixes issue with circular dependency and the need to use the install
> # maven target
> for module in jenkins-core cli pom jenkins-war; do \
> find debian/maven-repo/org/jenkins-ci/main/${module} -type l
> -delete || true ;\
> done
> # Hack in java files from groovy source folder - no idea why they are there
> # might be maven3 related.
> mkdir -p core/src/main/java/jenkins/util
> cp core/src/main/groovy/jenkins/util/ServerTcpPort.java
> core/src/main/java/jenkins/util
> # 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=/«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven.properties
> -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf
> org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml
> -Dmaven.repo.local=/«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven-repo -e
> -Dbuild.version="1.447.2" install
> + Error stacktraces are turned on.
> [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] Jenkins main module
> [INFO] Jenkins CLI
> [INFO] Jenkins core
> [INFO] Jenkins war
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Jenkins main module
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«BUILDDIR»/jenkins-1.447.2+dfsg/pom.xml to
> /«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven-repo/org/jenkins-ci/main/pom/1.447.2/pom-1.447.2.pom
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Jenkins CLI
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [localizer:generate {execution: default}]
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 6 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 6 source files to
> /«BUILDDIR»/jenkins-1.447.2+dfsg/cli/target/classes
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /«BUILDDIR»/jenkins-1.447.2+dfsg/cli/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> /«BUILDDIR»/jenkins-1.447.2+dfsg/cli/target/cli-1.447.2.jar
> [WARNING] DEPRECATED [descriptorId]: Please use descriptorRefs instead
> [INFO] [assembly:attached {execution: default}]
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] org/ already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] org/ already added, skipping
> [INFO] META-INF/maven/ already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] META-INF/maven/ already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] org/ already added, skipping
> [INFO] META-INF/maven/ already added, skipping
> [INFO] Building jar:
> /«BUILDDIR»/jenkins-1.447.2+dfsg/cli/target/cli-1.447.2-jar-with-dependencies.jar
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] org/ already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] org/ already added, skipping
> [INFO] META-INF/maven/ already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] META-INF/maven/ already added, skipping
> [INFO] META-INF/ already added, skipping
> [INFO] META-INF/MANIFEST.MF already added, skipping
> [INFO] org/ already added, skipping
> [INFO] META-INF/maven/ already added, skipping
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing /«BUILDDIR»/jenkins-1.447.2+dfsg/cli/target/cli-1.447.2.jar
> to
> /«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven-repo/org/jenkins-ci/main/cli/1.447.2/cli-1.447.2.jar
> [INFO] Installing
> /«BUILDDIR»/jenkins-1.447.2+dfsg/cli/target/cli-1.447.2-jar-with-dependencies.jar
> to
> /«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven-repo/org/jenkins-ci/main/cli/1.447.2/cli-1.447.2-jar-with-dependencies.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Jenkins core
> [INFO] task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [localizer:generate {execution: default}]
> [INFO] [antlr:generate {execution: cron}]
> [INFO] Using Antlr grammar:
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/src/main/grammar/crontab.g
> ANTLR Parser Generator Version 2.7.7 (20120126) 1989-2005
>
> [INFO] [antlr:generate {execution: labelExpr}]
> [INFO] Using Antlr grammar:
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/src/main/grammar/labelExpr.g
> ANTLR Parser Generator Version 2.7.7 (20120126) 1989-2005
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/src/main/grammar/labelExpr.g:
> warning:lexical nondeterminism between rules IMPLIES and ATOM upon
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/src/main/grammar/labelExpr.g:
> k==1:'-'
>
> [INFO] [hpi:generate-taglib-interface {execution: default}]
> jenkins/PluginManagerTagLib.java
> jenkins/ToolsTagLib.java
> jenkins/security/HudsonPrivateSecurityRealmTagLib.java
> lib/jenkins/NewFromListTagLib.java
> lib/jenkins/ProjectTagLib.java
> lib/FormTagLib.java
> lib/JenkinsTagLib.java
> lib/LayoutTagLib.java
> lib/TestTagLib.java
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 5799 resources
> [INFO] Copying 2 resources
> [INFO] Copying 2 resources
> [INFO] Copying 2 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 790 source files to
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/target/classes
> [INFO] [bridge-method-injector:process {execution: default}]
> [INFO] [access-modifier-checker:enforce {execution: default}]
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 11 resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar:
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/target/jenkins-core-1.447.2.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /«BUILDDIR»/jenkins-1.447.2+dfsg/core/target/jenkins-core-1.447.2.jar to
> /«BUILDDIR»/jenkins-1.447.2+dfsg/debian/maven-repo/org/jenkins-ci/main/jenkins-core/1.447.2/jenkins-core-1.447.2.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Jenkins war
> [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.jenkins-ci.main:jenkins-war:war:1.447.2
> 2) org.jenkins-ci.modules:instance-identity:jar:debian
> 3) org.bouncycastle:bcprov:jar:debian
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.jenkins-ci.main:jenkins-war:war:1.447.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] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: 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.jenkins-ci.main:jenkins-war:war:1.447.2
> 2) org.jenkins-ci.modules:instance-identity:jar:debian
> 3) org.bouncycastle:bcprov:jar:debian
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.jenkins-ci.main:jenkins-war:war:1.447.2
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2)
>
>
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:711)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
> at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> at org.debian.maven.Wrapper.main(Wrapper.java:106)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:616)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by:
> org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
> 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.jenkins-ci.main:jenkins-war:war:1.447.2
> 2) org.jenkins-ci.modules:instance-identity:jar:debian
> 3) org.bouncycastle:bcprov:jar:debian
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.jenkins-ci.main:jenkins-war:war:1.447.2
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2)
>
>
> at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
> at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
> at
> org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499)
> at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
> ... 18 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 34 seconds
> [INFO] Finished at: Mon Aug 13 22:47:41 UTC 2012
> [INFO] Final Memory: 64M/1614M
> [INFO]
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2012/08/14/jenkins_1.447.2+dfsg-1_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.
--- End Message ---
--- Begin Message ---
FTBFS in the following packages :
- wagon2 (#684841)
- jenkins-ssh-cli-auth (#684829)
- jenkins-instance-identity (#684815)
- jenkins (#684826)
were fixed by libbcprov-java 1.44+dfsg-3.1 upload in t-p-u
Cheers,
--
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan
--- End Message ---