[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_7 #18997

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Nov 16 19:33:29 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_7/18997/------------------------------------------
[...truncated 2170 lines...]
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version (1.21-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [epubcheck_4.0.1-2.dsc]
I: copying [./epubcheck_4.0.1.orig.tar.gz]
I: copying [./epubcheck_4.0.1-2.debian.tar.xz]
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Fri Jan 15 19:09:16 2016 -12
gpgv:                using RSA key D7D3402E0106630C
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./epubcheck_4.0.1-2.dsc
dpkg-source: info: extracting epubcheck in epubcheck-4.0.1
dpkg-source: info: unpacking epubcheck_4.0.1.orig.tar.gz
dpkg-source: info: unpacking epubcheck_4.0.1-2.debian.tar.xz
dpkg-source: info: applying fixed_classpath.patch
I: Building the package
I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b --buildinfo-id=armhf -rfakeroot
dpkg-buildpackage: info: source package epubcheck
dpkg-buildpackage: info: source version 4.0.1-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Eugene Zhukov <eugene at debian.org>
 dpkg-source --before-build epubcheck-4.0.1
dpkg-buildpackage: info: host architecture armhf
 fakeroot debian/rules clean
test -x debian/rules
mkdir -p "."
/usr/share/maven-debian-helper/copy-repo.sh /build/epubcheck-4.0.1/debian
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar': No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such file or directory
mh_patchpoms -pepubcheck --debian-build --keep-pom-version --maven-repo=/build/epubcheck-4.0.1/debian/maven-repo  --build-no-docs --ignore-rules=debian/maven.ignoreRules --clean-ignore-rules=debian/maven.cleanIgnoreRules
touch debian/stamp-poms-patched
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/build/epubcheck-4.0.1/debian/maven.properties -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/epubcheck-4.0.1 org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Dmaven.repo.local=/build/epubcheck-4.0.1/debian/maven-repo -Dtool.build.date=2016-01-13 clean
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EpubCheck :: Validation Tool for EPUB 4.0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ epubcheck ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.248 s
[INFO] Finished at: 2016-11-16T07:06:02-12:00
[INFO] Final Memory: 5M/15M
[INFO] ------------------------------------------------------------------------
rm -f -r /build/epubcheck-4.0.1/debian/maven-repo debian/stamp-maven-build
rm -f debian/*.substvars
/usr/bin/make -f debian/rules unpatch-poms
make[1]: Entering directory '/build/epubcheck-4.0.1'
mh_unpatchpoms -pepubcheck
rm -f -f debian/stamp-poms-patched
make[1]: Leaving directory '/build/epubcheck-4.0.1'
dh_clean 
mh_unpatchpoms -pepubcheck
rm -f -f debian/stamp-poms-patched
mh_clean
rm -f debian/stamp-maven-check
 debian/rules build
test -x debian/rules
mkdir -p "."
/usr/share/maven-debian-helper/copy-repo.sh /build/epubcheck-4.0.1/debian
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar': No such file or directory
find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such file or directory
mh_patchpoms -pepubcheck --debian-build --keep-pom-version --maven-repo=/build/epubcheck-4.0.1/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/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/build/epubcheck-4.0.1/debian/maven.properties -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/epubcheck-4.0.1 org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Dmaven.repo.local=/build/epubcheck-4.0.1/debian/maven-repo -Dtool.build.date=2016-01-13 package -DskipTests
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EpubCheck :: Validation Tool for EPUB 4.0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ epubcheck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources to /build/epubcheck-4.0.1/target
[INFO] Copying 239 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (default) @ epubcheck ---
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/epub-nav-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/collection-do-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/media-overlay-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/epub-svg-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/package-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/epub-xhtml-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/collection-manifest-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/src/main/resources/com/adobe/epubcheck/schema/30/ocf-metadata-30.sch
[INFO] Transformed 8 file(s).
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/epub-nav-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/collection-do-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/media-overlay-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/epub-svg-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/package-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/epub-xhtml-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/collection-manifest-30.sch
[INFO] Transforming file: /build/epubcheck-4.0.1/target/generated-resources/intermediate-schema/ocf-metadata-30.sch
[INFO] Transformed 8 file(s).
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ epubcheck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 203 source files to /build/epubcheck-4.0.1/target/classes
[INFO] /build/epubcheck-4.0.1/src/main/java/org/idpf/epubcheck/util/css/CssExceptions.java: Some input files use or override a deprecated API.
[INFO] /build/epubcheck-4.0.1/src/main/java/org/idpf/epubcheck/util/css/CssExceptions.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ epubcheck ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ epubcheck ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ epubcheck ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ epubcheck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ epubcheck ---
[INFO] Building jar: /build/epubcheck-4.0.1/target/epubcheck.jar
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy) @ epubcheck ---
[INFO] Copying Saxon-HE-debian.jar to /build/epubcheck-4.0.1/target/lib/Saxon-HE-debian.jar
[INFO] Copying jackson-mapper-asl-debian.jar to /build/epubcheck-4.0.1/target/lib/jackson-mapper-asl-debian.jar
[INFO] Copying xercesImpl-debian.jar to /build/epubcheck-4.0.1/target/lib/xercesImpl-debian.jar
[INFO] Copying serializer-debian.jar to /build/epubcheck-4.0.1/target/lib/serializer-debian.jar
[INFO] Copying xml-resolver-debian.jar to /build/epubcheck-4.0.1/target/lib/xml-resolver-debian.jar
[INFO] Copying jackson-core-asl-debian.jar to /build/epubcheck-4.0.1/target/lib/jackson-core-asl-debian.jar
[INFO] Copying jdom-debian.jar to /build/epubcheck-4.0.1/target/lib/jdom-debian.jar
[INFO] Copying jing-debian.jar to /build/epubcheck-4.0.1/target/lib/jing-debian.jar
[INFO] Copying xml-apis-1.4-debian.jar to /build/epubcheck-4.0.1/target/lib/xml-apis-1.4-debian.jar
[INFO] Copying xalan-debian.jar to /build/epubcheck-4.0.1/target/lib/xalan-debian.jar
[INFO] Copying xom-debian.jar to /build/epubcheck-4.0.1/target/lib/xom-debian.jar
[INFO] Copying sac-debian.jar to /build/epubcheck-4.0.1/target/lib/sac-debian.jar
[INFO] Copying dom4j-debian.jar to /build/epubcheck-4.0.1/target/lib/dom4j-debian.jar
[INFO] Copying commons-compress-debian.jar to /build/epubcheck-4.0.1/target/lib/commons-compress-debian.jar
[INFO] Copying xml-apis-debian.jar to /build/epubcheck-4.0.1/target/lib/xml-apis-debian.jar
[INFO] Copying guava-debian.jar to /build/epubcheck-4.0.1/target/lib/guava-debian.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:30 min
[INFO] Finished at: 2016-11-16T07:18:17-12:00
[INFO] Final Memory: 16M/59M
[INFO] ------------------------------------------------------------------------
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/build/epubcheck-4.0.1/debian/maven.properties -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/epubcheck-4.0.1 org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Dmaven.repo.local=/build/epubcheck-4.0.1/debian/maven-repo -Dtool.build.date=2016-01-13 -Ddebian.dir=/build/epubcheck-4.0.1/debian -Ddebian.package=epubcheck -Dmaven.repo.local=/build/epubcheck-4.0.1/debian/maven-repo -Dinstall.to.usj=true test
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EpubCheck :: Validation Tool for EPUB 4.0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ epubcheck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources to /build/epubcheck-4.0.1/target
[INFO] Copying 239 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (default) @ epubcheck ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ epubcheck ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ epubcheck ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ epubcheck ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ epubcheck ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ epubcheck ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:48 min
[INFO] Finished at: 2016-11-16T07:24:45-12:00
[INFO] Final Memory: 7M/34M
[INFO] ------------------------------------------------------------------------
touch debian/stamp-maven-check
 fakeroot debian/rules binary
test -x debian/rules
dh_testroot
dh_prep 
dh_installdirs -A 
mkdir -p "."
# 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/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/build/epubcheck-4.0.1/debian/maven.properties -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/epubcheck-4.0.1 org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Dmaven.repo.local=/build/epubcheck-4.0.1/debian/maven-repo -Dtool.build.date=2016-01-13 package -DskipTests
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building EpubCheck :: Validation Tool for EPUB 4.0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ epubcheck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources to /build/epubcheck-4.0.1/target
[INFO] Copying 239 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (default) @ epubcheck ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ epubcheck ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ epubcheck ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ epubcheck ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ epubcheck ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ epubcheck ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ epubcheck ---
/srv/reproducible-results/rbuild-debian-V3Fa8HQ7/tmp.3Mb4g7VzjM:	 43.5% -- replaced with /srv/reproducible-results/rbuild-debian-V3Fa8HQ7/tmp.3Mb4g7VzjM.gz
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)



More information about the Qa-jenkins-scm mailing list