Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec'], user='mockbuild'uid=1000gid=135logger=printOutput=Falseshell=Falsetimeout=0chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/cglib-3.1-7.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/cglib.spec '], user='mockbuild'uid=1000gid=135logger=private_network=TrueprintOutput=Falseshell=Falsetimeout=0chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec '] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'CCACHE_DIR': '/tmp/ccache', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Uf9qKn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cglib-3.1 + /usr/bin/mkdir -p cglib-3.1 + cd cglib-3.1 + /usr/bin/unzip -qq /builddir/build/SOURCES/cglib-src-3.1.jar + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/cglib-3.1.pom pom.xml + rm lib/ant.jar lib/asm-4.2.jar lib/asm-commons-4.2.jar lib/asm-util-4.2.jar lib/jarjar.jar lib/junit.jar + sed -i '//d' build.xml + . /usr/share/java-utils/pom_editor.sh + pom_xpath_remove 'pom:dependency[pom:artifactId = '\''asm-util'\'']/pom:optional' + set +x + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SM25KM + umask 022 + cd /builddir/build/BUILD + cd cglib-3.1 + export OPT_JAR_LIST=objectweb-asm + OPT_JAR_LIST=objectweb-asm + ant jar javadoc Buildfile: /builddir/build/BUILD/cglib-3.1/build.xml init: [echo] -------- cglib 3.1 -------- prepare: [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/proxy [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/proxy/classes [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/samples/classes [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/proxy/conf [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/test/classes compile: [javac] /builddir/build/BUILD/cglib-3.1/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 126 source files to /builddir/build/BUILD/cglib-3.1/build/proxy/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3 [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/ClassTransformer.java:21: error: no interface expected here [javac] public abstract class ClassTransformer extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:45: error: no interface expected here [javac] public class LocalVariablesSorter extends MethodVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/DebuggingClassWriter.java:26: error: no interface expected here [javac] public class DebuggingClassWriter extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/proxy/BridgeMethodResolver.java:69: error: no interface expected here [javac] private static class BridgedFinder extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/AnnotationVisitorTee.java:21: error: no interface expected here [javac] public class AnnotationVisitorTee extends AnnotationVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/ClassVisitorTee.java:20: error: no interface expected here [javac] public class ClassVisitorTee extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/FieldVisitorTee.java:23: error: no interface expected here [javac] public class FieldVisitorTee extends FieldVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/MethodVisitorTee.java:20: error: no interface expected here [javac] public class MethodVisitorTee extends MethodVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/ClassTransformer.java:23: error: cannot find symbol [javac] super(Opcodes.ASM4); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:47: error: cannot find symbol [javac] super(Opcodes.ASM4); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:51: error: cannot find symbol [javac] this.cv = cv; [javac] ^ [javac] symbol: variable cv [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:83: error: cannot find symbol [javac] cv.visit(version, [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:90: error: cannot find symbol [javac] cv.visitSource(source, null); [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:98: error: bad operand types for binary operator '==' [javac] if (staticHook == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:103: error: bad operand types for binary operator '!=' [javac] if (staticInit != null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:126: error: bad operand types for binary operator '!=' [javac] if (staticHook != null && staticInit == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:126: error: bad operand types for binary operator '==' [javac] if (staticHook != null && staticInit == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:130: error: bad operand types for binary operator '!=' [javac] if (staticInit != null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:138: error: cannot find symbol [javac] cv.visitEnd(); [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:143: error: bad operand types for binary operator '+' [javac] throw new IllegalStateException("classInfo is null! " + this); [javac] ^ [javac] first type: String [javac] second type: ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:144: error: cannot find symbol [javac] MethodVisitor v = cv.visitMethod(access, [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:151: error: cannot find symbol [javac] MethodVisitor wrapped = new MethodVisitor(Opcodes.ASM4, v) { [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:151: error: is not abstract and does not override abstract method visitEnd() in MethodVisitor [javac] MethodVisitor wrapped = new MethodVisitor(Opcodes.ASM4, v) { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:157: error: cannot find symbol [javac] super.visitInsn(insn); [javac] ^ [javac] symbol: method visitInsn(int) [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:162: error: bad operand types for binary operator '==' [javac] if (staticHook == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:66: error: cannot find symbol [javac] super(Opcodes.ASM4, mv); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:77: error: cannot find symbol [javac] super(Opcodes.ASM4, lvs.mv); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:77: error: cannot find symbol [javac] super(Opcodes.ASM4, lvs.mv); [javac] ^ [javac] symbol: variable mv [javac] location: variable lvs of type LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:94: error: cannot find symbol [javac] mv.visitVarInsn(opcode, remap(var, size)); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:98: error: cannot find symbol [javac] mv.visitIincInsn(remap(var, 1), increment); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:102: error: cannot find symbol [javac] mv.visitMaxs(maxStack, state.nextLocal); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:113: error: cannot find symbol [javac] mv.visitLocalVariable(name, desc, signature, start, end, remap(index)); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:149: error: cannot find symbol [javac] mv.visitTryCatchBlock(block.getStart(), [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:155: error: cannot find symbol [javac] public void goTo(Label label) { mv.visitJumpInsn(Constants.GOTO, label); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:156: error: cannot find symbol [javac] public void ifnull(Label label) { mv.visitJumpInsn(Constants.IFNULL, label); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:157: error: cannot find symbol [javac] public void ifnonnull(Label label) { mv.visitJumpInsn(Constants.IFNONNULL, label); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:160: error: cannot find symbol [javac] mv.visitJumpInsn(mode, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:176: error: cannot find symbol [javac] mv.visitInsn(Constants.LCMP); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:179: error: cannot find symbol [javac] mv.visitInsn(Constants.DCMPG); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:182: error: cannot find symbol [javac] mv.visitInsn(Constants.FCMPG); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:188: error: cannot find symbol [javac] mv.visitJumpInsn(Constants.IF_ACMPEQ, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:191: error: cannot find symbol [javac] mv.visitJumpInsn(Constants.IF_ACMPNE, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:204: error: cannot find symbol [javac] mv.visitJumpInsn(intOp, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:210: error: cannot find symbol [javac] public void pop() { mv.visitInsn(Constants.POP); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:211: error: cannot find symbol [javac] public void pop2() { mv.visitInsn(Constants.POP2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:212: error: cannot find symbol [javac] public void dup() { mv.visitInsn(Constants.DUP); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:213: error: cannot find symbol [javac] public void dup2() { mv.visitInsn(Constants.DUP2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:214: error: cannot find symbol [javac] public void dup_x1() { mv.visitInsn(Constants.DUP_X1); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:215: error: cannot find symbol [javac] public void dup_x2() { mv.visitInsn(Constants.DUP_X2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:216: error: cannot find symbol [javac] public void dup2_x1() { mv.visitInsn(Constants.DUP2_X1); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:217: error: cannot find symbol [javac] public void dup2_x2() { mv.visitInsn(Constants.DUP2_X2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:218: error: cannot find symbol [javac] public void swap() { mv.visitInsn(Constants.SWAP); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:219: error: cannot find symbol [javac] public void aconst_null() { mv.visitInsn(Constants.ACONST_NULL); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:240: error: cannot find symbol [javac] public void monitorenter() { mv.visitInsn(Constants.MONITORENTER); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:241: error: cannot find symbol [javac] public void monitorexit() { mv.visitInsn(Constants.MONITOREXIT); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:243: error: cannot find symbol [javac] public void math(int op, Type type) { mv.visitInsn(type.getOpcode(op)); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:245: error: cannot find symbol [javac] public void array_load(Type type) { mv.visitInsn(type.getOpcode(Constants.IALOAD)); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:246: error: cannot find symbol [javac] public void array_store(Type type) { mv.visitInsn(type.getOpcode(Constants.IASTORE)); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:255: error: cannot find symbol [javac] mv.visitInsn(Constants.D2F); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:257: error: cannot find symbol [javac] mv.visitInsn(Constants.D2L); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:259: error: cannot find symbol [javac] mv.visitInsn(Constants.D2I); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:264: error: cannot find symbol [javac] mv.visitInsn(Constants.F2D); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:266: error: cannot find symbol [javac] mv.visitInsn(Constants.F2L); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:268: error: cannot find symbol [javac] mv.visitInsn(Constants.F2I); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:273: error: cannot find symbol [javac] mv.visitInsn(Constants.L2D); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:275: error: cannot find symbol [javac] mv.visitInsn(Constants.L2F); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:277: error: cannot find symbol [javac] mv.visitInsn(Constants.L2I); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:282: error: cannot find symbol [javac] mv.visitInsn(Constants.I2B); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:284: error: cannot find symbol [javac] mv.visitInsn(Constants.I2C); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:286: error: cannot find symbol [javac] mv.visitInsn(Constants.I2D); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:288: error: cannot find symbol [javac] mv.visitInsn(Constants.I2F); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:290: error: cannot find symbol [javac] mv.visitInsn(Constants.I2L); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:292: error: cannot find symbol [javac] mv.visitInsn(Constants.I2S); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:300: error: cannot find symbol [javac] mv.visitLdcInsn(new Integer(i)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:302: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.ICONST(i)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:304: error: cannot find symbol [javac] mv.visitIntInsn(Constants.BIPUSH, i); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:306: error: cannot find symbol [javac] mv.visitIntInsn(Constants.SIPUSH, i); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:308: error: cannot find symbol [javac] mv.visitLdcInsn(new Integer(i)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:314: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.LCONST(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:316: error: cannot find symbol [javac] mv.visitLdcInsn(new Long(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:322: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.FCONST(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:324: error: cannot find symbol [javac] mv.visitLdcInsn(new Float(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:329: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.DCONST(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:331: error: cannot find symbol [javac] mv.visitLdcInsn(new Double(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:336: error: cannot find symbol [javac] mv.visitLdcInsn(value); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:345: error: cannot find symbol [javac] mv.visitIntInsn(Constants.NEWARRAY, TypeUtils.NEWARRAY(type)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:352: error: cannot find symbol [javac] mv.visitInsn(Constants.ARRAYLENGTH); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:359: error: cannot find symbol [javac] mv.visitVarInsn(Constants.ALOAD, 0); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:398: error: cannot find symbol [javac] mv.visitVarInsn(t.getOpcode(Constants.ILOAD), pos); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:403: error: cannot find symbol [javac] mv.visitVarInsn(t.getOpcode(Constants.ISTORE), pos); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:407: error: cannot find symbol [javac] mv.visitIincInsn(local.getIndex(), amount); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:419: error: cannot find symbol [javac] mv.visitInsn(state.sig.getReturnType().getOpcode(Constants.IRETURN)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:468: error: cannot find symbol [javac] mv.visitFieldInsn(opcode, [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:500: error: cannot find symbol [javac] mv.visitMethodInsn(opcode, [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:553: error: cannot find symbol [javac] mv.visitTypeInsn(opcode, desc); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:561: error: cannot find symbol [javac] public void aaload() { mv.visitInsn(Constants.AALOAD); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:562: error: cannot find symbol [javac] public void aastore() { mv.visitInsn(Constants.AASTORE); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:563: error: cannot find symbol [javac] public void athrow() { mv.visitInsn(Constants.ATHROW); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:624: error: cannot find symbol [javac] mv.visitTableSwitchInsn(min, max, def, labels); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:637: error: cannot find symbol [javac] mv.visitLookupSwitchInsn(def, keys, labels); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] 100 errors [javac] 1 warning BUILD FAILED /builddir/build/BUILD/cglib-3.1/build.xml:76: Compile failed; see the compiler error output for details. Total time: 5 seconds error: Bad exit status from /var/tmp/rpm-tmp.SM25KM (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.SM25KM (%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/cglib.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/cglib.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/cglib.spec'], printOutput=Falseuid=1000chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'timeout=0shell=Falselogger=env={'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}gid=135user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec'] with env {'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/cglib-3.1-7.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/cglib.spec '], printOutput=Falseuid=1000private_network=Truetimeout=0shell=Falselogger=chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-18397/root'env={'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}gid=135user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec '] with env {'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2rDzyM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cglib-3.1 + /usr/bin/mkdir -p cglib-3.1 + cd cglib-3.1 + /usr/bin/unzip -qq /builddir/build/SOURCES/cglib-src-3.1.jar + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/cglib-3.1.pom pom.xml + rm lib/ant.jar lib/asm-4.2.jar lib/asm-commons-4.2.jar lib/asm-util-4.2.jar lib/jarjar.jar lib/junit.jar + sed -i '//d' build.xml + . /usr/share/java-utils/pom_editor.sh + pom_xpath_remove 'pom:dependency[pom:artifactId = '\''asm-util'\'']/pom:optional' + set +x + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aG8sOB + umask 022 + cd /builddir/build/BUILD + cd cglib-3.1 + export OPT_JAR_LIST=objectweb-asm + OPT_JAR_LIST=objectweb-asm + ant jar javadoc Buildfile: /builddir/build/BUILD/cglib-3.1/build.xml init: [echo] -------- cglib 3.1 -------- prepare: [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/proxy [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/proxy/classes [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/samples/classes [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/proxy/conf [mkdir] Created dir: /builddir/build/BUILD/cglib-3.1/build/test/classes compile: [javac] /builddir/build/BUILD/cglib-3.1/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 126 source files to /builddir/build/BUILD/cglib-3.1/build/proxy/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.3 [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/ClassTransformer.java:21: error: no interface expected here [javac] public abstract class ClassTransformer extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:45: error: no interface expected here [javac] public class LocalVariablesSorter extends MethodVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/DebuggingClassWriter.java:26: error: no interface expected here [javac] public class DebuggingClassWriter extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/proxy/BridgeMethodResolver.java:69: error: no interface expected here [javac] private static class BridgedFinder extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/AnnotationVisitorTee.java:21: error: no interface expected here [javac] public class AnnotationVisitorTee extends AnnotationVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/ClassVisitorTee.java:20: error: no interface expected here [javac] public class ClassVisitorTee extends ClassVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/FieldVisitorTee.java:23: error: no interface expected here [javac] public class FieldVisitorTee extends FieldVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/MethodVisitorTee.java:20: error: no interface expected here [javac] public class MethodVisitorTee extends MethodVisitor { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/transform/ClassTransformer.java:23: error: cannot find symbol [javac] super(Opcodes.ASM4); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:47: error: cannot find symbol [javac] super(Opcodes.ASM4); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:51: error: cannot find symbol [javac] this.cv = cv; [javac] ^ [javac] symbol: variable cv [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:83: error: cannot find symbol [javac] cv.visit(version, [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:90: error: cannot find symbol [javac] cv.visitSource(source, null); [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:98: error: bad operand types for binary operator '==' [javac] if (staticHook == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:103: error: bad operand types for binary operator '!=' [javac] if (staticInit != null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:126: error: bad operand types for binary operator '!=' [javac] if (staticHook != null && staticInit == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:126: error: bad operand types for binary operator '==' [javac] if (staticHook != null && staticInit == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:130: error: bad operand types for binary operator '!=' [javac] if (staticInit != null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:138: error: cannot find symbol [javac] cv.visitEnd(); [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:143: error: bad operand types for binary operator '+' [javac] throw new IllegalStateException("classInfo is null! " + this); [javac] ^ [javac] first type: String [javac] second type: ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:144: error: cannot find symbol [javac] MethodVisitor v = cv.visitMethod(access, [javac] ^ [javac] symbol: variable cv [javac] location: class ClassEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:151: error: cannot find symbol [javac] MethodVisitor wrapped = new MethodVisitor(Opcodes.ASM4, v) { [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:151: error: is not abstract and does not override abstract method visitEnd() in MethodVisitor [javac] MethodVisitor wrapped = new MethodVisitor(Opcodes.ASM4, v) { [javac] ^ [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:157: error: cannot find symbol [javac] super.visitInsn(insn); [javac] ^ [javac] symbol: method visitInsn(int) [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/ClassEmitter.java:162: error: bad operand types for binary operator '==' [javac] if (staticHook == null) { [javac] ^ [javac] first type: CodeEmitter [javac] second type: [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:66: error: cannot find symbol [javac] super(Opcodes.ASM4, mv); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:77: error: cannot find symbol [javac] super(Opcodes.ASM4, lvs.mv); [javac] ^ [javac] symbol: variable ASM4 [javac] location: interface Opcodes [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:77: error: cannot find symbol [javac] super(Opcodes.ASM4, lvs.mv); [javac] ^ [javac] symbol: variable mv [javac] location: variable lvs of type LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:94: error: cannot find symbol [javac] mv.visitVarInsn(opcode, remap(var, size)); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:98: error: cannot find symbol [javac] mv.visitIincInsn(remap(var, 1), increment); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:102: error: cannot find symbol [javac] mv.visitMaxs(maxStack, state.nextLocal); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/LocalVariablesSorter.java:113: error: cannot find symbol [javac] mv.visitLocalVariable(name, desc, signature, start, end, remap(index)); [javac] ^ [javac] symbol: variable mv [javac] location: class LocalVariablesSorter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:149: error: cannot find symbol [javac] mv.visitTryCatchBlock(block.getStart(), [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:155: error: cannot find symbol [javac] public void goTo(Label label) { mv.visitJumpInsn(Constants.GOTO, label); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:156: error: cannot find symbol [javac] public void ifnull(Label label) { mv.visitJumpInsn(Constants.IFNULL, label); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:157: error: cannot find symbol [javac] public void ifnonnull(Label label) { mv.visitJumpInsn(Constants.IFNONNULL, label); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:160: error: cannot find symbol [javac] mv.visitJumpInsn(mode, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:176: error: cannot find symbol [javac] mv.visitInsn(Constants.LCMP); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:179: error: cannot find symbol [javac] mv.visitInsn(Constants.DCMPG); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:182: error: cannot find symbol [javac] mv.visitInsn(Constants.FCMPG); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:188: error: cannot find symbol [javac] mv.visitJumpInsn(Constants.IF_ACMPEQ, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:191: error: cannot find symbol [javac] mv.visitJumpInsn(Constants.IF_ACMPNE, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:204: error: cannot find symbol [javac] mv.visitJumpInsn(intOp, label); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:210: error: cannot find symbol [javac] public void pop() { mv.visitInsn(Constants.POP); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:211: error: cannot find symbol [javac] public void pop2() { mv.visitInsn(Constants.POP2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:212: error: cannot find symbol [javac] public void dup() { mv.visitInsn(Constants.DUP); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:213: error: cannot find symbol [javac] public void dup2() { mv.visitInsn(Constants.DUP2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:214: error: cannot find symbol [javac] public void dup_x1() { mv.visitInsn(Constants.DUP_X1); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:215: error: cannot find symbol [javac] public void dup_x2() { mv.visitInsn(Constants.DUP_X2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:216: error: cannot find symbol [javac] public void dup2_x1() { mv.visitInsn(Constants.DUP2_X1); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:217: error: cannot find symbol [javac] public void dup2_x2() { mv.visitInsn(Constants.DUP2_X2); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:218: error: cannot find symbol [javac] public void swap() { mv.visitInsn(Constants.SWAP); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:219: error: cannot find symbol [javac] public void aconst_null() { mv.visitInsn(Constants.ACONST_NULL); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:240: error: cannot find symbol [javac] public void monitorenter() { mv.visitInsn(Constants.MONITORENTER); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:241: error: cannot find symbol [javac] public void monitorexit() { mv.visitInsn(Constants.MONITOREXIT); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:243: error: cannot find symbol [javac] public void math(int op, Type type) { mv.visitInsn(type.getOpcode(op)); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:245: error: cannot find symbol [javac] public void array_load(Type type) { mv.visitInsn(type.getOpcode(Constants.IALOAD)); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:246: error: cannot find symbol [javac] public void array_store(Type type) { mv.visitInsn(type.getOpcode(Constants.IASTORE)); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:255: error: cannot find symbol [javac] mv.visitInsn(Constants.D2F); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:257: error: cannot find symbol [javac] mv.visitInsn(Constants.D2L); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:259: error: cannot find symbol [javac] mv.visitInsn(Constants.D2I); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:264: error: cannot find symbol [javac] mv.visitInsn(Constants.F2D); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:266: error: cannot find symbol [javac] mv.visitInsn(Constants.F2L); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:268: error: cannot find symbol [javac] mv.visitInsn(Constants.F2I); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:273: error: cannot find symbol [javac] mv.visitInsn(Constants.L2D); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:275: error: cannot find symbol [javac] mv.visitInsn(Constants.L2F); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:277: error: cannot find symbol [javac] mv.visitInsn(Constants.L2I); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:282: error: cannot find symbol [javac] mv.visitInsn(Constants.I2B); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:284: error: cannot find symbol [javac] mv.visitInsn(Constants.I2C); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:286: error: cannot find symbol [javac] mv.visitInsn(Constants.I2D); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:288: error: cannot find symbol [javac] mv.visitInsn(Constants.I2F); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:290: error: cannot find symbol [javac] mv.visitInsn(Constants.I2L); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:292: error: cannot find symbol [javac] mv.visitInsn(Constants.I2S); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:300: error: cannot find symbol [javac] mv.visitLdcInsn(new Integer(i)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:302: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.ICONST(i)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:304: error: cannot find symbol [javac] mv.visitIntInsn(Constants.BIPUSH, i); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:306: error: cannot find symbol [javac] mv.visitIntInsn(Constants.SIPUSH, i); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:308: error: cannot find symbol [javac] mv.visitLdcInsn(new Integer(i)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:314: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.LCONST(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:316: error: cannot find symbol [javac] mv.visitLdcInsn(new Long(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:322: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.FCONST(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:324: error: cannot find symbol [javac] mv.visitLdcInsn(new Float(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:329: error: cannot find symbol [javac] mv.visitInsn(TypeUtils.DCONST(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:331: error: cannot find symbol [javac] mv.visitLdcInsn(new Double(value)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:336: error: cannot find symbol [javac] mv.visitLdcInsn(value); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:345: error: cannot find symbol [javac] mv.visitIntInsn(Constants.NEWARRAY, TypeUtils.NEWARRAY(type)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:352: error: cannot find symbol [javac] mv.visitInsn(Constants.ARRAYLENGTH); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:359: error: cannot find symbol [javac] mv.visitVarInsn(Constants.ALOAD, 0); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:398: error: cannot find symbol [javac] mv.visitVarInsn(t.getOpcode(Constants.ILOAD), pos); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:403: error: cannot find symbol [javac] mv.visitVarInsn(t.getOpcode(Constants.ISTORE), pos); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:407: error: cannot find symbol [javac] mv.visitIincInsn(local.getIndex(), amount); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:419: error: cannot find symbol [javac] mv.visitInsn(state.sig.getReturnType().getOpcode(Constants.IRETURN)); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:468: error: cannot find symbol [javac] mv.visitFieldInsn(opcode, [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:500: error: cannot find symbol [javac] mv.visitMethodInsn(opcode, [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:553: error: cannot find symbol [javac] mv.visitTypeInsn(opcode, desc); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:561: error: cannot find symbol [javac] public void aaload() { mv.visitInsn(Constants.AALOAD); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:562: error: cannot find symbol [javac] public void aastore() { mv.visitInsn(Constants.AASTORE); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:563: error: cannot find symbol [javac] public void athrow() { mv.visitInsn(Constants.ATHROW); } [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:624: error: cannot find symbol [javac] mv.visitTableSwitchInsn(min, max, def, labels); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] /builddir/build/BUILD/cglib-3.1/src/proxy/net/sf/cglib/core/CodeEmitter.java:637: error: cannot find symbol [javac] mv.visitLookupSwitchInsn(def, keys, labels); [javac] ^ [javac] symbol: variable mv [javac] location: class CodeEmitter [javac] 100 errors [javac] 1 warning BUILD FAILED /builddir/build/BUILD/cglib-3.1/build.xml:76: Compile failed; see the compiler error output for details. Total time: 5 seconds error: Bad exit status from /var/tmp/rpm-tmp.aG8sOB (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.aG8sOB (%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/cglib.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/cglib.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/cglib.spec'], gid=135chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root'timeout=0printOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}uid=1000logger=shell=Falseuser='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False warning: Could not canonicalize hostname: armbuilder Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/cglib-3.1-7bs01fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec '], gid=135chrootPath='/var/lib/mock/fedora-20-armhfp-pidora-root-9995/root'private_network=TrueprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'}uid=1000logger=shell=Falsetimeout=0user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/cglib.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'HOME': '/builddir', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ib0RUY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cglib-3.1 + /usr/bin/mkdir -p cglib-3.1 + cd cglib-3.1 + /usr/bin/unzip -qq /builddir/build/SOURCES/cglib-src-3.1.jar + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/cglib-3.1.pom pom.xml + rm lib/ant.jar lib/asm-4.2.jar lib/asm-commons-4.2.jar lib/asm-util-4.2.jar lib/jarjar.jar lib/junit.jar + sed -i '//d' build.xml + python /usr/share/java-utils/pom_editor.py pom_xpath_remove 'pom:dependency[pom:artifactId = '\''asm-util'\'']/pom:optional' Error in processing ./pom.xml attributes construct error, line 2, column 51 Usage: %pom_xpath_remove [POM location] error: Bad exit status from /var/tmp/rpm-tmp.Ib0RUY (%prep) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.Ib0RUY (%prep) 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/cglib.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/cglib.spec LEAVE do --> EXCEPTION RAISED