Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 905137 Details for
Bug 1106728
groovy: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 58.41 KB, created by
Dennis Gilmore
on 2014-06-09 17:19:32 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 17:19:32 UTC
Size:
58.41 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/groovy.spec'], False, '/var/lib/mock/f21-build-2138395-392928/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x2407b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/groovy.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: bogus date in %changelog: Sat Aug 18 2013 Matt Spaulding <mspaulding06@gmail.com> - 1.8.9-5 >warning: bogus date in %changelog: Wed Dec 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 1.6.7-1 >warning: Could not canonicalize hostname: buildhw-12.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/groovy-1.8.9-10.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/groovy.spec'], False, '/var/lib/mock/f21-build-2138395-392928/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x2407b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/groovy.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >warning: bogus date in %changelog: Sat Aug 18 2013 Matt Spaulding <mspaulding06@gmail.com> - 1.8.9-5 >warning: bogus date in %changelog: Wed Dec 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 1.6.7-1 >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1oQEXW >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf groovy-1.8.9 >+ /usr/bin/unzip -qq /builddir/build/SOURCES/groovy-src-1.8.9.zip >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd groovy-1.8.9 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ cp /builddir/build/SOURCES/cpl-v10.txt /builddir/build/SOURCES/epl-v10.txt /builddir/build/SOURCES/LICENSE-2.0.txt . >+ find '(' -name '*.jar' -o -name FOO.class ')' -delete >Patch #0 (groovy-inner-interface-annotations.patch): >+ echo 'Patch #0 (groovy-inner-interface-annotations.patch):' >+ /usr/bin/cat /builddir/build/SOURCES/groovy-inner-interface-annotations.patch >+ /usr/bin/patch -p1 --fuzz=0 >patching file src/main/org/codehaus/groovy/tools/javac/JavaStubGenerator.java >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zF0X4o >+ umask 022 >+ cd /builddir/build/BUILD >+ cd groovy-1.8.9 >+ mkdir -p target/lib/compile target/lib/tools >+ build-jar-repository target/lib/compile servlet jsp objectweb-asm3/asm-tree objectweb-asm3/asm objectweb-asm3/asm-util objectweb-asm3/asm-analysis antlr ant/ant-antlr antlr bsf jline1 xstream ant junit ivy commons-cli jansi >++ find -name MethodHandle.java -o -name ArrayUtil.java >+ ecj -d target/classes ./src/main/org/codehaus/groovy/reflection/MethodHandle.java ./src/main/org/codehaus/groovy/runtime/ArrayUtil.java >---------- >1. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 23) > @Deprecated > ^^^^^^^^^^^ >Syntax error, annotations are only available if source level is 1.5 or greater >---------- >2. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 33) > public Object invoke(Object receiver, boolean arg1) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1)); } > ^^^^^^^^^^^ >The method createArray(Object) in the type ArrayUtil is not applicable for the arguments (boolean) >---------- >3. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 34) > public Object invoke(Object receiver, boolean arg1, boolean arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean) >---------- >4. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 35) > public Object invoke(Object receiver, boolean arg1, boolean arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, boolean) >---------- >5. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 36) > public Object invoke(Object receiver, boolean arg1, boolean arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, char) >---------- >6. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 37) > public Object invoke(Object receiver, boolean arg1, boolean arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, byte) >---------- >7. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 38) > public Object invoke(Object receiver, boolean arg1, boolean arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, short) >---------- >8. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 39) > public Object invoke(Object receiver, boolean arg1, boolean arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, int) >---------- >9. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 40) > public Object invoke(Object receiver, boolean arg1, boolean arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, long) >---------- >10. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 41) > public Object invoke(Object receiver, boolean arg1, boolean arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, float) >---------- >11. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 42) > public Object invoke(Object receiver, boolean arg1, boolean arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, double) >---------- >12. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 43) > public Object invoke(Object receiver, boolean arg1, boolean arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, boolean, Object) >---------- >13. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 44) > public Object invoke(Object receiver, boolean arg1, char arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char) >---------- >14. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 45) > public Object invoke(Object receiver, boolean arg1, char arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, boolean) >---------- >15. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 46) > public Object invoke(Object receiver, boolean arg1, char arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, char) >---------- >16. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 47) > public Object invoke(Object receiver, boolean arg1, char arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, byte) >---------- >17. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 48) > public Object invoke(Object receiver, boolean arg1, char arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, short) >---------- >18. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 49) > public Object invoke(Object receiver, boolean arg1, char arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, int) >---------- >19. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 50) > public Object invoke(Object receiver, boolean arg1, char arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, long) >---------- >20. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 51) > public Object invoke(Object receiver, boolean arg1, char arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, float) >---------- >21. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 52) > public Object invoke(Object receiver, boolean arg1, char arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, double) >---------- >22. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 53) > public Object invoke(Object receiver, boolean arg1, char arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, char, Object) >---------- >23. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 54) > public Object invoke(Object receiver, boolean arg1, byte arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte) >---------- >24. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 55) > public Object invoke(Object receiver, boolean arg1, byte arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, boolean) >---------- >25. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 56) > public Object invoke(Object receiver, boolean arg1, byte arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, char) >---------- >26. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 57) > public Object invoke(Object receiver, boolean arg1, byte arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, byte) >---------- >27. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 58) > public Object invoke(Object receiver, boolean arg1, byte arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, short) >---------- >28. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 59) > public Object invoke(Object receiver, boolean arg1, byte arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, int) >---------- >29. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 60) > public Object invoke(Object receiver, boolean arg1, byte arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, long) >---------- >30. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 61) > public Object invoke(Object receiver, boolean arg1, byte arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, float) >---------- >31. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 62) > public Object invoke(Object receiver, boolean arg1, byte arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, double) >---------- >32. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 63) > public Object invoke(Object receiver, boolean arg1, byte arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, byte, Object) >---------- >33. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 64) > public Object invoke(Object receiver, boolean arg1, short arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short) >---------- >34. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 65) > public Object invoke(Object receiver, boolean arg1, short arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, boolean) >---------- >35. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 66) > public Object invoke(Object receiver, boolean arg1, short arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, char) >---------- >36. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 67) > public Object invoke(Object receiver, boolean arg1, short arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, byte) >---------- >37. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 68) > public Object invoke(Object receiver, boolean arg1, short arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, short) >---------- >38. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 69) > public Object invoke(Object receiver, boolean arg1, short arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, int) >---------- >39. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 70) > public Object invoke(Object receiver, boolean arg1, short arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, long) >---------- >40. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 71) > public Object invoke(Object receiver, boolean arg1, short arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, float) >---------- >41. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 72) > public Object invoke(Object receiver, boolean arg1, short arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, double) >---------- >42. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 73) > public Object invoke(Object receiver, boolean arg1, short arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, short, Object) >---------- >43. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 74) > public Object invoke(Object receiver, boolean arg1, int arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int) >---------- >44. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 75) > public Object invoke(Object receiver, boolean arg1, int arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, boolean) >---------- >45. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 76) > public Object invoke(Object receiver, boolean arg1, int arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, char) >---------- >46. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 77) > public Object invoke(Object receiver, boolean arg1, int arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, byte) >---------- >47. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 78) > public Object invoke(Object receiver, boolean arg1, int arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, short) >---------- >48. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 79) > public Object invoke(Object receiver, boolean arg1, int arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, int) >---------- >49. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 80) > public Object invoke(Object receiver, boolean arg1, int arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, long) >---------- >50. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 81) > public Object invoke(Object receiver, boolean arg1, int arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, float) >---------- >51. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 82) > public Object invoke(Object receiver, boolean arg1, int arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, double) >---------- >52. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 83) > public Object invoke(Object receiver, boolean arg1, int arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, int, Object) >---------- >53. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 84) > public Object invoke(Object receiver, boolean arg1, long arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long) >---------- >54. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 85) > public Object invoke(Object receiver, boolean arg1, long arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, boolean) >---------- >55. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 86) > public Object invoke(Object receiver, boolean arg1, long arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, char) >---------- >56. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 87) > public Object invoke(Object receiver, boolean arg1, long arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, byte) >---------- >57. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 88) > public Object invoke(Object receiver, boolean arg1, long arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, short) >---------- >58. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 89) > public Object invoke(Object receiver, boolean arg1, long arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, int) >---------- >59. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 90) > public Object invoke(Object receiver, boolean arg1, long arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, long) >---------- >60. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 91) > public Object invoke(Object receiver, boolean arg1, long arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, float) >---------- >61. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 92) > public Object invoke(Object receiver, boolean arg1, long arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, double) >---------- >62. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 93) > public Object invoke(Object receiver, boolean arg1, long arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, long, Object) >---------- >63. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 94) > public Object invoke(Object receiver, boolean arg1, float arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float) >---------- >64. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 95) > public Object invoke(Object receiver, boolean arg1, float arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, boolean) >---------- >65. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 96) > public Object invoke(Object receiver, boolean arg1, float arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, char) >---------- >66. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 97) > public Object invoke(Object receiver, boolean arg1, float arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, byte) >---------- >67. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 98) > public Object invoke(Object receiver, boolean arg1, float arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, short) >---------- >68. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 99) > public Object invoke(Object receiver, boolean arg1, float arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, int) >---------- >69. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 100) > public Object invoke(Object receiver, boolean arg1, float arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, long) >---------- >70. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 101) > public Object invoke(Object receiver, boolean arg1, float arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, float) >---------- >71. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 102) > public Object invoke(Object receiver, boolean arg1, float arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, double) >---------- >72. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 103) > public Object invoke(Object receiver, boolean arg1, float arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, float, Object) >---------- >73. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 104) > public Object invoke(Object receiver, boolean arg1, double arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double) >---------- >74. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 105) > public Object invoke(Object receiver, boolean arg1, double arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, boolean) >---------- >75. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 106) > public Object invoke(Object receiver, boolean arg1, double arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, char) >---------- >76. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 107) > public Object invoke(Object receiver, boolean arg1, double arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, byte) >---------- >77. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 108) > public Object invoke(Object receiver, boolean arg1, double arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, short) >---------- >78. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 109) > public Object invoke(Object receiver, boolean arg1, double arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, int) >---------- >79. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 110) > public Object invoke(Object receiver, boolean arg1, double arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, long) >---------- >80. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 111) > public Object invoke(Object receiver, boolean arg1, double arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, float) >---------- >81. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 112) > public Object invoke(Object receiver, boolean arg1, double arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, double) >---------- >82. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 113) > public Object invoke(Object receiver, boolean arg1, double arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, double, Object) >---------- >83. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 114) > public Object invoke(Object receiver, boolean arg1, Object arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object) >---------- >84. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 115) > public Object invoke(Object receiver, boolean arg1, Object arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, boolean) >---------- >85. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 116) > public Object invoke(Object receiver, boolean arg1, Object arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, char) >---------- >86. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 117) > public Object invoke(Object receiver, boolean arg1, Object arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, byte) >---------- >87. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 118) > public Object invoke(Object receiver, boolean arg1, Object arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, short) >---------- >88. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 119) > public Object invoke(Object receiver, boolean arg1, Object arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, int) >---------- >89. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 120) > public Object invoke(Object receiver, boolean arg1, Object arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, long) >---------- >90. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 121) > public Object invoke(Object receiver, boolean arg1, Object arg2, float arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, float) >---------- >91. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 122) > public Object invoke(Object receiver, boolean arg1, Object arg2, double arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, double) >---------- >92. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 123) > public Object invoke(Object receiver, boolean arg1, Object arg2, Object arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (boolean, Object, Object) >---------- >93. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 124) > public Object invoke(Object receiver, char arg1) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1)); } > ^^^^^^^^^^^ >The method createArray(Object) in the type ArrayUtil is not applicable for the arguments (char) >---------- >94. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 125) > public Object invoke(Object receiver, char arg1, boolean arg2) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2)); } > ^^^^^^^^^^^ >The method createArray(Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean) >---------- >95. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 126) > public Object invoke(Object receiver, char arg1, boolean arg2, boolean arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean, boolean) >---------- >96. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 127) > public Object invoke(Object receiver, char arg1, boolean arg2, char arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean, char) >---------- >97. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 128) > public Object invoke(Object receiver, char arg1, boolean arg2, byte arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean, byte) >---------- >98. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 129) > public Object invoke(Object receiver, char arg1, boolean arg2, short arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean, short) >---------- >99. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 130) > public Object invoke(Object receiver, char arg1, boolean arg2, int arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean, int) >---------- >100. ERROR in /builddir/build/BUILD/groovy-1.8.9/src/main/org/codehaus/groovy/reflection/MethodHandle.java (at line 131) > public Object invoke(Object receiver, char arg1, boolean arg2, long arg3) throws Throwable { return invoke(receiver,ArrayUtil.createArray(arg1,arg2,arg3)); } > ^^^^^^^^^^^ >The method createArray(Object, Object, Object) in the type ArrayUtil is not applicable for the arguments (char, boolean, long) >---------- >100 problems (100 errors) >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.zF0X4o (%build) > bogus date in %changelog: Sat Aug 18 2013 Matt Spaulding <mspaulding06@gmail.com> - 1.8.9-5 > bogus date in %changelog: Wed Dec 04 2009 Lubomir Rintel <lkundrak@v3.sk> - 1.6.7-1 > Bad exit status from /var/tmp/rpm-tmp.zF0X4o (%build) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/groovy.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/groovy.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106728
: 905137 |
905138
|
905139