Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec'], logger=timeout=0shell=Falseuser='mockbuild'chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash'}uid=1000printOutput=Falsegid=135) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash'} and shell False warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/not-yet-commons-ssl-0.3.17-2.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec '], logger=timeout=0shell=FalseprintOutput=FalsechrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'private_network=Trueenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash'}uid=1000user='mockbuild'gid=135) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec '] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'TERM': 'vt100', 'SHELL': '/bin/bash'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NSadBL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf not-yet-commons-ssl-0.3.17 + /usr/bin/unzip -qq /builddir/build/SOURCES/not-yet-commons-ssl-0.3.17.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd not-yet-commons-ssl-0.3.17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '*.class' -exec rm -f '{}' ';' + find -name '*.jar' -exec rm -f '{}' ';' + rm -fr javadocs/ + sed -i -e 's|optimize="false"|optimize="false" encoding="UTF-8"|g' build.xml + sed -i -e 's|linksource="yes"|linksource="yes" encoding="UTF-8"|g' build.xml + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hmodhM + umask 022 + cd /builddir/build/BUILD + cd not-yet-commons-ssl-0.3.17 ++ build-classpath log4j commons-httpclient bcprov mockito + export CLASSPATH=/usr/share/java/log4j.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/bcprov.jar:/usr/share/java/mockito.jar + CLASSPATH=/usr/share/java/log4j.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/bcprov.jar:/usr/share/java/mockito.jar + ant -Dbuild.sysclasspath=first jar test javadoc Buildfile: /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build.xml init: [echo] Apache Ant(TM) version 1.9.2 compiled on September 12 2013 [echo] Java version: 1.7.0_55 [mkdir] Created dir: /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build javac: [mkdir] Created dir: /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build/classes [javac] Compiling 561 source files to /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build/classes [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:12: error: cannot find symbol [javac] import org.bouncycastle.util.Integers; [javac] ^ [javac] symbol: class Integers [javac] location: package org.bouncycastle.util [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:15: error: package org.bouncycastle.math.field does not exist [javac] import org.bouncycastle.math.field.PolynomialExtensionField; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x509/CRLReason.java:9: error: cannot find symbol [javac] import org.bouncycastle.util.Integers; [javac] ^ [javac] symbol: class Integers [javac] location: package org.bouncycastle.util [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:13: error: package org.bouncycastle.math.ec.endo does not exist [javac] import org.bouncycastle.math.ec.endo.GLVTypeBEndomorphism; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:14: error: package org.bouncycastle.math.ec.endo does not exist [javac] import org.bouncycastle.math.ec.endo.GLVTypeBParameters; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:25: error: cannot find symbol [javac] private static ECCurve configureCurveGLV(ECCurve c, GLVTypeBParameters p) [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] location: class SECNamedCurves [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:18: error: package org.bouncycastle.math.field does not exist [javac] import org.bouncycastle.math.field.PolynomialExtensionField; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1GeneralizedTime.java:150: error: cannot find symbol [javac] return Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1GeneralizedTime.java:168: error: cannot find symbol [javac] String stime = Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1GeneralizedTime.java:247: error: cannot find symbol [javac] String stime = Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1UTCTime.java:207: error: cannot find symbol [javac] String stime = Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1UTCTime.java:312: error: cannot find symbol [javac] return Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERBMPString.java:116: error: no suitable method found for hashCode(char[]) [javac] return Arrays.hashCode(string); [javac] ^ [javac] method Arrays.hashCode(byte[]) is not applicable [javac] (actual argument char[] cannot be converted to byte[] by method invocation conversion) [javac] method Object.hashCode() is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERGeneralString.java:66: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERIA5String.java:119: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERNumericString.java:113: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERPrintableString.java:113: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERT61String.java:102: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERVisibleString.java:96: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:26: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve.Fp curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:35: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:45: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:54: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:64: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:73: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:83: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:92: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:101: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:110: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:45: error: cannot find symbol [javac] RightsDecodeMap.put(Integers.valueOf(RADG4), "RADG4"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:46: error: cannot find symbol [javac] RightsDecodeMap.put(Integers.valueOf(RADG3), "RADG3"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:48: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(CVCA), "CVCA"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:49: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(DV_DOMESTIC), "DV_DOMESTIC"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:50: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(DV_FOREIGN), "DV_FOREIGN"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:51: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(IS), "IS"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:64: error: cannot find symbol [javac] return (String)AuthorizationRole.get(Integers.valueOf(i)); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:108: error: cannot find symbol [javac] this.g = g.normalize(); [javac] ^ [javac] symbol: method normalize() [javac] location: variable g of type ECPoint [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:113: error: cannot find symbol [javac] if (ECAlgorithms.isFpCurve(curve)) [javac] ^ [javac] symbol: method isFpCurve(ECCurve) [javac] location: class ECAlgorithms [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:115: error: cannot find symbol [javac] this.fieldID = new X9FieldID(curve.getField().getCharacteristic()); [javac] ^ [javac] symbol: method getField() [javac] location: variable curve of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:117: error: cannot find symbol [javac] else if (ECAlgorithms.isF2mCurve(curve)) [javac] ^ [javac] symbol: method isF2mCurve(ECCurve) [javac] location: class ECAlgorithms [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:119: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class X9ECParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:119: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class X9ECParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:119: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: method getField() [javac] location: variable curve of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x509/CRLReason.java:142: error: cannot find symbol [javac] Integer idx = Integers.valueOf(value); [javac] ^ [javac] symbol: variable Integers [javac] location: class CRLReason [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/ECPrivateKey.java:69: error: method asUnsignedByteArray in class BigIntegers cannot be applied to given types; [javac] byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key); [javac] ^ [javac] required: BigInteger [javac] found: int,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/ECPrivateKey.java:114: error: method asUnsignedByteArray in class BigIntegers cannot be applied to given types; [javac] byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key); [javac] ^ [javac] required: BigInteger [javac] found: int,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:27: error: cannot find symbol [javac] return c.configure().setEndomorphism(new GLVTypeBEndomorphism(c, p)).create(); [javac] ^ [javac] symbol: class GLVTypeBEndomorphism [javac] location: class SECNamedCurves [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:27: error: cannot find symbol [javac] return c.configure().setEndomorphism(new GLVTypeBEndomorphism(c, p)).create(); [javac] ^ [javac] symbol: method configure() [javac] location: variable c of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:51: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:77: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:103: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:129: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:155: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:155: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:168: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:194: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:220: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:246: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:246: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:259: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:285: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:311: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:311: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:324: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:350: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:376: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:376: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:389: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:415: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:441: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:467: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:32: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:52: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:73: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:93: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:114: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:133: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:153: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:172: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:192: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:211: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:231: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:250: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:270: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:289: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:35: error: cannot find symbol [javac] if (!ECAlgorithms.isF2mCurve(curve)) [javac] ^ [javac] symbol: method isF2mCurve(ECCurve) [javac] location: class ECAlgorithms [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:42: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class DSTU4145ECBinary [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:42: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class DSTU4145ECBinary [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:42: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: method getField() [javac] location: variable curve of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:54: error: cannot find symbol [javac] b = new DEROctetString(curve.getB().getEncoded()); [javac] ^ [javac] symbol: method getEncoded() [javac] location: class ECFieldElement [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:61: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[0] = curves[0].createPoint(new BigInteger("2E2F85F5DD74CE983A5C4237229DAF8A3F35823BE", 16), new BigInteger("3826F008A8C51D7B95284D9D03FF0E00CE2CD723A", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:62: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[1] = curves[1].createPoint(new BigInteger("7A1F6653786A68192803910A3D30B2A2018B21CD54", 16), new BigInteger("5F49EB26781C0EC6B8909156D98ED435E45FD59918", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:63: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[2] = curves[2].createPoint(new BigInteger("4D41A619BCC6EADF0448FA22FAD567A9181D37389CA", 16), new BigInteger("10B51CC12849B234C75E6DD2028BF7FF5C1CE0D991A1", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:64: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[3] = curves[3].createPoint(new BigInteger("6BA06FE51464B2BD26DC57F48819BA9954667022C7D03", 16), new BigInteger("25FBC363582DCEC065080CA8287AAFF09788A66DC3A9E", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:65: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[4] = curves[4].createPoint(new BigInteger("714114B762F2FF4A7912A6D2AC58B9B5C2FCFE76DAEB7129", 16), new BigInteger("29C41E568B77C617EFE5902F11DB96FA9613CD8D03DB08DA", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:66: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[5] = curves[5].createPoint(new BigInteger("3FCDA526B6CDF83BA1118DF35B3C31761D3545F32728D003EEB25EFE96", 16), new BigInteger("9CA8B57A934C54DEEDA9E54A7BBAD95E3B2E91C54D32BE0B9DF96D8D35", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:67: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[6] = curves[6].createPoint(new BigInteger("02A29EF207D0E9B6C55CD260B306C7E007AC491CA1B10C62334A9E8DCD8D20FB7", 16), new BigInteger("10686D41FF744D4449FCCF6D8EEA03102E6812C93A9D60B978B702CF156D814EF", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:68: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[7] = curves[7].createPoint(new BigInteger("216EE8B189D291A0224984C1E92F1D16BF75CCD825A087A239B276D3167743C52C02D6E7232AA", 16), new BigInteger("5D9306BACD22B7FAEB09D2E049C6E2866C5D1677762A8F2F2DC9A11C7F7BE8340AB2237C7F2A0", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:69: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[8] = curves[8].createPoint(new BigInteger("324A6EDDD512F08C49A99AE0D3F961197A76413E7BE81A400CA681E09639B5FE12E59A109F78BF4A373541B3B9A1", 16), new BigInteger("1AB597A5B4477F59E39539007C7F977D1A567B92B043A49C6B61984C3FE3481AAF454CD41BA1F051626442B3C10", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:70: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[9] = curves[9].createPoint(new BigInteger("1A62BA79D98133A16BBAE7ED9A8E03C32E0824D57AEF72F88986874E5AAE49C27BED49A2A95058068426C2171E99FD3B43C5947C857D", 16), new BigInteger("70B5E1E14031C1F70BBEFE96BDDE66F451754B4CA5F48DA241F331AA396B8D1839A855C1769B1EA14BA53308B5E2723724E090E02DB9", 16)); [javac] ^ [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 100 errors BUILD FAILED /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build.xml:99: Compile failed; see the compiler error output for details. Total time: 15 seconds error: Bad exit status from /var/tmp/rpm-tmp.hmodhM (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.hmodhM (%build) Child return code was: 1 EXCEPTION: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/mockbuild/trace_decorator.py", line 84, in trace result = func(*args, **kw) File "/usr/lib/python3.4/site-packages/mockbuild/util.py", line 526, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) mockbuild.exception.Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec LEAVE do --> EXCEPTION RAISED Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec'], printOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir'}gid=135timeout=0shell=Falseuid=1000logger=chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root'user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/not-yet-commons-ssl-0.3.17-2bs01fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec '], printOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir'}gid=135timeout=0shell=Falseprivate_network=Trueuid=1000logger=chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root'user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOSTNAME': 'mock', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.i1SF3A + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf not-yet-commons-ssl-0.3.17 + /usr/bin/unzip -qq /builddir/build/SOURCES/not-yet-commons-ssl-0.3.17.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd not-yet-commons-ssl-0.3.17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '*.class' -exec rm -f '{}' ';' + find -name '*.jar' -exec rm -f '{}' ';' + rm -fr javadocs/ + sed -i -e 's|optimize="false"|optimize="false" encoding="UTF-8"|g' build.xml + sed -i -e 's|linksource="yes"|linksource="yes" encoding="UTF-8"|g' build.xml + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wDYheD + umask 022 + cd /builddir/build/BUILD + cd not-yet-commons-ssl-0.3.17 ++ build-classpath log4j commons-httpclient bcprov mockito + export CLASSPATH=/usr/share/java/log4j.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/bcprov.jar:/usr/share/java/mockito.jar + CLASSPATH=/usr/share/java/log4j.jar:/usr/share/java/commons-httpclient.jar:/usr/share/java/bcprov.jar:/usr/share/java/mockito.jar + ant -Dbuild.sysclasspath=first jar test javadoc Buildfile: /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build.xml init: [echo] Apache Ant(TM) version 1.9.2 compiled on September 12 2013 [echo] Java version: 1.8.0_60 [mkdir] Created dir: /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build javac: [mkdir] Created dir: /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build/classes [javac] Compiling 561 source files to /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build/classes [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:12: error: cannot find symbol [javac] import org.bouncycastle.util.Integers; [javac] ^ [javac] symbol: class Integers [javac] location: package org.bouncycastle.util [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:15: error: package org.bouncycastle.math.field does not exist [javac] import org.bouncycastle.math.field.PolynomialExtensionField; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x509/CRLReason.java:9: error: cannot find symbol [javac] import org.bouncycastle.util.Integers; [javac] ^ [javac] symbol: class Integers [javac] location: package org.bouncycastle.util [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:13: error: package org.bouncycastle.math.ec.endo does not exist [javac] import org.bouncycastle.math.ec.endo.GLVTypeBEndomorphism; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:14: error: package org.bouncycastle.math.ec.endo does not exist [javac] import org.bouncycastle.math.ec.endo.GLVTypeBParameters; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:25: error: cannot find symbol [javac] private static ECCurve configureCurveGLV(ECCurve c, GLVTypeBParameters p) [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] location: class SECNamedCurves [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:18: error: package org.bouncycastle.math.field does not exist [javac] import org.bouncycastle.math.field.PolynomialExtensionField; [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1GeneralizedTime.java:150: error: cannot find symbol [javac] return Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1GeneralizedTime.java:168: error: cannot find symbol [javac] String stime = Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1GeneralizedTime.java:247: error: cannot find symbol [javac] String stime = Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1UTCTime.java:207: error: cannot find symbol [javac] String stime = Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ASN1UTCTime.java:312: error: cannot find symbol [javac] return Strings.fromByteArray(time); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERBMPString.java:116: error: incompatible types: char[] cannot be converted to byte[] [javac] return Arrays.hashCode(string); [javac] ^ [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERGeneralString.java:66: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERIA5String.java:119: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERNumericString.java:113: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERPrintableString.java:113: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERT61String.java:102: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/DERVisibleString.java:96: error: cannot find symbol [javac] return Strings.fromByteArray(string); [javac] ^ [javac] symbol: method fromByteArray(byte[]) [javac] location: class Strings [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:26: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve.Fp curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:35: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:45: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:54: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:64: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:73: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:83: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:92: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:101: error: constructor Fp in class Fp cannot be applied to given types; [javac] curve = new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.java:110: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] curve.createPoint( [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method Fp.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:45: error: cannot find symbol [javac] RightsDecodeMap.put(Integers.valueOf(RADG4), "RADG4"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:46: error: cannot find symbol [javac] RightsDecodeMap.put(Integers.valueOf(RADG3), "RADG3"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:48: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(CVCA), "CVCA"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:49: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(DV_DOMESTIC), "DV_DOMESTIC"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:50: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(DV_FOREIGN), "DV_FOREIGN"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:51: error: cannot find symbol [javac] AuthorizationRole.put(Integers.valueOf(IS), "IS"); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/eac/CertificateHolderAuthorization.java:64: error: cannot find symbol [javac] return (String)AuthorizationRole.get(Integers.valueOf(i)); [javac] ^ [javac] symbol: variable Integers [javac] location: class CertificateHolderAuthorization [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:108: error: cannot find symbol [javac] this.g = g.normalize(); [javac] ^ [javac] symbol: method normalize() [javac] location: variable g of type ECPoint [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:113: error: cannot find symbol [javac] if (ECAlgorithms.isFpCurve(curve)) [javac] ^ [javac] symbol: method isFpCurve(ECCurve) [javac] location: class ECAlgorithms [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:115: error: cannot find symbol [javac] this.fieldID = new X9FieldID(curve.getField().getCharacteristic()); [javac] ^ [javac] symbol: method getField() [javac] location: variable curve of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:117: error: cannot find symbol [javac] else if (ECAlgorithms.isF2mCurve(curve)) [javac] ^ [javac] symbol: method isF2mCurve(ECCurve) [javac] location: class ECAlgorithms [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:119: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class X9ECParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:119: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class X9ECParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x9/X9ECParameters.java:119: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: method getField() [javac] location: variable curve of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/x509/CRLReason.java:142: error: cannot find symbol [javac] Integer idx = Integers.valueOf(value); [javac] ^ [javac] symbol: variable Integers [javac] location: class CRLReason [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/ECPrivateKey.java:69: error: method asUnsignedByteArray in class BigIntegers cannot be applied to given types; [javac] byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key); [javac] ^ [javac] required: BigInteger [javac] found: int,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/ECPrivateKey.java:114: error: method asUnsignedByteArray in class BigIntegers cannot be applied to given types; [javac] byte[] bytes = BigIntegers.asUnsignedByteArray((orderBitLength + 7) / 8, key); [javac] ^ [javac] required: BigInteger [javac] found: int,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:27: error: cannot find symbol [javac] return c.configure().setEndomorphism(new GLVTypeBEndomorphism(c, p)).create(); [javac] ^ [javac] symbol: class GLVTypeBEndomorphism [javac] location: class SECNamedCurves [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:27: error: cannot find symbol [javac] return c.configure().setEndomorphism(new GLVTypeBEndomorphism(c, p)).create(); [javac] ^ [javac] symbol: method configure() [javac] location: variable c of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:51: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:77: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:103: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:129: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:155: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:155: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:168: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:194: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:220: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:246: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:246: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:259: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:285: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:311: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:311: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:324: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:350: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:376: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:376: error: cannot find symbol [javac] GLVTypeBParameters glv = new GLVTypeBParameters( [javac] ^ [javac] symbol: class GLVTypeBParameters [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:389: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurveGLV(new ECCurve.Fp(p, a, b, n, h), glv); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:415: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:441: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/sec/SECNamedCurves.java:467: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp(p, a, b, n, h)); [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:32: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:52: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:73: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:93: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:114: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:133: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:153: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:172: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:192: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:211: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:231: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:250: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:270: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.java:289: error: constructor Fp in class Fp cannot be applied to given types; [javac] ECCurve curve = configureCurve(new ECCurve.Fp( [javac] ^ [javac] required: BigInteger,BigInteger,BigInteger [javac] found: BigInteger,BigInteger,BigInteger,BigInteger,BigInteger [javac] reason: actual and formal argument lists differ in length [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:35: error: cannot find symbol [javac] if (!ECAlgorithms.isF2mCurve(curve)) [javac] ^ [javac] symbol: method isF2mCurve(ECCurve) [javac] location: class ECAlgorithms [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:42: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class DSTU4145ECBinary [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:42: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: class PolynomialExtensionField [javac] location: class DSTU4145ECBinary [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:42: error: cannot find symbol [javac] PolynomialExtensionField field = (PolynomialExtensionField)curve.getField(); [javac] ^ [javac] symbol: method getField() [javac] location: variable curve of type ECCurve [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145ECBinary.java:54: error: cannot find symbol [javac] b = new DEROctetString(curve.getB().getEncoded()); [javac] ^ [javac] symbol: method getEncoded() [javac] location: class ECFieldElement [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:61: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[0] = curves[0].createPoint(new BigInteger("2E2F85F5DD74CE983A5C4237229DAF8A3F35823BE", 16), new BigInteger("3826F008A8C51D7B95284D9D03FF0E00CE2CD723A", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:62: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[1] = curves[1].createPoint(new BigInteger("7A1F6653786A68192803910A3D30B2A2018B21CD54", 16), new BigInteger("5F49EB26781C0EC6B8909156D98ED435E45FD59918", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:63: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[2] = curves[2].createPoint(new BigInteger("4D41A619BCC6EADF0448FA22FAD567A9181D37389CA", 16), new BigInteger("10B51CC12849B234C75E6DD2028BF7FF5C1CE0D991A1", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:64: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[3] = curves[3].createPoint(new BigInteger("6BA06FE51464B2BD26DC57F48819BA9954667022C7D03", 16), new BigInteger("25FBC363582DCEC065080CA8287AAFF09788A66DC3A9E", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:65: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[4] = curves[4].createPoint(new BigInteger("714114B762F2FF4A7912A6D2AC58B9B5C2FCFE76DAEB7129", 16), new BigInteger("29C41E568B77C617EFE5902F11DB96FA9613CD8D03DB08DA", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:66: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[5] = curves[5].createPoint(new BigInteger("3FCDA526B6CDF83BA1118DF35B3C31761D3545F32728D003EEB25EFE96", 16), new BigInteger("9CA8B57A934C54DEEDA9E54A7BBAD95E3B2E91C54D32BE0B9DF96D8D35", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:67: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[6] = curves[6].createPoint(new BigInteger("02A29EF207D0E9B6C55CD260B306C7E007AC491CA1B10C62334A9E8DCD8D20FB7", 16), new BigInteger("10686D41FF744D4449FCCF6D8EEA03102E6812C93A9D60B978B702CF156D814EF", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:68: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[7] = curves[7].createPoint(new BigInteger("216EE8B189D291A0224984C1E92F1D16BF75CCD825A087A239B276D3167743C52C02D6E7232AA", 16), new BigInteger("5D9306BACD22B7FAEB09D2E049C6E2866C5D1677762A8F2F2DC9A11C7F7BE8340AB2237C7F2A0", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:69: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[8] = curves[8].createPoint(new BigInteger("324A6EDDD512F08C49A99AE0D3F961197A76413E7BE81A400CA681E09639B5FE12E59A109F78BF4A373541B3B9A1", 16), new BigInteger("1AB597A5B4477F59E39539007C7F977D1A567B92B043A49C6B61984C3FE3481AAF454CD41BA1F051626442B3C10", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/ua/DSTU4145NamedCurves.java:70: error: no suitable method found for createPoint(BigInteger,BigInteger) [javac] points[9] = curves[9].createPoint(new BigInteger("1A62BA79D98133A16BBAE7ED9A8E03C32E0824D57AEF72F88986874E5AAE49C27BED49A2A95058068426C2171E99FD3B43C5947C857D", 16), new BigInteger("70B5E1E14031C1F70BBEFE96BDDE66F451754B4CA5F48DA241F331AA396B8D1839A855C1769B1EA14BA53308B5E2723724E090E02DB9", 16)); [javac] ^ [javac] method ECCurve.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] method F2m.createPoint(BigInteger,BigInteger,boolean) is not applicable [javac] (actual and formal argument lists differ in length) [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output [javac] 100 errors BUILD FAILED /builddir/build/BUILD/not-yet-commons-ssl-0.3.17/build.xml:99: Compile failed; see the compiler error output for details. Total time: 1 minute 19 seconds error: Bad exit status from /var/tmp/rpm-tmp.wDYheD (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.wDYheD (%build) Child return code was: 1 EXCEPTION: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/mockbuild/trace_decorator.py", line 84, in trace result = func(*args, **kw) File "/usr/lib/python3.4/site-packages/mockbuild/util.py", line 526, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) mockbuild.exception.Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/not-yet-commons-ssl.spec LEAVE do --> EXCEPTION RAISED