ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/xml-security.spec'], False, '/var/lib/mock/fedora-rawhide-i386/root/', None, 0, True, 0, 2553, 485, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/xml-security.spec'] /etc/profile: line 42: /bin/hostname: No such file or directory Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/xml-security-1.4.1-1.fc10.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/xml-security.spec'], False, '/var/lib/mock/fedora-rawhide-i386/root/', None, 0, True, 0, 2553, 485, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/xml-security.spec'] /etc/profile: line 42: /bin/hostname: No such file or directory Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OJauKM + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf xml-security-1_4_1 + /usr/bin/unzip -qq /builddir/build/SOURCES/xml-security-src-1_4_1.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd xml-security-1_4_1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . ++ find . -name '*.jar' + echo 'Patch #0 (xml-security-1.4.1-build_xml.patch):' Patch #0 (xml-security-1.4.1-build_xml.patch): + /bin/cat /builddir/build/SOURCES/xml-security-1.4.1-build_xml.patch + /usr/bin/patch -s -p0 -b --suffix .sav --fuzz=0 + echo 'Patch #1 (xml-security-1.4.1-nosun.patch):' Patch #1 (xml-security-1.4.1-nosun.patch): + /bin/cat /builddir/build/SOURCES/xml-security-1.4.1-nosun.patch + /usr/bin/patch -s -p0 -b --suffix .sav --fuzz=0 + echo 'Patch #2 (xml-security-1.4.1-disable-highstrength-tests.patch):' Patch #2 (xml-security-1.4.1-disable-highstrength-tests.patch): + /bin/cat /builddir/build/SOURCES/xml-security-1.4.1-disable-highstrength-tests.patch + /usr/bin/patch -s -p0 -b --suffix .sav --fuzz=0 + echo 'Patch #3 (xml-security-1.4.1-c14ntest.patch):' Patch #3 (xml-security-1.4.1-c14ntest.patch): + /bin/cat /builddir/build/SOURCES/xml-security-1.4.1-c14ntest.patch + /usr/bin/patch -s -p0 -b --suffix .sav --fuzz=0 + echo 'Patch #4 (xml-security-1.4.1-signature-algorithm-test.patch):' Patch #4 (xml-security-1.4.1-signature-algorithm-test.patch): + /bin/cat /builddir/build/SOURCES/xml-security-1.4.1-signature-algorithm-test.patch + /usr/bin/patch -s -p0 -b --suffix .sav --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D43MBq + umask 022 + cd /builddir/build/BUILD + cd xml-security-1_4_1 + LANG=C + export LANG + unset DISPLAY + mkdir -p libs/endorsed + build-jar-repository -p -s libs commons-logging commons-logging-api log4j xalan-j2 xalan-j2-serializer xml-commons-apis xerces-j2 junit ++ build-classpath . jce + ant -Djava.endorsed.dirs=libs -Dlib.jce=/usr/lib/jvm-exports/java/jce.jar build.src build.jar build.docs test Buildfile: build.xml [taskdef] Could not load definitions from resource clovertasks. It could not be found. init: [echo] [echo] ------------------------------------------------------------------- [echo] --------- Apache-XML-Security-J v1.4.1 [2000-2005] ----------- [echo] ------------------------------------------------------------------- [echo] Building with Apache Ant version 1.7.1 compiled on October 1 2008 [echo] Java 1.5.0 located at /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre [echo] ------------------------------------------------------------------- [echo] do.check.libs.jce: do.check.libs: do.build.src: env.mk.dirs: [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/classes [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/docs [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/test [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/libs [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/libs/endorsed [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/dist [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/samples do.check.bindist: build.src: [javac] Compiling 252 source files to /builddir/build/BUILD/xml-security-1_4_1/build/classes [javac] ---------- [javac] 1. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/Data.java (a t line 25) [javac] import javax.xml.crypto.dsig.Transform; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Transform is never used [javac] ---------- [javac] ---------- [javac] 2. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/KeySelector. java (at line 27) [javac] import javax.xml.crypto.dsig.keyinfo.RetrievalMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.keyinfo.RetrievalMethod is never used [javac] ---------- [javac] ---------- [javac] 3. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/MarshalExcep tion.java [javac] (at line 27) [javac] import javax.xml.crypto.dsig.Manifest; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Manifest is never used [javac] ---------- [javac] 4. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/MarshalExcep tion.java (at line 28) [javac] import javax.xml.crypto.dsig.XMLSignature; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignature is never used [javac] ---------- [javac] 5. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/MarshalExcep tion.java [javac] (at line 29) [javac] import javax.xml.crypto.dsig.XMLSignatureFactory; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignatureFactory is never used [javac] ---------- [javac] 6. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/MarshalExcep tion.java (at line 30) [javac] import javax.xml.crypto.dsig.keyinfo.KeyInfo; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.keyinfo.KeyInfo is never used [javac] ---------- [javac] 7. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/MarshalExcep tion.java [javac] (at line 31) [javac] import javax.xml.crypto.dsig.keyinfo.KeyInfoFactory; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.keyinfo.KeyInfoFactory is never used [javac] ---------- [javac] ---------- [javac] 8. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NoSuchMechan ismException.java (at line 27) [javac] import javax.xml.crypto.dsig.Manifest; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Manifest is never used [javac] ---------- [javac] 9. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NoSuchMechan ismException [javac] .java (at line 28) [javac] import javax.xml.crypto.dsig.XMLSignature; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignature is never used [javac] ---------- [javac] 10. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NoSuchMecha nismException.java (at line 29) [javac] import javax.xml.crypto.dsig.XMLSignatureFactory; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignatureFactory is never used [javac] ---------- [javac] 11. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NoSuchMecha nismExceptio [javac] n.java (at line 30) [javac] import javax.xml.crypto.dsig.keyinfo.KeyInfo; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.keyinfo.KeyInfo is never used [javac] ---------- [javac] 12. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NoSuchMecha nismException.java (at line 31) [javac] import javax.xml.crypto.dsig.keyinfo.KeyInfoFactory; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.keyinfo.KeyInfoFactory is never used [javac] ---------- [javac] ---------- [javac] 13. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/URIReferenc eException.j [javac] ava (at line 27) [javac] import javax.xml.crypto.dsig.keyinfo.RetrievalMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.keyinfo.RetrievalMethod is never used [javac] ---------- [javac] ---------- [javac] 14. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMStru cture.java (at line 27) [javac] import javax.xml.crypto.dsig.XMLSignature; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignature is never used [javac] ---------- [javac] ---------- [javac] 15. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Canoni calizationMe [javac] thod.java (at line 26) [javac] import javax.xml.crypto.dsig.spec.C14NMethodParameterSpec; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.spec.C14NMethodParameterSpec is never used [javac] ---------- [javac] ---------- [javac] 16. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Digest Method.java (at line 27) [javac] import javax.xml.crypto.dsig.spec.DigestMethodParameterSpec; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.spec.DigestMethodParameterSpec is never used [javac] ---------- [javac] ---------- [javac] 17. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Signat ureMethod.ja [javac] va (at line 27) [javac] import javax.xml.crypto.dsig.spec.SignatureMethodParameterSpec; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.spec.SignatureMethodParameterSpec is never used [javac] ---------- [javac] ---------- [javac] 18. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Transf orm.java (at line 29) [javac] import javax.xml.crypto.OctetStreamData; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.OctetStreamData is never used [javac] ---------- [javac] 19. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Transf orm.java [javac] (at line 32) [javac] import javax.xml.crypto.dsig.spec.TransformParameterSpec; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.spec.TransformParameterSpec is never used [javac] ---------- [javac] ---------- [javac] 20. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLDSi gSecurity.java (at line 32) [javac] import java.lang.reflect.*; [javac] ^^^^^^^^^^^^^^^^^ [javac] The import java.lang.reflect is never used [javac] ---------- [javac] ---------- [javac] 21. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSig nContext.java (at line 25) [javac] import javax.xml.crypto.KeySelector; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.KeySelector is never used [javac] ---------- [javac] ---------- [javac] 22. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSig nature.java (at line 32) [javac] import javax.xml.crypto.KeySelector; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.KeySelector is never used [javac] ---------- [javac] 23. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSig nature.java (at line 37) [javac] import java.security.Signature; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.Signature is never used [javac] ---------- [javac] ---------- [javac] 24. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSig natureFactor [javac] y.java (at line 30) [javac] import javax.xml.crypto.dom.DOMStructure; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dom.DOMStructure is never used [javac] ---------- [javac] 25. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSig natureFactory.java (at line 34) [javac] import javax.xml.crypto.dsig.dom.DOMValidateContext; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.dom.DOMValidateContext is never used [javac] ---------- [javac] 26. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSig natureFactor [javac] y.java (at line 35) [javac] import javax.xml.crypto.dsig.dom.DOMSignContext; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.dom.DOMSignContext is never used [javac] ---------- [javac] ---------- [javac] 27. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/dom/DO MSignContext.java (at line 28) [javac] import javax.xml.crypto.dsig.XMLSignature; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignature is never used [javac] ---------- [javac] ---------- [javac] 28. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/dom/DO MValidateCon [javac] text.java (at line 27) [javac] import javax.xml.crypto.dsig.XMLSignature; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignature is never used [javac] ---------- [javac] 29. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/dom/DO MValidateContext.java (at line 28) [javac] import javax.xml.crypto.dsig.XMLSignatureFactory; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignatureFactory is never used [javac] ---------- [javac] ---------- [javac] 30. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/KeyInfoFac [javac] tory.java (at line 35) [javac] import java.security.cert.X509CRL; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.cert.X509CRL is never used [javac] ---------- [javac] 31. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/KeyInfoFactory.java (at line 41) [javac] import javax.xml.crypto.dom.DOMStructure; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dom.DOMStructure is never used [javac] ---------- [javac] 32. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/KeyInfoFac [javac] tory.java (at line 42) [javac] import javax.xml.crypto.dsig.*; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig is never used [javac] ---------- [javac] ---------- [javac] 33. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/KeyValue.java (at line 26) [javac] import java.security.KeyStore; [javac] ^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.KeyStore is never used [javac] ---------- [javac] 34. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/KeyValue.java (at line 28) [javac] import java.security.interfaces.DSAPublicKey; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.interfaces.DSAPublicKey is never used [javac] ---------- [javac] 35. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/KeyValue.j [javac] ava (at line 29) [javac] import java.security.interfaces.RSAPublicKey; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.interfaces.RSAPublicKey is never used [javac] ---------- [javac] ---------- [javac] 36. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/PGPData.java (at line 25) [javac] import java.util.Collections; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.util.Collections is never used [javac] ---------- [javac] ---------- [javac] 37. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/RetrievalMethod.java (at line 30) [javac] import javax.xml.crypto.dsig.Transform; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Transform is never used [javac] ---------- [javac] ---------- [javac] 38. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/X509Data.j [javac] ava (at line 26) [javac] import java.security.cert.X509CRL; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.cert.X509CRL is never used [javac] ---------- [javac] ---------- [javac] 39. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinf o/X509IssuerSerial.java (at line 26) [javac] import java.security.cert.X509Certificate; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.cert.X509Certificate is never used [javac] ---------- [javac] ---------- [javac] 40. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/C 14NMethodPar [javac] ameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.CanonicalizationMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.CanonicalizationMethod is never used [javac] ---------- [javac] ---------- [javac] 41. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/D igestMethodParameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.DigestMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.DigestMethod is never used [javac] ---------- [javac] ---------- [javac] 42. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/E xcC14NParame [javac] terSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.CanonicalizationMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.CanonicalizationMethod is never used [javac] ---------- [javac] ---------- [javac] 43. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/HMACParameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.SignatureMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.SignatureMethod is never used [javac] ---------- [javac] ---------- [javac] 44. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/SignatureMeth [javac] odParameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.SignatureMethod; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.SignatureMethod is never used [javac] ---------- [javac] ---------- [javac] 45. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/TransformParameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.Transform; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Transform is never used [javac] ---------- [javac] ---------- [javac] 46. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XPathFilter2P [javac] arameterSpec.java (at line 28) [javac] import javax.xml.crypto.dsig.Transform; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Transform is never used [javac] ---------- [javac] ---------- [javac] 47. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XPathFilterParameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.Transform; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Transform is never used [javac] ---------- [javac] 48. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XPathFilterPa [javac] rameterSpec.java (at line 30) [javac] import java.util.Map.Entry; [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The import java.util.Map.Entry is never used [javac] ---------- [javac] ---------- [javac] 49. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XSLTTransformParameterSpec.java (at line 25) [javac] import javax.xml.crypto.dsig.Transform; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.Transform is never used [javac] ---------- [javac] ---------- [javac] 50. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x50 [javac] 9/XMLX509SKI.java (at line 19) [javac] import java.io.IOException; [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.IOException is never used [javac] ---------- [javac] 51. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x50 [javac] 9/XMLX509SKI.java (at line 20) [javac] import java.io.ByteArrayInputStream; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.ByteArrayInputStream is never used [javac] ---------- [javac] 52. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509SKI.java (at line 21) [javac] import java.io.InputStream; [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.InputStream is never used [javac] ---------- [javac] 53. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509SKI.java (at line 23) [javac] import java.lang.reflect.Constructor; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.lang.reflect.Constructor is never used [javac] ---------- [javac] 54. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x50 [javac] 9/XMLX509SKI.java (at line 24) [javac] import java.lang.reflect.Method; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.lang.reflect.Method is never used [javac] ---------- [javac] ---------- [javac] 55. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/XMLSignatureInputDebugger.java (at line 132) [javac] private XMLSignatureInputDebugger() { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The constructor XMLSignatureInputDebugger() is never used locally [javac] ---------- [javac] ---------- [javac] 56. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/imple [javac] mentations/FuncHereContext.java (at line 72) [javac] private FuncHereContext() {} [javac] ^^^^^^^^^^^^^^^^^ [javac] The constructor FuncHereContext() is never used locally [javac] ---------- [javac] ---------- [javac] 57. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/CachedXPathFuncHereAPI.java (at line 84) [javac] private CachedXPathFuncHereAPI() {} [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The constructor CachedXPathFuncHereAPI() is never used locally [javac] ---------- [javac] ---------- [javac] 58. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/ApacheCano [javac] nicalizer.java (at line 27) [javac] import java.io.IOException; [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.IOException is never used [javac] ---------- [javac] 59. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/ApacheCano [javac] nicalizer.java (at line 38) [javac] import javax.xml.crypto.dsig.XMLSignatureException; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.XMLSignatureException is never used [javac] ---------- [javac] 60. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/ApacheCanonicalizer.java (at line 47) [javac] import org.w3c.dom.NodeList; [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] The import org.w3c.dom.NodeList is never used [javac] ---------- [javac] ---------- [javac] 61. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/ApacheNodeSetData.java (at line 26) [javac] import java.util.HashSet; [javac] ^^^^^^^^^^^^^^^^^ [javac] The import java.util.HashSet is never used [javac] ---------- [javac] ---------- [javac] 62. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/ApacheTransform.java (at line 33) [javac] import org.w3c.dom.NodeList; [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] The import org.w3c.dom.NodeList is never used [javac] ---------- [javac] ---------- [javac] 63. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMBase64Transform.java (at line 27) [javac] import javax.xml.crypto.XMLStructure; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.XMLStructure is never used [javac] ---------- [javac] ---------- [javac] 64. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMCryptoB [javac] inary.java (at line 28) [javac] import javax.xml.crypto.dsig.*; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig is never used [javac] ---------- [javac] ---------- [javac] 65. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMKeyInfo.java (at line 27) [javac] import javax.xml.crypto.dsig.dom.DOMSignContext; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.dom.DOMSignContext is never used [javac] ---------- [javac] ---------- [javac] 66. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMKeyInfo [javac] Factory.java (at line 30) [javac] import javax.xml.crypto.dsig.*; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig is never used [javac] ---------- [javac] 67. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMKeyInfo [javac] Factory.java (at line 31) [javac] import javax.xml.crypto.dom.*; [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dom is never used [javac] ---------- [javac] ---------- [javac] 68. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMKeyValue.java (at line 57) [javac] private DOMCryptoBinary p, q, g, y, j, seed, pgen; [javac] ^ [javac] The field DOMKeyValue.j is never read locally [javac] ---------- [javac] 69. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMKeyValu [javac] e.java (at line 57) [javac] private DOMCryptoBinary p, q, g, y, j, seed, pgen; [javac] ^^^^ [javac] The field DOMKeyValue.seed is never read locally [javac] ---------- [javac] 70. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMKeyValue.java (at line 57) [javac] private DOMCryptoBinary p, q, g, y, j, seed, pgen; [javac] ^^^^ [javac] The field DOMKeyValue.pgen is never read locally [javac] ---------- [javac] ---------- [javac] 71. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/do m/DOMRSASign [javac] atureMethod.java (at line 29) [javac] import java.io.IOException; [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.IOException is never used [javac] ---------- [javac] ---------- [javac] 72. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMReference.java (at line 471) [javac] boolean digestValuesEqual = [javac] ^^^^^^^^^^^^^^^^^ [javac] The local variable digestValuesEqual is never read [javac] ---------- [javac] ---------- [javac] 73. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMRetrievalMethod.java (at line 48) [javac] import org.apache.xml.security.signature.XMLSignatureInput; [javac] ^^^^ [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.signature.XMLSignatureInput is never used [javac] ---------- [javac] ---------- [javac] 74. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMSHADige [javac] stMethod.java (at line 29) [javac] import java.io.IOException; [javac] ^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.IOException is never used [javac] ---------- [javac] 75. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMSHADige [javac] stMethod.java (at line 32) [javac] import java.util.logging.Level; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.util.logging.Level is never used [javac] ---------- [javac] 76. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMSHADigestMethod.java (at line 44) [javac] private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); [javac] ^^^ [javac] The field DOMSHADigestMethod.log is never read locally [javac] ---------- [javac] ---------- [javac] 77. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMSignedI [javac] nfo.java (at line 45) [javac] import org.apache.xml.security.utils.XMLUtils; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.utils.XMLUtils is never used [javac] ---------- [javac] 78. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMSignedInfo.java (at line 189) [javac] Data data = ((DOMCanonicalizationMethod) [javac] ^^^^ [javac] The local variable data is never read [javac] ---------- [javac] ---------- [javac] 79. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMTransform.java (at line 34) [javac] import org.w3c.dom.NodeList; [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] The import org.w3c.dom.NodeList is never used [javac] ---------- [javac] 80. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMTransform.java (at line 40) [javac] import javax.xml.crypto.dsig.spec.TransformParameterSpec; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.spec.TransformParameterSpec is never used [javac] ---------- [javac] ---------- [javac] 81. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMURIDere [javac] ferencer.java (at line 36) [javac] import javax.xml.crypto.dsig.*; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig is never used [javac] ---------- [javac] ---------- [javac] 82. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMUtils.java (at line 33) [javac] import javax.xml.crypto.dsig.dom.DOMSignContext; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig.dom.DOMSignContext is never used [javac] ---------- [javac] ---------- [javac] 83. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMXMLSignature.java (at line 38) [javac] import java.io.*; [javac] ^^^^^^^ [javac] The import java.io is never used [javac] ---------- [javac] ---------- [javac] 84. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMXMLSign [javac] atureFactory.java (at line 33) [javac] import java.security.spec.AlgorithmParameterSpec; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.spec.AlgorithmParameterSpec is never used [javac] ---------- [javac] ---------- [javac] 85. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src/org/jcp/xml/dsig/internal/dom/DOMXSLTTransform.java (at line 30) [javac] import javax.xml.crypto.dsig.*; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.crypto.dsig is never used [javac] ---------- [javac] 85 problems (85 warnings) [copy] Copying 12 files to /builddir/build/BUILD/xml-security-1_4_1/build/classes manifest: [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/classes/META-INF init: [echo] [echo] ------------------------------------------------------------------- [echo] --------- Apache-XML-Security-J v1.4.1 [2000-2005] ----------- [echo] ------------------------------------------------------------------- [echo] Building with Apache Ant version 1.7.1 compiled on October 1 2008 [echo] Java 1.5.0 located at /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre [echo] ------------------------------------------------------------------- [echo] do.check.libs.jce: do.check.libs: do.build.src: env.mk.dirs: do.check.bindist: build.src: build.test: [javac] Compiling 42 source files to /builddir/build/BUILD/xml-security-1_4_1/build/test [javac] ---------- [javac] 1. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/AllTests.java (at line 96) [javac] String[] testCaseName = { "-noloading", AllTests.class.getName() }; [javac] ^^^^^^^^^^^^ [javac] The local variable testCaseName is never read [javac] ---------- [javac] ---------- [javac] 2. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/In [javac] teropTest.java (at line 26) [javac] import org.apache.xml.security.utils.XMLUtils; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.utils.XMLUtils is never used [javac] ---------- [javac] 3. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/InteropTest.java (at line 95) [javac] String[] testCaseName = { "-noloading", InteropTest.class.getName() }; [javac] ^^^^^^^^^^^^ [javac] The local variable testCaseName is never read [javac] ---------- [javac] ---------- [javac] 4. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/en [javac] cryption/XMLCipherTester.java (at line 23) [javac] import java.security.KeyPairGenerator; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.KeyPairGenerator is never used [javac] ---------- [javac] 5. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/encryption/XMLCipherTester.java (at line 24) [javac] import java.security.KeyPair; [javac] ^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.KeyPair is never used [javac] ---------- [javac] 6. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/en [javac] cryption/XMLCipherTester.java (at line 26) [javac] import java.security.PrivateKey; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.PrivateKey is never used [javac] ---------- [javac] 7. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/encryption/XMLCipherTester.java (at line 27) [javac] import java.security.PublicKey; [javac] ^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.security.PublicKey is never used [javac] ---------- [javac] 8. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/en [javac] cryption/XMLCipherTester.java (at line 30) [javac] import javax.crypto.KeyGenerator; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.crypto.KeyGenerator is never used [javac] ---------- [javac] 9. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/secu rity/test/encryption/XMLCipherTester.java (at line 46) [javac] import org.apache.xml.security.encryption.EncryptedKey; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.encryption.EncryptedKey is never used [javac] ---------- [javac] 10. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/e [javac] ncryption/XMLCipherTester.java (at line 52) [javac] import org.apache.xml.security.keys.KeyInfo; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.keys.KeyInfo is never used [javac] ---------- [javac] 11. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/encryption/XMLCipherTester.java (at line 75) [javac] private boolean haveKeyWraps; [javac] ^^^^^^^^^^^^ [javac] The field XMLCipherTester.haveKeyWraps is never read locally [javac] ---------- [javac] ---------- [javac] 12. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/external/org/apache/xalan/XPathAPI/AttributeAncestorOrSelfTest.java [javac] (at line 31) [javac] import org.apache.xml.security.utils.XMLUtils; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.utils.XMLUtils is never used [javac] ---------- [javac] ---------- [javac] 13. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/external/org/apache/xalan/XPathAPI/XalanBug1425Test.java [javac] (at line 35) [javac] import org.apache.xml.security.utils.XMLUtils; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.utils.XMLUtils is never used [javac] ---------- [javac] 14. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/external/org/apache/xalan/XPathAPI/XalanBug1425Test.java [javac] (at line 113) [javac] String[] nodeTypeString = new String[]{ "", "ELEMENT", "ATTRIBUTE", [javac] ^^^^^^^^^^^^^^ [javac] The local variable nodeTypeString is never read [javac] ---------- [javac] ---------- [javac] 15. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/interop/InteropTest.java (at line 28) [javac] import org.apache.xml.security.signature.Reference; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.signature.Reference is never used [javac] ---------- [javac] ---------- [javac] 16. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/k [javac] eys/content/x509/XMLX509SKITest.java (at line 25) [javac] import org.apache.xml.security.utils.Base64; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.apache.xml.security.utils.Base64 is never used [javac] ---------- [javac] ---------- [javac] 17. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/resource/TestVectorResolver.java (at line 132) [javac] private InputStream getInputStream(String systemId) { [javac] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The method getInputStream(String) from the type TestVectorResolver is never used locally [javac] ---------- [javac] ---------- [javac] 18. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/signature/CreateSignatureTest.java (at line 28) [javac] import javax.xml.parsers.DocumentBuilder; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.parsers.DocumentBuilder is never used [javac] ---------- [javac] 19. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/s [javac] ignature/CreateSignatureTest.java (at line 29) [javac] import javax.xml.parsers.DocumentBuilderFactory; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import javax.xml.parsers.DocumentBuilderFactory is never used [javac] ---------- [javac] ---------- [javac] 20. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/signature/XMLSignatureInputTest.java (at line 26) [javac] import java.io.UnsupportedEncodingException; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import java.io.UnsupportedEncodingException is never used [javac] ---------- [javac] 21. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/s [javac] ignature/XMLSignatureInputTest.java (at line 48) [javac] import org.xml.sax.SAXException; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import org.xml.sax.SAXException is never used [javac] ---------- [javac] 22. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/signature/XMLSignatureInputTest.java (at line 190) [javac] private static Set getNodeSet1() [javac] throw [javac] s ParserConfigurationException, TransformerException { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [javac] The method getNodeSet1() from the type XMLSignatureInputTest is never used locally [javac] ---------- [javac] 23. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/signature/XMLSignatureInputTest.java (at line 217) [javac] String s1 = [javac] ^^ [javac] The local variable s1 is never read [javac] ---------- [javac] ---------- [javac] 24. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/transforms/implementations/TransformBase64DecodeTest.java [javac] (at line 115) [javac] private static Element createElement() throws ParserConfigurationException { [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The method createElement() from the type TransformBase64DecodeTest is never used locally [javac] ---------- [javac] 25. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/t [javac] ransforms/implementations/TransformBase64DecodeTest.java (at line 150) [javac] String s2 = [javac] ^^ [javac] The local variable s2 is never read [javac] ---------- [javac] ---------- [javac] 26. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/transforms/implementations/TransformXSLTTest.java (at line 105) [javac] XMLSignatureInput output = [javac] ^^^^^^ [javac] The local variable output is never read [javac] ---------- [javac] ---------- [javac] 27. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/u [javac] tils/OldApiTest.java (at line 43) [javac] assertEquals(compare,_transformObject); [javac] ^^^^^^^^^^^^^^^^ [javac] The field TransformSpi._transformObject is deprecated [javac] ---------- [javac] 28. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_unitTests/org/apache/xml/sec urity/test/utils/OldApiTest.java (at line 100) [javac] static class PublicKeyMock implements PublicKey { [javac] ^^^^^^^^^^^^^ [javac] The serializable class PublicKeyMock does not declare a static final serialVersionUID field of type long [javac] ---------- [javac] 28 problems (28 warnings) [copy] Copying 1 file to /builddir/build/BUILD/xml-security-1_4_1/build/test build.samples: [javac] Compiling 44 source files to /builddir/build/BUILD/xml-security-1_4_1/build/samples [javac] ---------- [javac] 1. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/securi ty/samples/ResolverUsageHTTP.java (at line 51) [javac] String refURI = "#xpointer(id("id2"))"; [javac] ^^^^^^ [javac] The local variable refURI is never read [javac] ---------- [javac] ---------- [javac] 2. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/a [javac] lgorithms/HMacSHA1RoundTrip.java (at line 59) [javac] File signatureFile = new File("signature.xml"); [javac] ^^^^^^^^^^^^^ [javac] The local variable signatureFile is never read [javac] ---------- [javac] 3. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/algorithms/HMacSHA1RoundTrip.java (at line 143) [javac] javax.crypto.Mac a; [javac] ^ [javac] The local variable a is never read [javac] ---------- [javac] ---------- [javac] 4. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/encryption/Decrypter.java (at line 124) [javac] String providerName = "BC"; [javac] ^^^^^^^^^^^^ [javac] The local variable providerName is never read [javac] ---------- [javac] ---------- [javac] 5. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/signature/VerifyCollectableSignature.java (at line 78) [javac] byte[] secretKey = "secretValue".getBytes(); [javac] ^^^^^^^^^ [javac] The local variable secretKey is never read [javac] ---------- [javac] ---------- [javac] 6. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/signature/VerifyMerlinsExamplesFifteen.java (at line 100) [javac] int end = 2; [javac] ^^^ [javac] The local variable end is never read [javac] ---------- [javac] ---------- [javac] 7. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/s [javac] ignature/contract/ThreeSignerContractSign.java (at line 109) [javac] String xp1Old = "not(ancestor-or-self::ds:Signature)" [javac] ^^^^^^ [javac] The local variable xp1Old is never read [javac] ---------- [javac] 8. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/signature/contract/ThreeSignerContractSign.java (at line 141) [javac] boolean rootprefixed = (rootnamespace != null) [javac] ^^^^^^^^^^^^ [javac] The local variable rootprefixed is never read [javac] ---------- [javac] 9. WARNING in /builddir/build/BUILD/xml-security-1_4_1/src_samples/org/apache/xml/security/samples/s [javac] ignature/contract/ThreeSignerContractSign.java (at line 143) [javac] String rootlocalname = contract.getNodeName(); [javac] ^^^^^^^^^^^^^ [javac] The local variable rootlocalname is never read [javac] ---------- [javac] 9 problems (9 warnings) build.jar: [jar] Building jar: /builddir/build/BUILD/xml-security-1_4_1/build/xmlsec-1.4.1.jar [jar] Building jar: /builddir/build/BUILD/xml-security-1_4_1/build/xmlsecSamples-1.4.1.jar [jar] Building jar: /builddir/build/BUILD/xml-security-1_4_1/build/xmlsecTests-1.4.1.jar build.docs: [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/docs/html/javadoc [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/KeySelectorResult.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NoSuchMechanismException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/KeySelector.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/XMLStructure.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/AlgorithmMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/OctetStreamData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/KeySelectorException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/URIReferenceException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/XMLCryptoContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/NodeSetData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/MarshalException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/URIDereferencer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/URIReference.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/Data.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMStructure.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMURIReference.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/SignatureMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Reference.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/SignatureProperty.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/TransformException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/DigestMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Transform.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSignatureException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/TransformService.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/SignatureProperties.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLDSigSecurity.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLObject.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/Manifest.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSignatureFactory.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/SignedInfo.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSignContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLSignature.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/XMLValidateContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/CanonicalizationMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/dom/DOMSignContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/dom/DOMValidateContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/KeyInfo.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/KeyInfoFactory.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/RetrievalMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/PGPData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/X509IssuerSerial.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/KeyName.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/X509Data.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/keyinfo/KeyValue.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XPathFilterParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/SignatureMethodParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XPathFilter2ParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XSLTTransformParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/DigestMethodParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/HMACParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/C14NMethodParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/ExcC14NParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/TransformParameterSpec.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dsig/spec/XPathType.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/Init.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/SignatureAlgorithm.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/MessageDigestAlgorithm.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/SignatureAlgorithmSpi.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/JCEMapper.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/Algorithm.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/implementations/SignatureECDSA.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/implementations/SignatureBaseRSA.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/implementations/IntegrityHmac.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/algorithms/implementations/SignatureDSA.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/CanonicalizerSpi.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/Canonicalizer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/CanonicalizationException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/InvalidCanonicalizerException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/helper/AttrCompare.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/helper/C14nHelper.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/Canonicalizer20010315ExclOmitComments.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/NameSpaceSymbTable.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/Canonicalizer20010315OmitComments.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/Canonicalizer20010315Excl.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/Canonicalizer20010315.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/CanonicalizerBase.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/UtfHelpper.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/Canonicalizer20010315WithComments.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/c14n/implementations/Canonicalizer20010315ExclWithComments.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/AgreementMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/XMLCipherParameters.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/Reference.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/EncryptionMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/CipherReference.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/EncryptedKey.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/EncryptedType.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/EncryptedData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/ReferenceList.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/EncryptionProperties.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/CipherData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/EncryptionProperty.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/XMLCipher.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/XMLCipherInput.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/XMLEncryptionException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/CipherValue.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/encryption/Transforms.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/exceptions/XMLSecurityRuntimeException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/exceptions/XMLSecurityException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/exceptions/AlgorithmAlreadyRegisteredException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/exceptions/Base64DecodingException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/ContentHandlerAlreadyRegisteredException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/KeyInfo.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/KeyUtils.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/SPKIData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/RetrievalMethod.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/PGPData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/KeyName.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/MgmtData.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/X509Data.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/KeyValue.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/KeyInfoContent.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/keyvalues/DSAKeyValue.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/keyvalues/RSAKeyValue.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/keyvalues/KeyValueContent.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509SKI.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509DataContent.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509SubjectName.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509IssuerSerial.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509CRL.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/content/x509/XMLX509Certificate.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/KeyResolverException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/KeyResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/KeyResolverSpi.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/InvalidKeyResolverException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/DSAKeyValueResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/X509CertificateResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/X509SubjectNameResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/X509SKIResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/X509IssuerSerialResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/RSAKeyValueResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/RetrievalMethodResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/keyresolver/implementations/EncryptedKeyResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/storage/StorageResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/storage/StorageResolverException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/storage/StorageResolverSpi.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/storage/implementations/SingleCertificateResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/storage/implementations/CertsInFilesystemDirectoryResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/keys/storage/implementations/KeyStoreResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/Reference.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/SignatureProperty.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/ObjectContainer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/MissingResourceFailureException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/XMLSignatureException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/InvalidDigestValueException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/SignatureProperties.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/InvalidSignatureValueException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/Manifest.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/NodeFilter.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/ReferenceNotInitializedException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/SignedInfo.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/XMLSignature.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/XMLSignatureInputDebugger.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/signature/XMLSignatureInput.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/Transform.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/TransformParam.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/TransformSpi.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/TransformationException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/InvalidTransformException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/Transforms.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformBase64Decode.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformXPath.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformXPointer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformXPath2Filter.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformC14NExclusiveWithComments.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformC14N.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformEnvelopedSignature.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/FuncHere.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/FuncHereContext.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformXSLT.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformC14NExclusive.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/TransformC14NWithComments.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/params/XPath2FilterContainer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/params/InclusiveNamespaces.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/params/XPathContainer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/params/XPath2FilterContainer04.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/params/XPathFilterCHGPContainer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/UnsyncBufferedOutputStream.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/I18n.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/CachedXPathAPIHolder.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/IgnoreAllErrorHandler.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/ElementProxy.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/EncryptionElementProxy.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/XPathFuncHereAPI.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/JavaUtils.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/CachedXPathFuncHereAPI.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/HelperNodeList.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/SignatureElementProxy.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/UnsyncByteArrayOutputStream.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/SignerOutputStream.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/RFC2253Parser.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/EncryptionConstants.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/DigesterOutputStream.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/Base64.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/Constants.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/IdResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/XMLUtils.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/ResourceResolverException.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/ResourceResolverSpi.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/ResourceResolver.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/implementations/ResolverXPointer.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/implementations/ResolverLocalFilesystem.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/implementations/ResolverDirectHTTP.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/implementations/ResolverAnonymous.java [javadoc] Parsing /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/implementations/ResolverFragment.java [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/utils/resolver/implementations/ResolverDirectHTTP.java:55: Invalid or missing html end tag in @see tag [javadoc] * @see The JAVA FAQ Question 9.5: How do I make Java work with a proxy server? [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMStructure.java:73: Unknown inline tag: inheritDoc [javadoc] * @throws NullPointerException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java:63: Unknown inline tag: inheritDoc [javadoc] * @throws NullPointerException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java:121: Unknown inline tag: inheritDoc [javadoc] * @throws NullPointerException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java:232: Unknown inline tag: inheritDoc [javadoc] * @throws IllegalArgumentException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java:78: Unknown inline tag: inheritDoc [javadoc] * @throws NullPointerException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java:100: Unknown inline tag: inheritDoc [javadoc] * @throws IllegalArgumentException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/javax/xml/crypto/dom/DOMCryptoContext.java:134: Unknown inline tag: inheritDoc [javadoc] * @throws NullPointerException {@inheritDoc} [javadoc] ^ [javadoc] /builddir/build/BUILD/xml-security-1_4_1/src/org/apache/xml/security/transforms/implementations/FuncHereContext.java:32: Unknown inline tag: ProcessingInstrinction [javadoc] * in {@link org.w3c.dom.Text}, {@link org.w3c.dom.Attr}ibutes and {@ProcessingInstrinction} nodes. The [javadoc] ^ [javadoc] Generating /builddir/build/BUILD/xml-security-1_4_1/build/docs/html/javadoc/package-list... [javadoc] 1 error. [javadoc] 8 warnings. init: [echo] [echo] ------------------------------------------------------------------- [echo] --------- Apache-XML-Security-J v1.4.1 [2000-2005] ----------- [echo] ------------------------------------------------------------------- [echo] Building with Apache Ant version 1.7.1 compiled on October 1 2008 [echo] Java 1.5.0 located at /usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre [echo] ------------------------------------------------------------------- [echo] do.check.libs.jce: do.check.libs: do.build.src: env.mk.dirs: do.check.bindist: build.src: build.test: test: [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/docs/xml/junit [mkdir] Created dir: /builddir/build/BUILD/xml-security-1_4_1/build/docs/html/junit [copy] Copying 1 file to /builddir/build/BUILD/xml-security-1_4_1/build/libs/endorsed [copy] Copying 1 file to /builddir/build/BUILD/xml-security-1_4_1/build/libs/endorsed [copy] Copying 1 file to /builddir/build/BUILD/xml-security-1_4_1/build/libs/endorsed [copy] Copying 1 file to /builddir/build/BUILD/xml-security-1_4_1/build/libs/endorsed [junit] WARNING: multiple versions of ant detected in path for junit [junit] jar:f ile:/usr/share/java/ant.jar!/org/apache/tools/ant/Project.class [junit] and jar:file:/usr/s hare/java/ant.jar!/org/apache/tools/ant/Project.class [junit] Running org.apache.xml.security.test.algorithms.AllTests [junit] Testsuite: org.apache.xml.security.test.algorithms.AllTests [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.194 sec [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.194 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] genKeyPair failed: java.lang.ArithmeticException: negative exponent [junit] java.lang.ArithmeticException: negative exponent [junit] at java.math.BigInteger.pow(libgcj.so.9) [junit] at gnu.java.security.key.dss.FIPS186.generateParameters(libgcj.so.9) [junit] at gnu.java.security.key.dss.DSSKeyPairGenerator.generate(libgcj.so.9) [junit] at gnu.java.security.jce.sig.KeyPairGeneratorAdapter.generateKeyPair(libgcj.so.9) [junit] at java.security.KeyPairGenerator.genKeyPair(libgcj.so.9) [junit] at org.apache.xml.security.test.algorithms.SignatureAlgorithmTest.testSameKeySeveralAlgorithSigning(Unknown Source) [junit] at java.lang.reflect.Method.invoke(libgcj.so.9) [junit] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(ant-junit-1.7.1.jar.so) [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testSameKeySeveralAlgorithSigning took 0.165 sec [junit] Caused an ERROR [junit] null [junit] java.lang.NullPointerException [junit] at org.apache.xml.security.test.algorithms.SignatureAlgorithmTest.testSameKeySeveralAlgorithSigning(Unknown Source) [junit] [junit] Test org.apache.xml.security.test.algorithms.AllTests FAILED [junit] Running org.apache.xml.security.test.algorithms.SignatureAlgorithmTest [junit] Testsuite: org.apache.xml.security.test.algorithms.SignatureAlgorithmTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.086 sec [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.086 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] genKeyPair failed: java.lang.ArithmeticException: negative exponent [junit] java.lang.ArithmeticException: negative exponent [junit] at java.math.BigInteger.pow(libgcj.so.9) [junit] at gnu.java.security.key.dss.FIPS186.generateParameters(libgcj.so.9) [junit] at gnu.java.security.key.dss.DSSKeyPairGenerator.generate(libgcj.so.9) [junit] at gnu.java.security.jce.sig.KeyPairGeneratorAdapter.generateKeyPair(libgcj.so.9) [junit] at java.security.KeyPairGenerator.genKeyPair(libgcj.so.9) [junit] at org.apache.xml.security.test.algorithms.SignatureAlgorithmTest.testSameKeySeveralAlgorithSigning(Unknown Source) [junit] at java.lang.reflect.Method.invoke(libgcj.so.9) [junit] at junit.framework.TestCase.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(ant-junit-1.7.1.jar.so) [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testSameKeySeveralAlgorithSigning took 0.077 sec [junit] Caused an ERROR [junit] null [junit] java.lang.NullPointerException [junit] at org.apache.xml.security.test.algorithms.SignatureAlgorithmTest.testSameKeySeveralAlgorithSigning(Unknown Source) [junit] [junit] Test org.apache.xml.security.test.algorithms.SignatureAlgorithmTest FAILED [junit] Running org.apache.xml.security.test.c14n.helper.AttrCompareTest [junit] Testsuite: org.apache.xml.security.test.c14n.helper.AttrCompareTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.011 sec [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.011 sec [junit] ------------- Standard Output --------------- [junit] Attr1: goo:foo="" (foo) [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testA1 took 0 sec [junit] Testcase: testA2 took 0 sec [junit] Testcase: testComplete took 0.001 sec [junit] Running org.apache.xml.security.test.c14n.helper.C14nHelperTest [junit] Testsuite: org.apache.xml.security.test.c14n.helper.C14nHelperTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.015 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.015 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testNamespaceIsAbsolute01 took 0.001 sec [junit] Testcase: testNamespaceIsAbsolute02 took 0 sec [junit] Testcase: testNamespaceIsAbsolute03 took 0 sec [junit] Testcase: testNamespaceIsRelative01 took 0 sec [junit] Testcase: testNamespaceIsRelative02 took 0 sec [junit] Running org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest [junit] Testsuite: org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315ExclusiveTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.2 sec [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.2 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testA took 0.151 sec [junit] Testcase: test221 took 0.002 sec [junit] Testcase: test222 took 0.001 sec [junit] Testcase: test221excl took 0.001 sec [junit] Testcase: test222excl took 0.001 sec [junit] Testcase: test223excl took 0.035 sec [junit] Testcase: testNodeSet took 0.001 sec [junit] Running org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test [junit] Testsuite: org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test [junit] Tests run: 22, Failures: 0, Errors: 1, Time elapsed: 0.229 sec [junit] Tests run: 22, Failures: 0, Errors: 1, Time elapsed: 0.229 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test31withCommentsSubtree took 0.011 sec [junit] Testcase: test31withCommentsSubset took 0.07 sec [junit] Testcase: test31subtree took 0.001 sec [junit] Testcase: test31subset took 0.002 sec [junit] Testcase: test32subtree took 0.001 sec [junit] Testcase: test32subset took 0.002 sec [junit] Testcase: test33subtree took 0.003 sec [junit] Testcase: test33subset took 0.004 sec [junit] Testcase: test34 took 0.001 sec [junit] Testcase: test34subtree took 0.003 sec [junit] Testcase: test34subset took 0.002 sec [junit] Testcase: test35subtree took 0.002 sec [junit] Testcase: test35subset took 0.001 sec [junit] Testcase: test36subtree took 0.002 sec [junit] Testcase: test36subset took 0.001 sec [junit] Testcase: test37 took 0.005 sec [junit] Testcase: test37byNodeList took 0.003 sec [junit] Testcase: testRelativeNSbehaviour took 0.001 sec [junit] Testcase: testTranslationFromUTF16toUTF8 took 0.1 sec [junit] Caused an ERROR [junit] The markup in the document preceding the root element must be well-formed. [junit] org.xml.sax.SAXParseException: The markup in the document preceding the root element mus t be well-formed. [junit] at org.apache.xerces.parsers.DOMParser.parse(xerces-j2-2.7.1.jar.so) [junit] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(xerces-j2-2.7.1.jar.so) [junit] at org.apache.xml.security.c14n.Canonicalizer.canonicalize(Unknown Source) [junit] at org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test.testTr anslationFromUTF16toUTF8(Unknown Source) [junit] [junit] Testcase: testXMLAttributes1 took 0.001 sec [junit] Testcase: testXMLAttributes2 took 0.001 sec [junit] Testcase: testXMLAttributes3 took 0.001 sec [junit] Test org.apache.xml.security.test.c14n.implementations.Canonicalizer20010315Test FAILED [junit] Running org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop [junit] Testsuite: org.apache.xml.security.test.c14n.implementations.ExclusiveC14NInterop [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.595 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.595 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test_Y1 took 0.075 sec [junit] Testcase: test_Y2 took 0.105 sec [junit] Testcase: test_Y3 took 0.043 sec [junit] Testcase: test_Y4 took 3.338 sec [junit] Testcase: test_xfilter2 took 0.024 sec [junit] Running org.apache.xml.security.test.encryption.BaltimoreEncTest [junit] Testsuite: org.apache.xml.security.test.encryption.BaltimoreEncTest [junit] Tests run: 5, Failures: 0, Errors: 3, Time elapsed: 0.445 sec [junit] Tests run: 5, Failures: 0, Errors: 3, Time elapsed: 0.445 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test_five_content_3des_cbc took 0.208 sec [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0.037 sec [junit] Caused an ERROR [junit] Algorithm [AESWrap] of type [Cipher] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] org.apache.xml.security.encryption.XMLEncryptionException: Algorithm [AESWrap] of type [Cipher] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] Original Exception was java.security.NoSuchAlgorithmException: Algorithm [AESWrap] of type [Cipher] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at org.apache.xml.security.encryption.XMLCipher.decryptKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.findKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.decryptElement(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.test_five_content_3des_cbc_kw_aes128(Unknown Source) [junit] java.security.NoSuchAlgorithmException: Algorithm [AESWrap] of type [Cipher] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.encryption.XMLCipher.decryptKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.findKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.decryptElement(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.test_five_content_3des_cbc_kw_aes128(Unknown Source) [junit] [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0.082 sec [junit] Caused an ERROR [junit] Cipher transformation [RSA/ECB/PKCS1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] org.apache.xml.security.encryption.XMLEncryptionException: Cipher transformation [RSA/ECB/PKCS1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] Original Exception was java.security.NoSuchAlgorithmException: Cipher transformation [RSA/ECB/PKCS1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] at org.apache.xml.security.encryption.XMLCipher.decryptKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.findKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.decryptElement(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.test_five_content_aes128_cbc_rsa_15(Unknown Source) [junit] java.security.NoSuchAlgorithmException: Cipher transformation [RSA/ECB/PKCS1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.encryption.XMLCipher.decryptKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.findKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.decryptElement(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.test_five_content_aes128_cbc_rsa_15(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [RSA] of type [Cipher] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] [junit] Testcase: test_five_data_aes128_cbc took 0.015 sec [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0.02 sec [junit] Caused an ERROR [junit] Cipher transformation [RSA/ECB/OAEPWithSHA1AndMGF1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] org.apache.xml.security.encryption.XMLEncryptionException: Cipher transformation [RSA/ECB/OAEPWithSHA1AndMGF1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] Original Exception was java.security.NoSuchAlgorithmException: Cipher transformation [RSA/ECB/OAEPWithSHA1AndMGF1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] at org.apache.xml.security.encryption.XMLCipher.decryptKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.findKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.decryptData(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.test_five_data_3des_cbc_rsa_oaep(Unknown Source) [junit] java.security.NoSuchAlgorithmException: Cipher transformation [RSA/ECB/OAEPWithSHA1AndMGF1Padding] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] could not be created [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.encryption.XMLCipher.decryptKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.findKey(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.decryptData(Unknown Source) [junit] at org.apache.xml.security.test.encryption.BaltimoreEncTest.test_five_data_3des_cbc_rsa_oaep(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [RSA] of type [Cipher] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at javax.crypto.Cipher.getInstance(libgcj.so.9) [junit] [junit] Test org.apache.xml.security.test.encryption.BaltimoreEncTest FAILED [junit] Running org.apache.xml.security.test.encryption.XMLCipherTester [junit] Testsuite: org.apache.xml.security.test.encryption.XMLCipherTester [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.635 sec [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.635 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testTrippleDesElementCipher took 0.197 sec [junit] Testcase: testAes128ElementCipher took 0.1 sec [junit] Testcase: testTrippleDesDocumentCipher took 0.222 sec [junit] Testcase: testSameDocumentCipherReference took 0.053 sec [junit] Testcase: testSerializedData took 0.054 sec [junit] Running org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest [junit] Testsuite: org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.AttributeAncestorOrSelfTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.08 sec [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.08 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test01 took 0.068 sec [junit] Testcase: test02 took 0.001 sec [junit] Testcase: test03 took 0.001 sec [junit] Running org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test [junit] Testsuite: org.apache.xml.security.test.external.org.apache.xalan.XPathAPI.XalanBug1425Test [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.091 sec [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.091 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testBad01 took 0.075 sec [junit] Testcase: testBad02 took 0.001 sec [junit] Testcase: testBad03 took 0.001 sec [junit] Testcase: testGood01 took 0.001 sec [junit] Testcase: testGood02 took 0.001 sec [junit] Testcase: testGood03 took 0.001 sec [junit] Testcase: testGood04 took 0 sec [junit] Testcase: testGood05 took 0.001 sec [junit] Running org.apache.xml.security.test.interop.BaltimoreTest [junit] Testsuite: org.apache.xml.security.test.interop.BaltimoreTest [junit] Tests run: 19, Failures: 0, Errors: 4, Time elapsed: 0.854 sec [junit] Tests run: 19, Failures: 0, Errors: 4, Time elapsed: 0.854 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test_fifteen_enveloping_hmac_sha1 took 0.136 sec [junit] Caused an ERROR [junit] Key too short [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_fifteen_enveloping_hmac_sha1(Unknown Source) [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_fifteen_enveloping_hmac_sha1(Unknown Source) [junit] java.security.InvalidKeyException: Key too short [junit] at gnu.javax.crypto.mac.HMac.init(libgcj.so.9) [junit] at gnu.javax.crypto.jce.mac.MacAdapter.engineInit(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_fifteen_enveloping_hmac_sha1(Unknown Source) [junit] [junit] Testcase: test_fifteen_enveloping_hmac_sha1_40 took 0.009 sec [junit] Caused an ERROR [junit] Key too short [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_fifteen_enveloping_hmac_sha1_40(Unknown Source) [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_fifteen_enveloping_hmac_sha1_40(Unknown Source) [junit] java.security.InvalidKeyException: Key too short [junit] at gnu.javax.crypto.mac.HMac.init(libgcj.so.9) [junit] at gnu.javax.crypto.jce.mac.MacAdapter.engineInit(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_fifteen_enveloping_hmac_sha1_40(Unknown Source) [junit] [junit] Testcase: test_fifteen_enveloped_dsa took 0.024 sec [junit] Testcase: test_fifteen_enveloping_b64_dsa took 0.017 sec [junit] Testcase: test_fifteen_enveloping_dsa took 0.017 sec [junit] Testcase: test_fifteen_enveloping_rsa took 0.012 sec [junit] Testcase: test_fifteen_external_b64_dsa took 0.072 sec [junit] Testcase: test_fifteen_external_dsa took 0.015 sec [junit] Testcase: test_sixteen_external_dsa took 0.129 sec [junit] Testcase: test_sixteen_bad_signature took 0.139 sec [junit] Testcase: test_twenty_three_enveloping_hmac_sha1 took 0.007 sec [junit] Caused an ERROR [junit] Key too short [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_twenty_three_enveloping_hmac_sha1(Unknown Source) [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_twenty_three_enveloping_hmac_sha1(Unknown Source) [junit] java.security.InvalidKeyException: Key too short [junit] at gnu.javax.crypto.mac.HMac.init(libgcj.so.9) [junit] at gnu.javax.crypto.jce.mac.MacAdapter.engineInit(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_twenty_three_enveloping_hmac_sha1(Unknown Source) [junit] [junit] Testcase: test_twenty_three_enveloping_hmac_sha1_40 took 0.007 sec [junit] Caused an ERROR [junit] Key too short [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_twenty_three_enveloping_hmac_sha1_40(Unknown Source) [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_twenty_three_enveloping_hmac_sha1_40(Unknown Source) [junit] java.security.InvalidKeyException: Key too short [junit] at gnu.javax.crypto.mac.HMac.init(libgcj.so.9) [junit] at gnu.javax.crypto.jce.mac.MacAdapter.engineInit(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.BaltimoreTest.test_twenty_three_enveloping_hmac_sha1_40(Unknown Source) [junit] [junit] Testcase: test_twenty_three_enveloped_dsa took 0.016 sec [junit] Testcase: test_twenty_three_enveloping_b64_dsa took 0.015 sec [junit] Testcase: test_twenty_three_enveloping_dsa took 0.015 sec [junit] Testcase: test_twenty_three_enveloping_rsa took 0.006 sec [junit] Testcase: test_twenty_three_external_b64_dsa took 0.04 sec [junit] Testcase: test_twenty_three_external_dsa took 0.015 sec [junit] Testcase: test_twenty_three_external_dsa_2 took 0.152 sec [junit] Test org.apache.xml.security.test.interop.BaltimoreTest FAILED [junit] Running org.apache.xml.security.test.interop.IAIKTest [junit] Testsuite: org.apache.xml.security.test.interop.IAIKTest [junit] Tests run: 12, Failures: 0, Errors: 2, Time elapsed: 0.304 sec [junit] Tests run: 12, Failures: 0, Errors: 2, Time elapsed: 0.304 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test_signatureAlgorithms_signatures_hMACShortSignature took 0.131 sec [junit] Caused an ERROR [junit] Key too short [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.IAIKTest.test_signatureAlgorithms_signatures_hMACShortSignature(Unknown Source) [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.IAIKTest.test_signatureAlgorithms_signatures_hMACShortSignature(Unknown Source) [junit] java.security.InvalidKeyException: Key too short [junit] at gnu.javax.crypto.mac.HMac.init(libgcj.so.9) [junit] at gnu.javax.crypto.jce.mac.MacAdapter.engineInit(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.IAIKTest.test_signatureAlgorithms_signatures_hMACShortSignature(Unknown Source) [junit] [junit] Testcase: test_signatureAlgorithms_signatures_hMACSignature took 0.007 sec [junit] Caused an ERROR [junit] Key too short [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.IAIKTest.test_signatureAlgorithms_signatures_hMACSignature(Unknown Source) [junit] org.apache.xml.security.signature.XMLSignatureException: Key too short [junit] Original Exception was java.security.InvalidKeyException: Key too short [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.IAIKTest.test_signatureAlgorithms_signatures_hMACSignature(Unknown Source) [junit] java.security.InvalidKeyException: Key too short [junit] at gnu.javax.crypto.mac.HMac.init(libgcj.so.9) [junit] at gnu.javax.crypto.jce.mac.MacAdapter.engineInit(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at javax.crypto.Mac.init(libgcj.so.9) [junit] at org.apache.xml.security.algorithms.implementations.IntegrityHmac.engineInitVerify(Unknown Source) [junit] at org.apache.xml.security.algorithms.SignatureAlgorithm.initVerify(Unknown Source) [junit] at org.apache.xml.security.signature.XMLSignature.checkSignatureValue(Unknown Source) [junit] at org.apache.xml.security.test.interop.InteropTest.verifyHMAC(Unknown Source) [junit] at org.apache.xml.security.test.interop.IAIKTest.test_signatureAlgorithms_signatures_hMACSignature(Unknown Source) [junit] [junit] Testcase: test_coreFeatures_signatures_manifestSignature_core took 0.012 sec [junit] Testcase: test_coreFeatures_signatures_manifestSignature_manifest took 0.009 sec [junit] Testcase: test_coreFeatures_signatures_signatureTypesSignature took 0.024 sec [junit] Testcase: test_coreFeatures_signatures_anonymousReferenceSignature took 0.037 sec [junit] Testcase: test_signatureAlgorithms_signatures_dSASignature took 0.016 sec [junit] Testcase: test_signatureAlgorithms_signatures_rSASignature took 0.004 sec [junit] Testcase: test_transforms_signatures_base64DecodeSignature took 0.03 sec [junit] Testcase: test_transforms_signatures_c14nSignature took 0.007 sec [junit] Testcase: test_transforms_signatures_envelopedSignatureSignature took 0.005 sec [junit] Testcase: test_transforms_signatures_xPathSignature took 0.008 sec [junit] Test org.apache.xml.security.test.interop.IAIKTest FAILED [junit] Running org.apache.xml.security.test.interop.RSASecurityTest [junit] Testsuite: org.apache.xml.security.test.interop.RSASecurityTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.115 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.115 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test_enveloping took 0.102 sec [junit] Testcase: test_enveloped took 0.004 sec [junit] Running org.apache.xml.security.test.keys.content.x509.XMLX509SKITest [junit] Testsuite: org.apache.xml.security.test.keys.content.x509.XMLX509SKITest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.189 sec [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.189 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.keys.content.x509.XMLX509SKI). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testGetSKIBytesFromCert took 0.052 sec [junit] FAILED [junit] null [junit] junit.framework.AssertionFailedError [junit] at org.apache.xml.security.test.keys.content.x509.XMLX509SKITest.testGetSKIBytesFromCert(Unknown Source) [junit] [junit] Test org.apache.xml.security.test.keys.content.x509.XMLX509SKITest FAILED [junit] Running org.apache.xml.security.test.signature.AllTests [junit] Testsuite: org.apache.xml.security.test.signature.AllTests [junit] Tests run: 12, Failures: 0, Errors: 7, Time elapsed: 0.199 sec [junit] Tests run: 12, Failures: 0, Errors: 7, Time elapsed: 0.199 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] genKeyPair failed: java.lang.ArithmeticException: negative exponent [junit] java.lang.ArithmeticException: negative exponent [junit] at java.math.BigInteger.pow(libgcj.so.9) [junit] at gnu.java.security.key.dss.FIPS186.generateParameters(libgcj.so.9) [junit] at gnu.java.security.key.dss.DSSKeyPairGenerator.generate(libgcj.so.9) [junit] at gnu.java.security.jce.sig.KeyPairGeneratorAdapter.generateKeyPair(libgcj.so.9) [junit] at java.security.KeyPairGenerator.genKeyPair(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.setUp(Unknown Source) [junit] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(ant-junit-1.7.1.jar.so) [junit] genKeyPair failed: java.lang.ArithmeticException: negative exponent [junit] java.lang.ArithmeticException: negative exponent [junit] at java.math.BigInteger.pow(libgcj.so.9) [junit] at gnu.java.security.key.dss.FIPS186.generateParameters(libgcj.so.9) [junit] at gnu.java.security.key.dss.DSSKeyPairGenerator.generate(libgcj.so.9) [junit] at gnu.java.security.jce.sig.KeyPairGeneratorAdapter.generateKeyPair(libgcj.so.9) [junit] at java.security.KeyPairGenerator.genKeyPair(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.setUp(Unknown Source) [junit] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(ant-junit-1.7.1.jar.so) [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testEmptyNodeSet took 0.103 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.testEmptyNodeSet(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testOne took 0.018 sec [junit] Caused an ERROR [junit] null [junit] java.lang.NullPointerException [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.doSign(Unknown Source) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.testOne(Unknown Source) [junit] [junit] Testcase: testAddX509SubjectName took 0.008 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.X509DataTest.getKeyStore(Unknown Source) [junit] at org.apache.xml.security.test.signature.X509DataTest.getCertificate(Unknown Source) [junit] at org.apache.xml.security.test.signature.X509DataTest.testAddX509SubjectName(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testSetOctetStreamGetOctetStream took 0.002 sec [junit] Testcase: testIsInitializedWithOctetStream took 0 sec [junit] Testcase: testOctetStreamIsOctetStream took 0 sec [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec [junit] Testcase: testGood took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testBadC14NAlgo took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testBadSigAlgo took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testBadTransformAlgo took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testDSAPublicKey took 0.007 sec [junit] Test org.apache.xml.security.test.signature.AllTests FAILED [junit] Running org.apache.xml.security.test.signature.CreateSignatureTest [junit] Testsuite: org.apache.xml.security.test.signature.CreateSignatureTest [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.263 sec [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.263 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] genKeyPair failed: java.lang.ArithmeticException: negative exponent [junit] java.lang.ArithmeticException: negative exponent [junit] at java.math.BigInteger.pow(libgcj.so.9) [junit] at gnu.java.security.key.dss.FIPS186.generateParameters(libgcj.so.9) [junit] at gnu.java.security.key.dss.DSSKeyPairGenerator.generate(libgcj.so.9) [junit] at gnu.java.security.jce.sig.KeyPairGeneratorAdapter.generateKeyPair(libgcj.so.9) [junit] at java.security.KeyPairGenerator.genKeyPair(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.setUp(Unknown Source) [junit] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(ant-junit-1.7.1.jar.so) [junit] genKeyPair failed: java.lang.ArithmeticException: negative exponent [junit] java.lang.ArithmeticException: negative exponent [junit] at java.math.BigInteger.pow(libgcj.so.9) [junit] at gnu.java.security.key.dss.FIPS186.generateParameters(libgcj.so.9) [junit] at gnu.java.security.key.dss.DSSKeyPairGenerator.generate(libgcj.so.9) [junit] at gnu.java.security.jce.sig.KeyPairGeneratorAdapter.generateKeyPair(libgcj.so.9) [junit] at java.security.KeyPairGenerator.genKeyPair(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.setUp(Unknown Source) [junit] at junit.framework.TestCase.runBare(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult$1.protect(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.runProtected(junit-3.8.2.jar.so) [junit] at junit.framework.TestResult.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestCase.run(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.runTest(junit-3.8.2.jar.so) [junit] at junit.framework.TestSuite.run(junit-3.8.2.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(ant-junit-1.7.1.jar.so) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(ant-junit-1.7.1.jar.so) [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testEmptyNodeSet took 0.17 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.testEmptyNodeSet(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testOne took 0.014 sec [junit] Caused an ERROR [junit] null [junit] java.lang.NullPointerException [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.doSign(Unknown Source) [junit] at org.apache.xml.security.test.signature.CreateSignatureTest.testOne(Unknown Source) [junit] [junit] Test org.apache.xml.security.test.signature.CreateSignatureTest FAILED [junit] Running org.apache.xml.security.test.signature.KeyValueTest [junit] Testsuite: org.apache.xml.security.test.signature.KeyValueTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.185 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.185 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.utils.ElementProxy). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testDSAPublicKey took 0.049 sec [junit] Running org.apache.xml.security.test.signature.UnknownAlgoSignatureTest [junit] Testsuite: org.apache.xml.security.test.signature.UnknownAlgoSignatureTest [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.056 sec [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.056 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testGood took 0.03 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Sour ce) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] fr om provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not f ound [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testBadC14NAlgo took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testBadSigAlgo took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Testcase: testBadTransformAlgo took 0.005 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.UnknownAlgoSignatureTest.setUp(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Test org.apache.xml.security.test.signature.UnknownAlgoSignatureTest FAILED [junit] Running org.apache.xml.security.test.signature.X509DataTest [junit] Testsuite: org.apache.xml.security.test.signature.X509DataTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.274 sec [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.274 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testAddX509SubjectName took 0.139 sec [junit] Caused an ERROR [junit] JKS [junit] java.security.KeyStoreException: JKS [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] at org.apache.xml.security.test.signature.X509DataTest.getKeyStore(Unknown Source) [junit] at org.apache.xml.security.test.signature.X509DataTest.getCertificate(Unknown Source) [junit] at org.apache.xml.security.test.signature.X509DataTest.testAddX509SubjectName(Unknown Source) [junit] Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at gnu.java.security.Engine.getInstance(libgcj.so.9) [junit] at java.security.KeyStore.getInstance(libgcj.so.9) [junit] [junit] Test org.apache.xml.security.test.signature.X509DataTest FAILED [junit] Running org.apache.xml.security.test.signature.XMLSignatureInputTest [junit] Testsuite: org.apache.xml.security.test.signature.XMLSignatureInputTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.01 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.01 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testSetOctetStreamGetOctetStream took 0.002 sec [junit] Testcase: testIsInitializedWithOctetStream took 0 sec [junit] Testcase: testOctetStreamIsOctetStream took 0 sec [junit] Testcase: testOctetStreamIsNotNodeSet took 0 sec [junit] Running org.apache.xml.security.test.transforms.implementations.AllTests [junit] Testsuite: org.apache.xml.security.test.transforms.implementations.AllTests [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.127 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.127 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test1 took 0.005 sec [junit] Testcase: test2 took 0.001 sec [junit] Testcase: test3 took 0.078 sec [junit] Testcase: testXpath2Transform took 0.034 sec [junit] Running org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest [junit] Testsuite: org.apache.xml.security.test.transforms.implementations.TransformBase64DecodeTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.086 sec [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.086 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test1 took 0.006 sec [junit] Testcase: test2 took 0.001 sec [junit] Testcase: test3 took 0.071 sec [junit] Running org.apache.xml.security.test.transforms.implementations.TransformXSLTTest [junit] Testsuite: org.apache.xml.security.test.transforms.implementations.TransformXSLTTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.14 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.14 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: test1 took 0.131 sec [junit] Running org.apache.xml.security.test.transforms.implementations.Xpath2TransformationTest [junit] Testsuite: org.apache.xml.security.test.transforms.implementations.Xpath2TransformationTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.116 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.116 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testXpath2Transform took 0.107 sec [junit] Running org.apache.xml.security.test.utils.AllTests [junit] Testsuite: org.apache.xml.security.test.utils.AllTests [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testIdSoap took 0.002 sec [junit] Testcase: testIdWithOtherIdSoap took 0.001 sec [junit] Testcase: testANoId took 0.001 sec [junit] Testcase: testA1 took 0.001 sec [junit] Testcase: testWrap1 took 0.001 sec [junit] Testcase: testWrap2 took 0 sec [junit] Testcase: testOldTransformSpiApi took 0.001 sec [junit] Testcase: testOldResourceResolverSpi took 0.001 sec [junit] Testcase: testOldKeyResolverSpi took 0.003 sec [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0.001 sec [junit] Testcase: testCustomResolver took 0.038 sec [junit] Testcase: testBug40783 took 0.002 sec [junit] Running org.apache.xml.security.test.utils.Base64Test [junit] Testsuite: org.apache.xml.security.test.utils.Base64Test [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testA1 took 0.004 sec [junit] Testcase: testWrap1 took 0 sec [junit] Testcase: testWrap2 took 0.001 sec [junit] Running org.apache.xml.security.test.utils.IdResolverTest [junit] Testsuite: org.apache.xml.security.test.utils.IdResolverTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.182 sec [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.182 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.utils.IdResolver). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testIdSoap took 0.031 sec [junit] Testcase: testIdWithOtherIdSoap took 0.001 sec [junit] Testcase: testANoId took 0.001 sec [junit] Running org.apache.xml.security.test.utils.OldApiTest [junit] Testsuite: org.apache.xml.security.test.utils.OldApiTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.233 sec [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.233 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testOldTransformSpiApi took 0.094 sec [junit] Testcase: testOldResourceResolverSpi took 0.001 sec [junit] Testcase: testOldKeyResolverSpi took 0.003 sec [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0 sec [junit] Running org.apache.xml.security.test.utils.resolver.AllTests [junit] Testsuite: org.apache.xml.security.test.utils.resolver.AllTests [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testCustomResolver took 0.006 sec [junit] Testcase: testBug40783 took 0.002 sec [junit] Running org.apache.xml.security.test.utils.resolver.ResourceResolverTest [junit] Testsuite: org.apache.xml.security.test.utils.resolver.ResourceResolverTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.015 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.015 sec [junit] ------------- Standard Error ----------------- [junit] log4j:WARN No appenders could be found for logger (org.apache.xml.security.Init). [junit] log4j:WARN Please initialize the log4j system properly. [junit] ------------- ---------------- --------------- [junit] [junit] Testcase: testCustomResolver took 0.006 sec [junitreport] Processing /builddir/build/BUILD/xml-security-1_4_1/build/docs/xml/junit/TESTS-TestSui tes.xml to /tmp/null793282153 [junitreport] Loading stylesheet jar:file:/usr/share/java/ant/ant-junit.jar!/org/apache/tools/ant/ta skdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 2705ms [junitreport] Deleting: /tmp/null793282153 BUILD FAILED /builddir/build/BUILD/xml-security-1_4_1/build.xml:417: Unit Tests Failed Total time: 1 minute 15 seconds RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.D43MBq (%build) Bad exit status from /var/tmp/rpm-tmp.D43MBq (%build) Child returncode was: 1 EXCEPTION: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/xml-security.spec'] Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/mock/trace_decorator.py", line 70, in trace result = func(*args, **kw) File "/usr/lib/python2.5/site-packages/mock/util.py", line 316, in do raise mock.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/xml-security.spec'] LEAVE do --> EXCEPTION RAISED