Source: jenkins
Version: 1.509.2+dfsg-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> /usr/share/maven-debian-helper/copy-repo.sh 
> /«BUILDDIR»/jenkins-1.509.2+dfsg/debian
> mh_patchpoms -plibjenkins-java --debian-build --keep-pom-version 
> --maven-repo=/«BUILDDIR»/jenkins-1.509.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
> # 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.509.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.509.2+dfsg/debian/maven-repo -e 
> -Dbuild.version="1.509.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.509.2+dfsg/pom.xml to 
> /«BUILDDIR»/jenkins-1.509.2+dfsg/debian/maven-repo/org/jenkins-ci/main/pom/1.509.2/pom-1.509.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 7 resources
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 9 source files to 
> /«BUILDDIR»/jenkins-1.509.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.509.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.509.2+dfsg/cli/target/cli-1.509.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] Building jar: 
> /«BUILDDIR»/jenkins-1.509.2+dfsg/cli/target/cli-1.509.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] [install:install {execution: default-install}]
> [INFO] Installing /«BUILDDIR»/jenkins-1.509.2+dfsg/cli/target/cli-1.509.2.jar 
> to 
> /«BUILDDIR»/jenkins-1.509.2+dfsg/debian/maven-repo/org/jenkins-ci/main/cli/1.509.2/cli-1.509.2.jar
> [INFO] Installing 
> /«BUILDDIR»/jenkins-1.509.2+dfsg/cli/target/cli-1.509.2-jar-with-dependencies.jar
>  to 
> /«BUILDDIR»/jenkins-1.509.2+dfsg/debian/maven-repo/org/jenkins-ci/main/cli/1.509.2/cli-1.509.2-jar-with-dependencies.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Jenkins core
> [INFO]    task-segment: [install]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> Missing:
> ----------
> 1) org.codehaus.groovy:groovy-all:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.codehaus.groovy 
> -DartifactId=groovy-all -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.codehaus.groovy 
> -DartifactId=groovy-all -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file 
> -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>       1) org.jenkins-ci.main:jenkins-core:jar:1.509.2
>       2) org.codehaus.groovy:groovy-all:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.jenkins-ci.main:jenkins-core:jar:1.509.2
> 
> from the specified remote repositories:
>   repo.jenkins-ci.org (http://repo.jenkins-ci.org/public/),
>   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.codehaus.groovy:groovy-all:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.codehaus.groovy 
> -DartifactId=groovy-all -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.codehaus.groovy 
> -DartifactId=groovy-all -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file 
> -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>       1) org.jenkins-ci.main:jenkins-core:jar:1.509.2
>       2) org.codehaus.groovy:groovy-all:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.jenkins-ci.main:jenkins-core:jar:1.509.2
> 
> from the specified remote repositories:
>   repo.jenkins-ci.org (http://repo.jenkins-ci.org/public/),
>   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:89)
>       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:606)
>       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.codehaus.groovy:groovy-all:jar:debian
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.codehaus.groovy 
> -DartifactId=groovy-all -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.codehaus.groovy 
> -DartifactId=groovy-all -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file 
> -Durl=[url] -DrepositoryId=[id]
> 
>   Path to dependency: 
>       1) org.jenkins-ci.main:jenkins-core:jar:1.509.2
>       2) org.codehaus.groovy:groovy-all:jar:debian
> 
> ----------
> 1 required artifact is missing.
> 
> for artifact: 
>   org.jenkins-ci.main:jenkins-core:jar:1.509.2
> 
> from the specified remote repositories:
>   repo.jenkins-ci.org (http://repo.jenkins-ci.org/public/),
>   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: 4 seconds
> [INFO] Finished at: Sat Aug 30 16:56:06 UTC 2014
> [INFO] Final Memory: 32M/646M
> [INFO] 
> ------------------------------------------------------------------------
> make: *** [mvn-build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/08/30/jenkins_1.509.2+dfsg-2_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 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. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to